Difference between revisions of "InstallingNew"

From GalliumOS Wiki
Jump to: navigation, search
(Created page with "= WIP = Installing GalliumOS onto your Chromebook or Chromebox is usually simple and straightforward. There are several options to consider first, and the installation proc...")
(No difference)

Revision as of 21:07, 27 May 2016

WIP

Installing GalliumOS onto your Chromebook or Chromebox is usually simple and straightforward.

There are several options to consider first, and the installation process sometimes differs between models.

Preparation

Preparing to Prepare

First, a few questions to consider:

  1. Is your Chromebook or Chromebox model supported by GalliumOS?
    • Most models with Intel processors are supported. ARM processors are currently not supported.
    • Your model's Processor Core Family and Hardware ID will determine your options and requirements, so make a note of this information.
    • If you don't have a ChromeOS device and are looking for recommendations, please see our Buyer's_Guide.
    • More info: Hardware_Compatibility
  2. Do you want to keep the ability to boot ChromeOS (dual-boot) or remove ChromeOS completely (single-boot)?
    • Dual-boot is an option on almost all supported models.
    • Some models will require a firmware update (RW_LEGACY) first.
    • More info: Hardware_Compatibility and chrx.org
  3. Do you need to (or want to) update your firmware?
    • Updated firmware is available for most supported models, and is required for some.
    • Even when not required, updated firmware can fix bugs in factory firmware.
    • More info: Hardware_Compatibility and Firmware.

Preparing

Next, let's get everything ready.

Some preparation steps are optional or only apply to certain installation choices, so be sure to read the descriptions carefully.

  1. Back up ChromeOS data
    • Most ChromeOS data is stored in the cloud, but if you have any local data of concern, now is the time to back it up.
  2. Prepare ChromeOS Recovery Image
    • (optional) If you ever wish to revert to ChromeOS-only, you'll need a Recovery Image.
    • You can make a Recovery Image from any computer running Google's Chrome browser, so you may choose to skip this step.
  3. Enable Developer Mode
    • Press Ctrl+F3 (refresh)+Power, then Ctrl+D
      • After some housekeeping, machine will boot the white "OS verification is OFF" screen
      • Press Ctrl+D to boot into ChromeOS

Installation

Now, we're ready to install GalliumOS.

Open the ChromeOS shell

  1. Boot into ChromeOS by pressing Ctrl+D from the white "OS verification is OFF" screen
  2. Configure Wi-Fi if necessary, and log in to ChromeOS
  3. Open the ChromeOS Terminal by pressing Ctrl+Alt+T
  4. Type shell to get a command prompt

Update Firmware (if required)

  1. Run the firmware update script. See Firmware
    • If dual-booting, be sure to select the RW_LEGACY firmware option!
  2. TODO note GBB flags

Install GalliumOS

Follow the single-boot instructions to install GalliumOS and remove ChromeOS completely. Otherwise, follow the dual-boot instructions.

(single-boot only)

  1. Insert your GalliumOS USB or SD boot media
  2. Reboot
  3. Follow the installer

(dual-boot only)

  1. Run Chrx

Updates

  1. Updating your system
    • New software updates will be available for your system periodically. You can check, and update, with:
      • galliumos-update
  2. Adding more software applications
    • Any Linux software from the Ubuntu repositories can be installed from the command line:
      • sudo apt-get install PACKAGENAME
      • Finding PACKAGENAME can be tricky sometimes. A web search for (e.g.) "ubuntu screen capture" is a good start.
    • See also: Additional_Software