I followed this Askubuntu Post to install Ubuntu as dual-boot with Windows 8.1 pre-installed as(UEFI),but I am not able to dual-boot and tried Boot-Repair
- I first burned an Ubuntu ISO on a blank DVD-R to create the LiveCD.
- Even with secure boot disabled, when I tried restarting my computer, it never booted to the installation screen, and it just skipped to Windows.
- After a lot of skimming, I thought I had to put my computer in Legacy Mode in order to get give my CD/ROM drive priority.
- I installed Ubuntu and used my existing EFI partition.
- Ubuntu works, but Windows doesn't, probably because my laptop is stuck in Legacy Mode.
- I tried switching back to UEFI using boot-repair on the Linux Terminal, and going into Advanced Properties -> Grub Location -> Ticking the checkbox for EFI, but it says I need to be in an EFI session, and now I'm just really lost and confused at what I've all done.
- I can see my Windows8.1 OS on a partition but I want to dual-boot Windows 8.1 along with Ubuntu?
Did I just brick my computer?
efi
and I choose each one of them by pressing F9 or by default Windows boot if I don't choose anything. – Mudit Kapil Mar 16 '15 at 16:09legacy
in BIOS then I am unable to boot Ubuntu because I don't get option to interrupt boot -process. – Mudit Kapil Mar 16 '15 at 16:15I didn't have to put rEFInd Boot Manager on a liveCD or USB flash drive. I simply installed it on Ubuntu, and when I restarted my computer, I pashed F8, F9, F2 etc... to go to the boot menu, and I switched back to UEFI, and everything worked. rEFInd worked perfectly!
– Richarizardd Mar 18 '15 at 01:23/boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
). This works fine in the short term, but sooner or later Windows is likely to overwrite rEFInd with an updated version of its boot loader. Thus, you may need to fiddle with this in the future. To avoid this, you could typesudo mvrefind.sh /boot/efi/EFI/Microsoft/Boot /boot/efi/EFI/refind
in Ubuntu, but there is a risk that this will derail your currently-working boot. You'll have to decide whether to risk a problem now or in the future. – Rod Smith Mar 19 '15 at 01:29