Created
June 13, 2025 13:01
-
-
Save YuanLiou/c7911ced12db47d26c07740b826876a1 to your computer and use it in GitHub Desktop.
boot-to-linux.bat
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
| // use bcdedit /enum firmware to find the id of Linux EFI id | |
| // in administrator mode | |
| bcdedit /set {fwbootmgr} bootsequence {id} | |
| shutdown /r /t 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment