I was just trying to update my node using the apt package manager and got this message:
But when I actually try to do what it tells me to do (echo and reinstall), I get the following...
Read more
Code:
Removable bootloader found at '/boot/efi/EFI/BOOT/BOOTX64.efi', but GRUB packages not set up to update it!
Run the following command:
echo 'grub-efi-amd64 grub2/force_efi_extra_removable boolean true' | debconf-set-selections -v -u
Then reinstall GRUB with 'apt install --reinstall grub-efi-amd64'
But when I actually try to do what it tells me to do (echo and reinstall), I get the following...
Read more