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?
Asked
Active
Viewed 139 times
2 Answers
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
-
Yes I have and I have also been able to successfully boot into by Windows 10 installation – Ludwig Jun 11 '20 at 18:33
-
During Installation, you're sure you installed your root partition on the proper device? @Ludwig – FelahBr Jun 12 '20 at 13:08
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
-
As stated in the original question os-prober returns nothing however I can still boot into and use my Windows installation. – Ludwig Jun 11 '20 at 18:34
-
@Ludwig sorry i somehow missed that part. I will edit my answer accordingly – Abhay Patil Jun 11 '20 at 20:54