Now that Leif has fixed up the arm-uefi target, I'm looking at adding that
support into Debian/Ubuntu for virtual machines. One issue is that
'grub-install' errors out by default when only the arm-efi flavor is
installed:
$ sudo grub-install
grub-install: error: /usr/lib/grub/arm-uboot/modinfo.sh
From: dann frazier
We currently default to the arm-uboot target in grub-install,
but arm-efi should be used for some systems with UEFI firmware, such as
Tianocore/EDK2-based QEMU models. We could change the default to arm-efi
anytime we successfully probe for an EFI runtime. However, that would
a
From: dann frazier
No functional change. This will let us re-use the code for ARM.
Signed-off-by: dann frazier
---
grub-core/osdep/linux/platform.c | 20
grub-core/osdep/windows/platform.c | 10 --
2 files changed, 24 insertions(+), 6 deletions(-)
diff --git a/g