I have installed Ubuntu 14.04 to a USB stick booting from the install DVD and choosing sdb1 as the boot partition and mount point for the file system root (this is the method described in this answer). The install went without issue and plugging the USB stick to the running system I am able to see the file system structure.
However, whenever I restart a machine with this USB stick plugged in, the system installed there never boots, the boot process always falls back to whatever is internally installed in the machine. I have tried this USB stick in different computers (making sure in all of then the USB is first in the boot order), I have re-installed Ubuntu to it, but I never manage to boot from it.
My best guess is that something might be wrong with the installation, but I have no idea what. Any ideas on what may be amiss?
/dev/sdb
)? http://i.stack.imgur.com/Pj1wt.png – kos Jan 06 '16 at 09:46sudo dd if=/dev/sdb iflag=fullblock bs=512 count=1 2>/dev/null | strings
just to be on the safe side – kos Jan 06 '16 at 13:08