Difference between revisions of "Installing"

From GalliumOS Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 
You can install GalliumOS in two different ways:
 
You can install GalliumOS in two different ways:
  
* '''From USB or SD media''' downloaded from https://ci.galliumos.org/builds
+
* '''From USB or SD media''' downloaded from https://galliumos.org or a nightly build from https://ci.galliumos.org/builds
 
* '''From the commmand line''' on a ChromeOS virtual terminal, via [https://chrx.org/ chrx]
 
* '''From the commmand line''' on a ChromeOS virtual terminal, via [https://chrx.org/ chrx]
  
Line 11: Line 11:
 
Installing from USB or SD media allows you to use your entire SSD for GalliumOS.
 
Installing from USB or SD media allows you to use your entire SSD for GalliumOS.
  
'''TODO: flesh this out!''' Depending on your Chromebook model, you might need to flash your firmware to enable Legacy Boot. ROMs and instructions at https://johnlewis.ie/custom-chromebook-firmware/rom-download/.
+
'''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.
  
 
# Enable [http://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices Developer Mode]
 
# Enable [http://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices Developer Mode]
 
# Download the newest ISO from https://ci.galliumos.org/builds (images are available for Haswell, Broadwell, and C710 devices)
 
# Download the newest ISO from https://ci.galliumos.org/builds (images are available for Haswell, Broadwell, and C710 devices)
# Write ISO to your removable USB or SD media
+
# Write ISO to your removable USB or SD media using dd or Rufus
 +
## dd
 +
### 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
 +
### From Mac OSX: sudo dd if=galliumos.iso of=/dev/sdb bs=1m
 +
## Rufus
 
# Insert USB or SD media into Chromebook
 
# Insert USB or SD media into Chromebook
 
# Reboot Chromebook and press <code>CTRL+L</code> at the white "OS verification is OFF" screen
 
# Reboot Chromebook and press <code>CTRL+L</code> at the white "OS verification is OFF" screen

Revision as of 08:10, 10 November 2015

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