« Select options for this and next year | Main | CSS3 Tips »

December 17, 2012

Switch between ChromeOS and Chrubuntu

Right now, you're in ChrUbuntu but if you reboot, you'll be back in Chrome OS. To make ChrUbuntu the default, run:

sudo cgpt add -i 6 -P 5 -S 1 /dev/sda

(password is "user"). It should be possible to run this from ChrUbuntu or Chrome OS.
To make Chrome OS the default again, either turn off Developer Mode, or run:

sudo cgpt add -i 6 -P 0 -S 1 /dev/sda

Tags: ChromeOS

Posted by pj at December 17, 2012 06:55 PM

Comments