How to download and install Chrome OS (2024)

Download and install Chrome OS

The first question in your head is "why would I want to install Chrome OS, even on my old laptop, when there are perfectly adequate awesome full-fat Linux distros to choose from?"

Good question, and the answer is not everyone wants a full-fat distro, nor can everyone use a full-fat distro. Part of the success of Chromebooks – and they are successful with 5.7 million Chromebooks being sold in 2014 and 7.3 million predicted for 2015 – is their cut-down, lightweight Gentoo-based OS.

If you want to give someone easy, no fuss access to Google services it should be a tempting choice. The good news is that it's easy to install Chromium OS, which is the open source project name for the official Google Chrome OS, which is only available through officially licenced Chromebook PCs.

While it looks superficially different with a blue-theme running through it, Chromium OS taps into the same Google Accounts and services and it offers the same advantages of automatically picking up your plugins and the rest, which are stored in the Google cloud.

Built on Gentoo, it is Linux based and so has all the advantages of the Linux kernel, but keep in mind it was only rolled out in late 2009, so if you're planning on trying it on hardware older than that you might not have as much luck.

Having said that we tried it on a standard Lenovo X200 laptop from 2008 and everything worked without a hitch. A general rule of thumb is: any standard Intel hardware should work without a hitch.

One thing we do know is that non-Intel wireless adaptors do cause issues, we'll go into this in more detail in a moment.

Are you a pro? Subscribe to our newsletter

Sign up to the TechRadar Pro newsletter to get all the top news, opinion, features and guidance your business needs to succeed!

A number of sites have maintained builds of Chromium OS. It's unlikely you'll want to build it yourself from source, so there are versions ready for VirtualBox and for running and installing off a USB drive. We're using this Chrome OS build, which is kept current.

Another popular build is over at the Hexxeh website . This doesn't appear to be maintained as of April 2013, but it will still work.

Take Chromium OS for a spin

You've got an array of options for trying Chromium OS. The easiest of them is to download an image, write it to a USB drive or SD card and boot this from your laptop or PC.

There are live disc versions too, but with writable media you're able to save your settings and carry the OS around with you.

It's not advertised within the OS but there's a command which easily copies the OS partitions to an internal hard drive.

This does wipe all existing data but with cheap SSDs it's not beyond the realms of possibility you could buy a dedicated drive.

We did try dual-booting Chromium with Linux Mint, but it seems Chromium saw this as a repair state and wouldn't play ball.

Let us know if you have more luck, as it seems a relatively straight-forward process of recreating the two ROOT-A and STATE partitions, dd over these from the USB drive and update Grub.

  • Read more: The best Chrome VPN extensions

1. Grab a build

How to download and install Chrome OS (1)

Grab the latest special build, these retain all previous drivers, including Broadcom wireless plus untested Realtek and Atheros wireless cards.

Note the Cx86OS and Camd64OS for 32-and 64-bit support, so ensure you grab the correct version for your hardware to make the most of your memory.

The 7ZIP file is about 1GB in size and is a 2.4GB uncompressed IMG file. This needs to be dd'd to a suitably large USB device or SD card.

You are able to run and use Chromium OS from this but obviously for speed installing it on an internal SSD or HDD is the best option:

$ sudo dd if= of=/dev/sdbX bs=4M

3. Start Chromium OS

How to download and install Chrome OS (3)

Boot your laptop with the USB stick. You'll likely need to do the magic F12/Del/Special key to adjust the BIOS/UEFI boot priorities.

You don't need to log into an account as you can use the Guest browse option. Press Ctrl-Alt-T to open the developer Chrome Shell crosh. Type shell to open a real Linux shell.

4. Install Chromium OS

How to download and install Chrome OS (4)

Warning! The next command will wipe the entire internal hard drive, we didn't have much luck with dual booting.

If you're prompted for a password use password, next at the shell $ /usr/sbin/chrome-install--dev /dev/sda and away the install will go. Once complete remove the USB stick, reboot and you're all done.

5. Get the API keys

How to download and install Chrome OS (5)

Everything will work but parts of the OS won't be able to access Google services without signed keys. Subscribe to this Chromium Google Code group then access the Google Developers Console, and select Create Project.

Enable Drive API/SDK, Google Maps Geolocation API, Google Now for Chrome API.

6. Add the keys

How to download and install Chrome OS (6)

The keys are case sensitive, so carefully enter them, when asked for the password, which is password. To do this open Crosh, $ shell , $ sudo su , $ mount -o remount,rw / , $ cd /etc , $ vi chome_dev.conf in vi enter the keys as detailed below.

Press Esc wq! , logout and log back in and Chromium Files should now have access.

Google API keys

This part of the walkthrough isn't strictly required and frankly it's a pain in the bum to implement as the keys are long and if your font obfuscates 1, L and I then it's a pain to enter as well.

But if you want the Chromium Files app to work nicely with your external Google Drive account, this is the way to do it.

You'll need to get the keys from the Google Developers Console. Under API you need to select Credentials followed by Create New Client ID for Installed Applications and Other type, then select Create New Key.

Two entries with your API, ID and Secret key will be listed. The second major step is adding the environmental variables to Chromium.

In vi add the following three lines to the end of the configuration file along with your new keys.

GOOGLE_API_KEY=

GOOGLE_DEFAULT_CLIENT_ID=

GOOGLE_DEFAULT_CLIENT_

SECRET=

How to download and install Chrome OS (2024)

FAQs

Can you download ChromeOS? ›

Install ChromeOS Flex to make your existing PCs and Macs faster and more secure. With 6-second boot-up times and automatic background updates, they'll start quickly and won't slow down over time.

Can I install ChromeOS on any device? ›

While ChromeOS Flex might work on non-certified devices, we do not guarantee performance, functionality, or stability. For a full list of certified devices, see Certified models list. For information about certification end dates as well as supported and unsupported features, see About ChromeOS Flex certified models.

How to fresh install ChromeOS? ›

How to Reinstall ChromeOS Using a USB Drive
  1. Download the Chromebook Recovery Utility App. Wait, what app? ...
  2. Create Recovery Media for Your Chromebook. Once installed, launch Chromebook Recovery Utility from the Extensions list in your Chrome browser. ...
  3. Install the OS on Your Chromebook. ...
  4. Format Your USB Drive.

How do I change Windows to ChromeOS? ›

Switching is as easy as 1, 2, 3

First, grab your old Mac/Windows computer and make sure you're signed in to your Chrome browser with your Google account. This way all your bookmarks, passwords and settings will be saved for the switch. Don't have Chrome yet? Import your settings from Safari or Internet Explorer.

Is ChromeOS better than Windows? ›

Which is better for web browsing and online tasks: Chromebook or Windows laptop? Both Chromebooks and Windows laptops are capable of web browsing and online tasks. However, Chromebooks are specifically designed with web-based tasks in mind, as their operating system, Chrome OS, is optimized for online use.

What is the difference between Chrome and ChromeOS? ›

Google ChromeOS is to ChromiumOS what Google Chrome browser is to Chromium. ChromiumOS is the open source project, used primarily by developers, with code that is available for anyone to checkout, modify, and build. Google ChromeOS is the Google product that OEMs ship on Chromebooks for general consumer use.

Is ChromeOS free? ›

How much does Chrome OS cost? Nothing, as it's an open-source Chromebook operating system. This means that, unlike Windows, manufacturers can use it for free. This is one of the reasons why Chromebooks are so affordable.

Can I install ChromeOS on a non-Chromebook? ›

While ChromeOS Flex might work on non-certified devices without any issues, we cannot guarantee stability, functionality, and performance across regular OS updates.

Can I install ChromeOS along with Windows? ›

Yes, it's possible to run multiple operating systems on a single computer, including Windows or macOS alongside Chrome OS.

How to get a free Chromebook? ›

Eligibility for Free Chromebooks
  1. Income Level. Programs offering free Chromebooks often prioritize students from low-income families. ...
  2. Enrollment in Schools. ...
  3. Student Needs. ...
  4. Program-Specific Requirements. ...
  5. School District Programs. ...
  6. Nonprofit Organizations. ...
  7. Government Programs. ...
  8. Giveaways and Contests.
Jun 9, 2024

How to convert old laptop to Chromebook? ›

The first thing you'll need to do is put ChromeOS Flex on a flash drive or SD card. On the computer running Google Chrome, plug in the flash drive and install the Chromebook Recovery Utility. Run it, click Get Started, and on the Select a model from a list drop-down menu, choose Google ChromeOS Flex.

How do I download ChromeOS to my computer? ›

Download from Google
  1. On your device, download the latest ChromeOS Flex installer image.
  2. Use your preferred decompression tool to unzip the file.
  3. Insert your USB drive. Be sure to remove all other removable media.
  4. Create the installer. If you're using a third-party utility, refer to product documentation.

Can I put Windows on a Chromebook? ›

Parallels Desktop for Chromebook Enterprise is the first-timer virtualization software that allows Chromebooks to run Windows 10. The software allows high-powered Chromebooks to run Windows as a regular Windows laptop. This guide will help you to run Windows on your Chromebook.

How to install OS in computer? ›

  1. Create a window installation media. ...
  2. Backup your files (optional) ...
  3. Insert Window installation media to Computer. ...
  4. Boot the computer. ...
  5. Select the USB Drive. ...
  6. Enter your windows product key and click next. ...
  7. Select the edition of window you want to install. ...
  8. Accept License Term “I accept the license terms”

Can I turn my old laptop into a Chromebook? ›

Google's free operating system makes it possible and it's fairly easy to set up. ChromeOS Flex can turn any old PC or Mac into a Chromebook—even ones you'd consider too slow and outdated to use. This is a great solution if you can't or won't upgrade your machine, or just need a general-purpose computer for the family.

Does ChromeOS run Android? ›

ChromeOS supports the Google Play Store and Android apps.

How to install latest ChromeOS on old Chromebook? ›

If you use your Chromebook at work or school
  1. Turn on your Chromebook.
  2. Connect your Chromebook to Wi-Fi.
  3. At the bottom right, select the time Settings .
  4. At the bottom left, select About ChromeOS.
  5. Under "Google ChromeOS," find your Chromebook operating system version.

Do all Chromebooks have ChromeOS? ›

Chromebooks are a new type of computer designed to help you get things done faster and easier. They run ChromeOS, an operating system that has cloud storage, the best of Google built-in, and multiple layers of security.

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Gregorio Kreiger

Last Updated:

Views: 5299

Rating: 4.7 / 5 (77 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Gregorio Kreiger

Birthday: 1994-12-18

Address: 89212 Tracey Ramp, Sunside, MT 08453-0951

Phone: +9014805370218

Job: Customer Designer

Hobby: Mountain biking, Orienteering, Hiking, Sewing, Backpacking, Mushroom hunting, Backpacking

Introduction: My name is Gregorio Kreiger, I am a tender, brainy, enthusiastic, combative, agreeable, gentle, gentle person who loves writing and wants to share my knowledge and understanding with you.