-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with GRUB 2.12 Loading Signed Linux Kernel #684
Comments
Thank you very much; I hope you can guide me on this. The same kernel works fine with GRUB 2.06 without any error messages, but after upgrading to 2.12, the error appears. Below is the code address: https://git.launchpad.net/ubuntu/+source/grub2/tag/?h=import/2.12-5ubuntu4 |
grub2 menu.cfg insmod part_gpt loadfont $prefix/font.pf2 set timeout=0 menuentry 'EassosRestore' { |
When using GRUB 2.12, do you need to apply any additional patches to the Linux kernel? |
Are you building the peimage module into your GRUB? Also you need to have EFI stub enabled in your kernel Kconfig to boot. |
Thank you very much! The issue was that my GRUB2 didn't include the peimage module. After including peimage, it booted normally. |
I previously used GRUB 2.06 and now need to upgrade to 2.12. However, during the Linux kernel loading stage, I receive this message. Could you please explain what might be causing this issue? The Linux kernel has also been signed.
The text was updated successfully, but these errors were encountered: