On Sat, Nov 25, 2006 at 08:21:46PM +0100, Zoran K. wrote: > > How did you create the partitions ? Go back to the Live CD - what > >is the partition map according to 'fdisk -l' ? > > fdisk -l: > --------------------------------------------------------------------- > Disk /dev/sda: 200.0 GB, 200049647616 bytes > 255 heads, 63 sectors/track, 24321 cylinders > Units = cylinders of 16065 * 512 = 8225280 bytes > > Device Boot Start End Blocks Id System > /dev/sda1 * 1 365 2931831 83 Linux > /dev/sda2 366 608 1951897+ 5 Extended > /dev/sda5 366 608 1951866 82 Linux swap / Solaris > --------------------------------------------------------------------- > created with: mke2fs /dev/sda1 > We know you have a filesystem on sda1, and that the initscripts are there - the kernel was able to run them up to the point where it tried to check sda1.
This looks like a udev problem. In a normal boot on my box the /etc/rc.d/rcsysinit.d/S10udev script would run before S20checkfs and create the device nodes. I thought this symlink was created when we installed the main bootscripts, but it's actually installed by udev-cross-lfs-1.0-3, that is section 11.3 'Udev Rules-1.0-3' (at least in the released book) - I suggest you missed this. If I've misunderstood where you are, and you are actually trying to boot into the temporary system so that you can get on with chapter 9, then take a look at section 7.19. ĸ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
