-
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
I made one with a secure boot certificate, but it cannot be loaded under secure boot. #589
Comments
Hi, did you have correctly sign your PreLoader.efi like grubx64.efi ? Or did you correctly enroll key ? If you trace codes, it might get failed in :
|
I copy The It won't load signed |
Please check whether your firmware has the corresponding public key, for example Microsoft key, can verify your shimx64.efi during the chainload. Thanks. |
Are you from Taiwan? |
This sounds like a failed BIOS check shim.You can disable secure boot to confirm that shim validation has failed. |
make VENDOR_CERT_FILE=microsoft-uefica-public.cer DEFAULT_LOADER=PreLoader.efi
Then I got a
shimx64.efi
. It loadsPreLoader.efi
as default instead ofgrubx64,efi
.However, it cannot be loaded under secure boot.
What I did is wrong?
Is there something that I haven't done?
The text was updated successfully, but these errors were encountered: