Skip to content

Instantly share code, notes, and snippets.

@xsnpdngv
Last active April 21, 2017 12:54
Show Gist options
  • Select an option

  • Save xsnpdngv/bbc7cbeea3c4b5c41ab38b4f12a23d33 to your computer and use it in GitHub Desktop.

Select an option

Save xsnpdngv/bbc7cbeea3c4b5c41ab38b4f12a23d33 to your computer and use it in GitHub Desktop.
Chromium OS install

NeverWare built a Chromium OS based image to be easily installed, named CloudReady. Its home edition is free. It is available for both 32 and 64 bit. The image will work on most machines.

Considerables

Boot

The available options: Dual boot with Windows (>XP), or Standalone.

Users

The user added at first is going to be the owner of the install, so it cannot be removed. Another users can be added too but those can be easily removed too.

Storage

Everything under Downloads is locally stored. The whole content of the local storage is encrypted, so one does not simply put out the HDD and access its content.

Media

Adobe flash and MP3 codecs can be easily added in the settings. After doing so music can be played with built in player.

Image viewer also works at a glance, even editing is available. However the Gallery application works quite slow on limited hardware, while e.g., browsing is surprisingly fast.

Development

In Chromium OS developer mode (which is the default in case of CloudReady), Ubuntu can be easily installed and chrooted by using crouton, even with the whole Unity Graphical Interface.

Download

Download NeverWare's CloudReady image.

Unzip the file to have chromiumos_image.bin.

Write

Plug a >=8GB USB flash disk and determine which device it became

sudo fdisk -l

For Windows and Mac there is a Chrome extension: Chromebook Recovery Utility with which the image can be written to flash drive. For Linux dd is there to do it so.

Write the file directly to device (change /dev/sdX to the identified device id)

dd if=chromiumos_image.bin of=/dev/sdX bs=4M

Unmount and remove the flash drive.

Install

Boot from the flash drive on the target machine, and try as Guest to see how it's doing. Install if it seems fine.

Two boot options are available:

  • Standalone: the whole disk will be erased and repartitioned.

  • Dual boot with Windows: keeps the windows install and occupies the residual space.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment