Gentoo Archives: gentoo-user

From: jangar <gianluca.gargiulo@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] VFS root device and kernek panic
Date: Thu, 29 Sep 2005 20:55:38
Message-Id: ff52596705092913501a7c1386@mail.gmail.com
1 hi, i have problem with Gentoo Linux 2005.1 AMD64 installation.
2 CPU: Athlon 64 2800+
3 HD SATA Maxtor 80GB
4 Ati Radeon 9200
5 etc...
6
7 after make partition, LVM2 and compiling kernel and config grub my kernel
8 give me follow message:
9 VFS Cannot Open root device "sda3" or unknow-block(0,0)
10 ...
11 Kernel panic ...
12
13 i have set grub to follow synax
14 ###############################################
15 Title Gentoo/Linux
16 root (hd0,0)
17 kernel /kernel-2.6.12-gentoo-r10 root=/dev/sda3
18 ###############################################
19
20 and my /etc/fstab is configured as follow
21 #######################################################################
22 /dev/sda1 /boot ext2 defaults,noatime 1 2
23 /dev/sda2 none swap sw 0 0
24 /dev/sda3 / xfs noatime 0 1
25 /dev/vg/usr /usr xfs noatime 0 0
26 /dev/vg/home /home xfs noatime 0 0
27 /dev/vg/opt /opt xfs noatime 0 0
28 /dev/vg/var /var xfs noatime 0 0
29 /dev/vg/tmp /tmp xfs noatime 0 0
30 none /proc proc defaults 0 0
31 none /dev/shm tmpfs nodev,nosuid,noexec 0 0
32 /dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
33 #######################################################################
34
35 what is appened?
36
37 thanks

Replies

Subject Author
Re: [gentoo-user] VFS root device and kernek panic "A. Khattri" <ajai@××××.net>
Re: [gentoo-user] VFS root device and kernek panic John Jolet <john@×××××.net>