LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Canot Boot WindowsXP from GRUB (https://www.linuxquestions.org/questions/linux-newbie-8/canot-boot-windowsxp-from-grub-164928/)

snufferz 04-01-2004 07:59 AM

Canot Boot WindowsXP from GRUB (solved)
 
I installed linux today and i cant boot my windowsxp from grub. They are on two different harddrives on to different ide channels if it matters. The instruction looks like this:
rootnoverify (hd1,0)
chainloader +1

Thx for your time

Demonbane 04-01-2004 08:09 AM

Was Windows XP installed when you have only one drive connected or it was set to the first boot device in bios?

snufferz 04-01-2004 08:32 AM

Windows was installed before i connected the linux drive, and no Windows xp is not set to boot before linux (im using the linux right now).

Demonbane 04-01-2004 08:41 AM

ok try this in your menu.lst/grub.conf:
Code:

rootnoverify (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1


snufferz 04-01-2004 09:45 AM

Thank you thats what did teh trick :D :D :D :D

Tih8710 04-01-2004 10:55 AM

By the way, Why *does* that error happen in Grub?
I mean, why Grub won't install properly when compared to LILO..
(I've been there reading the "rootnoverify etc" too...) :p

Demonbane 04-01-2004 11:12 AM

It has nothing to do with GRUB, its how ppl set up their Linux + Windows.
Lilo doesnt always get it right either.

amanjsingh 04-01-2004 11:23 AM

wat exactly is this .....

rootnoverify

?????

aaa 04-01-2004 11:27 AM

'root' shows where the partition to be booted from is. 'rootnoverify' does the same thing, but doesn't look at what's on the partition. This is useful if the filesystem is something not supported by Grub like NTFS.

Demonbane 04-01-2004 11:34 AM

It'll work even if you use 'root' on a ntfs partition, just that some ppl gets annoyed by the "unknown partition" message


All times are GMT -5. The time now is 10:20 PM.