mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-21 12:33:44 +01:00
changes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user