Hello,
Windows 10 (in Legacy mode) disappeared in GRUB menu after the stable update 2021-03-08, if you used Grub Customizer.
But /etc/grub.d/30_os-prober
was changed after the update.
Hello,
Windows 10 (in Legacy mode) disappeared in GRUB menu after the stable update 2021-03-08, if you used Grub Customizer.
But /etc/grub.d/30_os-prober
was changed after the update.
Then run sudo update-grub
, done!
Please do not use grub-customizer
. Manjaro uses a customized GRUB, and grub-customizer
breaks that. The old forum was full of issues caused by grub-customizer
, and there are some that have already been reported again here at the new forum as well.
grub-customizer
was designed to work with a plain vanilla GRUB, not with Manjaro.
How to reset the “default” GRUB:
grub-customizer
sudo mv /etc/grub.d /etc/grub.d.old
sudo rm -rf /etc/grub-customizer
grub
sudo update-grub
/etc/grub.d.old
.This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.