Before I get to my question, let me explain to you what my system looks like:
1. SATA Hard drive (boot partition with GRUB) on port-0/includes Fedora installation (several partions)
2. IDE Hard drive Primary Master/includes Windows installation on NTFS (1 primary partition)
The computer boots from the SATA and loads Grub from the boot partiton.
Here what my grub.conf looks like. It was generated with
grubconf so I assume its done right.
Code:
title Fedora Core (2.6.10-1.770_FC3)
root (hd0,0)
kernel /vmlinuz-2.6.10-1.770_FC3 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.10-1.770_FC3.img
title Windows XP
rootnoverify (hd1,0)
makeactive
chainloader +1
Fedora can run just fine but when I try to boot Windows, it just prints the following and does nothing else:
Code:
Booting Windows XP
rootnoverify (hd0,0)
makeactive
chainloader +1
I know my Windows installation is not currupt because if I unplug the SATA hard drive, the BIOS jumps to the IDE hard drive it starts up just fine. How could I solve this. Could it be that
rootnoverify (hd1,0) is just not pointing to the right hard drive or partition?
Thank you