Skip to content

Instantly share code, notes, and snippets.

@scmanjarrez
Last active March 4, 2018 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scmanjarrez/9b4bc93ec4ead9ea2d4cf0fe0a2b09e8 to your computer and use it in GitHub Desktop.
Save scmanjarrez/9b4bc93ec4ead9ea2d4cf0fe0a2b09e8 to your computer and use it in GitHub Desktop.
Change boot to grub from command line (windows)
bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi
if doesn't work, then:
bcdedit /deletevalue {bootmgr} path \EFI\ubuntu\grubx64.efi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment