Hi I installed Windows xp, and now I can't get into my windows partition with grub.
My ntfs: sda1
my Fedora: nv-raid1
lvm: sdc4
this is my Grub.conf:
Quote:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/mapper/nvidia_gjadafbap3
# initrd /initrd-version.img
#boot=/dev/mapper/nvidia_gjadafba
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
password --md5 $1$re1C2zU0$z1r6yc1/lxGgceF09D5UK/
title Fedora Core (2.6.18-1.2869.fc6)
root (hd0,0)
kernel /vmlinuz-2.6.18-1.2869.fc6 ro root=LABEL=/ noapic rhgb quiet
initrd /initrd-2.6.18-1.2869.fc6.img
title Fedora Core (2.6.18-1.2798.fc6)
root (hd0,0)
kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=LABEL=/ noapic rhgb quiet
initrd /initrd-2.6.18-1.2798.fc6.img
title Windows
rootnoverify (hd2,0)
chainloader +1
|
How would I fix this thanks