Ja wie ich schon gesagt ahabe… os-prober ist per default deaktiviert und solange das nicht geändert is wird grub nicht nach anderen Betriebsystemen suchen…
# Probing for other operating systems is disabled for security reasons. Read
# documentation on GRUB_DISABLE_OS_PROBER, if still want to enable this
# functionality install os-prober and uncomment to detect and include other
# operating systems.
#GRUB_DISABLE_OS_PROBER=false
in der grub Konfiguration muss zu:
# Probing for other operating systems is disabled for security reasons. Read
# documentation on GRUB_DISABLE_OS_PROBER, if still want to enable this
# functionality install os-prober and uncomment to detect and include other
# operating systems.
GRUB_DISABLE_OS_PROBER=false
geändert werden… die Datei wird dann gespeichert, und die Konfiguration neu erstellt um die Option zu aktivieren.
sudo grub-mkconfig -o /boot/grub/grub.cfg