|
Booting Win2k from Grub SATA issue
Note: I made this post in the Linux newbie forum, not realising there was a Fedora only forum! So yeah... I'll prob get a slap for posting this twice.... This being the case can you remove this post or delete my reply in the linux newbie section, I'm not entirely sure where the following should be!
---------------------------------------------------------
Ok.... here's my setup, I've got Fedora 2 installed on my 80GB ide HDD. (hda)
I've got Win2k installed on my serial ATA drive (hde1)
I try 2 get Grub configured to boot Win2k, but nothing happens! It simply reverts back to the main grub loader.
MY m/b is an Abit NF7-s, and I can happily read the drive when I'm in Fedora.
What do I need 2 change to my grub.conf file to let it boot Windows? I've read somewhere that SATA drives aren't recognised as hd by grub.
Here's the relevant parts of my grub.conf file.
*******************************
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Fedora Core (2.6.5-1.358)
root (hd0,0)
kernel /boot/initrd-2.6.5-1.358.img
title Win2K
rootnoverify (hd1,0)
chainloader +1
*******************************
also... here's the "device.map" file
# this device map was generated by anaconda
(fd0) /dev/fd0
(hd0 /dev/hda
(hd1) /dev/hde
I hope someone here has the answer!
Last edited by davnetuk; 07-08-2004 at 08:21 PM.
|