GRUB Update notwendig – Was ist zu beachten, um nichts kaputt zu machen?

matt69

Member
Nov 12, 2023
99
12
13
Nach dem heutigen Update über die GUI kam am Ende dieser Hinweis zu GRUB:

Code:
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'

Kann man ohne Bedenken diese beiden Befehle ausführen, damit das System danach noch startet?
echo 'grub-efi-amd64 grub2/force_efi_extra_removable boolean true' | debconf-set-selections -v -u
apt install --reinstall grub-efi-amd64
 
Ich hab's so ausgeführt und das hat funktioniert!

 
  • Like
Reactions: matt69