Gentoo Archives: gentoo-catalyst

From: Georg Lippold <georg.lippold@×××.de>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] Booting problems with udev
Date: Wed, 07 Sep 2005 11:02:07
Message-Id: 431EC891.5050907@gmx.de
In Reply to: Re: [gentoo-catalyst] Booting problems with udev by Georg Lippold
1 Sorry, got it worked out. I just had to pass doscsi as kernel boot-option.
2
3 Georg Lippold wrote:
4 > Hi all,
5 >
6 > Currently, I am experiencing problems with udev on a custom made 2005.1
7 > LiveCD. I have a Firewire (IEEE 1394) CD-Rom that I want to boot from.
8 > During bootup, all necessary modules are loaded, but the CD-detection
9 > fails even if I compile firewire, firewire-blockdev and SCSI-CDROM
10 > static. Interesting is, that the CD-detection script just probes all
11 > /dev/[hs]daX devices, but not /dev/scdX.
12 >
13 > After that, I get to the following prompt:
14 >
15 > !! The root block device is unspecified or not detected.
16 > Please specify a device to boot, or "shell" for a shell...
17 >
18 > After typing "shell" I can enter the Ramdisk-shell and create my
19 > /dev/scd0 by hand:
20 >
21 > mknod /dev/scd0 b 11 0
22 >
23 > but when I try to continue booting with
24 >
25 > exec /init
26 >
27 > and then entering /dev/scd0 as boot-device, it successfully mounts it to
28 > /newroot but then fails to create the directories /newroot/tmp and
29 > /newroot/dev (of course, readonly fs). After it it fails completely with
30 > the message
31 >
32 > >> Booting (initramfs)....umount: /sys: Invalid argument
33 > *: Failed to unmount the initrd /sys!
34 > ..
35 > chroot: cannot execute /bin/sh: No such file or directory
36 > Kernel panic - not syncing: Attemped to kill init!
37 >
38 > Obviously, nowhere to go from here... maybe you can tell me what I could
39 > change to make it working?
40 >
41 > Greetings,
42 >
43 > Georg
44 >
45 > Chris Gianelloni wrote:
46 >
47 >> On Tue, 2005-09-06 at 14:55 +0000, Luis Flores soberon wrote:
48 >>
49 >>> CONFIG_LBD=y
50 >>> CONFIG_DEVFS_FS=y
51 >>
52 >>
53 >>
54 >> These are not required for a booting system. DEVFS is only required if
55 >> you're using a 2.4 kernel. With a 2.6 kernel, udev works just fine.
56 >>
57 --
58 gentoo-catalyst@g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] Booting problems with udev Chris Gianelloni <wolf31o2@g.o>