I installed Ubuntu 18.04 along with Windows 10, for some reason it didn't recognize the Windows EFI (which is in a SDD, Ubuntu doesn't even recognize the SDD). The thing is, I can run both OS fine, but when I start my PC it goes straight to Ubuntu, if I want to run Windows I have to press F12. I there a way to go to the boot menu and choose with OS I want to open?
Edit: I just want to be greeted with this when I turn on my PC (UEFI Boot Menu on Dell)
sudo parted -l
Should be MBR(msdos) or gpt. – oldfred May 06 '20 at 22:53Partition Table: gpt
) – Cata Schulz May 07 '20 at 00:44sudo update-grub
. Note that Windows updates will turn fast start up back on, then grub will not boot Windows. But you can directly boot from UEFI to turn it back off. – oldfred May 07 '20 at 02:31