]> 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>
Sat, 7 Mar 2020 12:21:23 +0000 (12:21 +0000)
commit6394c8c2ce2bdec46c94942fae6546e125047165
tree211a855935083cc27193250e6d49800c846dee26
parentd9b8da8f0d48df481fec93750e91468b1f51479d
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