Grub Error after every update

knozturk

New Member
Aug 8, 2024
1
0
0
I am new to proxmox but I have been doing update since 6.x. Now I am getting the following error after updates. I am currently at latest version of 8.x

Found linux image: /boot/vmlinuz-6.8.12-1-pve
Found initrd image: /boot/initrd.img-6.8.12-1-pve
Found linux image: /boot/vmlinuz-6.8.8-4-pve
Found initrd image: /boot/initrd.img-6.8.8-4-pve
Found linux image: /boot/vmlinuz-6.8.8-3-pve
Found initrd image: /boot/initrd.img-6.8.8-3-pve
Found linux image: /boot/vmlinuz-6.5.13-6-pve
Found initrd image: /boot/initrd.img-6.5.13-6-pve
Found linux image: /boot/vmlinuz-5.4.189-2-pve
Found initrd image: /boot/initrd.img-5.4.189-2-pve
Found linux image: /boot/vmlinuz-5.4.106-1-pve
Found initrd image: /boot/initrd.img-5.4.106-1-pve
Found memtest86+ 64bit EFI image: /boot/memtest86+x64.efi
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
 
Last edited:
Hey,

what error do you mean? Is something not working?
 
It is only a warning. Please have a look at "/etc/default/grub". Maybe "GRUB_DISABLE_OS_PROBER" is on "true". This is only needed on dualboot systems.

Another good idea is to uninstall unused kernels and software packages. You can do this with the following command:

Code:
apt autoremove --purge