Ubuntu – Can’t boot from USB; no selection option in grub; usb 1st boot choice

bootgrub2usb

First, I have looked through the suggested questions that may have an answer, but nothing seems on point.

I have a dual boot Ubuntu 14.04/Windows 7 system. I have decided to play around with some other distros and loaded one onto a USB stick with unetbootin. It won't boot. When the GRUB selection menu comes up, there is no "new" option to boot from the USB, unlike the previous GRUB when I was running 12.04.

The USB is selected as first priority boot, the cd drive second, and the hard drive 3d in bios.

Any suggestions?

Best Answer

Being able to boot to a USB from the GRUB menu strikes me as unusual. This would only happen if you ran sudo update-grub while the USB was mounted. In my experience most users only add operating systems to GRUB that are on internal hard drives, although I'm not sure if there are any actual advantages or disadvantages in doing so. Normally I just boot a USB from the BIOS manual boot menu.

If that's what you really want, though, booting up Ubuntu and running sudo update-grub with your Live USB plugged in should add it to your GRUB menu if the USB contains a valid OS.

If you have USB first in your BIOS boot order it should definitely be working. I think eiter your Live USB is corrupt, or your BIOS doesn't like unetbootin. I have had problems with unetbootin in the past with certain distros. Make the Live USB using Ubuntu's built-in "Startup Disk Creator", by following this answer, or using the dd command as described in this answer (NOTE: Be very careful when using dd) might solve the problem.

Related Question