File 3.4-bootloader.conf.patch of Package calamares
diff --git a/src/modules/bootloader/bootloader.conf b/src/modules/bootloader/bootloader.conf --- a/src/modules/bootloader/bootloader.conf +++ b/src/modules/bootloader/bootloader.conf @@ -41,11 +41,11 @@ # GRUB functionality (notably grub-probe) to work. As needed, you may use # complete paths like `/usr/bin/efibootmgr` for the executables. # -grubInstall: "grub-install" -grubMkconfig: "grub-mkconfig" -grubCfg: "/boot/grub/grub.cfg" -grubProbe: "grub-probe" -efiBootMgr: "efibootmgr" +grubInstall: "/usr/sbin/grub2-install" +grubMkconfig: "/usr/sbin/grub-mkconfig" +grubCfg: "/boot/grub2/grub.cfg" +grubProbe: "/usr/sbin/grub2-probe" +efiBootMgr: "/usr/sbin/efibootmgr" # Optionally set the bootloader ID to use for EFI. This is passed to # grub-install --bootloader-id.