Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
genkernel, mounting root problems
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
atac
Apprentice
Apprentice


Joined: 04 Jan 2003
Posts: 234
Location: haninge, swe

PostPosted: Sun Jan 25, 2004 12:29 pm    Post subject: genkernel, mounting root problems Reply with quote

EDIT: did forgot a line to grub.conf

hey,

i've been searching the forums but haven't found any similar problem
with the one i got.

this is the first time i try genkernel.
when booting and it gets to "step 4a: Mouting root" the following error
occures:

Code:

mount: Mouting /dev/hda1 on /newroot failed: Invalid argument
Could not mount specified ROOT, try again
Root block device unspecified or not detected.
Please specify a device to boot, or "shell" for a shell.
:


my grub.conf
Code:

default 0
timeout 3
splashimage=(hd0,4)/boot/grub/splash.xpm.gz

title=Gentoo GNU/Linux
root (hd0,4)
kernel (hd0,4)/boot/kernel-2.4.22-gentoo-r5 root=/dev/ram0 real_root=/dev/hda1 init=/linuxrc vga=791
initrd (hd0,4)/boot/initrd-2.4.22-gentoo-r5


my partitions:
Code:

/dev/hda5   /boot   ext3
/dev/hda1   /      ext3
/dev/hda6          swap

_________________
1 + 1 + 1 = 11


Last edited by atac on Sun Jan 25, 2004 5:47 pm; edited 1 time in total
Back to top
View user's profile Send private message
kc8tbe
Tux's lil' helper
Tux's lil' helper


Joined: 12 Aug 2003
Posts: 135
Location: Cleveland, OH USA

PostPosted: Sun Jan 25, 2004 3:32 pm    Post subject: Reply with quote

I'm no expert at grub, but you could try this:
Code:

default 0
timeout 3
splashimage=(hd0,4)/boot/grub/splash.xpm.gz
 
title=Gentoo GNU/Linux
root(hd0,3)
kernel (hd0,4)/boot/kernel-2.4.22-gentoo-r5 root=/dev/ram0 real_root=/dev/hda1 init=/linuxrc vga=791
initrd (hd0,4)/boot/initrd-2.4.22-gentoo-r5

Or if that doesn't work, try changing the "3" in the line I added to a "4" or a "0" (without the quotes).

Also, refer to the directions in the Gentoo installation handbook:
http://www.gentoo.org/doc/en/handbook/handbook.xml?part=1&chap=9

If you still don't have any success with grub, you could consider using lilo.
Back to top
View user's profile Send private message
atac
Apprentice
Apprentice


Joined: 04 Jan 2003
Posts: 234
Location: haninge, swe

PostPosted: Sun Jan 25, 2004 5:49 pm    Post subject: Reply with quote

ops, i forgot that line, i DO have it in my grub.conf, so the problem remains.
_________________
1 + 1 + 1 = 11
Back to top
View user's profile Send private message
kc8tbe
Tux's lil' helper
Tux's lil' helper


Joined: 12 Aug 2003
Posts: 135
Location: Cleveland, OH USA

PostPosted: Sun Jan 25, 2004 6:54 pm    Post subject: Reply with quote

Got me. If playing with the numbers (i.e. (hd0, 1) instead of (hd0, 2) or /dev/hda1 instead of /dev/hda2) doesn't fix this, then I'm stumped. Remeber possible values are 0-4 (I'm asusming you don't have any logical partitions). Hopefully someone who knows their GRUB can give you a hand :wink:

And there's always LILO...
Back to top
View user's profile Send private message
Bombs14
Tux's lil' helper
Tux's lil' helper


Joined: 03 Sep 2003
Posts: 140

PostPosted: Tue Jan 27, 2004 4:26 am    Post subject: initrd Reply with quote

it seems to be a problem with the initrd, so try commenting out the initrd line in your grub.conf, and boot again, you should be able to boot this time.
Back to top
View user's profile Send private message
atac
Apprentice
Apprentice


Joined: 04 Jan 2003
Posts: 234
Location: haninge, swe

PostPosted: Tue Jan 27, 2004 7:12 am    Post subject: Re: initrd Reply with quote

Bombs14 wrote:
it seems to be a problem with the initrd, so try commenting out the initrd line in your grub.conf, and boot again, you should be able to boot this time.


sure i will, but the thing is that i wanted to try out genkernel.
though it seems like it dosen't work for everyone ...
_________________
1 + 1 + 1 = 11
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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