Skip Navigation

PVE update: Removable bootloader found at ...

Went through pve update today and had a message saying

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'

To anyone facing this message: don’t forget! See here in the Proxmox forums

4 comments
  • Um ... you did that yourself, you know. You ran this.

    apt update

    The correct command is this.

    apt-get dist-upgrade.

    If you use the GUI to upgrade and watch what it does, it runs this second command. As you've discovered, its not optional. Fabian should have told you so in that post. He's probably tired of relating that message to folks.