Warning: os-prober will not be executed to detect other bootable partitions

Hello,

I’ve just updated my system and the other operating systems are not detected anymore after reboot.
This never happened before.
After executing update-grub I get this:

[mak@jmak-pc ~]$ sudo update-grub
[sudo] password for mak:
Generating grub configuration file …
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-5.4-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-5.4-x86_64.img
Found initrd fallback image: /boot/initramfs-5.4-x86_64-fallback.img
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 …
Found memtest86+ image: /boot/memtest86+/memtest.bin
done
[mak@jmak-pc ~]$

1 Like

os-prober has been disabled by default, you need to uncomment/add

GRUB_DISABLE_OS_PROBER=false

to /etc/default/grub and run sudo update-grub.

8 Likes

Thanks. Now, it works.

It worked with me as well! Thank you!

I wonder why such an option was set as true by default though.

Thank you!
recently updated to 5.10.19-1-MANJARO and could not figure out why update-grub could not identify the Windows Boot Manager…
This did it for me :+1:

Thank’s a lot!!! Worked well!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.