From 52f3ed9546a10b8fa5b84fd44e80be3ac4b27d50 Mon Sep 17 00:00:00 2001 From: LinuxSquare <7436714-OfficialLinuxSquare@users.noreply.gitlab.com> Date: Mon, 17 Jul 2023 20:47:01 +0200 Subject: [PATCH] try to fix grub 2 --- system/bootloader.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/bootloader.sls b/system/bootloader.sls index ce6593a..0c4d7ba 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 --efi-directory=/efi --data-directory=/efi --bootloader-id=alpine-{{ CURRENT_SUBVOLUME_TIMESTAMP }}" + - name: "grub-install --target=x86_64-efi --efi-directory=/efi --boot-directory=/efi/boot --bootloader-id=alpine-{{ CURRENT_SUBVOLUME_TIMESTAMP }}" - require: - system_bootloader_pkgs