From a4f5dffc79b784d2986a2075dc4a8b1062ab6f50 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 28 Jan 2022 15:41:21 -0300 Subject: Fix: provision: grub: on efibootmgr --- share/hydractl/provision | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/hydractl/provision b/share/hydractl/provision index 54c92e9..76e7dc6 100755 --- a/share/hydractl/provision +++ b/share/hydractl/provision @@ -687,6 +687,8 @@ if [ "$grub" == "y" ]; then $APT_INSTALL grub-efi-${arch} -y fi + # Looks like this is a dependency need for GRUB to be able to + # include this new system as an option in the UEFI NVRAM $APT_INSTALL efibootmgr -y # Make UEFI partition available -- cgit v1.2.3