Skip to content

Instantly share code, notes, and snippets.

@canokay
Created June 2, 2019 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save canokay/b93c88321ea0d0306b4b32d5548dbf37 to your computer and use it in GitHub Desktop.
Save canokay/b93c88321ea0d0306b4b32d5548dbf37 to your computer and use it in GitHub Desktop.

Ubuntu Set Windows Default Boot

sudo nano /etc/default/grub 
GRUB_DEFAULT=saved 
sudo update-grub 
sudo grub-set-default 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment