UBUNTU install via USB - Incorrect CD-ROM detected [RESOLVED]
Posted by zdrsoft on February 07 2016 18:05:09
If you trying to install Ubuntu Server vai USB stick. The PC has no CD-ROM drive so I have to install via USB. If you get "Incorrect CD-ROM detected" try the following steps. 1. When you get the error, Alt-F2 to a second console. 2. Find out which device your USB stick is (tail -n 100 /var/log/syslog) 3. Then mount it to /cdrom (mount -t vfat /dev/sd[abcd] /cdrom example: mount -t vfat /dev/sdc1 /cdrom 4. Alt-F1 to get back to the install console, and try detecting again