Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in starting Kali nethunter #437

Open
Funkey991 opened this issue Dec 22, 2024 · 4 comments
Open

Issue in starting Kali nethunter #437

Funkey991 opened this issue Dec 22, 2024 · 4 comments

Comments

@Funkey991
Copy link

I install kalinethunter rootless 64arm full package but after running command nethunter I am facing this issue
touch: cannot touch 'chroot/kali-arm64/root/.version': No such file or directory
~

@freez458
Copy link

Here too

@TheRebo
Copy link

TheRebo commented Dec 28, 2024

I install kalinethunter rootless 64arm full package but after running command nethunter I am facing this issue touch: cannot touch 'chroot/kali-arm64/root/.version': No such file or directory ~

!!! I USED THE OFFICIAL INSTALLER SCRIPT (https://www.kali.org/docs/nethunter/nethunter-rootless/) !!!

Okay, this is indeed an error from their script (Kali Nethunter Official). If it's not, then what else?

So they changed the directory of the Nethunter into the "chroot" folder (because previously the directory was in HOME) and at first it was safe, but I don't know why now it's like that (I don't know what they changed).

So the solution (for now) is to "slightly" edit the installer script (install-nethunter-termux):

  1. Find this line of code in the script file (CHROOT=chroot/kali-${SYS_ARCH})
  2. DELETE the part that I quoted (CHROOT="chroot/"kali-${SYS_ARCH}), so delete the "chroot/" part.
  3. That's it, run the script as usual.

Hope this helps :)

@TheRebo
Copy link

TheRebo commented Dec 28, 2024

Here too

!!! I USED THE OFFICIAL INSTALLER SCRIPT (https://www.kali.org/docs/nethunter/nethunter-rootless/) !!!

Okay, this is indeed an error from their script (Kali Nethunter Official). If it's not, then what else?

So they changed the directory of the Nethunter into the "chroot" folder (because previously the directory was in HOME) and at first it was safe, but I don't know why now it's like that (I don't know what they changed).

So the solution (for now) is to "slightly" edit the installer script (install-nethunter-termux):

  1. Find this line of code in the script file (CHROOT=chroot/kali-${SYS_ARCH})
  2. DELETE the part that I quoted (CHROOT="chroot/"kali-${SYS_ARCH}), so delete the "chroot/" part.
  3. That's it, run the script as usual.

Hope this helps :)

@ShadowFlareon
Copy link

Here's how I fixed it: Seriously, just make use mkdir to "mkdir chroot" then "mv kali-arm 64 chroot" before running the install-nethunter-termux again. Remember to keep typing n when asked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants