UEFI Installation fails Bootloader install (Error 1)

Something filled your EFI variables space. It’s probably due to kernel dump files which you can clear with:

sudo rm /sys/firmware/efi/efivars/dump-*

The other thing to check is whether you have obsolete boot variables:

efibootmgr -v

but this is less likely to be the issue.

1 Like