Every time I try to boot, my computer goes straight into Windows 7.
I had Windows 7 installed and installed Ubuntu 14.04 afterwards, but grub does not show up on boot. Tried holding shift, messing with the grub config file on the timeout line, boot repair and other things, today I wiped the partitions I created and started all over, same result, ran boot-repair, have a look at the boot-repair log.
Why doesn't grub show up on my machine?
update-grub
– Mudit Kapil Feb 02 '15 at 16:42bcdedit /set {bootmgr} path \EFI\...\grub*.efi
– Mudit Kapil Feb 02 '15 at 16:53bcdedit /set {bootmgr} path \EFI\ubuntu\shimx64.efi
– Mudit Kapil Feb 02 '15 at 17:00root@ubuntu:/# grub-install /dev/sda Installing for x86_64-efi platform. grub-install: error: cannot find EFI directory.
After reading some more on oldfred's links I found out that I have to manually create a partition for EFI.
It says that I should not have more than 1 EFI boot partition, so I gess there is no problem in having windows and ubuntu in the same EFI boot partition_
– Miguel Mendes Feb 04 '15 at 22:00