Making grub find windows 11

I just setup my Dell XPS laptop to dual boot EOS KDE and Windows. At this point when I power up, grub only shows EOS, EOS fallback, and UEFI settings as choices. I would like for Grub to show Windows Boot manager (WBM) as a choice.

To boot Windows now I have to press F12 at power on to use the UEFI firmware to select with WBM or EOS.

EOS replaced Kubuntu 22.04 and in that grub menu it had both EOS and WMB

Is there an easy way to accomplish this?

Edit /etc/default/grub and uncomment #GRUB_DISABLE_OS_PROBER=false

Then run sudo grub-mkconfig -o /boot/grub/grub.cfg

2 Likes

That was indeed easy. Thanks.

1 Like

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