First time installing Ubuntu. I have followed the instructions here, with the difference that:
- I had already used Windows to create 3 partitions for Ubuntu.
- This line in step 7 did not work:
sudo apt-get install -y boot-repair && boot-repair
so I ran a different pair of commands (possiblysudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
thensudo apt-get install -y boot-repair && boot-repair
) which did work.
Here's the output:
http://paste.ubuntu.com/11833014/
After rebooting into Windows 8.1, I ran the command...
bcdedit /set "{bootmgr}" path \EFI\ubuntu\grubx64.efi
... using the admin command prompt, and was told that it succeeded. However, when I reboot into Ubuntu using my Live USB stick, I see that there is a volume called SONYSYS with total capacity of 268.4 MB, which contains this file \EFI\ubuntu\shimx64.efi
but no file called grubx64.efi (but perhaps I am looking in the wrong place). This volume also contains folders named BOOT and WINDOWS.
Can you recommend solutions that I can try?
Note: Windows 8 Fast Startup is switched off, is is Secure Boot. Changing the admin propmt command to bcdedit /set {bootmgr} path \EFI\ubuntu\shimx64.efi
, as suggested here did not solve the problem.