Skip to content

Instantly share code, notes, and snippets.

@jonbalbarin
Created May 14, 2011 22:19
Show Gist options
  • Save jonbalbarin/972698 to your computer and use it in GitHub Desktop.
Save jonbalbarin/972698 to your computer and use it in GitHub Desktop.
switching between ubuntu and chromeos on the cr48
#set ubuntu as default
function bootUBUNTU {
sudo cgpt add -i 6 -P 5 -S 1 /dev/sda
}
#set chromeos as default
function bootCHROMEOS {
sudo cgpt add -i 6 -P 0 -S 1 /dev/sda
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment