On Mon, Apr 02, 2007 at 09:06:26PM +0200, Fred Verschueren wrote: > > #1. System starts booting but it's difficult to say what's happening > because of #2 but --> > my disks are recognised and attached and what I can see on the screen > when the scrolling stops is the following > > =============== > starting udevd > udevd[585] init_udevd_sochet: error getting socket: address family not > supported by protocol Possibly, missing unix domain sockets in the kernel config (CONFIG_UNIX=y - under Networking options). That on its own might be enough to stop udev creating any device nodes. > udevd[585]:main:error initializing udevd socket:illigal seek > performing Cold plugging > mkdir:cannot create dir /dev/.udev:read only file system > mounting root file system in read only mode > checking file systems ... > /dev/sda14 > The superblock could not be read or does not describe a correct ext2 > file system. If the device is valid and it really > contains an ext2 file system ( and not swap or ufs or something else) > then the superblock is corrupt and you might try > running e2fsck with an alternate superblock: > e2fsck - b 8192 <device> My gut feeling is that either the sockets are the problem, or else that the kernel doesn't have the correct drivers for your SATA controller and/or for ext2/3 as appropriate.
ĸen -- das eine Mal als Tragödie, das andere Mal als Farce _______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
