Trying to install Kali Linux without Usb/Dvd
I tried to install kali linux on windows without usb/dvd using unetbootin which was installed to the drive (C:). but it always fails to detect and mount the cd-rom.
so i tried to install linux mint using unetbootin to drive (C:) without usb/dvd, everything went smoothly.
does anyone know how to skip or fix mount and detect cd-rom on a kali linux installation?
Solution 1:
Click on Execute a shell and Click Continue Button Type the following command on the shell screen that appears
mount -t vfat /dev/sdb1 /cdrom
exit