default=0
timeout=10
splashimage=(hd1,0)/boot/grub/splash.xpm.gz
title Fedora Core (2.6.6-1.435.2.3)
root (hd1,0) #this is needed.. Otherwise grub doesnt know the relative paths..
kernel /boot/vmlinuz-2.6.6-1.435.2.3 ro root=/dev/hdb1 rhgb quiet acpi=off
initrd /boot/initrd-2.6.6-1.435.2.3.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
makeactive
Just for the heck of it, I changed rootnoverify (hd0, 0) -> rootnoverify(hd1,0). This didn't give me any errors from grub, the the computer just sat there after the makeactive command. I then added a boot command, and it still just sat there....