grub boot fix
This commit is contained in:
parent
7a2641600a
commit
42c3543ccd
@ -95,7 +95,7 @@ sysinstall () {
|
||||
pacstrap /mnt
|
||||
|
||||
echoc " - Installing bootloader." $GREEN
|
||||
grub-install --target=x86_64-efi --efi-directory=esp --bootloader-id=GRUB
|
||||
grub-install --target=x86_64-efi --efi-directory=esp --bootloader-id=GRUB --boot-directory=/mnt/boot
|
||||
grub-mkconfig -o /boot/grub/grub.cfg
|
||||
|
||||
#arch-chroot /mnt bootctl install
|
||||
|
Loading…
Reference in New Issue
Block a user