LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Booting from an external USB HD (https://www.linuxquestions.org/questions/ubuntu-63/booting-from-an-external-usb-hd-4175547447/)

l0rddarkf0rce 07-07-2015 12:16 PM

Booting from an external USB HD
 
I just finished installing a copy of 14.04 unto an external USB drive and all I get when I boot from the disk is the following message...

Code:

GRUB loading.
Welcome to GRUB!

When installing I selected to install GRUB to /dev/sdb (which is my USB drive). Any help will be appreciated.

fatmac 07-07-2015 01:49 PM

It is better to use UUIDs or labels for external devices over /dev entries because /dev entries can change at boot up.

However, in your case, you will likely find that your grub config file is trying to boot from /dev/sdb when it is actually booting from /dev/sda, the first disk found by the BIOS.

The remedy is to change sdb to sda in your grub config file.


All times are GMT -5. The time now is 06:21 AM.