Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
help me with 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
marcelo
n00b
n00b


Joined: 30 Apr 2002
Posts: 13
Location: Bagé - RS - Brazil

PostPosted: Thu May 09, 2002 12:51 pm    Post subject: help me with grub Reply with quote

I never used grub and I´m installing gentoo in a computer with windows, then my partition table is like that:

/dev/hda1 -> windows
/dev/hda2 -> swap
/dev/hda3 -> linux

how can i configure grub to access windows and linux ?!?!

thanks ...
_________________
--
[]´s
Marcelo.
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Thu May 09, 2002 1:24 pm    Post subject: Re: help me with grub Reply with quote

marcelo wrote:
how can i configure grub to access windows and linux ?!?!


Did you read the documentation??? Especially the part entitled, "Final steps: configure GRUB"?

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
DArtagnan
l33t
l33t


Joined: 30 Apr 2002
Posts: 942
Location: Israel, Jerusalem

PostPosted: Thu May 09, 2002 1:28 pm    Post subject: Grub Reply with quote

follow the commands:
1) # grub
2) grub> root (hd0,2)
3) grub> setup (hd0)
4) grub> quit
#nano -w /boot/grub/menu.lst

Inside the file write:
default 0
timeout 30
splashimage=(hd0,2)/boot/grub/splash.xpm.gz

title=Gentoo
root (hd0,2)
kernel /boot/bzImage root=/dev/hda3

#load windoze sucks
title=Windose sucks
root (hd0,0)
chainloader +1
_________________
All for one and one for All
--

MACPRO machine...
Back to top
View user's profile Send private message
DArtagnan
l33t
l33t


Joined: 30 Apr 2002
Posts: 942
Location: Israel, Jerusalem

PostPosted: Thu May 09, 2002 1:30 pm    Post subject: Kurt is right Reply with quote

Read the docs and THEN check what i gave you
_________________
All for one and one for All
--

MACPRO machine...
Back to top
View user's profile Send private message
Guest






PostPosted: Thu May 09, 2002 2:30 pm    Post subject: Reply with quote

Sorry, I´m a newbie, I read the documentation but int that example the windows partition doesn´t is the first partition like in my computer.

thanks ...
Back to top
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