pgutier
05-04-2004, 01:19 PM
Hi, I know several variations of this question have been posted on several forums, but after reading several solutions I haven't been able to fix my problem.
I have two IDE hard disk: the first one on IDE controller IDE0 has WINDOWS XP; the second one on the IDE1 controller has FEDORA CORE.
I installed WINDOWS XP several months ago and I were using it without problems.
I installed LINUX all in a single partition (no /boot or /swap partition) yesterday
I can boot to FEDORA using GRUB without problem.
But I cannot boot to WINDOWS XP, i.e. when I select WINDOWS XP from the GRUB menu the screen goes black and these lines shows indefinetly:
rootnoverify (hd0,0)
chainloader +1
here is my grub.conf:
___________________________________
# 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 (hd1,0)
# kernel /boot/vmlinuz-version ro root=/dev/hdc1
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd1,0)/boot/grub/splash.xpm.gz
title LINUX Fedora Core (2.6.5-1.327)
root (hd1,0)
kernel /boot/vmlinuz-2.6.5-1.327 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.5-1.327.img
title WINDOWS XP
rootnoverify (hd0,0)
chainloader +1
_______________________________________
here is /boot/grub/device.map>
____________________________________
# this device map was generated by anaconda
(fd0) /dev/fd0
(hd0) /dev/hda
(hd1) /dev/hdc
_____________________________________
I also tried adding the makeactive command to grub.conf in this way (as I read in several forums):
title WINDOWS XP
rootnoverify (hd0,0)
makeactive
chainloader +1
but the result is the same (exept that a blinking cursor now appears).
What can I do to boot into WINDOWS XP?
I have two IDE hard disk: the first one on IDE controller IDE0 has WINDOWS XP; the second one on the IDE1 controller has FEDORA CORE.
I installed WINDOWS XP several months ago and I were using it without problems.
I installed LINUX all in a single partition (no /boot or /swap partition) yesterday
I can boot to FEDORA using GRUB without problem.
But I cannot boot to WINDOWS XP, i.e. when I select WINDOWS XP from the GRUB menu the screen goes black and these lines shows indefinetly:
rootnoverify (hd0,0)
chainloader +1
here is my grub.conf:
___________________________________
# 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 (hd1,0)
# kernel /boot/vmlinuz-version ro root=/dev/hdc1
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd1,0)/boot/grub/splash.xpm.gz
title LINUX Fedora Core (2.6.5-1.327)
root (hd1,0)
kernel /boot/vmlinuz-2.6.5-1.327 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.5-1.327.img
title WINDOWS XP
rootnoverify (hd0,0)
chainloader +1
_______________________________________
here is /boot/grub/device.map>
____________________________________
# this device map was generated by anaconda
(fd0) /dev/fd0
(hd0) /dev/hda
(hd1) /dev/hdc
_____________________________________
I also tried adding the makeactive command to grub.conf in this way (as I read in several forums):
title WINDOWS XP
rootnoverify (hd0,0)
makeactive
chainloader +1
but the result is the same (exept that a blinking cursor now appears).
What can I do to boot into WINDOWS XP?