Mars

Mars, front-end developer

about email where I work

16 Jun 2014
My [Trusty] New Ubuntu install via Chromebook...

The weekend was dedicated to relaxing, spending one day with family and one day alone. Saturday my sister, her children, and I did dinner, then had ice cream. Sunday I took myself to brunch. Too much sashimi thrust me into a midday coma nap.

Of course, I had some ongoing freelance work to wrap up as well. Weekends tend to be workdays to some extent after starting a full-time job post self-employment.

But my nerd highlight of the weekend was -finally- getting Ubuntu onto my Chromebook. Afterward it essentially turns into a dualboot system (kind of), but one much more robust. For the purists that believe that a Chromebook is meant to remain a simple, Google-powered netbook - where’s the fun in that?!

On my Samsung Chromebook (ARM) I pressed Esc+Refresh+Power to cycle into Developer Mode. Wait a moment. Press Enter. Then, wait for it to delete your local files (which you’ll want to back up beforehand) before booting into what looks like a fresh Chrome OS environment.

The difference is, now you are able to type Ctrl+Alt+T to bring up a Terminal window tab.

But first, install crouton and leave it in your Downloads folder.

I decided I wanted to install Ubuntu 14.04 Trusty. Both my Windows machine at home and my machine at work are running 12.04 Precise. Old, buggy, yet familiar. In with the new (and stable)!

Back to the Terminal.

shell

That takes you into a shell environment where you are able to tinker to your heart’s content. (Careful, don’t break anything…)

$ sudo sh -e ~/Downloads/crouton -r trusty -t xfce,chromium

The xfce desktop is fugly at best but that’s what themes are for. We’re kind of limited with 14.04 on the ARM Chromebook. No Unity. (I tried both Unity and Gnome to no avail before reading that xfce was our best bet on an ARM Chromebook.) And naturally, you’ll want to have Chromium installed.

Either way, my installation was underway and at that point I took a shower and did my makeup while letting it finish.

Once I returned it asked for a username and password. Success!

Afterward, you’ll want to enter your chroot:

$ sudo enter-chroot

Then start your Linux environment.

$ startxfce4

Replace xfce4 with whichever target environment you chose to switch into your [Trusty] new Linux environment.

Spiffy!


Til next time,

Mars

about email where I work