PDF download Download Article
Turn your older Chromebook into Linux with this user-friendly guide
PDF download Download Article

Crouton is a script written up in a bundle meant to allow Chromebooks to run Linux without sacrificing the Chrome OS platform. While it's more common to use Crostini to install Linux on newer Chromebooks, older Chromebook owners can still install Crouton (which is no longer in development) for better compatibility with older hardware.

Installing Crouton on a Chromebook

First, put your Chromebook into developer mode and set it up like new. From there, install the Crouton Integration extension from the Chrome Web Store, download Crouton from git.io/JZEs0, and make the installer executable. To install, run the "sudo crouton -t xfce" command.

Part 1
Part 1 of 3:

Enabling Developer Mode

PDF download Download Article
  1. To enable developer mode , hold down the Esc and Reload keys at the same time, and press the Power button. Your computer will reboot, and a big exclamation mark will appear.
    • On some Chromebooks, you'll need to hold down the Esc and Fullscreen keys instead. [1]
    • Entering Developer Mode will also powerwash your Chromebook, so make sure you've backed up anything that isn't synced to your Google account.
    • If you have a newer Chromebook that's still receiving updates, you shouldn't use this method to install Linux, as it's deprecated. Instead, you can enable the Linux development environment from within your Chromebook's settings. [2]
  2. This confirms that you want to enable developer mode. Your Chromebook will reboot again and reinstall the operating system in developer mode.
    • It can take a while for your Chromebook to prepare for developer mode. Spend a few minutes getting a cup of coffee or relaxing.
    • When it's finished installing, you'll see a screen with an exclamation point.
    Advertisement
  3. You can also wait a few moments for your Chromebook to enter developer mode on its own.
  4. Just like when you first got your Chromebook, you'll have to set up your laptop. Make sure you connect your Chromebook to Wi-Fi so you can download the files to install Crouton.
  5. Advertisement
Part 2
Part 2 of 3:

Installing Crouton

PDF download Download Article
  1. Before installing Crouton, add this extension while you're still in developer mode. This extension allows you to use the same clipboard as you switch between ChromeOS and Linux, allows you to use ChromeOS to handle URLs, and allows chroots to create graphical sessions as ChromeOS windows. [3]
  2. You can get it from https://git.io/JZEs0 . This will save a file called crouton to your Downloads folder. [4]
  3. You can do this by pressing Ctrl + Alt + T , typing shell , and pressing Enter . [5]
  4. To do this, type sudo install -Dt /usr/local/bin -m 755 ~/Downloads/crouton and press Enter . This makes the installer executable by moving it into /usr/local/bin so you can use it to install Crouton.
  5. Type sudo crouton -t xfce and press Enter . Follow any on-screen instructions that appear, such as creating a username and password for Crouton.
    • By default, Crouton will install Ubuntu 16.04 (xenial). If you want a different version, run crouton -r list to see your options, or just specify the name of the Ubuntu release. You can specify the release to install using sudo crouton -r (releasename) -t xfce .
    • Release names can be found at https://releases.ubuntu.com .
  6. To do this, type sudo startxfce4 and press Enter . If that doesn't work, you can also use sudo enter-chroot startxfce4 . This takes you into your Linux installation.
    • You can switch between Crouton and ChromeOS by pressing Ctrl + Alt + Shift + Back and Ctrl + Alt + Shift + Forward .
  7. Advertisement
Part 3
Part 3 of 3:

Updating Crouton

PDF download Download Article
  1. Open a terminal in your Ubuntu installation by pressing Ctrl + Alt + T , then run the command croutonversion -u -c to see if a new version is available.
    • If a new version is available, you'll see its name (e.g., xenial). You'll also see your current version listed. If you don't have the newest version, you can continue with this method to install it.
  2. If a new version is available, you'll want to install it from ChromeOS, not Ubuntu. You can shut down Ubuntu by logging out, or by toggling back over to ChromeOS, selecting the terminal window you launched Crouton from, and pressing Ctrl + C . [6]
  3. To do this, use sudo sh ~/Downloads/crouton -u -n (versionname) , where (versionname) is the latest version that's available. This will update your chroot to the latest version. Once the update is complete, you can restart Crouton to access the updated version.
  4. Advertisement

Expert Q&A

Ask a Question
      Advertisement

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Name
      Please provide your name and last initial
      Thanks for submitting a tip for review!
      Advertisement

      Warnings

      • Enabling developer mode on your Chromebook disables your computer's built-in security features. Only do this if you understand the risks. [7]
      Advertisement

      Video

      About This Article

      Thanks to all authors for creating a page that has been read 91,608 times.

      Is this article up to date?

      Advertisement