Last active
July 1, 2022 11:41
-
-
Save washopilot/f2450ab05eafdb28af00f2e7ad2dbaa9 to your computer and use it in GitHub Desktop.
Dual boot Linux - Windows10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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