Dual boot problem

Hi,

After installations my windows boot entry isn’t detected.
grub-customizer doesn’t detect it either

If i install os-prober it detects it perfectly without problem but if i do grub-update after that it tells me command not found. mkconfig doesn’t help either

Anyone got a solution for this?

You can add

GRUB_DISABLE_OS_PROBER=false to /etc/default/grub

then run

sudo grub-mkconfig -o /boot/grub/grub.cfg
3 Likes

Thanks alot, the change from true to false did it.
It even shows in customizer.

1 Like

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