From 1816659ace8fdc9c14634c5036f75998976cfa25 Mon Sep 17 00:00:00 2001 From: LinuxSquare <7436714-OfficialLinuxSquare@users.noreply.gitlab.com> Date: Mon, 17 Jul 2023 20:59:17 +0200 Subject: [PATCH] try to fix grub 4 --- system/bootloader.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/bootloader.sls b/system/bootloader.sls index c76d037..0cad22c 100644 --- a/system/bootloader.sls +++ b/system/bootloader.sls @@ -16,7 +16,7 @@ system_bootloader_pkgs: system_bootloader_install: cmd.run: - - name: "grub-install --target=x86_64-efi --bootloader-id=alpine-{{ CURRENT_SUBVOLUME_TIMESTAMP }}" + - name: "grub-install --target=x86_64-efi --efi-directory=/efi --boot-directory=/efi/EFI --bootloader-id=alpine-{{ CURRENT_SUBVOLUME_TIMESTAMP }}" - require: - system_bootloader_pkgs