Michael Havens wrote:
On Wed, Sep 10, 2014 at 8:36 AM, Ken Moffat <[email protected]> wrote:


  The error is in grub.cfg - I suspect you have not copied the lfs
kernel to the debian /boot partition.  So, if the lfs kernel is on
sda6 along with the lfs system, try

         set root='hd0,6'

but ONLY do that in the lfs entry.



error: invalid filename `set'
I think I did that wrong: this is the menu entry I tried:

    menuentry "GNU/Linux, Linux 3.13.3-lfs-7.5" {
         linux set root='hd0,6'  /boot/vmlinuz-3.13.3-lfs-7.5 root=/dev/sda6
ro
    }


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
}

  -- 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

Reply via email to