Installing

From GalliumOS Wiki
Revision as of 08:10, 10 November 2015 by Hugegreenbug (talk | contribs)

Jump to: navigation, search

You can install GalliumOS in two different ways:

Both methods require Developer Mode enabled on your ChromeOS device.


From USB or SD media

Installing from USB or SD media allows you to use your entire SSD for GalliumOS.

Firmware Flashing You may need to flash your firmware. This depends on whether your device came with Seabios (Legacy Boot) or not. For more info see https://johnlewis.ie/custom-chromebook-firmware/rom-download/ and https://github.com/MattDevo/scripts.

  1. Enable Developer Mode
  2. Download the newest ISO from https://ci.galliumos.org/builds (images are available for Haswell, Broadwell, and C710 devices)
  3. Write ISO to your removable USB or SD media using dd or Rufus
    1. dd
      1. From Linux or ChromeOS: sudo dd if=galliumos.iso of=/dev/sdb bs=1M where galliumos.iso is the iso file you downloaded and /dev/sdb is the usb device you want to write it to
      2. From Mac OSX: sudo dd if=galliumos.iso of=/dev/sdb bs=1m
    2. Rufus
  4. Insert USB or SD media into Chromebook
  5. Reboot Chromebook and press CTRL+L at the white "OS verification is OFF" screen
  6. Follow GalliumOS installer

From the command line

Installing from the command line via chrx will give you a dual-boot machine, GalliumOS and ChromeOS.

Note that chrx only works with certain Chromebook models, so be sure to review the hardware compatibility list.

  1. Enable Developer Mode
  2. Reboot Chromebook and press CTRL+D at the white "OS verification is OFF" screen
  3. Configure Wi-Fi if necessary
  4. Press CTRL+ALT+F2 to get a virtual terminal, then log in as user chronos with no password
  5. Run chrx with curl -O https://chrx.org/go && sh go -d galliumos (see chrx.org for more options)
  6. Follow on-screen instructions to repartition your SSD and to install GalliumOS