Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dual Booting Problem :: Windows XP and Linux :: Grub
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Servax
n00b
n00b


Joined: 15 Aug 2004
Posts: 44

PostPosted: Sat Dec 04, 2004 4:48 pm    Post subject: Dual Booting Problem :: Windows XP and Linux :: Grub Reply with quote

Well the problem is that it will not boot Windows XP in GRUB....

Windows XP is on hdb1 which should be (hd1,0)

Here is my grub configuration file...

Code:
ServaxNet root # cat /boot/grub/grub.conf
default 0
timeout 30

title=Gentoo Linux 2.6.9 by ServaxNet
root (hd0,0)
kernel /kernel-2.6.9-gentoo-r6 root=/dev/hda3 video=vesafb:ywrap,pmipal,1024x768-32@60 splash=silent,theme:emergence
initrd /boot/fbsplash-emergence-1024x768

title=Windows XP by ServaxNet
root (hd1,0)
makeactive
chainloader +1


This should be right, what am I doing wrong?
_________________
I used to be a owner of a server, oh well...
Back to top
View user's profile Send private message
cartpullerjack
Apprentice
Apprentice


Joined: 16 Nov 2003
Posts: 185

PostPosted: Sat Dec 04, 2004 4:57 pm    Post subject: Reply with quote

If I am not mistaken, "root (hd1,0)" should be "rootnoverify (hd1,0)"

Are there any error messages? Can you still boot linux? What happens when you try to boot windows?
Back to top
View user's profile Send private message
Servax
n00b
n00b


Joined: 15 Aug 2004
Posts: 44

PostPosted: Sat Dec 04, 2004 10:00 pm    Post subject: Reply with quote

Hmm, the problem is I'v tried that, it just says unknown filesystem then stays there until you pull the power...

I can still boot linux with the first option :)
_________________
I used to be a owner of a server, oh well...
Back to top
View user's profile Send private message
progosaurus
n00b
n00b


Joined: 02 Dec 2004
Posts: 29
Location: The Wirral

PostPosted: Sat Dec 04, 2004 11:40 pm    Post subject: Reply with quote

Is it possible to boot winxp from anything other than hda?

If so ... perhaps the problem is corruption of CHS parameters in the partition table.
See my other remarks here:
https://forums.gentoo.org/viewtopic.php?t=261094&highlight=
_________________
progo
Back to top
View user's profile Send private message
Servax
n00b
n00b


Joined: 15 Aug 2004
Posts: 44

PostPosted: Sun Dec 05, 2004 1:18 am    Post subject: Reply with quote

See thats what I'm wondering now is even possible to boot Win XP from another Hard Drive?
_________________
I used to be a owner of a server, oh well...
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Sun Dec 05, 2004 1:28 am    Post subject: Reply with quote

Servax wrote:
See thats what I'm wondering now is even possible to boot Win XP from another Hard Drive?

Your Windows entry should look like this. The map command makes the Windows bootloader think it is booting from the first harddrive.
Code:
title=Windows XP by ServaxNet
map (hd0) (hd1)
map (hd1) (hd0)
chainloader (hd1,0)+1
Back to top
View user's profile Send private message
Servax
n00b
n00b


Joined: 15 Aug 2004
Posts: 44

PostPosted: Sun Dec 05, 2004 6:38 am    Post subject: Reply with quote

Thanks, I'm getting on linux to try it now :)
_________________
I used to be a owner of a server, oh well...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum