2

Hello I recently installed Ubuntu on my machine so that I could dual boot it alongside my existing windows 10 installation. However, there is not option to boot into Windows 10 from grub. I have checked to make sure that both operating systems are installed in UEFI mode. Additionally os-prober return nothing in terminal. Any suggestions for how I can get grub to recognize my Windows installation?

Ludwig
  • 121
  • 1

2 Answers2

0

I apologize for not being able to comment. But have you accessed your bootloader pressing "F12" right after you start your system or the equivalent key to load the BIOS menu instead of going to GRUB, just to make sure your Windows is still there?

FelahBr
  • 68
0

First boot into Ubuntu and run os-prober command in terminal. It will show all the bootable drives. And then run sudo update-grub. This should solve the problem if it is possible to solve.

Else the boot drive for windows is corrupted. If thats the case then nothing other than reinstalling windows will work.

Abhay Patil
  • 2,705