Skip to content

Instantly share code, notes, and snippets.

@gianfebrian
Created April 6, 2017 05:44
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gianfebrian/cdca4d860997ef4308f8efe5deabcdfb to your computer and use it in GitHub Desktop.
Save gianfebrian/cdca4d860997ef4308f8efe5deabcdfb to your computer and use it in GitHub Desktop.
Manual Fix Grub from Windows 10 (UEFI mode)

Run these commands using cmd (Administrator):

  • this will list all stored boot configuration
bcdedit /enum all /v
  • locate our beloved linux efi bootloader from the list. I use linux mint and I found this \EFI\ubuntu\grubx64.efi. next thing, you need to set it:
bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi

you're done here, restart and you'll meet again with grub boot loader display

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment