Skip to content

Instantly share code, notes, and snippets.

@YuanLiou
Created June 11, 2025 13:41
Show Gist options
  • Save YuanLiou/83723dcc8582a180eac5fd4a7b7c5669 to your computer and use it in GitHub Desktop.
Save YuanLiou/83723dcc8582a180eac5fd4a7b7c5669 to your computer and use it in GitHub Desktop.
Reboot to Windows from Linux in UEFI
#!/bin/bash
sudo efibootmgr -n $(echo $(efibootmgr) | grep -Po "(?<=Boot)\S{4}(?=( |\* )Windows)") && reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment