Manually specify EFI directory

This commit is contained in:
2022-09-05 15:05:51 -04:00
parent 93604a82b2
commit e9c2ba95b3
+1 -1
View File
@@ -28,7 +28,7 @@ rc-update add NetworkManager
# bootloader installation and configuration
pacman -S grub efibootmgr os-prober mtools dosfstools --noconfirm
if [ "$boot" == 1 ]; then
grub-install --target=x86_64-efi --bootloader-id=GRUB-rwinkhart --recheck
grub-install --target=x86_64-efi --efi-directory=/boot/EFI --bootloader-id=GRUB-rwinkhart --recheck
fi
if [ "$boot" == 2 ]; then
grub-install --target=i386-pc "$disk"