Here's the grub.conf file..
#########################################
# 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 (hd1,0)
# kernel /vmlinuz-version ro root=/dev/hdb2
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd1,0)/grub/splash.xpm.gz
title Fedora w00t
root (hd1,0)
kernel /vmlinuz-2.6.9-1.6_FC2 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.9-1.6_FC2.img
#title Fedora Core (2.6.5-1.358)
#root (hd1,0)
#kernel /vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet
#initrd /initrd-2.6.5-1.358.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
makeactive
#############################################
Ok, so my windows hdd (hdd0) is the one that has grub actually installed to it, or atleast it should be, thats what i told anaconda to install it on. Now i cant get it to load windows at all. instead of loading it, it will just show "Windows XP
rootnoverify (hd0,0)
chainloader +1
makeactive"
Minus the "'s. Its.. very perturbing, how do i need to edit this thing to load xp which shouldbe on hdd(0,0) as it says in the config already? Any help is appreciated.
#########################################
# 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 (hd1,0)
# kernel /vmlinuz-version ro root=/dev/hdb2
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd1,0)/grub/splash.xpm.gz
title Fedora w00t
root (hd1,0)
kernel /vmlinuz-2.6.9-1.6_FC2 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.9-1.6_FC2.img
#title Fedora Core (2.6.5-1.358)
#root (hd1,0)
#kernel /vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet
#initrd /initrd-2.6.5-1.358.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
makeactive
#############################################
Ok, so my windows hdd (hdd0) is the one that has grub actually installed to it, or atleast it should be, thats what i told anaconda to install it on. Now i cant get it to load windows at all. instead of loading it, it will just show "Windows XP
rootnoverify (hd0,0)
chainloader +1
makeactive"
Minus the "'s. Its.. very perturbing, how do i need to edit this thing to load xp which shouldbe on hdd(0,0) as it says in the config already? Any help is appreciated.