Difference between revisions of "Installing"

From GalliumOS Wiki
Jump to: navigation, search
m
m
Line 14: Line 14:
  
 
# 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]
# Reboot Chromebook and press CTRL+L at the white "OS verification is OFF" screen
 
 
# 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
 
# 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
 
# Follow GalliumOS installer
 
# Follow GalliumOS installer
  
Line 24: Line 24:
 
Installing from the command line via [https://chrx.org/ chrx] will give you a dual-boot machine, GalliumOS and ChromeOS.
 
Installing from the command line via [https://chrx.org/ 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 on the chrx site.
+
Note that chrx only works with certain Chromebook models, so be sure to review the [https://chrx.org/#compatibility hardware compatibility list].
  
 
# 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]
# Reboot Chromebook and press CTRL+D at the white "OS verification is OFF" screen
+
# Reboot Chromebook and press <code>CTRL+D</code> at the white "OS verification is OFF" screen
 
# Configure Wi-Fi if necessary
 
# Configure Wi-Fi if necessary
 
# Press <code>CTRL+ALT+F2</code> to get a virtual terminal, then log in as user <code>chronos</code> with no password
 
# Press <code>CTRL+ALT+F2</code> to get a virtual terminal, then log in as user <code>chronos</code> with no password
# Run chrx with <code>curl -O https://chrx.org/go && sh go -d galliumos</code> (see https://chrx.org/ for more options)
+
# Run chrx with <code>curl -O https://chrx.org/go && sh go -d galliumos</code> (see [https://chrx.org/#options chrx.org] for more options)
 
# Follow on-screen instructions to repartition your SSD and to install GalliumOS
 
# Follow on-screen instructions to repartition your SSD and to install GalliumOS

Revision as of 22:53, 28 October 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.

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/.

  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
  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