Gentoo Archives: gentoo-user

From: maxim wexler <blissfix@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Grrr: gentoo form of dependency hell was: [Bug 129864]
Date: Wed, 17 May 2006 20:32:42
Message-Id: 20060517202306.86577.qmail@web31712.mail.mud.yahoo.com
In Reply to: Re: [gentoo-user] Grrr: gentoo form of dependency hell was: [Bug 129864] by Richard Fish
1 --- Richard Fish <bigfish@××××××××××.org> wrote:
2
3 > On 5/15/06, maxim wexler <blissfix@×××××.com> wrote:
4 > >
5 > > Kernel panic! That's what happens.
6 >
7 > Why? Is it because it couldn't find your root
8 > device? Did it detect
9 > your hard drives correctly on boot? Or was it
10 > because it found your
11 > root, but failed to mount it? Or is it something
12 > completely unrelated
13 > to mounting root?
14
15 Typical panic, no warning, then 'can't find root
16 device please append correct "root=" option.' Before,
17 when this happened it was because I had not compiled
18 into the kernel the right fs drivers. Not this time.
19
20 Well, well, well. Just booted the CD and noticed when
21 I mount my root part. /dev/sda7 on /mnt/gentoo, it's
22 already got a boot dir there which is totally
23 different from the separate /boot that gets mounted
24 from fstab, /dev/sda2.
25
26 Here's the "boot" dir that get mounted along with
27 /dev/sda7
28
29 livecd root # ls -l /mnt/gentoo/boot
30 total 1197
31 lrwxrwxrwx 1 root root 1 Dec 20 11:12 boot -> .
32 drwxr-xr-x 2 root root 144 May 6 14:22 kern-conf
33 -rw-r--r-- 1 root root 1220856 May 9 00:48 vmlinuz
34
35 here's the "boot" dir that is referenced in fstab.
36 This is the one that got transformed by following the
37 recent post from forgot-his-name who recommended a
38 thorough house-cleaning.
39
40 livecd root # ls -l /mnt/gentoo/mnt/
41 total 2175
42 lrwxrwxrwx 1 root root 27 May 14 21:00
43 System.map -> System.map-2.6.16-gentoo-r3
44 -rw-r--r-- 1 root root 689946 May 14 21:00
45 System.map-2.6.16-gentoo-r3
46 lrwxrwxrwx 1 root root 1 Dec 20 11:22 boot -> .
47 lrwxrwxrwx 1 root root 23 May 14 21:00 config ->
48 config-2.6.16-gentoo-r3
49 -rw-r--r-- 1 root root 30503 May 14 21:00
50 config-2.6.16-gentoo-r3
51 drwxr-xr-x 2 root root 1024 May 14 19:32 grub
52 drwx------ 2 root root 12288 Dec 20 10:38
53 lost+found
54 drwxr-xr-x 2 root root 1024 May 14 19:01
55 old-kern-conf
56 drwxr-xr-x 3 root root 1024 May 14 19:32 safe
57 lrwxrwxrwx 1 root root 24 May 14 21:00 vmlinuz
58 -> vmlinuz-2.6.16-gentoo-r3
59 -rw-r--r-- 1 root root 1478499 May 14 21:00
60 vmlinuz-2.6.16-gentoo-r3
61 livecd root #
62
63 This has gotta be the problem. Or most of it. I've
64 been going along all this time separately mounting a
65 /boot partition, formatted ext2 and a root partitiion,
66 formatted reiserfs which already has a "boot" dir
67 attached. Is that the one that actually boots? Is it
68 even a problem? How did it get there? Better yet, how
69 do I explain this to the bug folks?
70
71
72
73
74
75 __________________________________________________
76 Do You Yahoo!?
77 Tired of spam? Yahoo! Mail has the best spam protection around
78 http://mail.yahoo.com
79 --
80 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Grrr: gentoo form of dependency hell was: [Bug 129864] Richard Fish <bigfish@××××××××××.org>