AmazonLinux Grub
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.