#217 Include shim and grub2 packages for 32-bit EFI firmware
Closed: Fixed 2 years ago by kalev. Opened 2 years ago by javierm.

Currently the Silverblue OSTree repository only includes packages for 64-bit EFI firmware, which means that installation won't work on machines with 32-bit EFI firmware.

The fedora-common-ostree.yaml file only lists shim and grub2-efi-x64 packages but it should instead include the following:

  • shim-x64
  • shim-ia32
  • grub2-efi-x64
  • grub2-efi-ia32

Anaconda already has support for 32-bit EFI firmware, so just including these missing packages should be enough:

https://github.com/rhinstaller/anaconda/blob/master/pyanaconda/modules/storage/bootloader/efi.py#L132


I just went ahead and merged the PR so this can be closed now. Thanks, @javierm!

Metadata Update from @kalev:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

2 years ago

Login to comment on this ticket.

Metadata