On Mon, Apr 02, 2007 at 11:13:51PM +0200, Fred Verschueren wrote: > I recompiled the kernel with the changes you suggested and now the > booting goes a little bit further. > > 1. First of all --> scroll lock is reacting now so I can follow what's > happening > 2. I receive the following message --> > > Init: version 2.86 booting > Mounting kernel-based file systems: > /procmount: proc has wrong device number or fs type proc not supported > /sys FAIL > Creating /dev in tmpfs mount: wrong fs type, load option, bad superblock > on udev, > missing code page or other error > In some cases useful info is found in syslog - try dmesg | tail or so.
for the first one, CONFIG_PROC_FS=y (under filesystems), and I suppose CONFIG_SYSFS=y and CONFIG_TMPFS=y : I hadn't realised those were configurable. To answer the question I've stripped out, you could try 'make defconfig' or just look at arch/x86_64/defconfig - the problem is that default configs match the prejudices of the maintainer, and it won't necessarily do what you want to do, even if it got updated for new options (so, if you make defconfig, you should probably still make oldconfig just in case). ĸ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
