Re: F8 installation in external usb disk (not USB key)

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

 



John Austin wrote:
> 
> The only real decisions are to do with how to boot.
> 
> If the USB disk is to rely on the MBR of a main SATA/IDE type disk then
> choose the /dev/sdxy device associated with the USB disk at install
> time.
> Then add an entry to grub.conf on the fixed disk.
> title USB disk
> 	root (hdp,q)
> 	chainloader +1
> 
> In addition after install I would then configure grub on the MBR of the
> USB disk as well such that I can boot the disk with and without the
> presence of the "main", "fixed" disk.
> 
What I did was install a copy of Grub to the MBR of the USB drive,
and then create an entry like this in the SATA Grub menu:

title USB disk
      root (hd0)
      map (hd0) (hd1)
      map (hd1) (hd0)
      chainload +1

Because of the map commands, the USB drive is hd0 when the chainload
command is executed, and it loads Grub from the USB drive. (hd0 is
the entire disk, starting from the MBR.) From there it is the same
as if you had used the BIOS option to boot from the USB drive. The
only thing you have to be careful of is if you have more then one
USB drive plugged in. You will get a Grub error is the wrong one is
detected first, and does not have a boot loader on it.

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