]> 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>
Tue, 27 Jan 2015 20:32:54 +0000 (20:32 +0000)
commit0c98fa2f582d686e2e9ebdc7065b4475d38e57cb
tree5d77dfb5142940bdf81c0ed47936230898d7486f
parent117750671b90c8576dab576af524f29df9a0981c
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