AmazonLinux Grub

From HDebugWiki
Revision as of 21:22, 4 January 2018 by Else58 (talk | contribs) (Amazon Linux 2 "Error: no symbol table")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Booting "Amazon Linux 2 LTS Candidate" under qemu/kvm shows an error after grub starts to boot the kernel:

"error: no symbol table. Press any anykey to continue"

This is due to grub trying to load "load_video" module.

This appears to be due a bug in binutils:

https://lists.gnu.org/archive/html/grub-devel/2016-02/msg00014.html

Removing the "load_video" lines from grub.cfg eliminates the issue.