quote: Original post by Useless Hacker
If you are using Grub, add the following to the /boot/grub/menu.lst file:title Windowsrootnoverify (hd0,0)chainloader +1
http://www.gnu.org/software/grub/manual/html_node/index.html
Yes I have that in my grub.conf file.
Sorry I wasn't more specific, I was in a hurry. Ok, I am using GRUB. And when I try to boot to windows it says:
Booting 'Windows'
rootnoverify (hd0,0)
chainloader +1
_ <--- Blinking curser, it does not do anything after that
EDIT: I got the grub.conf file.
Here it is:
# 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 (hd0,1)
# kernel /vmlinuz-version ro root=/dev/hda6
# initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
title Fedora Core (2.4.22-1.2115.nptl)
root (hd0,1)
kernel /vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/ hdc=ide-scsi rhgb
initrd /initrd-2.4.22-1.2115.nptl.img
title Windows
rootnoverify (hd0,0)
chainloader +1
[edited by - HTML on December 8, 2003 8:14:41 PM]