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

Add secureboot bootstrap package to allow target system to boot via UEFI #31

Closed kgilmer closed 3 years ago

kgilmer commented 3 years ago

Resolves https://github.com/mvallim/live-custom-ubuntu-from-scratch/issues/30

Description of Change

This change adds the package shim-signed to the installation target. This enables systems using UEFI to boot. Without this change installation of the ISO results in an unbootable system.

Testing Done

  1. Verified that existing code does not boot on UEFI configured computer
  2. Make change, generate ISO
  3. Verified that new ISO results in a booting system on UEFI configured computer