Michael Havens wrote:
On Wed, Sep 10, 2014 at 11:27 AM, Bruce Dubbs <[email protected]> wrote:menuentry "GNU/Linux, Linux 3.13.3-lfs-7.5" { set root=(hd0,6) linux /boot/vmlinuz-3.13.3-lfs-7.5 root=/dev/sda6 ro }thanks for teaching me that! It still didn't boot though. The first line says : Kernel panic - not syncing: VFS: unable to mount root fs on unkno block(0,0)
It's finding the kernel, so the grub problem is solved. The build of the kernel is wrong for your system. It can't find the drivers needed for mounting the root directory.
Try: http://www.linuxfromscratch.org/hints/downloads/files/kernel-configuration.txt
-- Bruce -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? http://en.wikipedia.org/wiki/Posting_style
