this post was submitted on 10 Mar 2025
1 points (100.0% liked)

Proxmox

1226 readers
6 users here now

Proxmox VE is a complete, open-source server management platform for enterprise virtualization. It tightly integrates the KVM hypervisor and Linux Containers (LXC), software-defined storage and networking functionality, on a single platform. With the integrated web-based user interface you can manage VMs and containers, high availability for clusters, or the integrated disaster recovery tools with ease.

Proxmox VE Official site

K3S on Proxmox LXC

founded 2 years ago
MODERATORS
 

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

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

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.