mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-23 13:33:45 +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
|
echo "Boot with minimal options" "root=UUID='$(echo $rootuuid)'" >> /boot/refind_linux.conf
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
echo "Instalando GRUB en modo UEFI, normalmente falla"
|
echo "Instalando GRUB en modo UEFI, normalmente falla"
|
||||||
pacman -S grub os-prober --noconfirm
|
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
|
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
|
pacman -S efibootmgr dosfstools --noconfirm
|
||||||
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub_uefi --recheck
|
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub_uefi --recheck
|
||||||
grub-mkconfig -o /boot/grub/grub.cfg
|
grub-mkconfig -o /boot/grub/grub.cfg
|
||||||
|
;;
|
||||||
3)
|
3)
|
||||||
#No hará nada
|
#No hará nada
|
||||||
echo "No se ha instalado ningún gestor de arranque en el sistema"
|
echo "No se ha instalado ningún gestor de arranque en el sistema"
|
||||||
|
|||||||
Reference in New Issue
Block a user