Michael Havens wrote:
Right now I have my GUI computer packed away (taking it to my Dad's
and we're going to try to get the keys that aren't working fixed
tomorrow) so I can't make this email pretty (I'm using Lynx now).
Right now I am on the Linux from Scratch host machine.

Bruce, grub.conf?  What do I need to change??

Sorry. It's /boot/grub/grub.cfg. Probably in the debian partition as I doubt you mounted a separate partition for /boot.

Some distros use /boot/grub2/grub.cfg but I think that's only Fedora.

Just add a menuentry similar to the one in Section 9.4. You may need to specify a root partition so it can find the kernel.

menuentry "GNU/Linux, Linux 3.16.2-lfs-SVN-20140909" {
        set root=(hd0,2)
        linux   /boot/vmlinuz-3.16.2-lfs-SVN-20140909 root=/dev/sda2 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