How to Install and Run Linux on a Chromebook

Use Crouton to switch between Chrome OS and Ubuntu

Run a full-fledged version of the Linux operating system on your Chromebook, opening up a whole world of possibilities on what is essentially a low-budget machine.

Before installing Ubuntu on your Chromebook, you first need to enable Developer Mode.

Enable Developer Mode

While most of your data in Chrome OS is stored server-side in the cloud, you may have important files saved locally, such as those found in your Downloads folder. In addition to disabling certain security restrictions and allowing you to install a customized version of Ubuntu, activating Developer Mode deletes all local data on a Chromebook automatically. Therefore, back up essential local data on an external device or move it to the cloud before taking the steps below.

  1. Turn on your Chromebook, then press and hold the Esc+Refresh keys and tap the Power button. When the forced reboot begins, release the keys.

  2. After the reboot is complete, a screen appears with a yellow exclamation point and a message that Chrome OS is missing or damaged. Press Ctrl+D to initiate Developer Mode.

  3. The following message displays: To turn OS verification OFF, press ENTER. Press the Enter key.

  4. A new screen appears stating that OS verification is off. Don't touch anything at this point. After a few sections, you receive notification that the Chromebook is transitioning to Developer Mode. This process may take some time and could involve multiple reboots. You are eventually returned to the OS verification is OFF message, accompanied by a red exclamation point. Ignore this message and wait until you see the welcome screen for Chrome OS.

  5. Since all local data and settings were deleted when you entered Developer Mode, you may have to re-enter your network details, language, and keyboard orientation on the OS welcome screen, as well as agree to the operating system's terms and conditions. Once completed, sign in to your Chromebook.

Install Ubuntu Using Crouton

The main reasons to choose Crouton are its simplicity, and it can run Chrome OS and Ubuntu side-by-side, eliminating the need to hard boot into one operating system at a time.

To get started, open the Chrome browser, and follow these steps:

  1. Go to the Crouton official GitHub repository.

  2. Click the goo.gl link, located to the right of the Chromium OS Universal Chroot Environment header.

    Goo.gl link for Universal Chroot Environment
  3. A Crouton file downloads to your Downloads folder. Open the Chrome OS developer shell in a new browser tab by pressing Ctrl+Alt+T.

  4. Type shell and press the Enter key.

    shell command after crosh prompt
  5. At the prompt, enter sudo sh ~/Downloads/crouton -e -t xfce, then press the Enter key. On a Chromebook device with a touchscreen, use the following syntax instead: sudo sh ~/Downloads/crouton -e -t touch,xfce.

    sudo sh crouton command on Chromebook crosh prompt
  6. The latest version of the Crouton installer downloads. You're prompted to provide and verify both a password and an encryption passphrase because the Ubuntu installation is encrypted through the -e parameter in the previous step. While this flag isn't required, it is recommended. Choose a secure password and passphrase that you will remember and enter these credentials accordingly, if applicable.

  7. After the key generation completes, the Crouton installation process begins. This process takes several minutes and requires minimal intervention. However, you can view details of each step in the shell window as the installation progresses. You are eventually asked to define a username and password for the primary Ubuntu account toward the end of the process.

  8. After the installation completes, the command prompt displays. Enter sudo startxfce4, then press the Enter key. If you chose encryption in the previous steps, you are prompted for your password and passphrase.

  9. An Xfce session begins, and the Ubuntu desktop interface appears.

    Linux on Chromebook via Crouton
  10. Crouton runs Chrome OS and Ubuntu simultaneously. To switch between the two operating systems without rebooting, use the Ctrl+Alt+Shift+Back and Ctrl+Alt+Shift+Forward keyboard shortcuts.

    These shortcuts don't work on a Chromebook with an Intel or AMD chipset, as opposed to ARM. In this case, use the Ctrl+Alt+Back, Ctrl+Alt+Forward, and Ctrl+Alt+Refresh shortcuts.

Start Using Linux

After you enable Developer Mode and install Ubuntu, follow these steps to launch the Linux desktop each time you power on your Chromebook. You'll see the warning screen stating that OS verification is off every time you reboot or turn the power on because Developer Mode remains active until you manually disable it, and is required to run Crouton.

  1. Return to the developer shell interface by using the Ctrl+Alt+T keyboard shortcut.

  2. Type shell at the crosh prompt and press Enter.

  3. Type sudo startxfce4, then press Enter.

  4. Enter your encryption password and passphrase if prompted.

The version of Ubuntu that you installed doesn't come with much pre-installed software. The most common method for locating and installing Linux applications is through apt-get. This command-line tool searches for and downloads countless applications within Ubuntu.

AMD and Intel-based Chromebooks offer access to more working applications than those running ARM chips. However, ARM-based Chromebooks run some of the most popular Linux applications.

Back up Your Data

While most data and settings in Chrome OS are automatically stored in the cloud, the same cannot be said for files created or downloaded during your Ubuntu sessions. Use Crouton to back up your Ubuntu data.

  1. Launch the developer shell interface by pressing Ctrl+Alt+T.

  2. Type shell at the crosh prompt and press the Enter key.

  3. Type sudo edit-chroot -a, then press Enter.

  4. The name of your chroot displays in white text (for example, precise). Type the following syntax followed by a space and the name of your chroot: sudo edit-chroot -b. (for example, sudo edit-chroot -b precise), then press Enter.

  5. When the backup process concludes, the chroot displays a message that it finished backing up along with a path and filename. Generally, the backup is a tar file located in your Chrome OS Downloads folder, which is shared and accessible from both operating systems.

    Backup commands in Crosh command terminal

Remove Linux From Your Chromebook

To remove Linux from your Chromebook, follow this procedure:

  1. Restart your Chromebook.

  2. When the OS verification is OFF message appears, press the spacebar.

  3. Confirm reactivating OS verification. Press the Enter key.

  4. A notification alerts you that OS verification is now on. Your Chromebook reboots and is restored to its original state. After the process completes, the Chrome OS welcome screen appears.

Was this page helpful?