Skip to content

Instantly share code, notes, and snippets.

@amchercashin
Last active May 9, 2016 13:17
Show Gist options
  • Save amchercashin/9c743de6a0521f142cf21a41044f029f to your computer and use it in GitHub Desktop.
Save amchercashin/9c743de6a0521f142cf21a41044f029f to your computer and use it in GitHub Desktop.
Restarts Ubuntu and preselect specified option in GRUB list starting from 0 (2 is 3rd option)
#!/bin/bash
sudo grub-reboot 2
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment