0

I have installed windows 10 on second drive before (sda2 - second drive has two partions) After that i have installed ubuntu 18.04 on first disk (ssd drive). But now only boot to ubuntu, cannot go to windows. Even windows not show on grub menu.

When i press f11 for boot menu option at start and choose Second drive, it still go to grub menu screen (ofcourse still not show grub menu)

I have ever try some way but not lucky. Could you help me resolve this.

Thanks.

Update This is pastepin link after run Boot Repair, hope give you more info here

thinhnk
  • 101

2 Answers2

1

Just run the update-grub

sudo update-grub

It should solve the problem.

0

You need to change the boot order to first drive in F11 menu, otherwise it hits drive 2 which only has grub entry for Ubuntu.

EDIT: it might be F12, whichever settings menu where you configure the boot order, not the one to pick for a single boot.

Jeremi G
  • 121