USB booting :: GRUB hanging when trying to boot from pendrive.



I've done an install from the LiveCD to my pendrive using the option under "Apps -> Tools". However, when my PC tries to boot from the USB device, the word "GRUB" appears but then the PC hangs.

Can anyone give me any pointers as to why this might be happening?

Cheers.

I'm guessing it can't find it's fat_stage1_5 file. The automatic script sometimes doesn't work properly.
You can try this from inside DSL livecd:

Get a root console. Then create a file with these contents (if your usb stick isn't sda, change that)
Quote
(hd0) /dev/sda
Name it whatever you want, but I'll use "device.map".
Then you will install grub manually, using that file to point to the device.

The commands are
Quote
grub --device-map=device.map
root (hd0,0)
setup (hd0)
quit

Many thanks for the reply, but after doing "grub --device-map=device.map", then "root(hd0,0)", I get "Error 27: Unrecognized command".
Try adding a space after root, and probably for setup as well
Indeed. Thanks ^hats^. Fixed my original post.
Next Page...
original here.