Hi all
I'm getting same error after
proxmox-kernel-helper
upgrade from 8.1.0 to 8.1.1
I've understood that a fix has been already requested (thanks), but I haven't understood if I can do something right now before restarting proxmox as suggested after a kernel update
Should I execute what's written at the end of the update log?
Code:
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'
This is what I've got as update log
Code:
Starting system upgrade: apt-get dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
proxmox-kernel-6.8.12-3-pve-signed proxmox-kernel-6.8.12-4-pve-signed
proxmox-kernel-6.8.12-5-pve-signed proxmox-kernel-6.8.12-6-pve-signed
Use 'apt autoremove' to remove them.
The following packages will be upgraded:
proxmox-kernel-helper
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 16.3 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://download.proxmox.com/debian/pve bookworm/pve-no-subscription amd64 proxmox-kernel-helper all 8.1.1 [16.3 kB]
Fetched 16.3 kB in 0s (168 kB/s)
Reading changelogs... Done
(Reading database ... 93773 files and directories currently installed.)
Preparing to unpack .../proxmox-kernel-helper_8.1.1_all.deb ...
Unpacking proxmox-kernel-helper (8.1.1) over (8.1.0) ...
Setting up proxmox-kernel-helper (8.1.1) ...
Installing new version of config file /etc/kernel/postinst.d/zz-proxmox-boot ...
Installing new version of config file /etc/kernel/postrm.d/zz-proxmox-boot ...
Processing triggers for initramfs-tools (0.142+deb12u1) ...
update-initramfs: Generating /boot/initrd.img-6.8.12-8-pve
Running hook script 'zz-proxmox-boot'..
Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.
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'
Your System is up-to-date
Seems you installed a kernel update - Please consider rebooting
this node to activate the new kernel.
Thanks