Click to See Complete Forum and Search --> : GRUB question


killerasp
11-12-2001, 03:56 AM
i installed windows 98 on a HD then removed it and replaced it as a slave on the primary ide channel. So i have linux as IDE1 MASTER and windows on IDE1 SLAVE. Im using grub with RH 7.2. How can i edit grub so i can boot windows from the select menu at bootup?

Linuxcool
11-12-2001, 04:20 AM
You could try this in your /boot/grub/menu.lst file:


title=win98
rootnoverify=(hd1,0)
makeactive
chainloader +1
map (hd0) (hd1)
map (hd1) (hd0)


The two map lines fools win98 into believing it is primary master.

Black_Xmas
11-12-2001, 02:34 PM
Lilo? :)

Gautama
11-12-2001, 05:11 PM
Not that this is _really_ related, but does anyone know where I can find comprehensive information about the GRUB boot loader?

bdg1983
11-12-2001, 05:14 PM
Zen and the Art of using Grub (http://support.caldera.com/caldera/solution?11=001026-0017&130=0972596551&14=&2715=&15=&2716=&57=search&58=&2900=YKNvXQYbLV&25=6&3=grub)