mvallim / live-custom-ubuntu-from-scratch

(Yes, the project is still alive 😃) This procedure shows how to create a bootable and installable Ubuntu Live (along with the automatic hardware detection and configuration) from scratch.
https://mvallim.github.io/live-custom-ubuntu-from-scratch/
GNU General Public License v3.0
397 stars 186 forks source link

Support creating secure-boot enabled images #51

Open rgrunbla opened 1 year ago

rgrunbla commented 1 year ago

Hello,

Right now, the generated images are not bootable « by default » on UEFI computers with microsoft keys, as the generated iso is not signed. Indeed, he grub-mkstandalone creates an efi boot file that is not signed (as we don't have access to the keys to do so). Is there a way to rely on grub-shim or other signed alternative to boot the iso without to have to deal with secure boot keys, in this project ?

Thanks !