canonical / pc-gadget

The gadget snap for Personal Computers using 64bit Intel or AMD processors
GNU General Public License v3.0
31 stars 73 forks source link

gadget: use new boot chain #113

Closed valentindavid closed 4 months ago

valentindavid commented 7 months ago

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:

alfonsosanchezbeato commented 5 months ago

Is this equivalent to https://github.com/snapcore/pc-gadget/pull/107 , I assume?

valentindavid commented 5 months ago

Is this equivalent to #107 , I assume?

Yes.

valentindavid commented 5 months ago

Though the difference is this does not add the mokmanager.

valentindavid commented 4 months ago

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