Quick Links

Chromebooks aren’t “just a browser”—they’re Linux laptops. You can easily install a full Linux desktop alongside Chrome OS and instantly switch between the two with a hotkey, no rebooting necessary.

We've performed this process with the Samsung Series 3 Chromebook, the original Chromebook Pixel, and the ASUS Chromebook Flip, but the steps below should work on any Chromebook out there.

Update: Google has added native support for Linux apps directly to Chrome OS, and this feature is available on many Chromebooks. You don't need Crouton to run Linux software anymore.

Crouton vs. ChrUbuntu

Related: Living With a Chromebook: Can You Survive With Just a Chrome Browser?

Installing Ubuntu Linux on your Chromebook isn’t as simple as installing the standard Ubuntu system—at least not at the moment. You’ll need to choose a project developed specially for Chromebooks. There are two popular options:

  • ChrUbuntu: ChrUbuntu is a Ubuntu system built for Chromebooks. It works like a traditional dual-boot system. You can restart your Chromebook and choose between Chrome OS and Ubuntu at boot time. ChrUbuntu can be installed on your Chromebook’s internal storage or on a USB device or SD card.
  • Crouton: Crouton actually uses a “chroot” environment to run both Chrome OS and Ubuntu at the same time. Ubuntu runs alongside Chrome OS, so you can switch between Chrome OS and your standard Linux desktop environment with a keyboard shortcut. This gives you the ability to take advantage of both environments without any rebooting needed. Crouton allows you to use Chrome OS while having a standard Linux environment with all its command-line tools and desktop applications a few keystrokes away.

We’ll be using Crouton for this. It takes advantage the Linux system underlying Chrome OS to run both environments at once and is a much slicker experience than traditional dual-booting. Crouton also uses Chrome OS’s standard drivers for your Chromebook’s hardware, so you shouldn’t run into issues with your touchpad or other hardware. Crouton was actually created by Google employee Dave Schneider.

When you use Crouton, you’re actually just running one operating system: Linux. However, you’re running two environments on top of the OS—Chrome OS and a traditional Linux desktop.

Step One: Enable Developer Mode

Before you do any sort of hacking, you’ll need to enable “Developer Mode” on your Chromebook. Chromebooks are normally locked down for security, only booting properly signed operating systems, checking them for tampering, and preventing users and applications from modifying the underlying OS. Developer Mode allows you to disable all these security features, giving you a laptop you can tweak and play with to your heart’s content.

After enabling Developer Mode, you’ll be able to access a Linux terminal from within Chrome OS and do whatever you like.

To enable developer mode on modern Chromebooks, hold down the Esc and Refresh keys and tap the Power button to enter recovery mode. Older Chromebooks have physical developer switches that you’ll need to toggle instead.

At the recovery screen, press Ctrl+D, agree to the prompt, and you’ll boot into developer mode.

IMG_9828

When you transition to developer mode, your Chromebook’s local data will be erased (just like when you unlock a Nexus Android device). This process took about 15 minutes on our system.

From now on, whenever you boot your Chromebook, you’ll see a warning screen. You’ll need to press Ctrl+D or wait 30 seconds to continue booting.

This warning screen exists to alert you that a Chromebook is in developer mode and the normal security precautions don’t apply. For example, if you were using someone else’s Chromebook, you could normally log in with your Google account without fear. If it was in developer mode, it’s possible that software running in the background could be recording your keystrokes and monitoring your usage. That’s why Google makes it easy to tell if a Chromebook is in Developer Mode and doesn’t allow you to permanently disable this warning screen.

IMG_9823

Step Two: Download and Install Crouton

Next it's time to download Crouton. Here is a direct download for the latest release of Crouton--click on it from your Chromebook to get it.

Once you have Crouton downloaded, press Ctrl+Alt+T in Chrome OS to open the crosh terminal.

Type

        shell
    

 into the terminal and press Enter to enter Linux shell mode. This command only works if Developer Mode is enabled.

Screenshot 2016-10-19 at 9.03.06 AM

Update: This process has changed and you now need to move the Crouton installer to /usr/local/bin before running it. Consult Crouton's README for more information.

To install Crouton the easy way, all you need to do is run the command below. This installs Crouton with the Xfce desktop and an encrypted chroot for security.

sudo sh ~/Downloads/crouton -e -t xfce

The actual installation process will take some time as the appropriate software is downloaded and installed—it took about half an hour on our system—but the process is largely automatic.

install-crouton-on-chromebook

If you’d rather install Ubuntu’s Unity desktop instead, use -t unity instead of -t xfce in the command above. It's worth noting that Unity won't run as smoothly on most Chromebooks' limited hardware. You can run the following command to see a list of installation types, including installations without a graphical desktop:

sh -e ~/Downloads/crouton

Screenshot 2016-10-19 at 9.03.06 AM

After going through the installation process, you can run either of the following commands to enter your Crouton session (assuming you installed Crouton with Xfce):

sudo enter-chroot startxfce4

sudo startxfce4

Screenshot 2016-10-19 at 9.03.06 AM

How to Switch Between Environments

To switch back and forth between Chrome OS and your Linux desktop environment, use the following keyboard shortcuts:

  • If you have an ARM Chromebook (which is the majority of Chromebooks): Ctrl+Alt+Shift+Back and Ctrl+Alt+Shift+Forward. Note: this uses the back and forward browser navigation buttons on the top row, not the arrow keys.
  • If you have an Intel x86/AMD64 Chromebook: Ctrl+Alt+Back and Ctrl+Alt+Forward plus Ctrl+Alt+Refresh

If you want to exit the chroot, just log out (using the "log out" option) of the Xfce desktop (or the Unity desktop, if you’re using that)--don't use the "shut down" command, as that will actually power the Chromebook down. You’ll then need to run the sudo startxfce4 command above to enter the chroot again.

What You Can Do With Linux

Related: How to Use Apt-Get to Install Programs in Ubuntu from the Command Line

You now have a traditional Linux desktop running alongside Chrome OS. All that traditional Linux software is just an apt-get away in Ubuntu’s software repositories. Graphical utilities like local image editors, text editors, office suites, development tools, all the Linux terminal utilities you would want—they’re all easy to install.

You can even easily share files between Chrome OS and your Linux system. Just use the Downloads directory in your home folder. All files in the Downloads directory appear in the Files app on Chrome OS.

Workspace 1_001

There's one catch, though. On ARM Chromebooks, you’re a bit limited in what you can do. Some programs don’t run on ARM--basically, you won't be able to run closed-source applications that haven’t been compiled for ARM Linux. You have access to a variety of open source tools and desktop applications that can be recompiled for ARM, but most closed-source applications won’t work on those machines.

On an Intel Chromebook, you have much more freedom. You could install Steam for Linux, Minecraft, Dropbox, and all the typical applications that work on the Linux desktop, using them alongside Chrome OS. This means that you could install Steam for Linux on a Chromebook Pixel and gain access to a whole other ecosystem of games.

How to Remove Crouton and Restore Your Chromebook

If you decide you’re done with Linux, you can easily get rid of the scary boot screen and get your internal storage space back.

Just reboot your Chromebook normally to get back to the warning screen at boot-up. Follow the prompts on your screen (tap the Space bar and then press Enter) to disable Developer Mode. When you disable Developer Mode, your Chromebook will clean everything up, restoring you to a clean, safe locked-down Chrome OS system and overwriting all the changes you’ve made to your Chromebook’s software.


If you’re looking for more in-depth information on installing and setting up Crouton, be sure to check out Crouton’s readme.