0

I've tried to fix GRUB using Boot Repair. It didn't work, but it produced an info summary*.

When the computer starts Windows 7 is launched without any GRUB message.


*editor's note: the link to which has died

Zanna
  • 70,465

2 Answers2

2

I see you have chosen to install grub. But your laptop setup indicates it boot through efi.

So you need to install grub-efi not grub.

Re run the boot-repair program and choose recommended repair.

More information is available in How to boot Ubuntu from EFI/UEFI?.

Let us know how it went.

Web-E
  • 21,418
0

Try running this command.

sudo update-grub

(make sure it shows an entry for Windows 7)

sudo reboot 
Zanna
  • 70,465