None install could be completed

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:

Just make sure your ESP is mounted on /boot/efi of course.

3 Likes