Elektrine lite

← Feed

@Stopwatch1986@lemmy.ml

Post #3611868

2026-07-05 20:10 UTC

I wouldn’t suggest messing with a boot partition unless you are comfortable using a live boot disk to reinstall the bootloader if something goes wrong. Repartitioning done but I still get the Windows option in the bootloader menu. It’s not the default so not a problem but it’s a little annoying.

Replies (1)

  • @cmnybo@discuss.tchncs.de 2026-07-05 22:11

    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.

    Open ##3613709