grub boot fix getting closer
This commit is contained in:
parent
52f7bd26f4
commit
6ff3f2fd86
@ -95,7 +95,7 @@ sysinstall () {
|
||||
pacstrap /mnt
|
||||
|
||||
echoc " - Installing bootloader." $GREEN
|
||||
arch-chroot /mnt pacman -Sy grub
|
||||
arch-chroot /mnt pacman -Syy grub efibootmgr
|
||||
arch-chroot /mnt grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB
|
||||
arch-chroot /mnt grub-mkconfig -o /boot/grub/grub.cfg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user