#1030938 os-prober: Does not detect OpenSuse Tumbleweed

Package:
os-prober
Source:
os-prober
Description:
utility to detect other OSes on a set of drives
Submitter:
Frank McCormick
Date:
2023-04-27 11:27:07 UTC
Severity:
normal
#1030938#5
Date:
2023-02-09 16:58:58 UTC
From:
To:
Debian Sid updated Grub today and when os-prober ran via update-grub it did not detect
my OpenSuse Tumbleweed partition.
The update had installed the new Grub so I could not boot into
Tumbleweed.

Now I have held all the grub packages so I won't be faced
with this again. The Tumbleweed grub installation and it's version
of os-prober does detect both Debian and Fedora on another partition.
FYI Fedoras os-prober also doesn't detect Tumbleweed but that's a
problem I'll report to them.

#1030938#10
Date:
2023-04-27 11:24:40 UTC
From:
To:
Hi Frank,

This is most likely a grub issue - the defaults have changed to *not*
run os-prober by default.

If so, edit /etc/default/grub and set GRUB_DISABLE_OS_PROBER=false
then run update-grub this will fix your problem. Or run
dpkg-reconfigure on your grub package (either grub-pc or
grub-efi-amd64) and the latest grub packages will ask you about
os-prober.