]> git.proxmox.com Git - grub2.git/commit
Add support for forcing EFI installation to the removable media path
authorSteve McIntyre <93sam@debian.org>
Wed, 3 Dec 2014 01:25:12 +0000 (01:25 +0000)
committerColin Watson <cjwatson@debian.org>
Mon, 19 Sep 2016 12:35:19 +0000 (13:35 +0100)
commit93e9fc99ce4e0fda1c3e614f2d2851c658e5daff
tree014ff81ecbc4830e8dffc067b5af9db34bc27ed9
parent97f48a087c0956d72a16c6b245592cf7a0cd2825
Add support for forcing EFI installation to the removable media path

Add an extra option to grub-install "--force-extra-removable". On EFI
platforms, this will cause an extra copy of the grub-efi image to be
written to the appropriate removable media patch
/boot/efi/EFI/BOOT/BOOT$ARCH.EFI as well. This will help with broken
UEFI implementations where the firmware does not work when configured
with new boot paths.

Signed-off-by: Steve McIntyre <93sam@debian.org>
Bug-Debian: https://bugs.debian.org/767037 https://bugs.debian.org/773092
Forwarded: Not yet
Last-Update: 2014-12-20

Patch-Name: grub-install-extra-removable.patch
util/grub-install.c