1
0

Fix grub failed to get canonical path of '/boot/efi'.

This commit is contained in:
cronyakatsuki 2022-11-03 16:01:08 +01:00
parent bb5e8e7063
commit 5f44622a2c

View File

@ -223,7 +223,7 @@ read preload_amdgpu
echo "Setting up grub" echo "Setting up grub"
pacman --noconfirm -S grub efibootmgr os-prober pacman --noconfirm -S grub efibootmgr os-prober
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB
read -n 1 -s -p "To continue press any key" read -n 1 -s -p "To continue press any key"