Post #3613709
2026-07-05 22:11 UTC
It still shows up because the windows boot partition is still there.
If you’re using grub, you can add GRUB_DISABLE_OS_PROBER=true to /etc/default/grub and run update-grub. That will remove other operating systems from the grub boot menu.
Replies (1)
-
@Stopwatch1986@lemmy.ml 2026-07-06 10:11
This did it. Previously /boot/grub/grub.cfg mentioned Windows on sda3 but now it doesn’t. The partition is still there of course but at least I don’t see the grub menu entry. Many thanks!