Hello,

No.  If you are getting output from the kernel, then grub is ok.

Please post your grub.cfg.

As requested, here is my current grub.cfg...

 # Begin /boot/grub/grub.cfg
 set default=0
 set timeout=5

 insmod gzio
 insmod part_gpt
 insmod ext2
 set root=(hd0,gpt4)
 # hd[x] is the drive of the LFS partion and gpt[y] is the partition

 insmod efi_gop
 insmod efi_uga
 insmod font
 if loadfont /grub/unicode.pf2; then
   loadfont /grub/unicode.pf2
   set gfxmode=auto
   insmod gfxterm
   set gfxpayload=keep
   terminal_output gfxterm
 fi

 menuentry "GNU/Linux, Linux 4.9.9-lfs-8.0"  {
   linux   /boot/vmlinuz-4.9.9-lfs-8.0; root=/dev/sda4 ro
}

/dev/sda4 is the location of my LFS partition.

Cheers,
John D. Hefele

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