grub2 et osprober
Message d’erreur :
warning: osprober will not be executed to detect other bootable partitions:
check GRUB_DISABLE_OS_PROBER documentation entry
Explication :
Depuis Grub 2.6, la valeur par défaut de GRUB_DISABLE_OS_PROBER est passée de « false » à « true »
Résolution :
Pour activer os-prober lors de l’exécution de update-grub il faut donc ajouter à /etc/default/grub
GRUB_DISABLE_OS_PROBER=false
puis relancer un update-grub
update-grub