Skip to content

Instantly share code, notes, and snippets.

@washopilot
Last active July 1, 2022 11:41
Show Gist options
  • Save washopilot/f2450ab05eafdb28af00f2e7ad2dbaa9 to your computer and use it in GitHub Desktop.
Save washopilot/f2450ab05eafdb28af00f2e7ad2dbaa9 to your computer and use it in GitHub Desktop.
Dual boot Linux - Windows10
bcdedit /enum firmware
bcdedit /delete {id}
bcdedit /set {bootmgr} path \EFI\Microsoft\Boot\bootmgfw.efi
bcdedit /set {bootmgr} path \EFI\fedora\grubx64.efi
---------------------------
diskpart
list vol
Select Volume n
Assign Letter=X
X:
exit
dir
cd EFI
rmdir /s OSNAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment