Pour détecter vos autres systèmes d’exploitation sur Debian 12
Ajouter la ligne suivante à la fin du fichier /etc/default/grub
GRUB_DISABLE_OS_PROBER=false
Puis lancer la commande en root:
# update-grub
Generating grub configuration file ...
Found background image: .background_cache.png
Found linux image: /boot/vmlinuz-6.1.0-7-amd64
Found initrd image: /boot/initrd.img-6.1.0-7-amd64
Found linux image: /boot/vmlinuz-6.1.0-3-amd64
Found initrd image: /boot/initrd.img-6.1.0-3-amd64
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Windows Boot Manager on /dev/nvme0n1p1@/efi/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for UEFI Firmware Settings ...
done
Super, merci. En fait la ligne existe, il suffit de la dé-commenter.