diff --git a/archinstall/chrootinstall.sh b/archinstall/chrootinstall.sh index b09b44a..6ed2b10 100755 --- a/archinstall/chrootinstall.sh +++ b/archinstall/chrootinstall.sh @@ -402,12 +402,13 @@ else echo "Boot with minimal options" "root=UUID='$(echo $rootuuid)'" >> /boot/refind_linux.conf ;; 2) - echo "Instalando GRUB en modo UEFI, normalmente falla" - pacman -S grub os-prober --noconfirm - sed -i 's/\GRUB_CMDLINE_LINUX_DEFAULT="quiet"/GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 vga=current"/g' /etc/default/grub - pacman -S efibootmgr dosfstools --noconfirm - grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub_uefi --recheck - grub-mkconfig -o /boot/grub/grub.cfg + echo "Instalando GRUB en modo UEFI, normalmente falla" + pacman -S grub os-prober --noconfirm + sed -i 's/\GRUB_CMDLINE_LINUX_DEFAULT="quiet"/GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 vga=current"/g' /etc/default/grub + pacman -S efibootmgr dosfstools --noconfirm + grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub_uefi --recheck + grub-mkconfig -o /boot/grub/grub.cfg + ;; 3) #No hará nada echo "No se ha instalado ningún gestor de arranque en el sistema"