Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Broken install?
Date: Sun, 30 Apr 2006 17:29:21
Message-Id: 7573e9640604301013m7bcc0214q3e9e0dbf854a1027@mail.gmail.com
In Reply to: [gentoo-user] Broken install? by JimD
1 On 4/29/06, JimD <Jim@×××××××××××××××××.org> wrote:
2 > kernel /boot/kern[TAB] (grub auto-completes) root=/dev[TAB]
3 > Error 11: Unrecongnized device string.
4
5 This is not a problem. The kernel will use an internal mapping to
6 figure out what the device major and minor number is for /dev/sda1.
7 It does not depend on anything being in /dev.
8
9 The actual /dev on the root filesystem only needs null and console.
10
11 Note that udev usually runs on a ramfs or tmpfs filesystem, so all of
12 the nodes that you see when the system is running exist only in
13 memory, not on any disk.
14
15 Just use root=/dev/sda1, and the system should boot fine.
16
17 -Richard
18
19 --
20 gentoo-user@g.o mailing list