Click to See Complete Forum and Search --> : Dual boot with grub


Spell
03-20-2003, 10:50 PM
I'm trying dual boot with Redhat 8.0 and Windows 98. The windows 98 is from a previous install on this machine (no hardware changes). It's first on the 2nd ide channel and set to slave. BTW i'm using grub.

Below are the files I'm thinking of adding this to:

title=Windows 98
root (hdc1,0)
chainloader +1

/etc/grub.conf
/boot/grub/grub.conf

Is this correct? Is there any warnings anyone can give me?

And thanks.

mdwatts
03-21-2003, 07:23 AM
Add these map commands to your Grub config.

title=Windows 98
root (hdc1,0)
map (hd0, hd1)
map (hd1, hd0)
chainloader +1

DMR
03-21-2003, 07:33 AM
Originally posted by mdwatts
Add these map commands to your Grub config.

title=Windows 98
root (hdc1,0)
map (hd0, hd1)
map (hd1, hd0)
chainloader +1 Note to mdwatts: more coffee before posting so early in the morning: on the 2nd ide channel and set to slaveThat would make it the Secondary Slave; hd3 in grub's drive-numbering scheme.

;)

title Windows 98
map (hd0) (hd3)
map (hd3) (hd0)
rootnoverify (hd3,0)
chainloader +1

Spell
03-21-2003, 01:15 PM
You were both kinda right:

title Windows 98
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
chainloader +1

I tried hd2-3-4 without any luck (newer motherboards).


Thanks for giving an old lady her Kyodai Mahjongg back...

Spell

DMR
03-21-2003, 02:41 PM
hd1, eh?

Yes, it should be hd1 if there are only two hard drives installed. My bad for not asking about that; it was about 3:30 AM when I posted, so the brain was moving a little slow.

http://www.stevewolfonline.com/Downloads/DMR/Visuals/sleep2.gif

mdwatts
03-21-2003, 05:14 PM
Originally posted by DMR
hd1, eh?

Yes, it should be hd1 if there are only two hard drives installed. My bad for not asking about that; it was about 3:30 AM when I posted, so the brain was moving a little slow.



Ok then David... More coffee for me and less beer for you. :p

DMR
03-21-2003, 05:49 PM
It was wine (Cabernet to be exact).

;)