AmazonLinux Grub

From HDebugWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.