-1

I have Ubuntu 14.04 installed on an SSS running perfectly. Got a new 2TB drive that has Windows 7 installed on it.

How do I add Windows 7 to my grub menu?

This is output of sudo update-grub:

Searching for GRUB installation directory ... 
found: /boot/grub Searching for default file ... 
found: /boot/grub/default Testing for an existing GRUB menu.lst file ... 
found: /boot/grub/menu.lst Searching for splash image ... 
none found, skipping ... 
Found kernel: /boot/vmlinuz-3.13.0-51-generic 
Found kernel: /boot/vmlinuz-3.13.0-49-generic Found kernel: /boot/vmlinuz-3.13.0-24-generic 
Found kernel: /boot/memtest86+.bin Updating /boot/grub/menu.lst ... done

This is the output of sudo os-prober:

sudo os-prober /dev/sdc1:Windows 7 (loader):Windows:chain
Tim
  • 33,500

1 Answers1

2

Run the command sudo update-grub.

If it still does not work try boot-repair. It will attempt to fix the problem, if it can't it will provide a link with all the information we need to further troubleshoot the issue.

Pabi
  • 7,429