Difference between revisions of "Installing"

From GalliumOS Wiki
Jump to: navigation, search
Line 17: Line 17:
 
# 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 a GalliumOS [https://galliumos.org release] or [https://ci.galliumos.org/builds nightly] ISO
 
# 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 dd or Rufus
+
# Write ISO to your removable USB or SD media using <code>dd</code> or Rufus
## dd on Linux of Mac OSX
+
## <code>dd</code> on Linux or Mac OSX
### 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 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: sudo dd if=galliumos.iso of=/dev/sdb bs=1m
+
### From Mac OSX: <code>sudo dd if=galliumos.iso of=/dev/sdb bs=1m</code>
 
## Rufus on Windows
 
## Rufus on Windows
 
### Select the GalliumOS iso, the usb drive you want to use, and then click start.
 
### Select the GalliumOS iso, the usb drive you want to use, and then click start.

Revision as of 22:48, 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 a GalliumOS release or nightly ISO
  3. Write ISO to your removable USB or SD media using dd or Rufus
    1. dd on Linux or Mac OSX
      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 on Windows
      1. Select the GalliumOS iso, the usb drive you want to use, and then click start.
  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