Results 1 to 6 of 6

Thread: Searching for old Kali versions on ARM.

  1. #1

    Arrow Searching for old Kali versions on ARM.

    I would like to install the latest Kali Linux on my Compulab Utilite Pro , but I have found that there is no more such version on the ARM download page.

    Could someone please address me to the more recent version to download?

  2. #2
    Join Date
    2014-Feb
    Posts
    309
    As noted in the blog post, you will need to build the image yourself.

    On a Kali x86/x86_64 installation, clone the repository

    Code:
    git clone https://gitlab.com/kalilinux/build-scripts/kali-arm
    cd kali-arm
    ./build-deps.sh
    ./utilite.sh 2020.1

  3. #3
    Quote Originally Posted by steev View Post

    Code:
    ./utilite.sh 2020.1
    It yields:
    Code:
    Missing cross compiler. Set up PATH according to the README
    I have installed gcc and clang , but that did not solve it.

  4. #4
    Join Date
    2014-Feb
    Posts
    309
    Did you run build-deps.sh like it says?

  5. #5
    Solved now. I was running it on a NTFS drive, so it seems it was a matter of files permissions.
    Thanks you, Steev .

  6. #6
    Join Date
    2020-Jul
    Posts
    1
    Is it possible to build older versions of Kali (2019.2) for RPi4 with those scripts as well? Lets say I use rp3-64.sh, would be enough to edit "kali-rolling" to "2019.2" and "http.kali.org/kali" to "old.kali.org/kali" , then add parameter "--no-check-gpg" to debootstrap command? Or does anyone happen to have kali-linux-2019.2-rpi3-nexmon-64.img.xz willing to share?
    Thanks

Similar Threads

  1. Replies: 0
    Last Post: 2021-07-04, 14:38
  2. Replies: 0
    Last Post: 2018-07-14, 01:42
  3. Replies: 1
    Last Post: 2013-11-23, 13:22

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •