0

I already have windows installed and I just installed Ubuntu and I was expecting that it will ask me which OS to boot after startup but it didn't.

I refer the link but didn't work Windows 7 not showing up in boot after installing Ubuntu.

I set the option of Erase disk and install Ubuntu. But it says currently has no detected operating system. enter image description here

How to set this option now. I already have Ubuntu installed and I am not getting option to boot windows.

eswaat
  • 101

2 Answers2

1

try the below command :-

sudo os-prober

sudo update-grub

reboot

Hope this helps!

Ashu_FalcoN
  • 2,118
BDRSuite
  • 3,196
  • 1
  • 13
  • 11
0

If you have installation CD of Windows, you can repair the bootloader of Windows with the help of command line, typing the following code:

bootrec /fixmbr

It will restore the Windows bootloader for you.

Ziyaddin Sadygly
  • 7,579
  • 6
  • 28
  • 34