Gentoo Archives: gentoo-user

From: Rafael Barrera Oro <rafael@××××××××××××××××.ar>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New to Gentoo. Having trouble getting it started for the first time
Date: Mon, 13 Nov 2006 14:00:11
Message-Id: 45584E47.5050207@akyasociados.com.ar
In Reply to: [gentoo-user] New to Gentoo. Having trouble getting it started for the first time by Jon M
1 Jon M wrote:
2
3 > Hey everyone,
4 >
5 > I'm new to Gentoo, but not to Linux. For some reason I seem to be
6 > struggling to get it booted after installing. Basically my setup is I
7 > have 3 partitions as follows: /dev/hda1 (32MB EXT3) used as /boot.
8 > /dev/hda2 (512MB) for swap, and the rest is on /dev/hda3 (ReiserFS).
9 >
10 > The contents of my /boot/grub/grub.conf is as follows:
11 >
12 > default 0
13 > timeout 30
14 > splashimage=(hd0,0)/boot/grub/splash.xpm.gz
15 >
16 > title=Gentoo Linux 2.6.17-r8
17 > root (hd0,0)
18 > kernel /kernel-2.6.17-gentoo-r8 root=/dev/hda3
19 >
20 > Everything look normal so far? Well when I reboot, and select Gentoo
21 > on the GRUB list, it starts to load and then I get the following error:
22 >
23 > VFS: Cannot open root device "hda3" or unknown-block(0,0)
24 > Please append a correct "root=" boot option
25 > Kernel panic - not syncing: VFS: Unable to mount root fs on
26 > unknown-block(0,0)
27 >
28 >
29 > Any help anyone could provide would be greatly appreciated! Thanks in
30 > advance!
31
32
33 Hello! here is my grub.conf in order to compare, the only thing that i
34 notice is missing is the initrd line, i am no Linux expert either so
35 maybe that is not a must have. Anyway, my machine works, so i hope you
36 can comparte this file to yours and find out whats missing, hope it helps.
37
38 default 0
39 timeout 30
40 splashimage=(hd0,0)/grub/splash.xpm.gz
41 title=Gentoo Linux
42 root (hd0,0)
43 kernel /kernel-genkernel-x86_64-2.6.17-gentoo-r5 root=/dev/ram0
44 init=/linuxrc ramdisk=8192 real_root=/dev/hda3
45 initrd /initramfs-genkernel-x86_64-2.6.17-gentoo-r5
46 --
47 gentoo-user@g.o mailing list

Replies