Hey duxim, im stucking. I copy following from the thread i wrote in.
General: i followed all steps exactly. Boot UEFI with the rescue bootstick. here iam stucking now. Iam using a SSD with Win10 on it.
I also have a 64 bit OS. downloaded 64bit KALI ISO. and downloaded the rescue from the video in the tutorial.
i cannot go into the graphical user interface. my Screen is black and i have a prompt with:
root@sysresccd /root % _ ( here i can enter commands and followed with the commands i entered )
i entered follow commands in order :
Code:
[ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
Output:
UEFI
Output :
Number Start end size code name
1 2048 534527 260.0MiB EF00 EFI System partition
2 534528 186851327 88.8GiB 0700 Basic Data partition
3 186851327 188622847 864.0MiB 2700
4 188622848 198387711 4.7GiB 8200 (this is my swap )
5 198387712 250068991 24,6 GiB 8300 ( This is my / directory ) (root)
if i continue the guide i did this :
Code:
for i in /dev /dev/pts /proc /sys ; do mount -B $i /mnt/$i ; done
output :
mount: mount point /mnt//dev does not exist
mount: mount point /mnt//dev/pts does not exist
mount: mount point /mnt//proc does not exist
mount: mount point /mnt//sys does not exist
Should i continue with this: ?
fdisk -l
mount /dev/sda# /mnt
mount --bind /dev /mnt/dev
mount --bind /proc /mnt/proc
mount --bind /sys /mnt/sys
chroot /mnt
grub-install /dev/sda
grub-mkconfig -o boot/grub/grub.cfg
?
If you can make it happen that it works, i give you a bag with good german beer! :-P
EDIT: i followed with this command
Code:
for i in /dev /dev/pts /proc /sys ; do
mkdir -p /mnt/$i
mount -B $i /mnt/$i
done
and then i can enter
Code:
for i in /dev /dev/pts /proc /sys ; do mount -B $i /mnt/$i ; done
wihthout a problem
Now i stucking here
Step 11. Chroot into /mnt.
Code:
Code:
chroot /mnt "/bin/bash"
my output is:
chroot: failed to run command 'bin/bash' : no such file or directory
If i searching :
find /mn -name bash
He just jumps in the next line like he couldnt find anything