![]() |
2015-06-02
, 07:12
|
|
Posts: 435 |
Thanked: 684 times |
Joined on Apr 2012
@ Netherlands 020
|
#52
|
Let me get this straight:
1. metasploit is not preinstalled on this kali
2. no new packets can't be installed because the filesystem goes to readonly-mode by default
If the above is the case with all of you guys, I'm not too unhappy about not being able to install this at all...
![]() |
2015-06-02
, 21:57
|
Posts: 45 |
Thanked: 136 times |
Joined on Jan 2012
@ Hyderabad
|
#53
|
Let me get this straight:
1. metasploit is not preinstalled on this kali
2. no new packets can't be installed because the filesystem goes to readonly-mode by default
If the above is the case with all of you guys, I'm not too unhappy about not being able to install this at all...
![]() |
2015-06-06
, 21:01
|
|
Posts: 435 |
Thanked: 684 times |
Joined on Apr 2012
@ Netherlands 020
|
#54
|
You can install it by mounting your memory card to your linux PC, then chroot to it. There you can install everything
![]() |
2015-06-06
, 21:38
|
Posts: 45 |
Thanked: 136 times |
Joined on Jan 2012
@ Hyderabad
|
#55
|
Many thanks.
I did mount the Kali file system on a Linux lC and installed metasploit successfully. I couldn't upgrade Kali in the chroot environment.I received the following error.
Preparing to replace libxrender1:armhf 1:0.9.7-1+deb7u1+b1 (using .../libxrender1_1%3a0.9.7-1+deb7u2_armhf.deb) ...
Unpacking replacement libxrender1:armhf ...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.16.0-rc1+
/bin/df: Warning: cannot read table of mounted file systems: No such file or directory
warning: failed to read mtab
^Cdpkg: error processing initramfs-tools (--unpack):
subprocess installed post-installation script was interrupted
Processing triggers for man-db ...
Errors were encountered while processing:
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@JellyRoll:/home#
The Following User Says Thank You to rapol.goutham For This Useful Post: | ||
![]() |
2015-06-11
, 09:54
|
|
Posts: 435 |
Thanked: 684 times |
Joined on Apr 2012
@ Netherlands 020
|
#56
|
Try these commands before chroot,
(Replace <chrootdir> with your kali memory card rootfs mount point)
mount -t proc none <chrootdir>/proc
mount -t sysfs none <chrootdir>/sys
mount -o bind /dev <chrootdir>/dev
mount -o bind /dev/pts <chrootdir>/dev/pts
mount -o bind /tmp <chroodir>/tmp
Now chroot to your kali rootfs, then reinstall your application again.
After exiting chroot, unmount all the above mount points.
umount <chrootdir>/proc
umount <chrootdir>/sys
umount <chrootdir>/dev
umount <chrootdir>/dev/pts
umount <chroodir>/tmp
![]() |
2015-07-02
, 20:44
|
Posts: 3 |
Thanked: 0 times |
Joined on Jul 2015
|
#57
|
![]() |
2015-07-07
, 18:58
|
Posts: 45 |
Thanked: 136 times |
Joined on Jan 2012
@ Hyderabad
|
#58
|
Hello
I tried to install kali on a 8 GB sd card but I get the following error
"Target file system doesn't have requested /sbin/init.
No init found. Try passing init= bootarg
can't access tty: job control turned off
(initramfs)
"
I know that this error was seen before, but no one it's saying how they get rid of it.
I checked the partitions with garted and also written the image with dd rescue and ddrescue, same error, also reinstalled maemo and u-boot and tried again, same error.
What I am doing wrong ?
Thank you for any help.
![]() |
2015-07-09
, 16:29
|
Posts: 3 |
Thanked: 0 times |
Joined on Jul 2015
|
#59
|
![]() |
2015-07-09
, 17:00
|
Posts: 3 |
Thanked: 0 times |
Joined on Jul 2015
|
#60
|
![]() |
Tags |
kali armhf, kali n900, kali nokia n900, kali rx51, linux n900 |
|
1. metasploit is not preinstalled on this kali
2. no new packets can't be installed because the filesystem goes to readonly-mode by default
If the above is the case with all of you guys, I'm not too unhappy about not being able to install this at all...