Linux – Failed to install Kali Linux by USB drive

linuxusb

I have a Toshiba Satellite laptop with Windows 10. I downloaded 64 Bit Kali Linux 2018.1 and when I try to install it from a USB I get the following error message:

There was a problem reading data from the CD-ROM. Please make sure it is in the drive. If retrying does not work, you should check the integrity of your CD-ROM. 

I tried running the following command but it doesn't work, and it shows the message in the screenshot.

mount -t vfat /dev/sdb1 /cdrom

There was a problem reading data from the CD-ROM Error Message

Best Answer

Go back to your computer and use Rufus to create a bootable USB drive from the Kali Linux ISO. Plug it back into your Toshiba and boot from your USB. That should work.

This is very, very important to anyone else who has this issue: You need to have Rufus work in DD mode, not ISO mode. If it's ISO mode it won't work properly!

Related Question