Gentoo Archives: gentoo-user

From: JimD <Jim@×××××××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Broken install? - Fixed
Date: Sun, 30 Apr 2006 03:14:17
Message-Id: 445429A4.505@keeliegirl.dyndns.org
In Reply to: [gentoo-user] Broken install? by JimD
1 JimD wrote:
2 > OK, something weird is going on with a new install I just did. I might
3 > have hosed /dev. I though udev takes card of /dev?
4 >
5 > When I boot the new install, I get a kernel panic about the root= line
6 > in my grub.conf. So from the grub boot menu I press c and entered:
7 >
8 > root (hd0,0)
9 > Filesytem type is reiserfs...
10 >
11 > kernel /boot/kern[TAB] (grub auto-completes) root=/dev[TAB]
12 > Error 11: Unrecongnized device string.
13 >
14 > Did I break something or forget something?
15 >
16 > I booted into the gentoo install CD and mounted /dev/sda1 and /dev on my
17 > disk is empty. I started to mknod some devices, however that could take
18 > all night. Besides, I thought udev handles that? Or do I need a base
19 > set of device files for the kernel until udev kicks in?
20 >
21 > Jim
22
23 Sorry for a million and one questions tonight. I am leaving for
24 vacation/holiday tomorrow and will have an 8 hour car ride. I just
25 wanted to make sure my Gentoo laptop is good-to-go.
26
27 For an FYI and for Google searches:
28
29 I was able to fix the broken /dev in Gentoo by booting with the install
30 CD, and mounting my root partition under /mnt/gentoo. I then did the
31 following:
32
33 cd /
34 tar -zcvpf /mnt/gentoo/tmp/dev.tar.gz dev/
35 cd /mnt/gentoo
36 tar -zxvpf tmp/dev.tar.gz
37 cd /
38 umount /mnt/gentoo
39 reboot
40
41 Jim
42 --
43 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
44 There's no place like 127.0.0.1
45 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
46 JimD
47 Central FL, USA, Earth, Sol
48 --
49 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Broken install? - Fixed John Jolet <john@×××××.net>