For a correct start of grub with i have compiled the kernel with the support of
ext4 in menuconfig (when we do make LANG=<> LC_CALL= menuconfig).

Now grub starts, I obtain many [OK] on video but then i obtain the error:

The superblock could not be read or does not describe a correct ext2
filesystem.  If the device is valid and it really contains an ext2
filesystem (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 8193 <device>


So from chroot i have done    
e2fsck -b 8193 <device> 
In my case <device> is /dev/sda2

but i obtain with e2fsck the same error.  

What must i see?
Thanks

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to