Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Help with booting
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
zipperflipper
n00b
n00b


Joined: 29 Oct 2004
Posts: 3

PostPosted: Sat Oct 30, 2004 12:01 am    Post subject: Help with booting Reply with quote

I could use some help with booting. I used the 2004.2 Universal CD everything turned out fine until it went to boot, I keep getting Error 15 from grub when i try to boot Gentoo its on /dev/hdb, btw windows boots fine, which is on /dev/hda.

here is my grub code:

Code:

title=Gentoo Linux
root (hd1,0)
kernel /boot/kernel-2.6.7-gentoo-r11 root=dev/hdb3 video=vesafb
     


ive read the sticky for grub and cant seem to find any answers, ive tried it w/ and w/o the /boot before the kernel-2.... part. im a little confused now. i checked the /boot to see if the kernel was there and it was. so now im stumped could someone please help me? Thank you!
Back to top
View user's profile Send private message
Akhouk
Guru
Guru


Joined: 23 May 2003
Posts: 476
Location: The Two Niles, Africa

PostPosted: Sat Oct 30, 2004 1:04 am    Post subject: Reply with quote

Did you install the kernel manually or use the genkernel package?

Also, does it come to a grub menu, or go straight to the error message?

Your line says

Quote:
root=dev/hdb3


I take it that was a typo as it should have said....

Quote:
root=/dev/hdb3
Back to top
View user's profile Send private message
fennec
l33t
l33t


Joined: 30 Aug 2003
Posts: 613
Location: Montreal

PostPosted: Sat Oct 30, 2004 1:07 am    Post subject: Reply with quote

Quote:
kernel /boot/kernel-2.6.7-gentoo-r11 root=dev/hdb3 video=vesafb


use this instead

Code:
kernel /kernel-2.6.7-gentoo-r11 root=/dev/hdb3 video=vesafb


1- corrected typo in dev/hdb3
2- you dont specify /boot because /boot is on its own partition ( hd1,0)

That should do it.
Back to top
View user's profile Send private message
zipperflipper
n00b
n00b


Joined: 29 Oct 2004
Posts: 3

PostPosted: Sat Oct 30, 2004 5:16 pm    Post subject: That didn't do it Reply with quote

it didnt work, i still get an error 15, yes that was a typo sorry. anyways any other suggestions?

heres what my grub code reads now:

Code:
root (hd1,0)
kernel /kernel-2.6.7-gent3oo-r11 root=/dev/hdb  video=vesafb


any other suggestions would be grand!

thank you
Back to top
View user's profile Send private message
zipperflipper
n00b
n00b


Joined: 29 Oct 2004
Posts: 3

PostPosted: Sat Oct 30, 2004 6:15 pm    Post subject: i figured it out!! Reply with quote

woohoo i figured it out, i accidently skipped a step in installation... wouldnt be the first time i did that... thanks for the helpe veryone! later

zf
Back to top
View user's profile Send private message
fennec
l33t
l33t


Joined: 30 Aug 2003
Posts: 613
Location: Montreal

PostPosted: Sat Oct 30, 2004 6:23 pm    Post subject: Re: i figured it out!! Reply with quote

zipperflipper wrote:
woohoo i figured it out, i accidently skipped a step in installation... wouldnt be the first time i did that... thanks for the helpe veryone! later

zf


what did you skip for my own curiousity ?
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