Hello!
I am interested in dual booting Gentoo Linux and Windows XP Professional on my home system using GRUB.
Gentoo Linux is installed and working with the following partitions on /dev/hda:
/dev/hda3 /
/dev/hda2 /boot
Windows XP Professional is installed and working with the following partitions on /dev/hdb:
/dev/hdb1
Below is my grub.conf:
Currently, GRUB is not seeing the second hard drive and will not boot Windows at all (it complains that there is no such device). Linux, however boots fine from GRUB. Any suggestions?
Thanks in advance!
I am interested in dual booting Gentoo Linux and Windows XP Professional on my home system using GRUB.
Gentoo Linux is installed and working with the following partitions on /dev/hda:
/dev/hda3 /
/dev/hda2 /boot
Windows XP Professional is installed and working with the following partitions on /dev/hdb:
/dev/hdb1
Below is my grub.conf:
default 0
timeout 30
title=Gentoo Linux 2.6.11-r9
root (hd0,1)
kernel /kernel-2.6.11-gentoo-r9 root=/dev/hda3
title=Windows XP Professional
rootnoverify (hd1,0)
makeactive
chainloader +1Currently, GRUB is not seeing the second hard drive and will not boot Windows at all (it complains that there is no such device). Linux, however boots fine from GRUB. Any suggestions?
Thanks in advance!
