0

My laptop is HP 655.

I had Windows 7 installed in UEFI mode, then I installed Ubuntu 17.04 on another partition.

There was no option for Ubuntu in the boot manager, only Windows 7.

Then I used the BIOS recovery tool and now Ubuntu is the only one showing and I can't boot Windows 7.

How can I show the two boot options?

Yaron
  • 13,453
A_S
  • 3

2 Answers2

0

I recently had a similar issue. My interim fix was to use rEFInd which worked really well. I use it on USB. If it picks up both OS, you can install it as your boot manager.

Jexodus
  • 16
0

For GRUB to be able to detect multiple OS's on a drive, you need to install the os-prober package alongside GRUB.

The steps for this would be:

  1. Install Windows to your drive first
  2. Install Ubuntu secondly
  3. Boot into your new Ubuntu system.
  4. Open up a new terminal session
  5. Run sude update-grub

If everything goes well GRUB should detect your Windows system and add it to the list of OS's to pick when you reboot your system. For more info refer to the official Ubuntu page and this thread on GRUB