gmspro wrote: > Hi, > > I have install linux kernel-3.2.6 from inside chroot to lfs system. > During boot, it displays /etc/fstab /etc/mtab not found or something. > This is the /etc/fstab: > /dev/sdb8 / ext4 defaults 1 1 > /dev/sdb6 swap swap defaults 0 0 > proc /proc proc nosuid,noexec,nodev 0 0 > #sysfs /sys sysfs nosuid,noexec,nodev 0 0 > #devpts /dev/pts devpts gid=4,mode=620 0 0 > #tmpfs /run tmpfs defaults 0 0 > #devtmpfs /dev devtmpfs mode=0755,nosuid 0 0
This is bad. You need to uncomment these last 4 entries. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
