Hey, I apologize if this was already posted but I'm having a problem.
First off, I have Fedora Core 3.
I have 3 hard drives in my computer. 2 of them are SATA drives in a RAID-0 array. I don't use these for linux, they hold Windows XP. I have a 10GB IDE drive that I use for linux. I cannot get Grub to boot to Windows. I can boot to FC3 fine from Grub. When I try to select Windows, it gives me a "disk read error...hit ctrl-alt-del to restart your computer"
Grub is installed in the /boot directory.
I think I have mapped the SATA drive correctly in device.map. In the /dev folder, it shows the following:
sda
sda1
sda2
sdb
I have tried mapping each one but none work. Do I have to mount them somewhere? I am pretty much a complete noob when it comes to this so any help would be appreciated.
Here are how the files look:
device.map
# this device map was generated by anaconda
(fd0) /dev/fd0
(hd0) /dev/hda
(hd1) /dev/sda
grub.conf
title Windows XP
rootnoverify (hd1, 1)
chainloader +1
I'm probably just missing something little or stupid but any help would be appreciated, thanks.
