Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Cannot open root device "sda3" or unknown-block (0,0)
Date: Wed, 17 Nov 2010 03:25:36
Message-Id: 20101117032413.GH6242@syscon4.inet
In Reply to: Re: [gentoo-user] Cannot open root device "sda3" or unknown-block (0,0) by Dale
1 On 11/16/10 21:04, Dale wrote:
2 >Joseph wrote:
3 >> My ASUS A8V motherboard went down so I change it with another ASUS MB
4 >> M2NPV along with CPU. Both CPU's were AMD so no need to change flags.
5 >> Have two hard drives both SATA 200G and 500G
6 >> However, after trying to boot I get:
7 >>
8 >> VFS: Cannot open root device "sda3" or unknown-block (0,0)
9 >>
10 >> In grub.conf I have:
11 >> root (hd0,0)
12 >> kernel /boot/kernel-current root=/dev/sda3 pci=noapi noapci
13 >> When I boot strap and run, df -h it shows all the partition correctly
14 >> but all showing as:
15 >> Size: 46G used: 30G avail: 15G
16 >>
17 >> So it would seem to me the kernel does not recognized correctly large
18 >> disk drives; but it this kernel worked correctly with previous
19 >> motherboard (the one that failed). BIOS is showing both hard drives
20 >> size: 200G and 500G
21 >> What to look for?
22 >>
23 >
24 >I would start by checking the kernel config. Make sure you have your
25 >drive chipset BUILT INTO the kernel and whatever drivers you use for the
26 >file system root is on also BUILT IN. Keep in mind, you can't build
27 >those as modules. They have to be in the kernel itself.
28 >
29 >As to the different sizes, not sure. Maybe someone who has seen that
30 >will have additional ideas. May be driver related, may be something else.
31 >
32 >Dale
33 >
34 >:-) :-)
35
36 The BIOS sees both HD but, boot sector is working OK as grub comes up but then I get a message:
37
38 VFS: Cannot open root device "sda3" or unknown-block (0,0)
39 please append a correct "root=" boot option; here are the available partitions:
40 0300 4191302 hda driver: ide-cdrom
41
42 So it seems kernel does not see the sata drives, but how it is possible? Boot partition is on sda
43
44 Someone suggested that BIOS is seeing different logical layout of cylinders/ heads.
45 In BIOS setup there a choice of IDE mode, AHCI mode, etc
46
47 --
48 Joseph

Replies

Subject Author
Re: [gentoo-user] Cannot open root device "sda3" or unknown-block (0,0) Dale <rdalek1967@×××××.com>