Le 14/03/2012 00:34, Bruce Dubbs a écrit : > OK, try the updated scripts I just committed when you get a chance. > > -- Bruce Sorry it took some time because I had a few errors in my kernel config (like not enabling devtmpfs, shame on me, and a problem with the radeon driver, which was giving a black screen, not easy to debug).
The mkinitramfs script lacks the most important (for LVM) symlink : ln -s lvm $WDIR/sbin/vgchange Also, it might be interesting/necessary to copy the content of /lib/firmware to $WDIR. In the init.in script: Not needed (automatically created by devtmpfs): mknod -m 640 /dev/console c 5 1 mknod -m 664 /dev/null c 1 3 and udev seems to be not needed either (at least for LVM, do not know for raid): vgchange -ay automatically creates the special files and symlinks in /dev. My configuration : /dev/sda1: primary: Windows /dev/sda2: primary: host /boot /dev/sda3: primary: not used /dev/sda4: primary: LVM. Volume group: vg0 the whole LFS partition is on vg0-lfs There is a swap partition on LVM. Regards Pierre -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
