Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] system can not find kernel, "hda3" or unknown block (0,0)
Date: Thu, 06 Feb 2014 05:00:45
Message-Id: 20140206050057.GD4127@syscon7.ed.shawcable.net
In Reply to: Re: [gentoo-user] system can not find kernel, "hda3" or unknown block (0,0) by "Canek Peláez Valdés"
1 On 02/05/14 20:34, Canek Peláez Valdés wrote:
2 >On Wed, Feb 5, 2014 at 7:30 PM, Joseph <syscon780@×××××.com> wrote:
3 >> On 02/06/14 01:12, Neil Bothwick wrote:
4 >>>
5 >>> On 6 February 2014 00:23:42 GMT+00:00, Joseph <syscon780@×××××.com>
6 >>> wrote:
7 >>>
8 >>> I'm trying to figure it out what happened during my process of switching
9 >>> to syst
10 >>> emd and I'm lost
11 >>> When I try to boot I get:
12 >>> "hda3" or unknown block (0,0)
13 >>> In grub.conf I have:
14 >>> root (hd0,0)
15 >>> kernel /kernel-current root=/dev/hda3
16 >>>
17 >>> Are you sure it should be hda3 and not sda3?
18 >>> --
19 >>> Sent from my Android phone with K-9 Mail. Please excuse my brevity.
20 >>
21 >>
22 >> Yes, that is correct. This is a old box and in fstab all line have "hda..."
23 >
24 >CONFIG_IDE is deprecated in the kernel and systemd/udev requires it to
25 >be unset. It's possible that you disabled it, and then you now have
26 >sda instead of had?
27 >
28 >Regards.
29 >--
30 >Canek Peláez Valdés
31 >Posgrado en Ciencia e Ingeniería de la Computación
32 >Universidad Nacional Autónoma de México
33
34 Partial success.
35 I copied an old kernel config file from /boot
36 "make oldconig"
37 enable "systemd" in the kernel
38 put the grub.conf "... init=/usr/lib/systemd/systemd"
39 and it booted OK but I have no X display, no network :-/
40 so I'm working on it.
41
42 I'm not very impress with the transition. I added to make.conf. USE="... systemd" and emerge -uDNavq world (from bootstrap CD).
43
44 --
45 Joseph

Replies

Subject Author
Re: [gentoo-user] system can not find kernel, "hda3" or unknown block (0,0) "Canek Peláez Valdés" <caneko@×××××.com>