Can't install Kali Linux from USB, fails to find CD-ROM drive
open a shell create the directory cdrom directly on the root of the file system mkdir /cdrom mount the USB as if it is a CD ROM mount -t vfat /dev/sdb1 /cdrom
Some notes on the tech/software that I am learning