|
Here is my grub.conf file:
default=0
timeout=10
splashimage=(hd0,1)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-14)
root (hd0,1)
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/ hdc=ide-scsi
initrd /initrd-2.4.18-14.img
title Win XP
rootnoverify (hd0,0)
chainloader +1
check to see if you have the last 3 lines in yours?
|