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 error:
I tried using sudo to execute the command, but had no luck. I don't have much experience with grub so I didn't try anything else to not break anything. I usually reboot my system after an update, but I'm holding it until I get this sorted out. What should I do?
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 error:
Code:
debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Permission denied
info: Trying to set 'grub2/force_efi_extra_removable' [boolean] to 'true'
info: Loading answer for 'grub2/force_efi_extra_removable'
debconf: DbDriver "config": could not write /var/cache/debconf/config.dat-new: Permission denied
I tried using sudo to execute the command, but had no luck. I don't have much experience with grub so I didn't try anything else to not break anything. I usually reboot my system after an update, but I'm holding it until I get this sorted out. What should I do?