Skip to content

tablet-x64uefi: use grub instead of gummiboot

Administrator requested to merge efi64-grub into master
Gummiboot was dropped from Alpine. Switch to grub, which is what we use
for tablet-x86uefi too.

In contrary to tablet-x86uefi, run the grub-mkimage command directly
inside the device package:
* This avoids creating another confusing grub-x86 like package (looks
  like the x86 version of alpine's grub package, as it's the case with
  grub-efi-x86, but actually it is just the result of grub-mkimage).
* In contrary to grub-efi-x86, the resulting efi file is only not shared
  across several devices.
* It's consistent with uboot mkimage commands, which we also run in
  device packages.

I've verified that this works by flashing an image to a USB stick and booting it on a laptop.

Edited by Administrator

Merge request reports

Loading