Dual boot manager??

Gerald Combs gerald at ethereal.com
Fri Jun 21 21:48:11 CDT 2002


Grub handles my dual-boot XP/Gentoo laptop just fine.  Here's the config:

default 1
timeout 30
splashimage=(hd0,4)/boot/grub/esplash.xpm.gz

title=Gentoo Linux
root (hd0,4)
kernel /boot/bzImage root=/dev/hda7 hdc=ide-scsi

title=Windows XP
root (hd0,1)
chainloader +1

The 'chainloader' bit is required for XP/2000/NT.  A description can be
found at http://www.gnu.org/manual/grub/html_node/chainloader.html.

On Fri, 21 Jun 2002, Jonathan Hutchins wrote:

> I believe I've hard that for XP you'll need a third-party boot manager if it
> uses the new filesystem; lilo and grub don't grok it yet.
> 
> Anything else though, Lilo's your tool.
> 
> 
> 
> 




More information about the Kclug mailing list