I edited the default# and the timeout# Now GRUB wont load linux, it states that the kernel needs to be loaded before init. Here is my grub.conf. Maybe some of you more experienced guys can help me out. Thanks
# grub.conf generated by anaconda
# # Note that you do not have to rerun grub after making changes to this file # NOTICE: You do not have a /boot partition. This means that # all kernel and initrd paths are relative to /, eg.
# root (hd0,2) # kernel /boot/vmlinuz-version ro root=/dev/hda3 # initrd /boot/initrd-version.img
#boot=/dev/hda
default=1
timeout=10 splashimage=(hd0,2)/boot/grub/splash.xpm.gz password --md5 $1$oêûëÜAUk$ko4kkD2Z69.fntl8Yl2db0
title Red Hat Linux (2.4.7-10)
root (hd0,2) kernel /boot/vmlinuz-2.4.7-10 ro root=/dev/hda3
initrd /boot/initrd-2.4.7-10.img
title Windows
rootnoverify (hd0,0)
chainloader +1
# grub.conf generated by anaconda
# # Note that you do not have to rerun grub after making changes to this file # NOTICE: You do not have a /boot partition. This means that # all kernel and initrd paths are relative to /, eg.
# root (hd0,2) # kernel /boot/vmlinuz-version ro root=/dev/hda3 # initrd /boot/initrd-version.img
#boot=/dev/hda
default=1
timeout=10 splashimage=(hd0,2)/boot/grub/splash.xpm.gz password --md5 $1$oêûëÜAUk$ko4kkD2Z69.fntl8Yl2db0
title Red Hat Linux (2.4.7-10)
root (hd0,2) kernel /boot/vmlinuz-2.4.7-10 ro root=/dev/hda3
initrd /boot/initrd-2.4.7-10.img
title Windows
rootnoverify (hd0,0)
chainloader +1