Re: F8 installation in external usb disk (not USB key)
- From: "Mikkel L. Ellertson" <mikkel@xxxxxxxxxxxxxxxx>
- Date: Mon, 31 Dec 2007 12:33:06 -0600
John Austin wrote:
What I did was install a copy of Grub to the MBR of the USB drive,
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.
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
- References:
- F8 installation in external usb disk (not USB key)
- From: Miguel Blanco
- Re: F8 installation in external usb disk (not USB key)
- From: Mikkel L. Ellertson
- Re: F8 installation in external usb disk (not USB key)
- From: Miguel Blanco
- Re: F8 installation in external usb disk (not USB key)
- From: Mikkel L. Ellertson
- Re: F8 installation in external usb disk (not USB key)
- From: Miguel Blanco
- Re: F8 installation in external usb disk (not USB key)
- From: John Austin
- F8 installation in external usb disk (not USB key)
- Prev by Date: Re: Java problem
- Next by Date: Re: Disk encryption and installing new versions of Fedora
- Previous by thread: Re: F8 installation in external usb disk (not USB key)
- Next by thread: RPMFusion - what is going on?
- Index(es):
Relevant Pages
|