6

I recently installed Ubuntu alongside Windows 10 but am no longer able to access Windows when rebooting. On start up my computer, which is booting through UEFI, goes straight to GRUB but there is no option to select the Windows OS. There also does not seem to be an option for Windows when selecting from the boot menu. The Windows files are still viewable in the partition I created before installing Ubuntu and Boot-Repair did not fix the problem. http://paste.ubuntu.com/14492546/ is the link Boot-Repair provided me. Any help in solving this problem would be greatly appreciated.

Edit: sudo update-grub solved the problem. Thanks for the help!

1 Answers1

9

There are a couple of things you can try.

First of all, run sudo update-grub and restart your computer.

If you still can't boot into Windows, try out the tool boot-repair. You can install it in Ubuntu using the ppa mentioned in the second option. Run it, and it should bring back your Windows boot entry. If not, there is likely a problem with the Windows partitions.

  • 1
    sudo update-grub did the trick! Thank you guys so much! – Rick Sanchez Jan 14 '16 at 23:29
  • also solved it for me after upgrade to ubuntu 22 10 :) "Found Windows Boot Manager on /dev/nvme0n1p1@/EFI/Microsoft/Boot/bootmgfw.efi Adding boot menu entry for UEFI Firmware Settings ..." – dkocich Oct 28 '22 at 18:55