I have win10 and ubuntu installed on a single ssd, both OS on a separate particion. My bootloader does not give me an option to choose windows and boots ubuntu automatically.
This is my disk diagnosis: https://paste.ubuntu.com/p/fDqy82dYR5/
I have win10 and ubuntu installed on a single ssd, both OS on a separate particion. My bootloader does not give me an option to choose windows and boots ubuntu automatically.
This is my disk diagnosis: https://paste.ubuntu.com/p/fDqy82dYR5/
sudo update-grub
inside Ubuntu so that it will recognize the installed Windows, especially if you installed Windows afterwards. You may also have to addGRUB_TIMEOUT_STYLE=menu
andGRUB_TIMEOUT=10
in/etc/default/grub
, and runsudo update-grub
again. – Esther May 27 '22 at 13:47