15

I have a Windows 10 Laptop booting in EFI mode. I currently have Windows 10 and Linux Mint installed. I want to be able to boot into Linux mint from Windows Boot Manager. The thing is, I kind of deleted the Boot Entry for it, because it wasn't working anyway. (It was, but the computer didn't show a boot manager, just booted straight into Windows) And now I have a Linux Mint install without any sort of Boot Entry to boot into it. I think I'm good, because the "ubuntu" directory in the EFI partition still exists, along with grubx64.efi. Now what I need to have:

When the laptop boots, I need to be able to choose which OS I want to boot.

I know this HAS to do with BCD, I tried EasyBCD, that doesn't work with UEFI Boot, I tried Visual BCD Editor, couldn't for the heck find out how that works, and now I'm just stuck with it only booting straight into Windows.

ZeroSkill
  • 317

3 Answers3

4

I fixed this eventually by just booting into the UEFI menu > Boot Device Options > Boot From EFI File... > Select grubx64.efi

ZeroSkill
  • 317
1

This command which worked for me was

bcdedit /set "{bootmgr}" path \EFI\ubuntu\grubx64.efi
or
bcdedit /set "{bootmgr}" path \EFI\debian\grubx64.efi
or
bcdedit /set "{bootmgr}" path \EFI\grub\grubx64.efi

...etc

check your gubx64.efi path first.

Blindspots
  • 3,472
-2

Windows Boot Manager showing linux

There was a comment to original question stating Windows Boot Manager cannot boot to linux. This is FUD. I have done it with Windows 8. I wasn't able to get the pretty screen like you see in the attached pic, so I eventually went back to Grub.

In my exact case, I didn't get the GUI boot choice, instead it was the same menu as when you F8 as windows is starting. It looks similar to how you would choose Safe Mode, however it had Windows and Ubuntu listed.

If you can't google how to do it manually, there is an app for that from NeoSoft called Easy BCD, which is free for non-commercial use.

Krista K
  • 1,061