Difference between revisions of "AmazonLinux Grub"

From HDebugWiki
Jump to navigation Jump to search
(Amazon Linux grub error)
 
(Amazon Linux 2 "Error: no symbol table")
 
Line 1: Line 1:
Booting "Amazon Linux 2 LTS Candidate" under qemu/kvm shows an error after the grub menu:
Booting "Amazon Linux 2 LTS Candidate" under qemu/kvm shows an error after grub starts to boot the kernel:


"error: no symbol table.
"error: no symbol table.
Hit anykey to continue"
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.

Latest revision as of 21:22, 4 January 2018

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.