LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Windows Xp Professional dual boot with Gentoo (https://www.linuxquestions.org/questions/linux-newbie-8/windows-xp-professional-dual-boot-with-gentoo-147727/)

Entking5 02-18-2004 04:31 PM

Windows Xp Professional dual boot with Gentoo
 
i have just reciently installed Gentoo linux. i am using grub. It will only load the gentoo part at the boot screen. It says that the partion has a error with the chainloader +1. It will refuse to enter Xp. Help. Die Die Die Windows

hw-tph 02-18-2004 05:43 PM

Check the Gentoo forums, they have several in-depth discussions on dual booting NT/2K/XP with Linux using Grub. Use the search function there and you will get lots of good information.


Håkan

Entking5 02-18-2004 06:52 PM

thanks for the info

Entking5 02-18-2004 07:02 PM

i see all the ones taling abou there seperate hard drives, but i only have one.

hw-tph 02-19-2004 08:10 AM

Verify that the partition you are trying to chainload from really is the correct one.

So, if the Windows XP chainload section in grub.conf looks like this:
Code:

title=Windows XP
root (hd0,5)
chainloader +1

The partition specified as hosting Windows XP is (hd0,5), or in Linux techspeak /dev/hda6. hd0 is hda and the partition number in Grub techspeak is one less than in Linux because it starts with 0 instead of 1. So (hd0,0) is the first partition on the first IDE disk - or /dev/hda1. Verify that you have the correct partition specified. You can run fdisk -l /dev/hda to get a list of what partitions you have on your disk.


Håkan

Entking5 02-19-2004 05:39 PM

i have the windows partition first in the hda1.
i wont reckonize the partition
the code that i have for the grb.conf is

title Windows Xp
unhide (hd0,0)
rootnoverify (hd0,0)
chainloader +!
can you help


All times are GMT -5. The time now is 04:10 AM.