I'm trying to build my recovery usb key drive. I'd like to use GRUB as my bootloader.
How do I install GRUB to my usb's MBR?
Lots of examples out there seem to expect I'm running Linux.
|
I'm trying to build my recovery usb key drive. I'd like to use GRUB as my bootloader. How do I install GRUB to my usb's MBR? Lots of examples out there seem to expect I'm running Linux.
| ||||
|
feedback
|
|
UNetbootin is a good tool to install entire distributions on a USB flash. A reference to the Super Grub Disk wiki page on How do I boot an USB hard disk?
You can use UNetbootin to install SGD to your USB Flash. The WinGrub technique also looks good and | ||||
|
feedback
|
|
Ultimately I used this video for guidance. Basically, the goal is to install the grub4dos loader to the MBR of the usb drive and copy its program/configuration files to the drive's root. To do this, you download grub4dos (the program) and grubinst (a utility to add the program's loader to a MBR). Grubinst has 2 clients, a gui and a command-line utility. The video leverages the gui. It didn't work correctly for me - yelling that there was something wrong with my drive's partition table. Running the command line client worked though. If you run into the same problem look at the readme for options and use the gui to grab the hd# of your usb drive. I considered UNetbootin but I
| |||
|
feedback
|
|
You can refer to this article - it worked for me. Edit the menu.lst to suit your needs. The OP wants to install GRUB through Windows, and only Windows. Try WinGrub. | |||||||||||
feedback
|
|
See here: Install Ultimate Boot CD (UBCD) to a Flash Drive in Windows This worked for me. All theĀ GRUBs are on it, plus extras. And it's all free. Just download the USB installer and Utimate CD ISO. Run the installer, follow its prompts. | ||||
|
feedback
|