USB drive install

Mikkel L. Ellertson mikkel at infinity-ltd.com
Sat May 24 14:27:35 UTC 2008


Bill Davidsen wrote:
> Mikkel L. Ellertson wrote:
>>
>> You can also add a chainload from the Grub config in sda to load the 
>> Grub install on the USB drive. You will have to remap the drive as 
>> part of the stanza so that the USB drive becomes BIOS drive 0.
>>
>> title USB boot
>>     map (hd0) (hd1)
>>     map (hd1) (hd0)
>>     chainload (hd0)
>>
> Thank you for the words of wisdom Mikkel and Mike. I have to think about 
> this a bit, because I have installed (on a server) FC8 (32 bit) on one 
> drive and 64 bit on another, using the 32 bit sda MBR and boot partition 
> and just pointing to the sdb boot from the boot partition on sda. But I 
> will be careful not to botch the existing install, and if it doesn't 
> work as expected I'll play with the remap. My plan is to get the FC9 
> boot by just manually selecting an alternate stanza of the grub.conf, 
> but if that doesn't work I know what to try next.
> 
On your setup, you will have to change things slightly - my stanza 
was for a system having only one drive. For you, you would need:

title USB boot
      map (hd0) (hd2)
      map (hd2) (hd0)
      chainload (hd0)

You also have the option of telling the BIOS to boot from the USB 
drive...

Mikkel
-- 

   Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20080524/28cce68f/attachment-0001.sig>


More information about the fedora-list mailing list