-
Notifications
You must be signed in to change notification settings - Fork 75
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
gadget: use new boot chain #113
gadget: use new boot chain #113
Conversation
Is this equivalent to #107 , I assume? |
8c27762
to
0e125d4
Compare
Yes. |
Though the difference is this does not add the mokmanager. |
pc-gadget provides the shim boot chain for removable media. This is not the proper boot chain for an installed system. The difference between boot chains is explained upstream: https://github.com/rhboot/shim/blob/main/README.fallback This does not introduce the MOK manager yet. This depends on snapd 2.63 because downgrade would require removing `EFI/boot/fbx64.efi`.
0e125d4
to
e150d9e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But, I think we need a "assumes" on the version of snapd that supports this before merging.
It should already be there because of #116 |
pc-gadget provides the shim boot chain for removable media. This is not the proper boot chain for an installed system.
The difference between boot chains is explained upstream: https://github.com/rhboot/shim/blob/main/README.fallback
This does not introduce the MOK manager yet.
This depends on snapd 2.63 because downgrade would require removing
EFI/boot/fbx64.efi
.Depends on: