[PLUG] Windows to Grub

Dirk Ouellette hapibeli at attbi.com
Sun Dec 29 08:19:03 UTC 2002


Thanks Carla and Rich. I added the map line at the top;

#boot=/dev/hda
grub> map (hd0) (hd1)
grub> map (hd1) (hd0) 
default=1
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-18.8.0debug)
	root (hd0,0)
	kernel /boot/vmlinuz-2.4.18-18.8.0debug ro root=LABEL=/ hdc=ide-scsi
	initrd /boot/initrd-2.4.18-18.8.0debug.img
title Red Hat Linux (2.4.18-18.8.0)
	root (hd0,0)
	kernel /boot/vmlinuz-2.4.18-18.8.0 ro root=LABEL=/ hdc=ide-scsi
	initrd /boot/initrd-2.4.18-18.8.0.img
title Windoze
        rootnoverify [hd1,0]
        makeactive
        chainloader +1
        boot
        #----

as I wasn't sure from the Grub man where to add it. I haven't yet
written it to file as I'm nervous about booting w/out confirmation of my
efforts.

This is a nice Grub manual site. Man grub from command line isn't as
easy to navigate.

http://linuxselfhelp.com/gnu/grub/html_chapter/grub_4.html#SEC12

Dirk






More information about the PLUG mailing list