filo
5 April 2023 19:36
2
Hi there, welcome to the forum!
After installation fails, you could try chrooting from the live ISO and install the GRUB bootloader and update the GRUB with:
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=garuda --no-nvram --removable
update-grub
To chroot, you can use the tool in the live ISO or this tutorial:
From Grub fails after update - #3 by librewish
Some unlucky times that your system is not bootable and the only advised option is to use chroot from a Live ISO to repair the installed system (for example, to (re)install the bootloader), here is the suggested method:
steps required to chroot to your installed Garuda installation (btrfs)
Boot to a Garuda usb Live ISO
Start a terminal and
Find your installed system (btrfs) partition, you need the /dev/<something> part.
lsblk -f
Warning: Remem…
Just make sure your ESP is mounted on /boot/efi of course.
3 Likes