Skip to content

Instantly share code, notes, and snippets.

@YuanLiou
Created June 13, 2025 13:01
Show Gist options
  • Select an option

  • Save YuanLiou/c7911ced12db47d26c07740b826876a1 to your computer and use it in GitHub Desktop.

Select an option

Save YuanLiou/c7911ced12db47d26c07740b826876a1 to your computer and use it in GitHub Desktop.
boot-to-linux.bat
// 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