I hope somebody can help me, I just installed Fedora 8 onto an unused partition on my HDD, but now I cannot boot into my previously installed Windows XP installation. If I remember correctly, I believe I've had this problem before, but I cannot recall how I fixed the problem, it was well over a year ago. I am a native windows user and don't have much experience with with linux, so any help would be appreciated.
This is the error message I recieved when attempting to boot into windows:
Code:
rootnoverify (hd0, 4)
chainloader +1
A disk read error occured
Press Ctrl+Alt+Del to restart
Here is my grub.conf file:
Code:
default=1
timeout=5
splashimage=(hd0,7)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.23.1-42.fc8)
root (hd0,7)
kernel /boot/vmlinuz-2.6.23.1-42.fc8 ro root=LABEL=/1 rhgb quiet
initrd /boot/initrd-2.6.23.1-42.fc8.img
title Windows XP
rootnoverify (hd0,4)
chainloader +1