A minimum of 20 GB disk space for the Kali Linux install. RAM for i386 and amd64 architectures, minimum: 1GB, Recommended: 2GB or more. CD-DVD Drive / USB boot support; Kali Linux Hard Disk Install. Download Kali Linux from here. You have options for the Gnome (default and light), KDE, Mate, Xfce, LXDE, armhf, armel and virtual images for. So here are the steps to download and install kali linux - The installation procedure on the hard drive and the virtual machine are basically the same, so we will be looking at the differences only. The differences between the 2 installation metho. In this tutorial I will be documenting how to write the installer to a USB drive and install Kali Linux to the hard drive or a partition (more on that later). Side Note: For those of you using VirtualBox or similar, set the Type to Linux and the Version to Oracle (either 64 or 32 bit based on your operating system). Kali Linux Downloads.
I successfully made a live USB of the Kali Linux.
When I boot from the USB it gives an option to install. I clicked on that option. At one point it was detecting and mounting CD-ROM drives. As I have no CD-drive or any ROM-drive on my laptop, it gives an error
Can't mount and detect CD-ROM drives.
I tried the 'live something' option that takes me directly to Kali Linux and it loads successfully but I can't install it permanently. I want to install it so I won't have to waste my time plugging and unplugging the USB.
How to get past the CD-ROM detection and make the installation finish correctly?
Jawa6 Answers
You could resolve the error by repeating the steps :
Run the installer.
Open a shell (ALT + F2).
Create the directory cdrom directly on the root of the file system:
mkdir /cdrom
Note : If you got problems making the directory /cdrom, disable the CD-rom player in BIOS or disconnect the cable
Mount the USB as if it is a CD-ROM:
mount -t vfat /dev/sdb1 /cdrom
Where sdb1 is your USB device.
You could carry on installation now
After executing mount -t vfat /dev/sdb1 /cdrom
, cd
into the /cdrom directory and do an ls
to see if the files are there. Then press ALT-F1 to go back, continue and re-select 'detect CDROM'
Source :ubuntu and debian
Another layman solution was :
when the Window shows CDROM couldn't be mounted ,
Unplug your USB from system and re insert it
wait for mount/ detection (usb LED glow)
Hit Continue
You could do what I did. Hit escape, type install, hit enter, skip CD drive.
If you use Rufus (v 2.x) to burn the ISO to USB drive, make sure the option is 'DD Image' in 'Create a bootable disk using'. Not sure if Unetbootin offers the same option. If image is copied using this method, you don't need to go to terminal and manually mount it.
With Rufus (v 3.x), you can not explicitly choose DD mode. IF the ISO is hybrid or has DD mode, Rufus will prompt you to choose ISO or DD mode AFTER clicking start button.
I tried all the answers here and more google results, but none worked. I eventually figured it out, the issue is the file format is not vfat, but iso9660.
When you get the CDROM not found error follow these steps:
Enter a shell (CTRL+Alt+F2)
Note: Kali told me to press (Alt+F2), but this didn't work
Get a list of devices with blkid:
Note: I have shortened my list to the relevant row. Also you can see the storage type is iso9660, not vfat
Mount the Kali CD with the mount command:
Check the contents of /cdrom are as expected:
Switch back to the installer (CTRL+Alt+F5)
Note: Kali told me to press (Alt+F1), but this didn't work. I tried F1 through to F5 until I found the correct combination
From the menu tell it to mount the CDROM, if asked choose /dev/sdc1 and /cdrom. I know we have already mounted the drive, but for some reason this step didn't work previously, but worked fine after following the previous steps.
Kali Linux On A Usb
The install will now continue as normal.
checked the issue myself right now: it's a WAY MORE simple - use 'Graphical install'. It seems to rise additional hw-related services and it works just fine! Also - if you're using 2 flash drives - plug OFF the drive you're about to install it to, boot it in GUI - and then plug the target drive.
I have tried every single answer but none of them worked.After some more searching online I found an answer that worked for me.
It is fairly simple but just download Win32 Disk Imager.Click on the folder icon and change the filter to all files or .Then select your .ISO file, select your device and click on write.
After doing this I inserted my USB (3.0) into a USB 2.0 port on my computer.When I booted to my USB it worked instantly.
Download Kali Linux To Usb
From any flavor of Ubuntu, you need to use the application Startup Disk Creator in order to make the live USB Kali, and successfully install Kali from live USB. Because, some others tools to make bootable USB stick from ISO, results to fail install Kali from live USB, as MultibootUSB.
Install Kali Linux On Usb
protected by Community♦Sep 13 '15 at 5:46
Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?