I bought a computer with XP on it.
I installed Redhat 7.2 with grub loader.
Grub menu shows two selections, Windows xp & Linux.
If I select Windows xp, nothing happens, the menu
pops up again.
Linux boots fine.
I've searched google for this, and everything I've found
says to do everything I've done already, but XP still
won't boot.
Heres grub.conf:
default=0
timeout=10
splashimage=(hd0,1)/grub/splash.xpm.gz
title Red Hat Linux (2.4.7-10)
root (hd0,1)
kernel /vmlinuz-2.4.7-10 ro root=/dev/hda3 hdc=ide-scsi
initrd /initrd-2.4.7-10.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
makeactive
Any help at all appreciated.