Difference between revisions of "Installing"

From GalliumOS Wiki
Jump to: navigation, search
Line 1: Line 1:
You can install GalliumOS in two different ways:
+
This page covers the basics of installing GalliumOS from a USB flash drive or an SD card, using the traditional ISO method. If you want to use chrx to dualboot GalliumOS with ChromeOS, see [[GalliumOS on chrx]]
  
* '''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]
 
  
Both methods require [http://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices Developer Mode] enabled on your ChromeOS device.
+
Installing from USB or SD media allows you to use your entire SSD or HDD for GalliumOS. You can also use GalliumOS Live to try out the features of GalliumOS before you even install it!
  
 
+
# Go to [[Preparing for GalliumOS]] and get your Chromebook ready to run GalliumOS.
== From USB or SD media ==
+
# Download a GalliumOS ISO from the [https://galliumos.org/download downloads page on GalliumOS.org]
 
+
# Write (or "burn") the ISO to a USB flash drive or an SD card. Detailed instructions for this are at [[Making GalliumOS Bootable Media]]
Installing from USB or SD media allows you to use your entire SSD for GalliumOS.
+
# Plug your USB flash drive or SD card into your Chromebook
 
+
# Reboot your Chromebook and boot from the USB flash drive or SD card.
'''Firmware Flashing'''
+
## If you have custom firmware, press Esc at the BIOS screen and press 2 to boot from USB.
You may need to flash your firmware. This depends on whether your device came with Seabios (Legacy Boot) or not.
+
## If you have the scary white screen, press Ctrl+L.
For more info see https://johnlewis.ie/custom-chromebook-firmware/rom-download/ and https://github.com/MattDevo/scripts.
+
# Wait for GalliumOS to boot up. Once in the live environment you can play around with GalliumOS, or you can install it using the Install GalliumOS icon on the desktop.
 
 
# Enable [http://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices Developer Mode]
 
# Download a GalliumOS [https://galliumos.org release] or [https://ci.galliumos.org/builds nightly] ISO
 
# Write ISO to your removable USB or SD media using <code>dd</code> or Rufus
 
## <code>dd</code> on Linux or Mac OSX
 
### From Linux or ChromeOS: <code>sudo dd if=galliumos.iso of=/dev/sdb bs=1M</code>  where <code>galliumos.iso</code> is the iso file you downloaded and <code>/dev/sdb</code> is the usb device you want to write it to
 
### From Mac OSX: <code>sudo dd if=galliumos.iso of=/dev/sdb bs=1m</code>
 
## Rufus on Windows
 
### Select the GalliumOS iso, the usb drive you want to use, and then click start.
 
# 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
 
 
 
== From the command line ==
 
 
 
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 [https://chrx.org/#compatibility hardware compatibility list].
 
 
 
# Enable [http://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices Developer Mode]
 
# Reboot Chromebook and press <code>CTRL+D</code> at the white "OS verification is OFF" screen
 
# 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
 
# 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
 

Revision as of 04:23, 16 November 2015

This page covers the basics of installing GalliumOS from a USB flash drive or an SD card, using the traditional ISO method. If you want to use chrx to dualboot GalliumOS with ChromeOS, see GalliumOS on chrx


Installing from USB or SD media allows you to use your entire SSD or HDD for GalliumOS. You can also use GalliumOS Live to try out the features of GalliumOS before you even install it!

  1. Go to Preparing for GalliumOS and get your Chromebook ready to run GalliumOS.
  2. Download a GalliumOS ISO from the downloads page on GalliumOS.org
  3. Write (or "burn") the ISO to a USB flash drive or an SD card. Detailed instructions for this are at Making GalliumOS Bootable Media
  4. Plug your USB flash drive or SD card into your Chromebook
  5. Reboot your Chromebook and boot from the USB flash drive or SD card.
    1. If you have custom firmware, press Esc at the BIOS screen and press 2 to boot from USB.
    2. If you have the scary white screen, press Ctrl+L.
  6. Wait for GalliumOS to boot up. Once in the live environment you can play around with GalliumOS, or you can install it using the Install GalliumOS icon on the desktop.