Re: USB drive install

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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!

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux