From a3ad623938f9f656135a28ba79bcfb2f89bcdae3 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 25 Feb 2021 16:06:37 -0500 Subject: Ignore failures from grub-install EFI run The second call to grub-install, which installs an EFI bootloader, fails on this machine. No need to fail the whole process for that, since I am not using EFI. --- src/partvi | 1 + 1 file changed, 1 insertion(+) diff --git a/src/partvi b/src/partvi index 154e35f..4ee83de 100755 --- a/src/partvi +++ b/src/partvi @@ -399,3 +399,4 @@ do done loudly $sudo eatmydata -- grub-install --target=i386-pc --recheck --boot-directory="$BOOT_DIR" "$whole" +loudly $sudo eatmydata -- grub-install --target=x86_64-efi --recheck --removable --efi-directory="$EFI_DIR" "$whole" || true -- cgit v1.2.3