Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Grub problem.... Dual booting Winxp and Gentoo
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
lostinlinux
Guru
Guru


Joined: 05 Oct 2002
Posts: 341

PostPosted: Sat Oct 05, 2002 3:31 pm    Post subject: Grub problem.... Dual booting Winxp and Gentoo Reply with quote

I am sure this has been answered somewhere in this forum, however I have spent a couple of nights looking and couldn't locate it. My problem is this. I have installed Gentoo onto a system that allready had Win XP on the primary master, and after installing Gentoo in installed Grub to the mbr, I edited the files according to the install guide but I can't load Win XP. Gentoo loads great however. These are the commands I used to install and set things up

root (hd1,1)//Place where linux boot partition is
setup (hd0)
quit

then my menu.lst file contains this


Code:
default 0
timeout 30
splashimage=(hd1,1)/boot/grub/spash.xpm.gz

title=Gentoo Linux
root(hd1,1)
kernel /boot/bzImage root=/dev/hdc4

title= Windows xp
root (hd0,0)
chainloader +1
Back to top
View user's profile Send private message
Jetlag
n00b
n00b


Joined: 30 Sep 2002
Posts: 20
Location: UK

PostPosted: Sat Oct 05, 2002 4:06 pm    Post subject: Reply with quote

Try something like this in your menu.lst

Code:
title=Windows 2000 Pro
root (hd0,0)
rootnoverify (hd0,0)
makeactive
chainloader +1
Back to top
View user's profile Send private message
lostinlinux
Guru
Guru


Joined: 05 Oct 2002
Posts: 341

PostPosted: Sat Oct 05, 2002 4:13 pm    Post subject: Unbelievable Reply with quote

lol, ok...I must be retarded if one simple extra command like that could work so well. Windows booted up flawlessly, thanks much for the help.
Back to top
View user's profile Send private message
turbobri
n00b
n00b


Joined: 07 Oct 2002
Posts: 14

PostPosted: Tue Oct 08, 2002 5:39 pm    Post subject: Reply with quote

I'm having the same problem. I tried adding the rootnoverify and makeactive commands but no luck. When I select my WinXP option it just comes right back into the grub menu.

Help!
Back to top
View user's profile Send private message
turbobri
n00b
n00b


Joined: 07 Oct 2002
Posts: 14

PostPosted: Tue Oct 08, 2002 5:52 pm    Post subject: Reply with quote

Doh! I had misspelled "chainloader" as "chainloder" in my menu.lst file. Works fine now like this:
Code:

title=Windows XP
root (hd0,0)
chainloader +1
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things 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