I installed a dual boot Windows 7/8 on my laptop and now I also added a Ubuntu 14.04.1.
To install Ubuntu I did an efi partition on sda1, a swap partition (sda6) and root (sda7) After the installation Ubuntu was launch by default so I installed GRUB then Boot-Repair, launch the recommended option but I got the following message:
GPT detected. You need to create a BIOS-boot partition .... or try to active the seperate efi boot option ....
So I tried this advanced option and repair again but after all the process I got the following message:
A error occurred during repair, write on paper the following URL ....
After rebooting no one of the both windows partitions is visible on GRUB menu.
The link of the bootinfo
report: http://paste.ubuntu.com/8291284/
I also tried to manually add a menu entry in the /etc/grub.d/40_custom
but when I did something like:
menuentry 'Windows 7' {
insmod part_gpt
insmod ntfs
set root='hd0,gpt4'
chainloader +1
}
I get a new entry on GRUB but an error if I select it : "Invalid efi file path"
Can't find how to make it works, so if you have any suggestion please let me know