<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.galliumos.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jdferron</id>
		<title>GalliumOS Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.galliumos.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jdferron"/>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/Special:Contributions/Jdferron"/>
		<updated>2026-06-19T10:56:29Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.3</generator>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Installing/Lulu&amp;diff=999</id>
		<title>Installing/Lulu</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Installing/Lulu&amp;diff=999"/>
				<updated>2016-07-15T21:08:50Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: Firmware clarification&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing GalliumOS on the Dell Chromebook 13 7310 (Lulu) ==&lt;br /&gt;
This tutorial is written in sections. It's easier to follow and manage this way. (This tutorial does NOT explain how to dual boot ChromeOS and GalliumOS.)&lt;br /&gt;
&lt;br /&gt;
=== Download and Write GalliumOS to USB ===&lt;br /&gt;
# Download the appropriate iso from [https://galliumos.org/download.html here]. For this tutorial, you’ll need the Chromebook Broadwell ISO.&lt;br /&gt;
# Download Win32DiskImager from [[sourceforge:projects/win32diskimager/|SourceForge]] and install it. Linux/Mac users will use a terminal.&lt;br /&gt;
# Insert an empty USB drive (all data will be erased during the write process!). Run Win32DiskImager. Make sure you have the correct USB drive selected under “Device.” Click on the blue folder icon. On the bottom right you’ll see, Disk Images (*.img *.IMG). Click on it and change it to *.* Now you’ll be able to locate the GalliumOS iso. Locate it and double-click it. Making sure that you have the correct USB selected, click on “Write.” When the USB is ready, eject it and put it aside for when you’ll need it later in this tutorial.&lt;br /&gt;
# Linux/Mac users need to follow the instructions found [https://galliumos.org/wiki/index.php?title=Installing/Creating_Bootable_USB here].&lt;br /&gt;
&lt;br /&gt;
=== Backup data ===&lt;br /&gt;
If you have any data stored locally on the chromebook that you would like to keep, backup the data to either a USB drive or to Google Drive.  '''Enabling developer mode will wipe your device.'''&lt;br /&gt;
&lt;br /&gt;
=== Enable Developer Mode and Boot Flags ===&lt;br /&gt;
# Boot into recovery by press and hold the Esc + Refresh keys, then press the power button.&lt;br /&gt;
# At the Recovery screen press Ctrl-D. It will ask you to confirm by pressing the RECOVERY BUTTON again. It will now enable Developer Mode. It will take about 10-15 minutes to complete.  During this time, your chromebook will be wiped of all user data.&lt;br /&gt;
# You’ll see a white screen after rebooting. Press Ctrl-D and you’ll boot into ChromeOS with Developer Mode enabled.&lt;br /&gt;
# Connect to the Internet and accept the terms and agreements. You don’t have to login to ChromeOS using your account (you can if you want to, but I didn’t). Login as Guest and open up a Crosh session by pressing Ctrl-Alt-T. Type &amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt; and hit enter to open bash. The prompt should look like this: &amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo crossystem dev_boot_usb=1 dev_boot_legacy=1&amp;lt;/code&amp;gt; and hit enter.&lt;br /&gt;
&lt;br /&gt;
=== Run John Lewis's script ===&lt;br /&gt;
You’re now ready to flash your Chromebook.&lt;br /&gt;
# In the same shell screen where you enabled the boot flags, enter the following command:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;cd; rm -f flash_chromebook_rom.sh; curl -L -O https://johnlewis.ie/flash_chromebook_rom.sh; sudo -E bash flash_chromebook_rom.sh&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
## Visit this [https://johnlewis.ie/custom-chromebook-firmware/rom-download/ page] &lt;br /&gt;
# Go to the next step when the flashing is done.&lt;br /&gt;
&lt;br /&gt;
=== Install/Upgrade the SSD Drive ===&lt;br /&gt;
If you are contemplating upgrading your SSD before installing GalliumOS, here is how you do it:&lt;br /&gt;
* [[Hardware/Lulu/SSD|Upgrade SSD on Dell Chromebook 13 7310 (Lulu)]]&lt;br /&gt;
&lt;br /&gt;
=== Boot from USB ===&lt;br /&gt;
# Reboot your Chromebook&lt;br /&gt;
# Press Ctrl-L at the scary white screen.&lt;br /&gt;
# Press the ESC key when you see the prompt to do so. You’ll now be in the boot menu.(If you don’t press ESC in time just reboot and do it again.)&lt;br /&gt;
# At the boot menu you’ll see your boot options. Select to boot from USB.&lt;br /&gt;
# The GalliumOS boot options are: &amp;quot;GalliumOS Live Image and Installation&amp;quot; and &amp;quot;GalliumOS CLI&amp;quot;. You want option number one for testing and installing. The second option (CLI) is used for a non-graphical rescue/administration boot.&lt;br /&gt;
# Test GalliumOS. Explore until you’re sure everything works fine. If you decide to install GalliumOS (and why wouldn’t you?), just launch &amp;quot;Install GalliumOS&amp;quot; from the Desktop shortcut. There’ll be a few prompts during the installation process.&lt;br /&gt;
&lt;br /&gt;
=== Custom BIOS firmare ===&lt;br /&gt;
If you want to get rid of the scary white screen which comes up at boot and having to hit Control+L every time, See [[Support/Broadwell]] on how to flash a custom bios.  Read the Google document Coolstar provided thoroughly before proceeding.&lt;br /&gt;
* '''&amp;lt;u&amp;gt;Note:&amp;lt;/u&amp;gt;''' Running custom firware will remove the ability to boot into ChromeOS as it is not supported.&lt;br /&gt;
&lt;br /&gt;
=== Success ===&lt;br /&gt;
You now have GalliumOS installed. How cool is that?&lt;br /&gt;
&lt;br /&gt;
If you run into problems or have any questions, the awesome people at [https://kiwiirc.com/client/irc.freenode.net#galliumos #GalliumOS] are happy to help in any way they can. You can also post on [https://www.reddit.com/r/galliumos/ /r/galliumos]. &lt;br /&gt;
&lt;br /&gt;
=== Sources ===&lt;br /&gt;
https://johnlewis.ie/custom-chromebook-firmware/rom-download/&lt;br /&gt;
&lt;br /&gt;
https://galliumos.org/wiki/index.php?title=Installing/Preparing&lt;br /&gt;
&lt;br /&gt;
https://wiki.galliumos.org/Support/Broadwell&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Support/Broadwell&amp;diff=998</id>
		<title>Support/Broadwell</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Support/Broadwell&amp;diff=998"/>
				<updated>2016-07-15T21:05:43Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Intel processors with Broadwell cores are very popular in newer higher-end ChromeOS devices.&lt;br /&gt;
&lt;br /&gt;
Factory firmware support for coreboot and SeaBIOS is spotty, but custom firmware is also available for all Broadwell models as well -- see [[Firmware]].&lt;br /&gt;
&lt;br /&gt;
'''Full ROM''' flash is available from CoolStar: https://docs.google.com/document/d/1nFZmoRzQ03btPCGVSa4ku6JPQik-SxD__zOd1CoB2yg/edit (for running Linux, you can follow the flashing instructions and install Linux instead of Windows)&lt;br /&gt;
&lt;br /&gt;
* Bypasses the white &amp;quot;OS verification is OFF&amp;quot; screen&lt;br /&gt;
* Installs a complete ROM containing a coreboot build and a working SeaBIOS&lt;br /&gt;
** '''Firware removes the ability to run ChromeOS natively, creating a small risk of bricking your device'''&lt;br /&gt;
* Will wipe out all product data&lt;br /&gt;
* This option is the most invasive and may include bugs or idiosyncrasies that the stock firmware does not&lt;br /&gt;
* Fixes Graphics issues associated with the RW_LEGACY&lt;br /&gt;
* Fixes several issues related to ACPI&lt;br /&gt;
* Enables VT-x, allowing virtual machines to run faster&lt;br /&gt;
* Allows booting Linux, Windows and even Mac OS!&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Firmware&amp;diff=908</id>
		<title>Firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Firmware&amp;diff=908"/>
				<updated>2016-05-12T20:26:11Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: /* Availability Options */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== Custom Firmware ==&lt;br /&gt;
&lt;br /&gt;
The stock/factory firmware on some Chromebooks and Chromeboxes contains a legacy boot payload (RW_LEGACY) capable of running Linux out of the box; however, many ChromeOS devices, particularly those with BayTrail/Braswell CPUs, do not include this capability stock and must use a 3rd party firmware update in order to run GalliumOS (or any other OS).&lt;br /&gt;
&lt;br /&gt;
Three types of custom firmware updates are available (though not all types are available for every device): &lt;br /&gt;
&lt;br /&gt;
=== Types ===&lt;br /&gt;
# '''RW_LEGACY'''&lt;br /&gt;
#* Updates/replaces the stock legacy boot payload (SeaBIOS) included on many models; supplements the ChromeOS / secure boot payload (BOOT_STUB)&lt;br /&gt;
#* Leaves all stock functionality intact, including the developer mode boot (white &amp;quot;OS verification is OFF&amp;quot;) screen&lt;br /&gt;
#* Allows device to dual-boot GalliumOS alongside ChromeOS&lt;br /&gt;
#* Does not require disabling the firmware write-protect&lt;br /&gt;
#* Carries zero risk of bricking the device&lt;br /&gt;
#* On some models, includes bugfixes and enables additional functionality&lt;br /&gt;
# '''BOOT_STUB'''&lt;br /&gt;
#* Replaces the ChromeOS verified boot payload with a legacy boot payload (SeaBIOS)&lt;br /&gt;
#* Removes the developer mode boot (white &amp;quot;OS verification is OFF&amp;quot;) screen&lt;br /&gt;
#* Requires the firmware write-protect screw to be removed&lt;br /&gt;
#* Removes the ability to run ChromeOS, creating a small risk of bricking your device &lt;br /&gt;
#* Leaves the recovery mode (ESC + REFRESH + POWER) functionality of the stock ROM intact&lt;br /&gt;
#** If you engage this key sequence, device will reboot and try to run ChromeOS Recovery (which will fail)&lt;br /&gt;
#** This process will repeat on every boot until you disassemble the device and briefly disconnect the battery&lt;br /&gt;
# '''Full Firmware / ROM'''&lt;br /&gt;
#* A complete firmware image which replaces the hardware init component (coreboot) and payload components (BOOT_STUB, RW_LEGACY) of the stock firmware with updated and/or customized versions of coreboot and SeaBIOS&lt;br /&gt;
#* Removes the developer mode boot (white &amp;quot;OS verification is OFF&amp;quot;) screen&lt;br /&gt;
#* Removes the ability to run ChromeOS, creating a small risk of bricking your device&lt;br /&gt;
#* Offers the best support for booting all OSes besides ChromeOS (including Windows).&lt;br /&gt;
#* On many models, adds full hardware support for virtualization (vmx / VT-x)&lt;br /&gt;
#* Fixes many bugs and/or idiosyncrasies associated with the stock firmware (but could potentially add new ones)&lt;br /&gt;
#* Essentially turns your ChromeOS device into a &amp;quot;regular&amp;quot; PC / laptop&lt;br /&gt;
&lt;br /&gt;
=== Availability Options ===&lt;br /&gt;
&lt;br /&gt;
Check [[Hardware Compatibility]] and the appropriate [[Support]] page to determine the status of your model.&lt;br /&gt;
&lt;br /&gt;
There are several custom firmware options available, depending on your Chromebook/box model class, and the features you require: &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Provider / Link&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| ARM&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Pineview&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Sandy/Ivy Bridge&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Haswell&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Broadwell&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Bay Trail&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Braswell&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| notes&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | [https://www.reddit.com/r/chrultrabook/comments/3jl45k/getting_started_guide/ CoolStar]&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Full Firmware (Chromebooks)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Full Firmware (Chromebooks)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| • Fixes factory firmware bugs&amp;lt;br&amp;gt;• Boots Linux, Mac OS X, and Windows!&amp;lt;br&amp;gt;• Install Guide: [https://docs.google.com/document/d/1yfIjx-fJXPvs6EwSdjRnokJ6ktNxeExZmVin9mamVZU/edit Haswell], [https://docs.google.com/document/d/1nFZmoRzQ03btPCGVSa4ku6JPQik-SxD__zOd1CoB2yg/edit Broadwell]&amp;lt;br&amp;gt;• Can also be installed via MattDevo's script&amp;lt;br&amp;gt;• [https://github.com/coolstar/coreboot Firmware build scripts]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | [https://johnlewis.ie/custom-chromebook-firmware/rom-download/ johnlewis.ie]&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Full Firmware, BOOT_STUB (all)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Full Firmware, BOOT_STUB, RW_LEGACY (all)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | RW_LEGACY (all)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | BOOT_STUB, RW_LEGACY (all)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | Not yet fully working&lt;br /&gt;
| • Fixes factory firmware bugs&amp;lt;br&amp;gt;• General purpose firmware for Linux&amp;lt;br&amp;gt;• Single script works for all supported models&amp;lt;br&amp;gt;• [https://johnlewis.ie/Chromebook-ROMs/scripts/ Firmware build scripts/configs published]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | [https://github.com/MattDevo/scripts MattDevo&amp;lt;br&amp;gt;(MrChromebox)]&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Full Firmware (Chromeboxes)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Full Firmware (Chromeboxes), RW_LEGACY (all)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Full Firmware (Chromeboxes), RW_LEGACY (all)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | BOOT_STUB, RW_LEGACY (all)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| • Fixes factory firmware bugs&amp;lt;br&amp;gt;• Headless boot support for servers&amp;lt;br&amp;gt;• PXE booting support&amp;lt;br&amp;gt;• Supports integration of [http://kodi.tv/about/ Kodi Media Center]&amp;lt;br&amp;gt;• [https://github.com/MattDevo/coreboot Firmware source/build scripts] and [https://github.com/MattDevo/SeaBIOS payload source]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Additions and corrections, '''please''' let us know: &amp;lt;code&amp;gt;contact&amp;lt;/code&amp;gt;@&amp;lt;code&amp;gt;galliumos.org&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Firmware and NVRAM Flags ==&lt;br /&gt;
&lt;br /&gt;
Both the crossystem and GBB flags listed below are only relevant when booting legacy mode via RW_LEGACY (CTRL+L on dev mode boot screen); they do not have any effect when using a custom BOOT_STUB firmware.&lt;br /&gt;
&lt;br /&gt;
=== crossystem ===&lt;br /&gt;
&lt;br /&gt;
ChromeOS System (crossystem) flags are firmware level settings which are stored in volatile memory, and are therefore lost/reset if the battery on your Chromebook is fully drained or disconnected; they do not require firmware write protect to be disabled in order to set/unset them.  &lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;dev_boot_legacy&amp;lt;/code&amp;gt; flag needs to be set (=1) in order to enable legacy booting (and installation/booting of GalliumOS).  Most users do not need to set this manually, as it is set automatically when installing a RW_LEGACY firmware payload, but should be aware that it can be unset via battery drain/disconnect.  This can be problematic if GalliumOS is the only OS installed on the system (as it would require the user to restore ChromeOS to re-enable legacy booting), and so it is recommended that users who are not dual-booting set the GBB flags below to ensure legacy boot capability is not &amp;quot;turned off&amp;quot; if battery power is lost.&lt;br /&gt;
&lt;br /&gt;
Note: many other sources mistakenly insist that &amp;lt;code&amp;gt;dev_boot_usb&amp;lt;/code&amp;gt; needs to be set as well, but it does not - that flag only enables booting ChromeOS (or an OS with a ChromeOS-signed kernel) via CTRL+U on the developer mode boot screen; it has nothing to do with booting from USB in legacy boot mode (CTRL+L).&lt;br /&gt;
&lt;br /&gt;
=== GBB Flags ===&lt;br /&gt;
&lt;br /&gt;
Google Binary Block (GBB) flags are firmware level settings stored directly in the firmware flash chip itself in a read-only (RO) area, and so require the firmware write protect screw to be removed before setting.  The GBB flags are used to set the default boot mode (ChromeOS or legacy boot), developer mode boot screen timeout (2s or 30s), prevent exiting developer mode via spacebar, and to enable legacy booting regardless of crossystem setting, among other things.&lt;br /&gt;
&lt;br /&gt;
Most users should not attempt to set these manually, but instead use MattDevo's (/u/MrChromebox) ChromeOS firmware utility script to set them based on their preferred default boot mode and boot timeout (the script automatically sets the dev mode and legacy boot mode overrides for all options except factory default).  For those curious, a full description of all the GBB flags can be [https://chromium.googlesource.com/chromiumos/platform/vboot_reference/+/master/firmware/include/gbb_header.h found in the Google source code here]&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Installing/Lulu&amp;diff=805</id>
		<title>Installing/Lulu</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Installing/Lulu&amp;diff=805"/>
				<updated>2016-03-24T15:31:41Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: /* Installing GalliumOS on the Dell Chromebook 13 7310 (Lulu) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing GalliumOS on the Dell Chromebook 13 7310 (Lulu) ==&lt;br /&gt;
This tutorial is written in sections. It's easier to follow and manage this way. (This tutorial does NOT explain how to dual boot ChromeOS and GalliumOS.)&lt;br /&gt;
&lt;br /&gt;
=== Download and Write GalliumOS to USB ===&lt;br /&gt;
# Download the appropriate iso from [https://galliumos.org/download.html here]. For this tutorial, you’ll need the Chromebook Broadwell ISO.&lt;br /&gt;
# Download Win32DiskImager from [[sourceforge:projects/win32diskimager/|SourceForge]] and install it. Linux/Mac users will use a terminal.&lt;br /&gt;
# Insert an empty USB drive (all data will be erased during the write process!). Run Win32DiskImager. Make sure you have the correct USB drive selected under “Device.” Click on the blue folder icon. On the bottom right you’ll see, Disk Images (*.img *.IMG). Click on it and change it to *.* Now you’ll be able to locate the GalliumOS iso. Locate it and double-click it. Making sure that you have the correct USB selected, click on “Write.” When the USB is ready, eject it and put it aside for when you’ll need it later in this tutorial.&lt;br /&gt;
# Linux/Mac users need to follow the instructions found [https://galliumos.org/wiki/index.php?title=Installing/Creating_Bootable_USB here].&lt;br /&gt;
&lt;br /&gt;
=== Backup data ===&lt;br /&gt;
If you have any data stored locally on the chromebook that you would like to keep, backup the data to either a USB drive or to Google Drive.  '''Enabling developer mode will wipe your device.'''&lt;br /&gt;
&lt;br /&gt;
=== Enable Developer Mode and Boot Flags ===&lt;br /&gt;
# Boot into recovery by press and hold the Esc + Refresh keys, then press the power button.&lt;br /&gt;
# At the Recovery screen press Ctrl-D. It will ask you to confirm by pressing the RECOVERY BUTTON again. It will now enable Developer Mode. It will take about 10-15 minutes to complete.  During this time, your chromebook will be wiped of all user data.&lt;br /&gt;
# You’ll see a white screen after rebooting. Press Ctrl-D and you’ll boot into ChromeOS with Developer Mode enabled.&lt;br /&gt;
# Connect to the Internet and accept the terms and agreements. You don’t have to login to ChromeOS using your account (you can if you want to, but I didn’t). Login as Guest and open up a Crosh session by pressing Ctrl-Alt-T. Type &amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt; and hit enter to open bash. The prompt should look like this: &amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo crossystem dev_boot_usb=1 dev_boot_legacy=1&amp;lt;/code&amp;gt; and hit enter.&lt;br /&gt;
&lt;br /&gt;
=== Run John Lewis's script ===&lt;br /&gt;
You’re now ready to flash your Chromebook.&lt;br /&gt;
# In the same shell screen where you enabled the boot flags, enter the following command:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;cd; rm -f flash_chromebook_rom.sh; curl -L -O https://johnlewis.ie/flash_chromebook_rom.sh; sudo -E bash flash_chromebook_rom.sh&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
## Visit this [https://johnlewis.ie/custom-chromebook-firmware/rom-download/ page] &lt;br /&gt;
# Go to the next step when the flashing is done.&lt;br /&gt;
&lt;br /&gt;
=== Install/Upgrade the SSD Drive ===&lt;br /&gt;
If you are contemplating upgrading your SSD before installing GalliumOS, here is how you do it:&lt;br /&gt;
* [[Hardware/Lulu/SSD|Upgrade SSD on Dell Chromebook 13 7310 (Lulu)]]&lt;br /&gt;
&lt;br /&gt;
=== Boot from USB ===&lt;br /&gt;
# Reboot your Chromebook&lt;br /&gt;
# Press Ctrl-L at the scary white screen.&lt;br /&gt;
# Press the ESC key when you see the prompt to do so. You’ll now be in the boot menu.(If you don’t press ESC in time just reboot and do it again.)&lt;br /&gt;
# At the boot menu you’ll see your boot options. Select to boot from USB.&lt;br /&gt;
# The GalliumOS boot options are: &amp;quot;GalliumOS Live Image and Installation&amp;quot; and &amp;quot;GalliumOS CLI&amp;quot;. You want option number one for testing and installing. The second option (CLI) is used for a non-graphical rescue/administration boot.&lt;br /&gt;
# Test GalliumOS. Explore until you’re sure everything works fine. If you decide to install GalliumOS (and why wouldn’t you?), just launch &amp;quot;Install GalliumOS&amp;quot; from the Desktop shortcut. There’ll be a few prompts during the installation process.&lt;br /&gt;
&lt;br /&gt;
=== Custom BIOS firmare ===&lt;br /&gt;
If you want to get rid of the scary white screen which comes up at boot and having to hit Control+L every time, See [[Support/Broadwell]] on how to flash a custom bios.  Read the Google document Coolstar provided throughly before proceeding.&lt;br /&gt;
&lt;br /&gt;
=== Success ===&lt;br /&gt;
You now have GalliumOS installed. How cool is that?&lt;br /&gt;
&lt;br /&gt;
If you run into problems or have any questions, the awesome people at [https://kiwiirc.com/client/irc.freenode.net#galliumos #GalliumOS] are happy to help in any way they can. You can also post on [https://www.reddit.com/r/galliumos/ /r/galliumos]. &lt;br /&gt;
&lt;br /&gt;
=== Sources ===&lt;br /&gt;
https://johnlewis.ie/custom-chromebook-firmware/rom-download/&lt;br /&gt;
&lt;br /&gt;
https://galliumos.org/wiki/index.php?title=Installing/Preparing&lt;br /&gt;
&lt;br /&gt;
https://wiki.galliumos.org/Support/Broadwell&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Buyer%27s_Guide&amp;diff=785</id>
		<title>Buyer's Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Buyer%27s_Guide&amp;diff=785"/>
				<updated>2016-03-16T18:46:07Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: /* Chromebooks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Choosing a Chromebook can be confusing. There are dozens of models, and a variety of configuration options for most of them.&lt;br /&gt;
&lt;br /&gt;
GalliumOS is supported on most Chromebook models (see [[Hardware Compatibility]]), but we've prepared this guide to help you choose the model that best fits your needs. Here are a few of our favorites, along with the specs that make them interesting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Chromebooks ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Model&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Hardware ID&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Processor&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Display&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Memory&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Disk&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Configurations (CPU/RAM/SSD)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Comments&lt;br /&gt;
|-&lt;br /&gt;
| '''Acer CB5-571 / C910'''&lt;br /&gt;
| YUNA&lt;br /&gt;
| Broadwell&lt;br /&gt;
| 15&amp;quot; 1920xXXXX&lt;br /&gt;
| soldered&lt;br /&gt;
| SSD, upgradable&lt;br /&gt;
| Celeron&amp;lt;br&amp;gt;Core i3&amp;lt;br&amp;gt;4GB/32GB&amp;lt;br&amp;gt;2GB/16GB&lt;br /&gt;
| • great performance&amp;lt;br&amp;gt;• excellent display&lt;br /&gt;
|-&lt;br /&gt;
| '''Dell Chromebook 13'''&lt;br /&gt;
| LULU&lt;br /&gt;
| Broadwell&lt;br /&gt;
| 13.3&amp;quot; Non-Touch&amp;lt;br&amp;gt;13.3&amp;quot; Non-Touch&amp;lt;br&amp;gt;1920x1080&lt;br /&gt;
| soldered&lt;br /&gt;
| SSD, upgradable&lt;br /&gt;
| Celeron Core &amp;lt;br&amp;gt; i3 &amp;lt;br&amp;gt;4GB/16GB&amp;lt;br&amp;gt;8GB/32GB&lt;br /&gt;
| • great performance&amp;lt;br&amp;gt;• excellent display&lt;br /&gt;
|-&lt;br /&gt;
| '''Toshiba Chromebook 2 CB35'''&lt;br /&gt;
| GANDOF&lt;br /&gt;
| Broadwell&lt;br /&gt;
| 13&amp;quot; 1920xXXXX&lt;br /&gt;
| soldered&lt;br /&gt;
| SSD, upgradable&lt;br /&gt;
| Celeron&amp;lt;br&amp;gt;Core i3&amp;lt;br&amp;gt;4GB/32GB&amp;lt;br&amp;gt;2GB/16GB&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Many manufacturers also sell refurbished models at significant discounts from MSRP. These should be as good as new, but generally have a much shorter 30-day warranty (typical retail warranty is 1-year).&lt;br /&gt;
&lt;br /&gt;
== SSD Upgrades ==&lt;br /&gt;
&lt;br /&gt;
Many (not all) models have removable, upgradable SSDs.&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
Other items of interest. Low-profile USB drives, ...&lt;br /&gt;
&lt;br /&gt;
== Disclosures ==&lt;br /&gt;
&lt;br /&gt;
We have no relationships with any manufacturers or vendors that might influence our recommendations, or any content on this (or any other) page. Some links on this page are affiliate links. If you purchase a Chromebook by following an affiliate link, a tiny percentage of the sale price will go to the GalliumOS Project. Any funds so collected will be used in accordance with the purposes outlined on our [https://galliumos.org/donate Donations Page].&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Buyer%27s_Guide&amp;diff=784</id>
		<title>Buyer's Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Buyer%27s_Guide&amp;diff=784"/>
				<updated>2016-03-16T14:58:07Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: /* Chromebooks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Choosing a Chromebook can be confusing. There are dozens of models, and a variety of configuration options for most of them.&lt;br /&gt;
&lt;br /&gt;
GalliumOS is supported on most Chromebook models (see [[Hardware Compatibility]]), but we've prepared this guide to help you choose the model that best fits your needs. Here are a few of our favorites, along with the specs that make them interesting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Chromebooks ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Model&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Hardware ID&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Processor&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Display&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Memory&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Disk&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Configurations (CPU/RAM/SSD)&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Comments&lt;br /&gt;
|-&lt;br /&gt;
| '''Acer CB5-571 / C910'''&lt;br /&gt;
| YUNA&lt;br /&gt;
| Broadwell&lt;br /&gt;
| 15&amp;quot; 1920xXXXX&lt;br /&gt;
| soldered&lt;br /&gt;
| SSD, upgradable&lt;br /&gt;
| Celeron&amp;lt;br&amp;gt;Core i3&amp;lt;br&amp;gt;4GB/32GB&amp;lt;br&amp;gt;2GB/16GB&lt;br /&gt;
| • great performance&amp;lt;br&amp;gt;• excellent display&lt;br /&gt;
|-&lt;br /&gt;
| '''Dell Chromebook 13'''&lt;br /&gt;
| LULU&lt;br /&gt;
| Broadwell&lt;br /&gt;
| 13.3&amp;quot; Non-Touch&amp;lt;br&amp;gt; 13.3&amp;quot; Non-Touch&lt;br /&gt;
| soldered&lt;br /&gt;
| SSD, upgradable&lt;br /&gt;
| Celeron Core &amp;lt;br&amp;gt; i3 &amp;lt;br&amp;gt;4GB/16GB&amp;lt;br&amp;gt;8GB/32GB&lt;br /&gt;
| • great performance&amp;lt;br&amp;gt;• excellent display&lt;br /&gt;
|-&lt;br /&gt;
| '''Toshiba Chromebook 2 CB35'''&lt;br /&gt;
| GANDOF&lt;br /&gt;
| Broadwell&lt;br /&gt;
| 13&amp;quot; 1920xXXXX&lt;br /&gt;
| soldered&lt;br /&gt;
| SSD, upgradable&lt;br /&gt;
| Celeron&amp;lt;br&amp;gt;Core i3&amp;lt;br&amp;gt;4GB/32GB&amp;lt;br&amp;gt;2GB/16GB&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Many manufacturers also sell refurbished models at significant discounts from MSRP. These should be as good as new, but generally have a much shorter 30-day warranty (typical retail warranty is 1-year).&lt;br /&gt;
&lt;br /&gt;
== SSD Upgrades ==&lt;br /&gt;
&lt;br /&gt;
Many (not all) models have removable, upgradable SSDs.&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
Other items of interest. Low-profile USB drives, ...&lt;br /&gt;
&lt;br /&gt;
== Disclosures ==&lt;br /&gt;
&lt;br /&gt;
We have no relationships with any manufacturers or vendors that might influence our recommendations, or any content on this (or any other) page. Some links on this page are affiliate links. If you purchase a Chromebook by following an affiliate link, a tiny percentage of the sale price will go to the GalliumOS Project. Any funds so collected will be used in accordance with the purposes outlined on our [https://galliumos.org/donate Donations Page].&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=697</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=697"/>
				<updated>2016-02-27T15:28:08Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: /* TLP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop/Productivity ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo dpkg -i google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt-get -f install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The last step is necessary to finish installing some additional package dependencies: &amp;lt;code&amp;gt;libappindicator1 libdbusmenu-gtk4 libindicator7&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- OLD WAY&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
rm linux_signing_key.pub&lt;br /&gt;
sudo sed -i '/chrome\/deb/d' /etc/apt/sources.list&lt;br /&gt;
EO OLD WAY --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration ===&lt;br /&gt;
&lt;br /&gt;
* Install the software&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Next, add yourself to the Linux group ''fuse'' so you can mount Google Drive without root.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo usermod -a -G fuse &amp;lt;user_name&amp;gt;&lt;br /&gt;
 exec su -l $USER&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
* Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check if Google Drive is mounted by performing:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mount&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also check how much space you have left:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 df&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to unmount, simply run&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To mount Google Drive at startup, set the following command to run at boot with Session and Startup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. The streaming larger files parameter is perfect for large videos and movies. For more information, check out gdfuse on GitHub.&lt;br /&gt;
&lt;br /&gt;
Adapted from: http://xmodulo.com/mount-google-drive-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install skype&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: https://help.ubuntu.com/community/Skype&lt;br /&gt;
&lt;br /&gt;
See also: https://www.skype.com/en/download-skype/skype-for-linux/&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. These instructions are verified on a fresh install of 1.0beta2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository ppa:ubuntu-wine/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install wine1.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt-get install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Backup / Administration ==&lt;br /&gt;
&lt;br /&gt;
=== grsync ===&lt;br /&gt;
Graphical lightweight version of rsync to back up data between drives&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt install grsync&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== aptik ===&lt;br /&gt;
Backup APT sources/repository data&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-add-repository -y ppa:teejee2008/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install aptik&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== OpenVPN ===&lt;br /&gt;
Install the following two packages to get OpenVPN connectivity with your favorite VPN service.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install openvpn network-manager-openvpn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Hardware Optimization ==&lt;br /&gt;
&lt;br /&gt;
=== Battery Tuning ===&lt;br /&gt;
&lt;br /&gt;
==== Powertop ====&lt;br /&gt;
Monitor process and device power consumption.  Includes a handy auto-tune option which can be run at startup that helps to minimize power consumption.  Powertop also provides a calibration option.  This may not currently play nice with GalliumOS and may lock up the device.  Your mileage may vary.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;sudo apt-get install powertop&lt;br /&gt;
sudo powertop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To allow powertop to auto-tune power settings at startup add the following line to /etc/rc.local&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;/usr/sbin/powertop --auto-tune&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== TLP ====&lt;br /&gt;
Advanced power management tool that also provides a default configuration optimized for battery life for &amp;quot;install and forget it&amp;quot; benefits.  TLP has reportedly provided some improvement to battery life.  Your mileage may vary.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;sudo add-apt-repository ppa:linrunner/tlp &lt;br /&gt;
sudo apt-get install tlp&lt;br /&gt;
sudo tlp start&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
These have been discussed, but are not presently candidates for inclusion in the default installation. They might be of special interest, might have important caveats, or might be the unchosen of other options. Presented here for convenience.&lt;br /&gt;
&lt;br /&gt;
==== Hardware temperature monitor ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-sensors-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories. '''WARNING:''' Do '''not''' select &amp;lt;code&amp;gt;tacos&amp;lt;/code&amp;gt;. It will crash your desktop.&lt;br /&gt;
&lt;br /&gt;
==== Clipboard Manager ====&lt;br /&gt;
* &amp;lt;code&amp;gt;clipit&amp;lt;/code&amp;gt; from Ubuntu repositories. Developer homepage is missing. Be conscious of the security implications of all clipboard managers.&lt;br /&gt;
&lt;br /&gt;
==== Video Player ====&lt;br /&gt;
* https://mpv.io/ Lightweight, but very minimal UI&lt;br /&gt;
* &amp;lt;code&amp;gt;smplayer&amp;lt;/code&amp;gt; from Ubuntu repositories. Lightweight.&lt;br /&gt;
&lt;br /&gt;
==== Screen Recorder ====&lt;br /&gt;
* &amp;lt;code&amp;gt;kazam&amp;lt;/code&amp;gt; from Ubuntu repositories. Alternative to &amp;lt;code&amp;gt;simplescreenrecorder&amp;lt;/code&amp;gt;, above. See https://apps.ubuntu.com/cat/applications/kazam/ for more info.&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=696</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=696"/>
				<updated>2016-02-27T15:27:52Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop/Productivity ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo dpkg -i google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt-get -f install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The last step is necessary to finish installing some additional package dependencies: &amp;lt;code&amp;gt;libappindicator1 libdbusmenu-gtk4 libindicator7&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- OLD WAY&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
rm linux_signing_key.pub&lt;br /&gt;
sudo sed -i '/chrome\/deb/d' /etc/apt/sources.list&lt;br /&gt;
EO OLD WAY --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration ===&lt;br /&gt;
&lt;br /&gt;
* Install the software&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Next, add yourself to the Linux group ''fuse'' so you can mount Google Drive without root.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo usermod -a -G fuse &amp;lt;user_name&amp;gt;&lt;br /&gt;
 exec su -l $USER&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
* Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check if Google Drive is mounted by performing:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mount&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also check how much space you have left:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 df&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to unmount, simply run&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To mount Google Drive at startup, set the following command to run at boot with Session and Startup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. The streaming larger files parameter is perfect for large videos and movies. For more information, check out gdfuse on GitHub.&lt;br /&gt;
&lt;br /&gt;
Adapted from: http://xmodulo.com/mount-google-drive-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install skype&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: https://help.ubuntu.com/community/Skype&lt;br /&gt;
&lt;br /&gt;
See also: https://www.skype.com/en/download-skype/skype-for-linux/&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. These instructions are verified on a fresh install of 1.0beta2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository ppa:ubuntu-wine/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install wine1.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt-get install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Backup / Administration ==&lt;br /&gt;
&lt;br /&gt;
=== grsync ===&lt;br /&gt;
Graphical lightweight version of rsync to back up data between drives&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt install grsync&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== aptik ===&lt;br /&gt;
Backup APT sources/repository data&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-add-repository -y ppa:teejee2008/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install aptik&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== OpenVPN ===&lt;br /&gt;
Install the following two packages to get OpenVPN connectivity with your favorite VPN service.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install openvpn network-manager-openvpn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Hardware Optimization ==&lt;br /&gt;
&lt;br /&gt;
=== Battery Tuning ===&lt;br /&gt;
&lt;br /&gt;
==== Powertop ====&lt;br /&gt;
Monitor process and device power consumption.  Includes a handy auto-tune option which can be run at startup that helps to minimize power consumption.  Powertop also provides a calibration option.  This may not currently play nice with GalliumOS and may lock up the device.  Your mileage may vary.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;sudo apt-get install powertop&lt;br /&gt;
sudo powertop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To allow powertop to auto-tune power settings at startup add the following line to /etc/rc.local&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;/usr/sbin/powertop --auto-tune&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== TLP ====&lt;br /&gt;
Advanced power management tool that also provides a default configuration optimized for battery life for &amp;quot;install and forget it&amp;quot; benefits.  TLP has reportedly provided some improvement to battery life.  Your mileage may vary.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt; sudo add-apt-repository ppa:linrunner/tlp &lt;br /&gt;
sudo apt-get install tlp&lt;br /&gt;
sudo tlp start&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
These have been discussed, but are not presently candidates for inclusion in the default installation. They might be of special interest, might have important caveats, or might be the unchosen of other options. Presented here for convenience.&lt;br /&gt;
&lt;br /&gt;
==== Hardware temperature monitor ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-sensors-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories. '''WARNING:''' Do '''not''' select &amp;lt;code&amp;gt;tacos&amp;lt;/code&amp;gt;. It will crash your desktop.&lt;br /&gt;
&lt;br /&gt;
==== Clipboard Manager ====&lt;br /&gt;
* &amp;lt;code&amp;gt;clipit&amp;lt;/code&amp;gt; from Ubuntu repositories. Developer homepage is missing. Be conscious of the security implications of all clipboard managers.&lt;br /&gt;
&lt;br /&gt;
==== Video Player ====&lt;br /&gt;
* https://mpv.io/ Lightweight, but very minimal UI&lt;br /&gt;
* &amp;lt;code&amp;gt;smplayer&amp;lt;/code&amp;gt; from Ubuntu repositories. Lightweight.&lt;br /&gt;
&lt;br /&gt;
==== Screen Recorder ====&lt;br /&gt;
* &amp;lt;code&amp;gt;kazam&amp;lt;/code&amp;gt; from Ubuntu repositories. Alternative to &amp;lt;code&amp;gt;simplescreenrecorder&amp;lt;/code&amp;gt;, above. See https://apps.ubuntu.com/cat/applications/kazam/ for more info.&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=695</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=695"/>
				<updated>2016-02-27T15:24:49Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: /* TLP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop/Productivity ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo dpkg -i google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt-get -f install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The last step is necessary to finish installing some additional package dependencies: &amp;lt;code&amp;gt;libappindicator1 libdbusmenu-gtk4 libindicator7&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- OLD WAY&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
rm linux_signing_key.pub&lt;br /&gt;
sudo sed -i '/chrome\/deb/d' /etc/apt/sources.list&lt;br /&gt;
EO OLD WAY --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration ===&lt;br /&gt;
&lt;br /&gt;
* Install the software&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Next, add yourself to the Linux group ''fuse'' so you can mount Google Drive without root.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo usermod -a -G fuse &amp;lt;user_name&amp;gt;&lt;br /&gt;
 exec su -l $USER&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
* Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check if Google Drive is mounted by performing:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mount&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also check how much space you have left:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 df&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to unmount, simply run&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To mount Google Drive at startup, set the following command to run at boot with Session and Startup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. The streaming larger files parameter is perfect for large videos and movies. For more information, check out gdfuse on GitHub.&lt;br /&gt;
&lt;br /&gt;
Adapted from: http://xmodulo.com/mount-google-drive-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install skype&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: https://help.ubuntu.com/community/Skype&lt;br /&gt;
&lt;br /&gt;
See also: https://www.skype.com/en/download-skype/skype-for-linux/&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. These instructions are verified on a fresh install of 1.0beta2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository ppa:ubuntu-wine/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install wine1.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt-get install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Backup / Administration ==&lt;br /&gt;
&lt;br /&gt;
=== grsync ===&lt;br /&gt;
Graphical lightweight version of rsync to back up data between drives&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt install grsync&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== aptik ===&lt;br /&gt;
Backup APT sources/repository data&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-add-repository -y ppa:teejee2008/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install aptik&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== OpenVPN ===&lt;br /&gt;
Install the following two packages to get OpenVPN connectivity with your favorite VPN service.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install openvpn network-manager-openvpn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Hardware Optimization ==&lt;br /&gt;
&lt;br /&gt;
=== Battery Tuning ===&lt;br /&gt;
&lt;br /&gt;
==== Powertop ====&lt;br /&gt;
Monitor process and device power consumption.  Includes a handy auto-tune option which can be run at startup that helps to minimize power consumption.  Powertop also provides a calibration option.  This may not currently play nice with GalliumOS and may lock up the device.  Your mileage may vary.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;sudo apt-get install powertop&lt;br /&gt;
sudo powertop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To allow powertop to auto-tune power settings at startup add the following line to /etc/rc.local&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;/usr/sbin/powertop --auto-tune&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== TLP ====&lt;br /&gt;
Advanced power management tool that also provides a default configuration optimized for battery life for &amp;quot;install and forget it&amp;quot; benefits.  TLP has reportedly provided some improvement to battery life.  Your mileage may vary.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;sudo apt-get install tlp&lt;br /&gt;
sudo tlp start&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
These have been discussed, but are not presently candidates for inclusion in the default installation. They might be of special interest, might have important caveats, or might be the unchosen of other options. Presented here for convenience.&lt;br /&gt;
&lt;br /&gt;
==== Hardware temperature monitor ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-sensors-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories. '''WARNING:''' Do '''not''' select &amp;lt;code&amp;gt;tacos&amp;lt;/code&amp;gt;. It will crash your desktop.&lt;br /&gt;
&lt;br /&gt;
==== Clipboard Manager ====&lt;br /&gt;
* &amp;lt;code&amp;gt;clipit&amp;lt;/code&amp;gt; from Ubuntu repositories. Developer homepage is missing. Be conscious of the security implications of all clipboard managers.&lt;br /&gt;
&lt;br /&gt;
==== Video Player ====&lt;br /&gt;
* https://mpv.io/ Lightweight, but very minimal UI&lt;br /&gt;
* &amp;lt;code&amp;gt;smplayer&amp;lt;/code&amp;gt; from Ubuntu repositories. Lightweight.&lt;br /&gt;
&lt;br /&gt;
==== Screen Recorder ====&lt;br /&gt;
* &amp;lt;code&amp;gt;kazam&amp;lt;/code&amp;gt; from Ubuntu repositories. Alternative to &amp;lt;code&amp;gt;simplescreenrecorder&amp;lt;/code&amp;gt;, above. See https://apps.ubuntu.com/cat/applications/kazam/ for more info.&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Installing&amp;diff=694</id>
		<title>Installing</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Installing&amp;diff=694"/>
				<updated>2016-02-27T15:22:04Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==  General Install Instructions ==&lt;br /&gt;
You have two possible options for installing GalliumOS:&lt;br /&gt;
# '''From an ISO image written to USB drive or SD card'''&amp;lt;br&amp;gt;This method works on '''most''' devices, and enables you to entirely replace ChromeOS on your internal SSD or HDD.&amp;lt;br&amp;gt;It also allows you to set up more complex configurations such as dual-booting alongside Windows or other Linux distributions.&lt;br /&gt;
# '''From the ChromeOS command-line using chrx'''&amp;lt;br&amp;gt;This method works on '''many''' devices, and will configure your device to dual-boot GalliumOS alongside ChromeOS.&lt;br /&gt;
&lt;br /&gt;
See [[Hardware Compatibility]] for the installation options available for your ChromeOS device model.&lt;br /&gt;
&lt;br /&gt;
=== Traditional ISO Install ===&lt;br /&gt;
&lt;br /&gt;
The traditional installer allows you to use your entire SSD or HDD for GalliumOS. You will need to use a USB flash drive or SD card. You can even boot the GalliumOS Live image to try out the features of GalliumOS before you decide to install!&lt;br /&gt;
&lt;br /&gt;
# Go to [[Installing/Preparing]] and get your Chromebook ready to run GalliumOS.&lt;br /&gt;
# Download a GalliumOS suitable for your device ISO from the [https://galliumos.org/download.html downloads page on GalliumOS.org]&lt;br /&gt;
# Write (or &amp;quot;burn&amp;quot;) the ISO to a USB flash drive or an SD card. Detailed instructions for this are at [[Installing/Creating Bootable USB]]&lt;br /&gt;
# Plug your USB flash drive or SD card into your Chromebook&lt;br /&gt;
# Reboot your Chromebook and boot from the USB flash drive or SD card.&lt;br /&gt;
## If you have installed custom firmware, press Esc at the BIOS screen and press 2 to boot from USB.&lt;br /&gt;
## If you have the scary white screen, press Ctrl+L.&lt;br /&gt;
# 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.&lt;br /&gt;
## You will have to press Ctrl+L every time your Chromebook boots up to access Gallium OS.&lt;br /&gt;
&lt;br /&gt;
=== chrx Installation ===&lt;br /&gt;
&lt;br /&gt;
GalliumOS is also installable on many ChromeOS devices via [https://chrx.org/ chrx], which allows you to dual-boot GalliumOS alongside ChromeOS. Check the [https://chrx.org/#compatibility chrx hardware compatibility list] to see if your device supports chrx, and whether any preparation steps are required.&lt;br /&gt;
&lt;br /&gt;
See [https://chrx.org#usage chrx installation instructions] for full details, but here's a quick overview:&lt;br /&gt;
&lt;br /&gt;
# Prepare your ChromeOS device&lt;br /&gt;
## Enable Developer Mode&lt;br /&gt;
## Install firmware feature update if required (some Broadwell devices only)&lt;br /&gt;
# Boot device into ChromeOS and configure networking; you do not need to log in&lt;br /&gt;
# Switch to a virtual terminal by pressing &amp;lt;code&amp;gt;CTRL+ALT+F2(top row right arrow)&amp;lt;/code&amp;gt;, then log in as user &amp;lt;code&amp;gt;chronos&amp;lt;/code&amp;gt; with no password&lt;br /&gt;
# Run chrx: &amp;lt;code&amp;gt;curl -O &amp;lt;nowiki&amp;gt;https://chrx.org/go&amp;lt;/nowiki&amp;gt; &amp;amp;&amp;amp; sh go -d galliumos&amp;lt;/code&amp;gt; (see [https://chrx.org/#options chrx docs] for additional options)&lt;br /&gt;
# Follow on-screen prompts to repartition your SSD and install GalliumOS. If this is the first time running chrx on this ChromeOS machine, chrx will reboot after the partitioning step and you will need to continue the installation by running chrx again with the same command line.&lt;br /&gt;
# After reboot, at the white &amp;quot;OS verification is OFF&amp;quot; screen, press &amp;lt;code&amp;gt;CTRL+L&amp;lt;/code&amp;gt; for GalliumOS, or &amp;lt;code&amp;gt;CTRL+D&amp;lt;/code&amp;gt; for ChromeOS&lt;br /&gt;
&lt;br /&gt;
== Specific Device Install Documents ==&lt;br /&gt;
Our community is also making in-depth install guides for certain devices. Below is a list.&lt;br /&gt;
* Acer&lt;br /&gt;
** [[Installing/Parrot|Parrot (Acer C710, Acer C7)]]&lt;br /&gt;
** [[Installing/Peppy|Peppy (Acer C720, Acer C720P)]]&lt;br /&gt;
* ASUS&lt;br /&gt;
** [[Installing/Panther|Panther (ASUS Chromebox 2014)]]&lt;br /&gt;
* Dell&lt;br /&gt;
** [[Installing/Lulu|Lulu (Dell Chromebook 13)]]&lt;br /&gt;
* Google&lt;br /&gt;
**[[Installing/Samus|Samus (Google Pixel 2015)]]&lt;br /&gt;
* HP&lt;br /&gt;
** [[Installing/Kip|Kip (HP Chromebook 11 G3, HP Chromebook 11 G4, HP Chromebook 14 G4)]]&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
== Additional Software ==&lt;br /&gt;
[[Additional_Software|Additional Software for GalliumOS]]&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Installing/Samus&amp;diff=693</id>
		<title>Installing/Samus</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Installing/Samus&amp;diff=693"/>
				<updated>2016-02-27T01:03:43Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: /* XOrg and Touchpad Tweaks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing GalliumOS on the Google Pixel 2015 (Samus)  ==&lt;br /&gt;
&lt;br /&gt;
=== Download and Write GalliumOS to USB ===&lt;br /&gt;
# Download the appropriate iso from [https://galliumos.org/download.html here]. For this tutorial, you’ll need the Chromebook Broadwell ISO.&lt;br /&gt;
# Download Win32DiskImager from [[sourceforge:projects/win32diskimager/|SourceForge]] and install it. Linux/Mac users will use a terminal.&lt;br /&gt;
# Insert an empty USB drive (all data will be erased during the write process!). Run Win32DiskImager. Make sure you have the correct USB drive selected under “Device.” Click on the blue folder icon. On the bottom right you’ll see, Disk Images (*.img *.IMG). Click on it and change it to *.* Now you’ll be able to locate the GalliumOS iso. Locate it and double-click it. Making sure that you have the correct USB selected, click on “Write.” When the USB is ready, eject it and put it aside for when you’ll need it later in this tutorial.&lt;br /&gt;
# Linux/Mac users need to follow the instructions found [https://galliumos.org/wiki/index.php?title=Installing/Creating_Bootable_USB here].&lt;br /&gt;
&lt;br /&gt;
=== Backup data ===&lt;br /&gt;
If you have any data stored locally on the chromebook that you would like to keep, backup the data to either a USB drive or to Google Drive.  '''Enabling developer mode will wipe your device.'''&lt;br /&gt;
&lt;br /&gt;
=== Enable Developer Mode and Boot Flags ===&lt;br /&gt;
# Boot into recovery by press and hold the Esc + Refresh keys, then press the power button.&lt;br /&gt;
# At the Recovery screen press Ctrl-D. It will ask you to confirm by pressing the RECOVERY BUTTON again. It will now enable Developer Mode. It will take about 10-15 minutes to complete.  During this time, your chromebook will be wiped of all user data.&lt;br /&gt;
# You’ll see a white screen after rebooting. Press Ctrl-D and you’ll boot into ChromeOS with Developer Mode enabled.&lt;br /&gt;
# Connect to the Internet and accept the terms and agreements. You don’t have to login to ChromeOS using your account (you can if you want to, but I didn’t). Login as Guest and open up a Crosh session by pressing Ctrl-Alt-T. Type &amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt; and hit enter to open bash. The prompt should look like this: &amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
# Alternatively, ou can immediately press Ctrl+Alt+F2 to get to a TTY.&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo crossystem dev_boot_usb=1 dev_boot_legacy=1&amp;lt;/code&amp;gt; and hit enter.&lt;br /&gt;
&lt;br /&gt;
=== Boot from USB ===&lt;br /&gt;
# Reboot your Chromebook&lt;br /&gt;
# Press Ctrl-L at the scary white screen.&lt;br /&gt;
# Press the ESC key when you see the prompt to do so. You’ll now be in the boot menu.(If you don’t press ESC in time just reboot and do it again.)&lt;br /&gt;
# At the boot menu you’ll see your boot options. Select to boot from USB.&lt;br /&gt;
# You’ll now get the option to live boot or install GalliumOS. You want to live boot.&lt;br /&gt;
# Test GalliumOS. Explore until you’re sure everything works fine. If you decide to install GalliumOS (and why wouldn’t you?), don’t install it while you’re live booted. For some reason that didn’t work for me, and I had to do it over again. Instead, reboot and follow the above steps until you get to the live boot or install GalliumOS menu. Choose Install GalliumOS. There’ll be a few prompts during the installation process.&lt;br /&gt;
## Disclaimer:  From here on out once you install Gallium you will need to hit those keys after each reboot unless you are willing to open the Pixel and remove a Write Protect screw to allow you to disable that screen. Be aware you DON'T NEED TO DO THIS with that screw unless you don't want to hit those keys, the Pixel 2015 doesn't have the out of power glitch the original Pixel had and with the Developer Screen there it provides a very nice fail safe in case you severely screw up your install and want to move back to ChromeOS again.&lt;br /&gt;
&lt;br /&gt;
=== Installing GalliumOS ===&lt;br /&gt;
# Installing Gallium is the easiest albeit the most flexible part of this process. Run the installer located on the desktop of the Live USB environment and follow through the prompts with your preferences (I'd recommend connecting to the internet if you can and also selecting the Download Extra Software option) until you get to Partitioning portion. This can be highly subjective on how you want to setup this partitioning BUT for me this is what I went with:&lt;br /&gt;
## After that hit the Plus Icon. This will be your main partition where everything will be run from, you can set it to be the full size of the disk if you want with no issues since Gallium uses ZRam. Set it to be formated to &amp;quot;EXT4&amp;quot; and for the Mount point select &amp;quot;/&amp;quot;. Hit OK and give it a second to resize the partitions.&lt;br /&gt;
## After that hit next and a confirmation screen will ask for sure if you want to do this, select OK if you are.&lt;br /&gt;
# After that you will be prompted for Region, Keyboard, User name, yadayada you should know what to do here.&lt;br /&gt;
# At this point it will then install everything and prompt you to reboot. Reboot the unit and remove your install media at the prompt&lt;br /&gt;
&lt;br /&gt;
=== Post GalliumOS Install ===&lt;br /&gt;
&lt;br /&gt;
==== Update GalliumOS Packages ====&lt;br /&gt;
In terminal update the packages by executing the following command:&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt;&lt;br /&gt;
    &amp;lt;code&amp;gt;sudo apt-get dist-upgrade&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot the unit and once you get it up and running we will need to install a few things to get this started.&lt;br /&gt;
&lt;br /&gt;
==== Install Git ====&lt;br /&gt;
First we will need to install this, this is how you are going to build the kernel from Github where its hosted. Open a terminal window up and type:&lt;br /&gt;
    &amp;lt;code&amp;gt; sudo apt-get install git&amp;lt;/code&amp;gt;&lt;br /&gt;
This will bring up a long list of dependencies and files to install, just hit &amp;quot;y&amp;quot; and let it do its thing.&lt;br /&gt;
&lt;br /&gt;
==== Installing Kernel Source ====&lt;br /&gt;
Now for the Kernel work (thanks to Raphael, https://github.com/raphael/linux-samus). Open up a Terminal (it will start at /home/&amp;quot;Your Username&amp;quot; by default, so every command below is located in /home/&amp;quot;Your Username&amp;quot;/&amp;quot;cd command&amp;quot; as a reference for you) and Type:&lt;br /&gt;
    git clone https://github.com/raphael/linux-samus&lt;br /&gt;
This will start the download and compile of the Kernel, its a little less than 100,000 files so probably grab some coffee. Once that is done, navigate to the folder below or type:&lt;br /&gt;
    cd linux-samus/build/debian&lt;br /&gt;
After that install the kernel via:&lt;br /&gt;
    sudo dpkg -i *.deb&lt;br /&gt;
Now the kernel will be installed! For good measure to update grub, type:&lt;br /&gt;
    sudo update-grub&lt;br /&gt;
Now you should be able to reboot and once the unit comes back you should be able to use the touchpad far more effectively (still needs a little more configuring) and can start the final bits of setting up the sound, Xorg optimizations, and screen brightness key commands.&lt;br /&gt;
&lt;br /&gt;
==== Xorg and Touchpad Tweaks ====&lt;br /&gt;
I'll list the easy ones first, Xorg and touchpad tweaks. With Xorg you will need to type into terminal:&lt;br /&gt;
    cd linux-samus/scripts/setup/xorg&lt;br /&gt;
    ./xaccel.sh&lt;br /&gt;
There won't be any confirmation message, if you get an error message you will want to confirm you are in the correct directory. After that we will do the touchpad tweaks. First we need to enable an Atmel script first, after that we will be setting up up a service to run the script. This is because since Linux 4.3 the Atmel chip needs to be reset on boot to guarantee that the touchpad works. First you will enter:&lt;br /&gt;
    cd linux-samus/scripts/setup/touchpad&lt;br /&gt;
    ./enable-atmel.sh&lt;br /&gt;
After that you will want to run the systemd script:&lt;br /&gt;
    ./setup.systemd.sh&lt;br /&gt;
At this point you should have a fully functioning trackpad and be able to avoid random unresponsive moments. Now we will setup the Brightness Keys. If you don't want to change the keys default behavior as F-Keys then don't bother with this step.&lt;br /&gt;
    cd scripts/setup/brightness&lt;br /&gt;
    ./brightness --help&lt;br /&gt;
This enables F6 and F7 to change screen brightness&lt;br /&gt;
    ./keyboard_led --help&lt;br /&gt;
This enables ALT-F6 and ALT-F7 to change keyboard brightness.&lt;br /&gt;
    ./setup.systemd.sh&lt;br /&gt;
This setups up these scripts as a service. At this point the easy stuff is done, last is the sound which is definitely the hardest part of the process.&lt;br /&gt;
&lt;br /&gt;
==== Setting up Sound  ====&lt;br /&gt;
Setting up sound can POSSIBLY be done via the sound script Raphael made but I rarely have luck with it. I still recommend doing it just to see if it works and to do some of the work for you, but its probably going to take doing each step separately. To run the script:&lt;br /&gt;
    cd linux-samus/scripts/setup/sound&lt;br /&gt;
    ./sound.sh&lt;br /&gt;
At this point you can try the speakers by clicking the PulseAudio tray icon and setting up the following:&lt;br /&gt;
* Default Server to (Numbers)unix:/run/user/1000/pulse/native&lt;br /&gt;
* Default Sink to bdw-rt677 Analog Stereo&lt;br /&gt;
* Volume Control/Output Devices/bdw-rt677 Analog Stereo and set to fallback and to the port you want to listen through (Headphones or Speakers).&lt;br /&gt;
Give this a test, if it works you lucked out! If not, then we need to follow the script steps manually. Most of this is verbatim from Raphael's Readme with a few tweaks in areas I got confused on or fixed something for Gallium Specifically. The first thing to do is to copy over the firmware files from the firmware directory to wherever your distribution installs firmware (/lib/firmware).After that open a add a default.conf file in /etc/modprobe.d containing the following line:&lt;br /&gt;
    options snd slots=snd_soc_sst_bdw_rt5677_mach,snd-hda-intel&lt;br /&gt;
SHUTDOWN and POWER BACK ON (Reboot doesn't seem to work 100% with Gallium) your computer and after that open a Terminal windows and type:&lt;br /&gt;
    aplay -l&lt;br /&gt;
Hopefully it should output:&lt;br /&gt;
    **** List of PLAYBACK Hardware Devices ****&lt;br /&gt;
    card 0: bdwrt5677 [bdw-rt5677], device 0: System Playback (*) []&lt;br /&gt;
      Subdevices: 1/1&lt;br /&gt;
      Subdevice #0: subdevice #0&lt;br /&gt;
    card 1: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]&lt;br /&gt;
      Subdevices: 1/1&lt;br /&gt;
      Subdevice #0: subdevice #0&lt;br /&gt;
    card 1: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]&lt;br /&gt;
      Subdevices: 1/1&lt;br /&gt;
      Subdevice #0: subdevice #0&lt;br /&gt;
    card 1: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]&lt;br /&gt;
      Subdevices: 1/1&lt;br /&gt;
      Subdevice #0: subdevice #0&lt;br /&gt;
If this doesn't show up check for errors through dmesg. At this point change directory to:&lt;br /&gt;
    cd linux-samus/scripts/setup/sound&lt;br /&gt;
After that type the command:&lt;br /&gt;
    ALSA_CONFIG_UCM=ucm/ alsaucm -c bdw-rt5677 set _verb HiFi&lt;br /&gt;
At this point we will have the speakers and headphones setup properly but we have a few more steps to get the mic working. Next you will be opening the PulseAudio config (default.pa) as root to load the mic modules located in:&lt;br /&gt;
    /etc/pulse/default.pa&lt;br /&gt;
You can also edit with commands:&lt;br /&gt;
    sudo mousepad /etc/pulse/default.pa&lt;br /&gt;
Add the lines above load-module module-udev-detect:&lt;br /&gt;
    load-module module-alsa-source device=hw:0,1&lt;br /&gt;
    load-module module-alsa-source device=hw:0,2&lt;br /&gt;
The guide recommends you just restart PulseAudio but I found it more consistent to just power down and back on. After that open Terminal again and run commands:&lt;br /&gt;
    cd linux-samus/scripts/setup/sound&lt;br /&gt;
    sudo alsactl restore --file alsa/asound.state&lt;br /&gt;
&lt;br /&gt;
WOO! We did it! At this point you may need to power down and back on one more time to get it to work but for me it worked right after the restore state command. If it still doesn't work check these steps again:&lt;br /&gt;
* Default Server to (Numbers)unix:/run/user/1000/pulse/native&lt;br /&gt;
* Default Sink to bdw-rt677 Analog Stereo&lt;br /&gt;
* Volume Control/Output Devices/bdw-rt677 Analog Stereo and set to fallback and to the port you want to listen through (Headphones or Speakers).&lt;br /&gt;
&lt;br /&gt;
=== Success ===&lt;br /&gt;
You now have GalliumOS installed. How cool is that?&lt;br /&gt;
&lt;br /&gt;
If you run into problems or have any questions, the awesome people at [https://kiwiirc.com/client/irc.freenode.net#galliumos #GalliumOS] are happy to help in any way they can. You can also post on [https://www.reddit.com/r/galliumos/ /r/galliumos]. &lt;br /&gt;
&lt;br /&gt;
=== Sources ===&lt;br /&gt;
https://www.reddit.com/r/GalliumOS/comments/47qeh0/pixel_setup_guide_for_gallium_os/&lt;br /&gt;
&lt;br /&gt;
https://galliumos.org/wiki/index.php?title=Installing/Preparing&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Installing/Samus&amp;diff=692</id>
		<title>Installing/Samus</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Installing/Samus&amp;diff=692"/>
				<updated>2016-02-27T01:01:24Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing GalliumOS on the Google Pixel 2015 (Samus)  ==&lt;br /&gt;
&lt;br /&gt;
=== Download and Write GalliumOS to USB ===&lt;br /&gt;
# Download the appropriate iso from [https://galliumos.org/download.html here]. For this tutorial, you’ll need the Chromebook Broadwell ISO.&lt;br /&gt;
# Download Win32DiskImager from [[sourceforge:projects/win32diskimager/|SourceForge]] and install it. Linux/Mac users will use a terminal.&lt;br /&gt;
# Insert an empty USB drive (all data will be erased during the write process!). Run Win32DiskImager. Make sure you have the correct USB drive selected under “Device.” Click on the blue folder icon. On the bottom right you’ll see, Disk Images (*.img *.IMG). Click on it and change it to *.* Now you’ll be able to locate the GalliumOS iso. Locate it and double-click it. Making sure that you have the correct USB selected, click on “Write.” When the USB is ready, eject it and put it aside for when you’ll need it later in this tutorial.&lt;br /&gt;
# Linux/Mac users need to follow the instructions found [https://galliumos.org/wiki/index.php?title=Installing/Creating_Bootable_USB here].&lt;br /&gt;
&lt;br /&gt;
=== Backup data ===&lt;br /&gt;
If you have any data stored locally on the chromebook that you would like to keep, backup the data to either a USB drive or to Google Drive.  '''Enabling developer mode will wipe your device.'''&lt;br /&gt;
&lt;br /&gt;
=== Enable Developer Mode and Boot Flags ===&lt;br /&gt;
# Boot into recovery by press and hold the Esc + Refresh keys, then press the power button.&lt;br /&gt;
# At the Recovery screen press Ctrl-D. It will ask you to confirm by pressing the RECOVERY BUTTON again. It will now enable Developer Mode. It will take about 10-15 minutes to complete.  During this time, your chromebook will be wiped of all user data.&lt;br /&gt;
# You’ll see a white screen after rebooting. Press Ctrl-D and you’ll boot into ChromeOS with Developer Mode enabled.&lt;br /&gt;
# Connect to the Internet and accept the terms and agreements. You don’t have to login to ChromeOS using your account (you can if you want to, but I didn’t). Login as Guest and open up a Crosh session by pressing Ctrl-Alt-T. Type &amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt; and hit enter to open bash. The prompt should look like this: &amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
# Alternatively, ou can immediately press Ctrl+Alt+F2 to get to a TTY.&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo crossystem dev_boot_usb=1 dev_boot_legacy=1&amp;lt;/code&amp;gt; and hit enter.&lt;br /&gt;
&lt;br /&gt;
=== Boot from USB ===&lt;br /&gt;
# Reboot your Chromebook&lt;br /&gt;
# Press Ctrl-L at the scary white screen.&lt;br /&gt;
# Press the ESC key when you see the prompt to do so. You’ll now be in the boot menu.(If you don’t press ESC in time just reboot and do it again.)&lt;br /&gt;
# At the boot menu you’ll see your boot options. Select to boot from USB.&lt;br /&gt;
# You’ll now get the option to live boot or install GalliumOS. You want to live boot.&lt;br /&gt;
# Test GalliumOS. Explore until you’re sure everything works fine. If you decide to install GalliumOS (and why wouldn’t you?), don’t install it while you’re live booted. For some reason that didn’t work for me, and I had to do it over again. Instead, reboot and follow the above steps until you get to the live boot or install GalliumOS menu. Choose Install GalliumOS. There’ll be a few prompts during the installation process.&lt;br /&gt;
## Disclaimer:  From here on out once you install Gallium you will need to hit those keys after each reboot unless you are willing to open the Pixel and remove a Write Protect screw to allow you to disable that screen. Be aware you DON'T NEED TO DO THIS with that screw unless you don't want to hit those keys, the Pixel 2015 doesn't have the out of power glitch the original Pixel had and with the Developer Screen there it provides a very nice fail safe in case you severely screw up your install and want to move back to ChromeOS again.&lt;br /&gt;
&lt;br /&gt;
=== Installing GalliumOS ===&lt;br /&gt;
# Installing Gallium is the easiest albeit the most flexible part of this process. Run the installer located on the desktop of the Live USB environment and follow through the prompts with your preferences (I'd recommend connecting to the internet if you can and also selecting the Download Extra Software option) until you get to Partitioning portion. This can be highly subjective on how you want to setup this partitioning BUT for me this is what I went with:&lt;br /&gt;
## After that hit the Plus Icon. This will be your main partition where everything will be run from, you can set it to be the full size of the disk if you want with no issues since Gallium uses ZRam. Set it to be formated to &amp;quot;EXT4&amp;quot; and for the Mount point select &amp;quot;/&amp;quot;. Hit OK and give it a second to resize the partitions.&lt;br /&gt;
## After that hit next and a confirmation screen will ask for sure if you want to do this, select OK if you are.&lt;br /&gt;
# After that you will be prompted for Region, Keyboard, User name, yadayada you should know what to do here.&lt;br /&gt;
# At this point it will then install everything and prompt you to reboot. Reboot the unit and remove your install media at the prompt&lt;br /&gt;
&lt;br /&gt;
=== Post GalliumOS Install ===&lt;br /&gt;
&lt;br /&gt;
==== Update GalliumOS Packages ====&lt;br /&gt;
In terminal update the packages by executing the following command:&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt;&lt;br /&gt;
    &amp;lt;code&amp;gt;sudo apt-get dist-upgrade&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot the unit and once you get it up and running we will need to install a few things to get this started.&lt;br /&gt;
&lt;br /&gt;
==== Install Git ====&lt;br /&gt;
First we will need to install this, this is how you are going to build the kernel from Github where its hosted. Open a terminal window up and type:&lt;br /&gt;
    &amp;lt;code&amp;gt; sudo apt-get install git&amp;lt;/code&amp;gt;&lt;br /&gt;
This will bring up a long list of dependencies and files to install, just hit &amp;quot;y&amp;quot; and let it do its thing.&lt;br /&gt;
&lt;br /&gt;
==== Installing Kernel Source ====&lt;br /&gt;
Now for the Kernel work (thanks to Raphael, https://github.com/raphael/linux-samus). Open up a Terminal (it will start at /home/&amp;quot;Your Username&amp;quot; by default, so every command below is located in /home/&amp;quot;Your Username&amp;quot;/&amp;quot;cd command&amp;quot; as a reference for you) and Type:&lt;br /&gt;
    git clone https://github.com/raphael/linux-samus&lt;br /&gt;
This will start the download and compile of the Kernel, its a little less than 100,000 files so probably grab some coffee. Once that is done, navigate to the folder below or type:&lt;br /&gt;
    cd linux-samus/build/debian&lt;br /&gt;
After that install the kernel via:&lt;br /&gt;
    sudo dpkg -i *.deb&lt;br /&gt;
Now the kernel will be installed! For good measure to update grub, type:&lt;br /&gt;
    sudo update-grub&lt;br /&gt;
Now you should be able to reboot and once the unit comes back you should be able to use the touchpad far more effectively (still needs a little more configuring) and can start the final bits of setting up the sound, Xorg optimizations, and screen brightness key commands.&lt;br /&gt;
&lt;br /&gt;
==== XOrg and Touchpad Tweaks ====&lt;br /&gt;
I'll list the easy ones first, Xorg and touchpad tweaks. With Xorg you will need to type into terminal:&lt;br /&gt;
    cd linux-samus/scripts/setup/xorg&lt;br /&gt;
    ./xaccel.sh&lt;br /&gt;
There won't be any confirmation message, if you get an error message you will want to confirm you are in the correct directory. After that we will do the touchpad tweaks. First we need to enable an Atmel script first, after that we will be setting up up a service to run the script. This is because since Linux 4.3 the Atmel chip needs to be reset on boot to guarantee that the touchpad works. First you will enter:&lt;br /&gt;
    cd linux-samus/scripts/setup/touchpad&lt;br /&gt;
    ./enable-atmel.sh&lt;br /&gt;
After that you will want to run the systemd script:&lt;br /&gt;
    ./setup.systemd.sh&lt;br /&gt;
At this point you should have a fully functioning trackpad and be able to avoid random unresponsive moments. Now we will setup the Brightness Keys. If you don't want to change the keys default behavior as F-Keys then don't bother with this step.&lt;br /&gt;
    cd scripts/setup/brightness&lt;br /&gt;
    ./brightness --help&lt;br /&gt;
This enables F6 and F7 to change screen brightness&lt;br /&gt;
    ./keyboard_led --help&lt;br /&gt;
This enables ALT-F6 and ALT-F7 to change keyboard brightness.&lt;br /&gt;
    ./setup.systemd.sh&lt;br /&gt;
This setups up these scripts as a service. At this point the easy stuff is done, last is the sound which is definitely the hardest part of the process.&lt;br /&gt;
&lt;br /&gt;
==== Setting up Sound  ====&lt;br /&gt;
Setting up sound can POSSIBLY be done via the sound script Raphael made but I rarely have luck with it. I still recommend doing it just to see if it works and to do some of the work for you, but its probably going to take doing each step separately. To run the script:&lt;br /&gt;
    cd linux-samus/scripts/setup/sound&lt;br /&gt;
    ./sound.sh&lt;br /&gt;
At this point you can try the speakers by clicking the PulseAudio tray icon and setting up the following:&lt;br /&gt;
* Default Server to (Numbers)unix:/run/user/1000/pulse/native&lt;br /&gt;
* Default Sink to bdw-rt677 Analog Stereo&lt;br /&gt;
* Volume Control/Output Devices/bdw-rt677 Analog Stereo and set to fallback and to the port you want to listen through (Headphones or Speakers).&lt;br /&gt;
Give this a test, if it works you lucked out! If not, then we need to follow the script steps manually. Most of this is verbatim from Raphael's Readme with a few tweaks in areas I got confused on or fixed something for Gallium Specifically. The first thing to do is to copy over the firmware files from the firmware directory to wherever your distribution installs firmware (/lib/firmware).After that open a add a default.conf file in /etc/modprobe.d containing the following line:&lt;br /&gt;
    options snd slots=snd_soc_sst_bdw_rt5677_mach,snd-hda-intel&lt;br /&gt;
SHUTDOWN and POWER BACK ON (Reboot doesn't seem to work 100% with Gallium) your computer and after that open a Terminal windows and type:&lt;br /&gt;
    aplay -l&lt;br /&gt;
Hopefully it should output:&lt;br /&gt;
    **** List of PLAYBACK Hardware Devices ****&lt;br /&gt;
    card 0: bdwrt5677 [bdw-rt5677], device 0: System Playback (*) []&lt;br /&gt;
      Subdevices: 1/1&lt;br /&gt;
      Subdevice #0: subdevice #0&lt;br /&gt;
    card 1: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]&lt;br /&gt;
      Subdevices: 1/1&lt;br /&gt;
      Subdevice #0: subdevice #0&lt;br /&gt;
    card 1: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]&lt;br /&gt;
      Subdevices: 1/1&lt;br /&gt;
      Subdevice #0: subdevice #0&lt;br /&gt;
    card 1: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]&lt;br /&gt;
      Subdevices: 1/1&lt;br /&gt;
      Subdevice #0: subdevice #0&lt;br /&gt;
If this doesn't show up check for errors through dmesg. At this point change directory to:&lt;br /&gt;
    cd linux-samus/scripts/setup/sound&lt;br /&gt;
After that type the command:&lt;br /&gt;
    ALSA_CONFIG_UCM=ucm/ alsaucm -c bdw-rt5677 set _verb HiFi&lt;br /&gt;
At this point we will have the speakers and headphones setup properly but we have a few more steps to get the mic working. Next you will be opening the PulseAudio config (default.pa) as root to load the mic modules located in:&lt;br /&gt;
    /etc/pulse/default.pa&lt;br /&gt;
You can also edit with commands:&lt;br /&gt;
    sudo mousepad /etc/pulse/default.pa&lt;br /&gt;
Add the lines above load-module module-udev-detect:&lt;br /&gt;
    load-module module-alsa-source device=hw:0,1&lt;br /&gt;
    load-module module-alsa-source device=hw:0,2&lt;br /&gt;
The guide recommends you just restart PulseAudio but I found it more consistent to just power down and back on. After that open Terminal again and run commands:&lt;br /&gt;
    cd linux-samus/scripts/setup/sound&lt;br /&gt;
    sudo alsactl restore --file alsa/asound.state&lt;br /&gt;
&lt;br /&gt;
WOO! We did it! At this point you may need to power down and back on one more time to get it to work but for me it worked right after the restore state command. If it still doesn't work check these steps again:&lt;br /&gt;
* Default Server to (Numbers)unix:/run/user/1000/pulse/native&lt;br /&gt;
* Default Sink to bdw-rt677 Analog Stereo&lt;br /&gt;
* Volume Control/Output Devices/bdw-rt677 Analog Stereo and set to fallback and to the port you want to listen through (Headphones or Speakers).&lt;br /&gt;
&lt;br /&gt;
=== Success ===&lt;br /&gt;
You now have GalliumOS installed. How cool is that?&lt;br /&gt;
&lt;br /&gt;
If you run into problems or have any questions, the awesome people at [https://kiwiirc.com/client/irc.freenode.net#galliumos #GalliumOS] are happy to help in any way they can. You can also post on [https://www.reddit.com/r/galliumos/ /r/galliumos]. &lt;br /&gt;
&lt;br /&gt;
=== Sources ===&lt;br /&gt;
https://www.reddit.com/r/GalliumOS/comments/47qeh0/pixel_setup_guide_for_gallium_os/&lt;br /&gt;
&lt;br /&gt;
https://galliumos.org/wiki/index.php?title=Installing/Preparing&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Hardware_Compatibility&amp;diff=691</id>
		<title>Hardware Compatibility</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Hardware_Compatibility&amp;diff=691"/>
				<updated>2016-02-27T00:53:58Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: /* GalliumOS Support by Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order to install and run GalliumOS, your ChromeOS device needs firmware with Legacy Boot capability. This feature is typically provided by [http://www.seabios.org/ SeaBIOS], and included in [http://coreboot.org coreboot].&lt;br /&gt;
&lt;br /&gt;
Some Chromebooks and Chromeboxes have Legacy Boot enabled in the default factory firmware. Other models require a firmware update to add or enable the feature, and unfortunately some models will not work at all.&lt;br /&gt;
&lt;br /&gt;
In general, ChromeOS devices fall into categories by the core architecture of their CPU:&lt;br /&gt;
&lt;br /&gt;
* '''Intel Haswell''', '''Broadwell''', '''Bay Trail''', and '''Sandy/Ivy Bridge''' Chromebooks and Chromeboxes are supported by GalliumOS&lt;br /&gt;
* '''Intel Braswell''' models are brand new and have not seen any testing at all yet&lt;br /&gt;
* '''Intel Pineview''' models are &amp;lt;span style=&amp;quot;color:#cc0000&amp;quot;&amp;gt;not supported&amp;lt;/span&amp;gt;: they do not ship with compatible firmware, and custom firmware is not presently available&lt;br /&gt;
* '''ARM''' models are &amp;lt;span style=&amp;quot;color:#cc0000&amp;quot;&amp;gt;not supported&amp;lt;/span&amp;gt;: they do not ship with compatible firmware, and custom firmware is not presently available&lt;br /&gt;
&lt;br /&gt;
The table below lists all ChromeOS devices ever produced, and the vital details regarding their ability to support GalliumOS. If you find any errors or omissions, please let us know!&lt;br /&gt;
&lt;br /&gt;
If you run into any issues not covered here, please check our [https://github.com/GalliumOS/galliumos-distro/issues issue tracker] and submit a bug report.&lt;br /&gt;
&lt;br /&gt;
Firmware updates for many devices are available from [https://johnlewis.ie/custom-chromebook-firmware/rom-download/ John Lewis] or [https://github.com/MattDevo/scripts Matt Devillier].&lt;br /&gt;
&lt;br /&gt;
Additionally, some devices can support dual-boot (GalliumOS alongside ChromeOS) either with stock firmware or with updated firmware. See [https://chrx.org/ chrx] for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!-- force footnote numbering the way I want it :) --&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Pineview&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;TextMode&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;HiDPI2560&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;SAMUS&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;PANTHER&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== GalliumOS Support by Model ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
| Sample Row&lt;br /&gt;
| WIP&lt;br /&gt;
| 1980&lt;br /&gt;
| 8088&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Y ℹ︎&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | ?&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;color:#cc0000;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Tested&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe26d&amp;quot; | Untested&lt;br /&gt;
|-&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Model&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Hardware ID&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Released&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Processor&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Supports GalliumOS?&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| … with factory firmware?&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| … with custom firmware?&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| … dual-boot with ChromeOS?&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| More Info&lt;br /&gt;
|-&lt;br /&gt;
| Acer AC700&lt;br /&gt;
| ZGB&lt;br /&gt;
| 2011&lt;br /&gt;
| Intel Pineview&amp;lt;ref name=&amp;quot;Pineview&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;Pineview&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Acer C7&lt;br /&gt;
| PARROT&lt;br /&gt;
| 2012&lt;br /&gt;
| Intel Sandy/Ivy Bridge&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Parrot|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Acer C710&lt;br /&gt;
| PARROT&lt;br /&gt;
| 2012&lt;br /&gt;
| Intel Sandy/Ivy Bridge&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Parrot|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Acer C720&lt;br /&gt;
| PEPPY&lt;br /&gt;
| 2013&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Peppy|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Acer C720P&lt;br /&gt;
| PEPPY&lt;br /&gt;
| 2013&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Peppy|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Acer C730&lt;br /&gt;
| GNAWTY&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Acer C910&lt;br /&gt;
| YUNA&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Broadwell&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Major issues:&amp;lt;br&amp;gt;text display&amp;lt;ref name=&amp;quot;TextMode&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook 11 C740&lt;br /&gt;
| PAINE&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Broadwell&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Tested&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Major issues:&amp;lt;br&amp;gt;text display&amp;lt;ref name=&amp;quot;TextMode&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook 11 (CB3-111)&lt;br /&gt;
| GNAWTY&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook 11 (CB3-131)&lt;br /&gt;
| GNAWTY&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook 13 C810&lt;br /&gt;
| (tbd)&lt;br /&gt;
| 2015&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook 13 (CB5-311)&lt;br /&gt;
| BIG&lt;br /&gt;
| 2014&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook 15 (CB3-531)&lt;br /&gt;
| BANJO&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook 15 (CB5-571)&lt;br /&gt;
| YUNA&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Broadwell&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Major issues:&amp;lt;br&amp;gt;text display&amp;lt;ref name=&amp;quot;TextMode&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook R11&lt;br /&gt;
| CYAN&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | ?&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | not yet (Dec&amp;amp;nbsp;2015)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebox CXI&lt;br /&gt;
| MCCLOUD&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Panther|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebox CXI2&lt;br /&gt;
| RIKKU&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Broadwell&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Major issues:&amp;lt;br&amp;gt;text display&amp;lt;ref name=&amp;quot;TextMode&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ASUS C200&lt;br /&gt;
| SQUAWKS&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| ASUS C201&lt;br /&gt;
| SPEEDY&lt;br /&gt;
| 2015&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| ASUS C300&lt;br /&gt;
| QUAWKS&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| ASUS Chromebox&lt;br /&gt;
| PANTHER&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Major issue:&amp;lt;br&amp;gt;USB init&amp;lt;ref name=&amp;quot;PANTHER&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Panther|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| ASUS Chromebox CN62&lt;br /&gt;
| GUADO&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Broadwell&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Major issues:&amp;lt;br&amp;gt;text display&amp;lt;ref name=&amp;quot;TextMode&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| ASUS Flip C100&lt;br /&gt;
| MINNIE&lt;br /&gt;
| 2015&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| CTL J2 Chromebook for Education&lt;br /&gt;
| JERRY&lt;br /&gt;
| 2015&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| CTL J4 Chromebook for Education&lt;br /&gt;
| JERRY&lt;br /&gt;
| 2015&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| CTL NL6 Education Chromebook&lt;br /&gt;
| ENGUARDE&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Dell Chromebook 11&lt;br /&gt;
| WOLF&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Dell Chromebook 11 (3120)&lt;br /&gt;
| CANDY&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Dell Chromebook 13&lt;br /&gt;
| LULU&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Broadwell&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Major issues:&amp;lt;br&amp;gt;text display&amp;lt;ref name=&amp;quot;TextMode&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update?&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Lulu|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Dell Chromebox&lt;br /&gt;
| TRICKY&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Panther|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Google Chromebook Pixel&lt;br /&gt;
| LINK&lt;br /&gt;
| 2013&lt;br /&gt;
| Intel Ivy Bridge&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | known issues, including HiDPI&amp;lt;ref name=&amp;quot;HiDPI2560&amp;quot;/&amp;gt;&amp;lt;br&amp;gt;custom build planned&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues?&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Google Chromebook Pixel&lt;br /&gt;
| SAMUS&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Broadwell&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues:&amp;lt;br&amp;gt;audio&amp;lt;ref name=&amp;quot;SAMUS&amp;quot;/&amp;gt;, HiDPI&amp;lt;ref name=&amp;quot;HiDPI2560&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Samus|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Google Cr-48&lt;br /&gt;
| MARIO&lt;br /&gt;
| 2011&lt;br /&gt;
| Intel Pineview&amp;lt;ref name=&amp;quot;Pineview&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;Pineview&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Haier Chromebook 11&lt;br /&gt;
| JAQ&lt;br /&gt;
| 2015&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Haier Chromebook 11 (edu)&lt;br /&gt;
| MIGHTY&lt;br /&gt;
| 2015&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Haier Chromebook 11 G2&lt;br /&gt;
| HELI&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | ?&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | not yet (Dec&amp;amp;nbsp;2015)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| HEXA Chromebook Pi&lt;br /&gt;
| EXPRESSO&lt;br /&gt;
| 2014&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| HiSense Chromebook 11&lt;br /&gt;
| JERRY&lt;br /&gt;
| 2015&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| HP Chromebook 11 G1&lt;br /&gt;
| SPRING&lt;br /&gt;
| 2013&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| HP Chromebook 11 G2&lt;br /&gt;
| SKATE&lt;br /&gt;
| 2013&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| HP Chromebook 11 G3&lt;br /&gt;
| KIP&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| HP Chromebook 11 G4&lt;br /&gt;
| KIP&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| HP Chromebook 14&lt;br /&gt;
| FALCO&lt;br /&gt;
| 2013&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| HP Chromebook 14 G3&lt;br /&gt;
| BLAZE&lt;br /&gt;
| 2014&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| HP Chromebook 14 G4&lt;br /&gt;
| KIP&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| HP Chromebox&lt;br /&gt;
| ZAKO&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Major issue:&amp;lt;br&amp;gt;USB init&amp;lt;ref name=&amp;quot;PANTHER&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| [[Installing/Panther|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| HP Pavilion Chromebook 14&lt;br /&gt;
| BUTTERFLY&lt;br /&gt;
| 2013&lt;br /&gt;
| Intel Sandy Bridge&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Probably&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| LG Chromebase&lt;br /&gt;
| MONROE&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Probably&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Probably&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo 100S Chromebook&lt;br /&gt;
| ORCO&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo N20 Chromebook&lt;br /&gt;
| CLAPPER&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo N20P Chromebook&lt;br /&gt;
| CLAPPER&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo N21 Chromebook&lt;br /&gt;
| ENGUARDE&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo ThinkCentre Chromebox&lt;br /&gt;
| TIDUS&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Broadwell&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Probably&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo ThinkPad Yoga&lt;br /&gt;
| GLIMMER&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo ThinkPad 11e Chromebook&lt;br /&gt;
| GLIMMER&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo X131e Chromebook&lt;br /&gt;
| STOUT&lt;br /&gt;
| 2013&lt;br /&gt;
| Intel Ivy Bridge&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Probably&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Samsung Chromebook&lt;br /&gt;
| SNOW&lt;br /&gt;
| 2012&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Samsung Chromebook 2 (XE500C12)&lt;br /&gt;
| WINKY&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [https://sites.google.com/site/winkychromebook/ Installation]&lt;br /&gt;
|-&lt;br /&gt;
| Samsung Chromebook 2 (XE503C12)&lt;br /&gt;
| PIT&lt;br /&gt;
| 2014&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Samsung Chromebook 2 (XE503C32)&lt;br /&gt;
| PI&lt;br /&gt;
| 2014&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Samsung Series 3 Chromebox&lt;br /&gt;
| STUMPY&lt;br /&gt;
| 2012&lt;br /&gt;
| Intel Sandy Bridge&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Probably&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Samsung Series 5&lt;br /&gt;
| ALEX&lt;br /&gt;
| 2011&lt;br /&gt;
| Intel Pineview&amp;lt;ref name=&amp;quot;Pineview&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;Pineview&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Samsung Series 5 550&lt;br /&gt;
| LUMPY&lt;br /&gt;
| 2012&lt;br /&gt;
| Intel Sandy Bridge&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Senkatel Edu&lt;br /&gt;
| ENGUARDE&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Toshiba Chromebook CB30&lt;br /&gt;
| LEON&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Toshiba Chromebook CB35&lt;br /&gt;
| LEON&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Toshiba Chromebook 2 CB30&lt;br /&gt;
| SWANKY&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Toshiba Chromebook 2 CB35&lt;br /&gt;
| SWANKY&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Toshiba Chromebook 2 CB35&lt;br /&gt;
| GANDOF&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Broadwell&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | possibly&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update?&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Model&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Hardware ID&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Released&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Processor&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Supports GalliumOS?&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| … with factory firmware?&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| … with custom firmware?&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| … dual-boot with ChromeOS?&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| More Info&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Pineview&amp;quot;&amp;gt;&lt;br /&gt;
'''Pineview''' models do not ship with compatible firmware, and custom firmware is not available at this time. See [[Support/Pineview]].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;&amp;gt;&lt;br /&gt;
'''Sandy/Ivy Bridge''' models, see [[Support/SandyIvy]].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Haswell&amp;quot;&amp;gt;&lt;br /&gt;
'''Haswell''' models are well-supported. See [[Support/Haswell]].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;&amp;gt;&lt;br /&gt;
'''Bay Trail''' models are well-supported in 1.0beta2 and later. See [[Support/BayTrail]].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;&amp;gt;&lt;br /&gt;
'''Broadwell''' models are well-supported. See [[Support/Broadwell]].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;ARM&amp;quot;&amp;gt;&lt;br /&gt;
'''ARM''' models do not ship with compatible firmware, and custom firmware is not available at this time. See [[Support/ARM]].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Braswell&amp;quot;&amp;gt;&lt;br /&gt;
'''Braswell''' models are new and '''not''' well-supported. See [[Support/Braswell]].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;TextMode&amp;quot;&amp;gt;'''Text Mode''':&lt;br /&gt;
The factory firmware of this model fails to display text-mode output, so messages printed to screen during the early boot process will be invisible. This can be functional, but very difficult to debug if problems arise. This bug will hopefully be patched in future firmware versions (either from the factory or via ChromeOS update); for now, custom firmware is the only resolution.&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;HiDPI2560&amp;quot;&amp;gt;'''HiDPI''':&lt;br /&gt;
This model has a 2560x1700 display. GalliumOS (Xfce, Gtk2, xfwm4) does not support HiDPI at this geometry, so display resolution will be limited.&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;SAMUS&amp;quot;&amp;gt;'''SAMUS'''&lt;br /&gt;
(Google Pixel, 2015) has known issues with [https://github.com/GalliumOS/galliumos-distro/issues/100 internal audio].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;PANTHER&amp;quot;&amp;gt;'''PANTHER/ZAKO'''&lt;br /&gt;
(ASUS Chromebox / 2014, HP Chromebox / 2014) have a broken factory legacy boot payload that fails to initialize the USB3 ports; custom firmware is the only resolution. See also [[Installing/Panther]].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;chrx&amp;quot;&amp;gt;'''Dual-Booting''' with ChromeOS is possible where the factory firmware supports SeaBIOS, or the custom firmware installs SeaBIOS without removing ChromeOS boot functionality. Currently, dual-boot systems must be installed with [https://chrx.org/ chrx].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Installing&amp;diff=690</id>
		<title>Installing</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Installing&amp;diff=690"/>
				<updated>2016-02-27T00:51:46Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: /* Specific Device Install Documents */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==  General Install Instructions ==&lt;br /&gt;
You have two possible options for installing GalliumOS:&lt;br /&gt;
# '''From an ISO image written to USB drive or SD card'''&amp;lt;br&amp;gt;This method works on '''most''' devices, and enables you to entirely replace ChromeOS on your internal SSD or HDD.&amp;lt;br&amp;gt;It also allows you to set up more complex configurations such as dual-booting alongside Windows or other Linux distributions.&lt;br /&gt;
# '''From the ChromeOS command-line using chrx'''&amp;lt;br&amp;gt;This method works on '''many''' devices, and will configure your device to dual-boot GalliumOS alongside ChromeOS.&lt;br /&gt;
&lt;br /&gt;
See [[Hardware Compatibility]] for the installation options available for your ChromeOS device model.&lt;br /&gt;
&lt;br /&gt;
=== Traditional ISO Install ===&lt;br /&gt;
&lt;br /&gt;
The traditional installer allows you to use your entire SSD or HDD for GalliumOS. You will need to use a USB flash drive or SD card. You can even boot the GalliumOS Live image to try out the features of GalliumOS before you decide to install!&lt;br /&gt;
&lt;br /&gt;
# Go to [[Installing/Preparing]] and get your Chromebook ready to run GalliumOS.&lt;br /&gt;
# Download a GalliumOS suitable for your device ISO from the [https://galliumos.org/download.html downloads page on GalliumOS.org]&lt;br /&gt;
# Write (or &amp;quot;burn&amp;quot;) the ISO to a USB flash drive or an SD card. Detailed instructions for this are at [[Installing/Creating Bootable USB]]&lt;br /&gt;
# Plug your USB flash drive or SD card into your Chromebook&lt;br /&gt;
# Reboot your Chromebook and boot from the USB flash drive or SD card.&lt;br /&gt;
## If you have installed custom firmware, press Esc at the BIOS screen and press 2 to boot from USB.&lt;br /&gt;
## If you have the scary white screen, press Ctrl+L.&lt;br /&gt;
# 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.&lt;br /&gt;
## You will have to press Ctrl+L every time your Chromebook boots up to access Gallium OS.&lt;br /&gt;
&lt;br /&gt;
=== chrx Installation ===&lt;br /&gt;
&lt;br /&gt;
GalliumOS is also installable on many ChromeOS devices via [https://chrx.org/ chrx], which allows you to dual-boot GalliumOS alongside ChromeOS. Check the [https://chrx.org/#compatibility chrx hardware compatibility list] to see if your device supports chrx, and whether any preparation steps are required.&lt;br /&gt;
&lt;br /&gt;
See [https://chrx.org#usage chrx installation instructions] for full details, but here's a quick overview:&lt;br /&gt;
&lt;br /&gt;
# Prepare your ChromeOS device&lt;br /&gt;
## Enable Developer Mode&lt;br /&gt;
## Install firmware feature update if required (some Broadwell devices only)&lt;br /&gt;
# Boot device into ChromeOS and configure networking; you do not need to log in&lt;br /&gt;
# Switch to a virtual terminal by pressing &amp;lt;code&amp;gt;CTRL+ALT+F2(top row right arrow)&amp;lt;/code&amp;gt;, then log in as user &amp;lt;code&amp;gt;chronos&amp;lt;/code&amp;gt; with no password&lt;br /&gt;
# Run chrx: &amp;lt;code&amp;gt;curl -O &amp;lt;nowiki&amp;gt;https://chrx.org/go&amp;lt;/nowiki&amp;gt; &amp;amp;&amp;amp; sh go -d galliumos&amp;lt;/code&amp;gt; (see [https://chrx.org/#options chrx docs] for additional options)&lt;br /&gt;
# Follow on-screen prompts to repartition your SSD and install GalliumOS. If this is the first time running chrx on this ChromeOS machine, chrx will reboot after the partitioning step and you will need to continue the installation by running chrx again with the same command line.&lt;br /&gt;
# After reboot, at the white &amp;quot;OS verification is OFF&amp;quot; screen, press &amp;lt;code&amp;gt;CTRL+L&amp;lt;/code&amp;gt; for GalliumOS, or &amp;lt;code&amp;gt;CTRL+D&amp;lt;/code&amp;gt; for ChromeOS&lt;br /&gt;
&lt;br /&gt;
== Specific Device Install Documents ==&lt;br /&gt;
Our community is also making in-depth install guides for certain devices. Below is a list.&lt;br /&gt;
* Acer&lt;br /&gt;
** [[Installing/Parrot|Parrot (Acer C710, Acer C7)]]&lt;br /&gt;
** [[Installing/Peppy|Peppy (Acer C720, Acer C720P)]]&lt;br /&gt;
* ASUS&lt;br /&gt;
** [[Installing/Panther|Panther (ASUS Chromebox 2014)]]&lt;br /&gt;
* Dell&lt;br /&gt;
** [[Installing/Lulu|Lulu (Dell Chromebook 13)]]&lt;br /&gt;
* Google&lt;br /&gt;
**[[Installing/Samus|Samus (Google Pixel 2015)]]&lt;br /&gt;
* HP&lt;br /&gt;
** [[Installing/Kip|Kip (HP Chromebook 11 G3, HP Chromebook 11 G4, HP Chromebook 14 G4)]]&lt;br /&gt;
__FORCETOC__&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Installing/Samus&amp;diff=689</id>
		<title>Installing/Samus</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Installing/Samus&amp;diff=689"/>
				<updated>2016-02-27T00:49:02Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: Installing GalliumOS on the Google Pixel 2015 (Samus)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing GalliumOS on the Google Pixel 2015 (Samus)  ==&lt;br /&gt;
&lt;br /&gt;
=== Download and Write GalliumOS to USB ===&lt;br /&gt;
# Download the appropriate iso from [https://galliumos.org/download.html here]. For this tutorial, you’ll need the Chromebook Broadwell ISO.&lt;br /&gt;
# Download Win32DiskImager from [[sourceforge:projects/win32diskimager/|SourceForge]] and install it. Linux/Mac users will use a terminal.&lt;br /&gt;
# Insert an empty USB drive (all data will be erased during the write process!). Run Win32DiskImager. Make sure you have the correct USB drive selected under “Device.” Click on the blue folder icon. On the bottom right you’ll see, Disk Images (*.img *.IMG). Click on it and change it to *.* Now you’ll be able to locate the GalliumOS iso. Locate it and double-click it. Making sure that you have the correct USB selected, click on “Write.” When the USB is ready, eject it and put it aside for when you’ll need it later in this tutorial.&lt;br /&gt;
# Linux/Mac users need to follow the instructions found [https://galliumos.org/wiki/index.php?title=Installing/Creating_Bootable_USB here].&lt;br /&gt;
&lt;br /&gt;
=== Backup data ===&lt;br /&gt;
If you have any data stored locally on the chromebook that you would like to keep, backup the data to either a USB drive or to Google Drive.  '''Enabling developer mode will wipe your device.'''&lt;br /&gt;
&lt;br /&gt;
=== Enable Developer Mode and Boot Flags ===&lt;br /&gt;
# Boot into recovery by press and hold the Esc + Refresh keys, then press the power button.&lt;br /&gt;
# At the Recovery screen press Ctrl-D. It will ask you to confirm by pressing the RECOVERY BUTTON again. It will now enable Developer Mode. It will take about 10-15 minutes to complete.  During this time, your chromebook will be wiped of all user data.&lt;br /&gt;
# You’ll see a white screen after rebooting. Press Ctrl-D and you’ll boot into ChromeOS with Developer Mode enabled.&lt;br /&gt;
# Connect to the Internet and accept the terms and agreements. You don’t have to login to ChromeOS using your account (you can if you want to, but I didn’t). Login as Guest and open up a Crosh session by pressing Ctrl-Alt-T. Type &amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt; and hit enter to open bash. The prompt should look like this: &amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
# Alternatively, ou can immediately press Ctrl+Alt+F2 to get to a TTY.&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo crossystem dev_boot_usb=1 dev_boot_legacy=1&amp;lt;/code&amp;gt; and hit enter.&lt;br /&gt;
&lt;br /&gt;
=== Boot from USB ===&lt;br /&gt;
# Reboot your Chromebook&lt;br /&gt;
# Press Ctrl-L at the scary white screen.&lt;br /&gt;
# Press the ESC key when you see the prompt to do so. You’ll now be in the boot menu.(If you don’t press ESC in time just reboot and do it again.)&lt;br /&gt;
# At the boot menu you’ll see your boot options. Select to boot from USB.&lt;br /&gt;
# You’ll now get the option to live boot or install GalliumOS. You want to live boot.&lt;br /&gt;
# Test GalliumOS. Explore until you’re sure everything works fine. If you decide to install GalliumOS (and why wouldn’t you?), don’t install it while you’re live booted. For some reason that didn’t work for me, and I had to do it over again. Instead, reboot and follow the above steps until you get to the live boot or install GalliumOS menu. Choose Install GalliumOS. There’ll be a few prompts during the installation process.&lt;br /&gt;
## Disclaimer:  From here on out once you install Gallium you will need to hit those keys after each reboot unless you are willing to open the Pixel and remove a Write Protect screw to allow you to disable that screen. Be aware you DON'T NEED TO DO THIS with that screw unless you don't want to hit those keys, the Pixel 2015 doesn't have the out of power glitch the original Pixel had and with the Developer Screen there it provides a very nice fail safe in case you severely screw up your install and want to move back to ChromeOS again.&lt;br /&gt;
&lt;br /&gt;
=== Installing GalliumOS ===&lt;br /&gt;
# Installing Gallium is the easiest albeit the most flexible part of this process. Run the installer located on the desktop of the Live USB environment and follow through the prompts with your preferences (I'd recommend connecting to the internet if you can and also selecting the Download Extra Software option) until you get to Partitioning portion. This can be highly subjective on how you want to setup this partitioning BUT for me this is what I went with:&lt;br /&gt;
## After that hit the Plus Icon. This will be your main partition where everything will be run from, you can set it to be the full size of the disk if you want with no issues since Gallium uses ZRam. Set it to be formated to &amp;quot;EXT4&amp;quot; and for the Mount point select &amp;quot;/&amp;quot;. Hit OK and give it a second to resize the partitions.&lt;br /&gt;
## After that hit next and a confirmation screen will ask for sure if you want to do this, select OK if you are.&lt;br /&gt;
# After that you will be prompted for Region, Keyboard, User name, yadayada you should know what to do here.&lt;br /&gt;
# At this point it will then install everything and prompt you to reboot. Reboot the unit and remove your install media at the prompt&lt;br /&gt;
&lt;br /&gt;
=== Post GalliumOS Install ===&lt;br /&gt;
&lt;br /&gt;
==== Update GalliumOS Packages ====&lt;br /&gt;
In terminal update the packages by executing the following command:&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt;&lt;br /&gt;
    &amp;lt;code&amp;gt;sudo apt-get dist-upgrade&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot the unit and once you get it up and running we will need to install a few things to get this started.&lt;br /&gt;
&lt;br /&gt;
==== Install Git ====&lt;br /&gt;
First we will need to install this, this is how you are going to build the kernel from Github where its hosted. Open a terminal window up and type:&lt;br /&gt;
    &amp;lt;code&amp;gt; sudo apt-get install git&amp;lt;/code&amp;gt;&lt;br /&gt;
This will bring up a long list of dependencies and files to install, just hit &amp;quot;y&amp;quot; and let it do its thing.&lt;br /&gt;
&lt;br /&gt;
==== Installing Kernel Source ====&lt;br /&gt;
Now for the Kernel work (thanks to Raphael, https://github.com/raphael/linux-samus). Open up a Terminal (it will start at /home/&amp;quot;Your Username&amp;quot; by default, so every command below is located in /home/&amp;quot;Your Username&amp;quot;/&amp;quot;cd command&amp;quot; as a reference for you) and Type:&lt;br /&gt;
    git clone https://github.com/raphael/linux-samus&lt;br /&gt;
This will start the download and compile of the Kernel, its a little less than 100,000 files so probably grab some coffee. Once that is done, navigate to the folder below or type:&lt;br /&gt;
    cd linux-samus/build/debian&lt;br /&gt;
After that install the kernel via:&lt;br /&gt;
    sudo dpkg -i *.deb&lt;br /&gt;
Now the kernel will be installed! For good measure to update grub, type:&lt;br /&gt;
    sudo update-grub&lt;br /&gt;
Now you should be able to reboot and once the unit comes back you should be able to use the touchpad far more effectively (still needs a little more configuring) and can start the final bits of setting up the sound, Xorg optimizations, and screen brightness key commands.&lt;br /&gt;
&lt;br /&gt;
==== XOrg and Touchpad Tweaks ====&lt;br /&gt;
I'll list the easy ones first, Xorg and touchpad tweaks. With Xorg you will need to type into terminal:&lt;br /&gt;
    cd linux-samus/scripts/setup/xorg&lt;br /&gt;
    ./xaccel.sh&lt;br /&gt;
There won't be any confirmation message, if you get an error message you will want to confirm you are in the correct directory. After that we will do the touchpad tweaks. First we need to enable an Atmel script first, after that we will be setting up up a service to run the script. This is because since Linux 4.3 the Atmel chip needs to be reset on boot to guarantee that the touchpad works. First you will enter:&lt;br /&gt;
    cd linux-samus/scripts/setup/touchpad&lt;br /&gt;
    ./enable-atmel.sh&lt;br /&gt;
After that you will want to run the systemd script:&lt;br /&gt;
    ./setup.systemd.sh&lt;br /&gt;
At this point you should have a fully functioning trackpad and be able to avoid random unresponsive moments. Now we will setup the Brightness Keys. If you don't want to change the keys default behavior as F-Keys then don't bother with this step.&lt;br /&gt;
    cd scripts/setup/brightness&lt;br /&gt;
    ./brightness --help&lt;br /&gt;
This enables F6 and F7 to change screen brightness&lt;br /&gt;
    ./keyboard_led --help&lt;br /&gt;
This enables ALT-F6 and ALT-F7 to change keyboard brightness.&lt;br /&gt;
    ./setup.systemd.sh&lt;br /&gt;
This setups up these scripts as a service. At this point the easy stuff is done, last is the sound which is definitely the hardest part of the process.&lt;br /&gt;
&lt;br /&gt;
==== Setting up Sound  ====&lt;br /&gt;
Setting up sound can POSSIBLY be done via the sound script Raphael made but I rarely have luck with it. I still recommend doing it just to see if it works and to do some of the work for you, but its probably going to take doing each step separately. To run the script:&lt;br /&gt;
    cd linux-samus/scripts/setup/sound&lt;br /&gt;
    ./sound.sh&lt;br /&gt;
At this point you can try the speakers by clicking the PulseAudio tray icon and setting up the following:&lt;br /&gt;
Default Server to (Numbers)unix:/run/user/1000/pulse/native&lt;br /&gt;
Default Sink to bdw-rt677 Analog Stereo&lt;br /&gt;
Volume Control/Output Devices/bdw-rt677 Analog Stereo and set to fallback and to the port you want to listen through (Headphones or Speakers).&lt;br /&gt;
Give this a test, if it works you lucked out! If not, then we need to follow the script steps manually. Most of this is verbatim from Raphael's Readme with a few tweaks in areas I got confused on or fixed something for Gallium Specifically. The first thing to do is to copy over the firmware files from the firmware directory to wherever your distribution installs firmware (/lib/firmware).After that open a add a default.conf file in /etc/modprobe.d containing the following line:&lt;br /&gt;
    options snd slots=snd_soc_sst_bdw_rt5677_mach,snd-hda-intel&lt;br /&gt;
SHUTDOWN and POWER BACK ON (Reboot doesn't seem to work 100% with Gallium) your computer and after that open a Terminal windows and type:&lt;br /&gt;
    aplay -l&lt;br /&gt;
Hopefully it should output:&lt;br /&gt;
    **** List of PLAYBACK Hardware Devices ****&lt;br /&gt;
    card 0: bdwrt5677 [bdw-rt5677], device 0: System Playback (*) []&lt;br /&gt;
      Subdevices: 1/1&lt;br /&gt;
      Subdevice #0: subdevice #0&lt;br /&gt;
    card 1: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]&lt;br /&gt;
      Subdevices: 1/1&lt;br /&gt;
      Subdevice #0: subdevice #0&lt;br /&gt;
    card 1: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]&lt;br /&gt;
      Subdevices: 1/1&lt;br /&gt;
      Subdevice #0: subdevice #0&lt;br /&gt;
    card 1: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]&lt;br /&gt;
      Subdevices: 1/1&lt;br /&gt;
      Subdevice #0: subdevice #0&lt;br /&gt;
If this doesn't show up check for errors through dmesg. At this point change directory to:&lt;br /&gt;
    cd linux-samus/scripts/setup/sound&lt;br /&gt;
After that type the command:&lt;br /&gt;
    ALSA_CONFIG_UCM=ucm/ alsaucm -c bdw-rt5677 set _verb HiFi&lt;br /&gt;
At this point we will have the speakers and headphones setup properly but we have a few more steps to get the mic working. Next you will be opening the PulseAudio config (default.pa) as root to load the mic modules located in:&lt;br /&gt;
    /etc/pulse/default.pa&lt;br /&gt;
You can also edit with commands:&lt;br /&gt;
    sudo mousepad /etc/pulse/default.pa&lt;br /&gt;
Add the lines above load-module module-udev-detect:&lt;br /&gt;
    load-module module-alsa-source device=hw:0,1&lt;br /&gt;
    load-module module-alsa-source device=hw:0,2&lt;br /&gt;
The guide recommends you just restart PulseAudio but I found it more consistent to just power down and back on. After that open Terminal again and run commands:&lt;br /&gt;
    cd linux-samus/scripts/setup/sound&lt;br /&gt;
    sudo alsactl restore --file alsa/asound.state&lt;br /&gt;
&lt;br /&gt;
WOO! We did it! At this point you may need to power down and back on one more time to get it to work but for me it worked right after the restore state command. If it still doesn't work check these steps again:&lt;br /&gt;
# Default Server to (Numbers)unix:/run/user/1000/pulse/native&lt;br /&gt;
# Default Sink to bdw-rt677 Analog Stereo&lt;br /&gt;
# Volume Control/Output Devices/bdw-rt677 Analog Stereo and set to fallback and to the port you want to listen through (Headphones or Speakers).&lt;br /&gt;
&lt;br /&gt;
=== Success ===&lt;br /&gt;
You now have GalliumOS installed. How cool is that?&lt;br /&gt;
&lt;br /&gt;
If you run into problems or have any questions, the awesome people at [https://kiwiirc.com/client/irc.freenode.net#galliumos #GalliumOS] are happy to help in any way they can. You can also post on [https://www.reddit.com/r/galliumos/ /r/galliumos]. &lt;br /&gt;
&lt;br /&gt;
=== Sources ===&lt;br /&gt;
https://www.reddit.com/r/GalliumOS/comments/47qeh0/pixel_setup_guide_for_gallium_os/&lt;br /&gt;
&lt;br /&gt;
https://galliumos.org/wiki/index.php?title=Installing/Preparing&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Installing/Lulu&amp;diff=688</id>
		<title>Installing/Lulu</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Installing/Lulu&amp;diff=688"/>
				<updated>2016-02-27T00:02:00Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing GalliumOS on the Dell Chromebook 13 7310 (Lulu) ==&lt;br /&gt;
This tutorial is written in sections. It's easier to follow and manage this way. (This tutorial does NOT explain how to dual boot ChromeOS and GalliumOS.)&lt;br /&gt;
&lt;br /&gt;
=== Download and Write GalliumOS to USB ===&lt;br /&gt;
# Download the appropriate iso from [https://galliumos.org/download.html here]. For this tutorial, you’ll need the Chromebook Broadwell ISO.&lt;br /&gt;
# Download Win32DiskImager from [[sourceforge:projects/win32diskimager/|SourceForge]] and install it. Linux/Mac users will use a terminal.&lt;br /&gt;
# Insert an empty USB drive (all data will be erased during the write process!). Run Win32DiskImager. Make sure you have the correct USB drive selected under “Device.” Click on the blue folder icon. On the bottom right you’ll see, Disk Images (*.img *.IMG). Click on it and change it to *.* Now you’ll be able to locate the GalliumOS iso. Locate it and double-click it. Making sure that you have the correct USB selected, click on “Write.” When the USB is ready, eject it and put it aside for when you’ll need it later in this tutorial.&lt;br /&gt;
# Linux/Mac users need to follow the instructions found [https://galliumos.org/wiki/index.php?title=Installing/Creating_Bootable_USB here].&lt;br /&gt;
&lt;br /&gt;
=== Backup data ===&lt;br /&gt;
If you have any data stored locally on the chromebook that you would like to keep, backup the data to either a USB drive or to Google Drive.  '''Enabling developer mode will wipe your device.'''&lt;br /&gt;
&lt;br /&gt;
=== Enable Developer Mode and Boot Flags ===&lt;br /&gt;
# Boot into recovery by press and hold the Esc + Refresh keys, then press the power button.&lt;br /&gt;
# At the Recovery screen press Ctrl-D. It will ask you to confirm by pressing the RECOVERY BUTTON again. It will now enable Developer Mode. It will take about 10-15 minutes to complete.  During this time, your chromebook will be wiped of all user data.&lt;br /&gt;
# You’ll see a white screen after rebooting. Press Ctrl-D and you’ll boot into ChromeOS with Developer Mode enabled.&lt;br /&gt;
# Connect to the Internet and accept the terms and agreements. You don’t have to login to ChromeOS using your account (you can if you want to, but I didn’t). Login as Guest and open up a Crosh session by pressing Ctrl-Alt-T. Type &amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt; and hit enter to open bash. The prompt should look like this: &amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo crossystem dev_boot_usb=1 dev_boot_legacy=1&amp;lt;/code&amp;gt; and hit enter.&lt;br /&gt;
&lt;br /&gt;
=== Run John Lewis's script ===&lt;br /&gt;
You’re now ready to flash your Chromebook.&lt;br /&gt;
# In the same shell screen where you enabled the boot flags, enter the following command:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;cd; rm -f flash_chromebook_rom.sh; curl -L -O https://johnlewis.ie/flash_chromebook_rom.sh; sudo -E bash flash_chromebook_rom.sh&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
## Visit this [https://johnlewis.ie/custom-chromebook-firmware/rom-download/ page] &lt;br /&gt;
# Go to the next step when the flashing is done.&lt;br /&gt;
&lt;br /&gt;
=== Install/Upgrade the SSD Drive ===&lt;br /&gt;
If you are contemplating upgrading your SSD before installing GalliumOS, here is how you do it:&lt;br /&gt;
* [[Hardware/Lulu/SSD|Upgrade SSD on Dell Chromebook 13 7310 (Lulu)]]&lt;br /&gt;
&lt;br /&gt;
=== Boot from USB ===&lt;br /&gt;
# Reboot your Chromebook&lt;br /&gt;
# Press Ctrl-L at the scary white screen.&lt;br /&gt;
# Press the ESC key when you see the prompt to do so. You’ll now be in the boot menu.(If you don’t press ESC in time just reboot and do it again.)&lt;br /&gt;
# At the boot menu you’ll see your boot options. Select to boot from USB.&lt;br /&gt;
# You’ll now get the option to live boot or install GalliumOS. You want to live boot.&lt;br /&gt;
# Test GalliumOS. Explore until you’re sure everything works fine. If you decide to install GalliumOS (and why wouldn’t you?), don’t install it while you’re live booted. For some reason that didn’t work for me, and I had to do it over again. Instead, reboot and follow the above steps until you get to the live boot or install GalliumOS menu. Choose Install GalliumOS. There’ll be a few prompts during the installation process.&lt;br /&gt;
&lt;br /&gt;
=== Success ===&lt;br /&gt;
You now have GalliumOS installed. How cool is that?&lt;br /&gt;
&lt;br /&gt;
If you run into problems or have any questions, the awesome people at [https://kiwiirc.com/client/irc.freenode.net#galliumos #GalliumOS] are happy to help in any way they can. You can also post on [https://www.reddit.com/r/galliumos/ /r/galliumos]. &lt;br /&gt;
&lt;br /&gt;
=== Sources ===&lt;br /&gt;
https://johnlewis.ie/custom-chromebook-firmware/rom-download/&lt;br /&gt;
&lt;br /&gt;
https://galliumos.org/wiki/index.php?title=Installing/Preparing&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Installing&amp;diff=687</id>
		<title>Installing</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Installing&amp;diff=687"/>
				<updated>2016-02-26T23:57:29Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: /* Specific Device Install Documents */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==  General Install Instructions ==&lt;br /&gt;
You have two possible options for installing GalliumOS:&lt;br /&gt;
# '''From an ISO image written to USB drive or SD card'''&amp;lt;br&amp;gt;This method works on '''most''' devices, and enables you to entirely replace ChromeOS on your internal SSD or HDD.&amp;lt;br&amp;gt;It also allows you to set up more complex configurations such as dual-booting alongside Windows or other Linux distributions.&lt;br /&gt;
# '''From the ChromeOS command-line using chrx'''&amp;lt;br&amp;gt;This method works on '''many''' devices, and will configure your device to dual-boot GalliumOS alongside ChromeOS.&lt;br /&gt;
&lt;br /&gt;
See [[Hardware Compatibility]] for the installation options available for your ChromeOS device model.&lt;br /&gt;
&lt;br /&gt;
=== Traditional ISO Install ===&lt;br /&gt;
&lt;br /&gt;
The traditional installer allows you to use your entire SSD or HDD for GalliumOS. You will need to use a USB flash drive or SD card. You can even boot the GalliumOS Live image to try out the features of GalliumOS before you decide to install!&lt;br /&gt;
&lt;br /&gt;
# Go to [[Installing/Preparing]] and get your Chromebook ready to run GalliumOS.&lt;br /&gt;
# Download a GalliumOS suitable for your device ISO from the [https://galliumos.org/download.html downloads page on GalliumOS.org]&lt;br /&gt;
# Write (or &amp;quot;burn&amp;quot;) the ISO to a USB flash drive or an SD card. Detailed instructions for this are at [[Installing/Creating Bootable USB]]&lt;br /&gt;
# Plug your USB flash drive or SD card into your Chromebook&lt;br /&gt;
# Reboot your Chromebook and boot from the USB flash drive or SD card.&lt;br /&gt;
## If you have installed custom firmware, press Esc at the BIOS screen and press 2 to boot from USB.&lt;br /&gt;
## If you have the scary white screen, press Ctrl+L.&lt;br /&gt;
# 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.&lt;br /&gt;
## You will have to press Ctrl+L every time your Chromebook boots up to access Gallium OS.&lt;br /&gt;
&lt;br /&gt;
=== chrx Installation ===&lt;br /&gt;
&lt;br /&gt;
GalliumOS is also installable on many ChromeOS devices via [https://chrx.org/ chrx], which allows you to dual-boot GalliumOS alongside ChromeOS. Check the [https://chrx.org/#compatibility chrx hardware compatibility list] to see if your device supports chrx, and whether any preparation steps are required.&lt;br /&gt;
&lt;br /&gt;
See [https://chrx.org#usage chrx installation instructions] for full details, but here's a quick overview:&lt;br /&gt;
&lt;br /&gt;
# Prepare your ChromeOS device&lt;br /&gt;
## Enable Developer Mode&lt;br /&gt;
## Install firmware feature update if required (some Broadwell devices only)&lt;br /&gt;
# Boot device into ChromeOS and configure networking; you do not need to log in&lt;br /&gt;
# Switch to a virtual terminal by pressing &amp;lt;code&amp;gt;CTRL+ALT+F2(top row right arrow)&amp;lt;/code&amp;gt;, then log in as user &amp;lt;code&amp;gt;chronos&amp;lt;/code&amp;gt; with no password&lt;br /&gt;
# Run chrx: &amp;lt;code&amp;gt;curl -O &amp;lt;nowiki&amp;gt;https://chrx.org/go&amp;lt;/nowiki&amp;gt; &amp;amp;&amp;amp; sh go -d galliumos&amp;lt;/code&amp;gt; (see [https://chrx.org/#options chrx docs] for additional options)&lt;br /&gt;
# Follow on-screen prompts to repartition your SSD and install GalliumOS. If this is the first time running chrx on this ChromeOS machine, chrx will reboot after the partitioning step and you will need to continue the installation by running chrx again with the same command line.&lt;br /&gt;
# After reboot, at the white &amp;quot;OS verification is OFF&amp;quot; screen, press &amp;lt;code&amp;gt;CTRL+L&amp;lt;/code&amp;gt; for GalliumOS, or &amp;lt;code&amp;gt;CTRL+D&amp;lt;/code&amp;gt; for ChromeOS&lt;br /&gt;
&lt;br /&gt;
== Specific Device Install Documents ==&lt;br /&gt;
Our community is also making in-depth install guides for certain devices. Below is a list.&lt;br /&gt;
* Acer&lt;br /&gt;
** [[Installing/Parrot|Parrot (Acer C710, Acer C7)]]&lt;br /&gt;
** [[Installing/Peppy|Peppy (Acer C720, Acer C720P)]]&lt;br /&gt;
* ASUS&lt;br /&gt;
** [[Installing/Panther|Panther (ASUS Chromebox 2014)]]&lt;br /&gt;
* Dell&lt;br /&gt;
** [[Installing/Lulu|Lulu (Dell Chromebook 13)]]&lt;br /&gt;
* Google&lt;br /&gt;
**[[Installing/Link|Link (Google Pixel 2013)]]&lt;br /&gt;
**[[Installing/Samus|Samus (Google Pixel 2015)]]&lt;br /&gt;
* HP&lt;br /&gt;
** [[Installing/Kip|Kip (HP Chromebook 11 G3, HP Chromebook 11 G4, HP Chromebook 14 G4)]]&lt;br /&gt;
__FORCETOC__&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=676</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=676"/>
				<updated>2016-02-25T15:59:42Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop/Productivity ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo dpkg -i google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt-get -f install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The last step is necessary to finish installing some additional package dependencies: &amp;lt;code&amp;gt;libappindicator1 libdbusmenu-gtk4 libindicator7&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- OLD WAY&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
rm linux_signing_key.pub&lt;br /&gt;
sudo sed -i '/chrome\/deb/d' /etc/apt/sources.list&lt;br /&gt;
EO OLD WAY --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration ===&lt;br /&gt;
&lt;br /&gt;
* Install the software&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Next, add yourself to the Linux group ''fuse'' so you can mount Google Drive without root.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo usermod -a -G fuse &amp;lt;user_name&amp;gt;&lt;br /&gt;
 exec su -l $USER&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
* Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check if Google Drive is mounted by performing:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mount&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also check how much space you have left:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 df&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to unmount, simply run&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To mount Google Drive at startup, set the following command to run at boot with Session and Startup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. The streaming larger files parameter is perfect for large videos and movies. For more information, check out gdfuse on GitHub.&lt;br /&gt;
&lt;br /&gt;
Adapted from: http://xmodulo.com/mount-google-drive-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install skype&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: https://help.ubuntu.com/community/Skype&lt;br /&gt;
&lt;br /&gt;
See also: https://www.skype.com/en/download-skype/skype-for-linux/&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. These instructions are verified on a fresh install of 1.0beta2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository ppa:ubuntu-wine/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install wine1.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt-get install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Backup / Administration ==&lt;br /&gt;
&lt;br /&gt;
=== grsync ===&lt;br /&gt;
Graphical lightweight version of rsync to back up data between drives&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt install grsync&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== aptik ===&lt;br /&gt;
Backup APT sources/repository data&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-add-repository -y ppa:teejee2008/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install aptik&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== OpenVPN ===&lt;br /&gt;
Install the following two packages to get OpenVPN connectivity with your favorite VPN service.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install openvpn network-manager-openvpn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
These have been discussed, but are not presently candidates for inclusion in the default installation. They might be of special interest, might have important caveats, or might be the unchosen of other options. Presented here for convenience.&lt;br /&gt;
&lt;br /&gt;
==== Hardware temperature monitor ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-sensors-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories. '''WARNING:''' Do '''not''' select &amp;lt;code&amp;gt;tacos&amp;lt;/code&amp;gt;. It will crash your desktop.&lt;br /&gt;
&lt;br /&gt;
==== Clipboard Manager ====&lt;br /&gt;
* &amp;lt;code&amp;gt;clipit&amp;lt;/code&amp;gt; from Ubuntu repositories. Developer homepage is missing. Be conscious of the security implications of all clipboard managers.&lt;br /&gt;
&lt;br /&gt;
==== Video Player ====&lt;br /&gt;
* https://mpv.io/ Lightweight, but very minimal UI&lt;br /&gt;
* &amp;lt;code&amp;gt;smplayer&amp;lt;/code&amp;gt; from Ubuntu repositories. Lightweight.&lt;br /&gt;
&lt;br /&gt;
==== Screen Recorder ====&lt;br /&gt;
* &amp;lt;code&amp;gt;kazam&amp;lt;/code&amp;gt; from Ubuntu repositories. Alternative to &amp;lt;code&amp;gt;simplescreenrecorder&amp;lt;/code&amp;gt;, above. See https://apps.ubuntu.com/cat/applications/kazam/ for more info.&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=675</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=675"/>
				<updated>2016-02-25T15:45:41Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop/Productivity ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo dpkg -i google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt-get -f install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The last step is necessary to finish installing some additional package dependencies: &amp;lt;code&amp;gt;libappindicator1 libdbusmenu-gtk4 libindicator7&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- OLD WAY&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
rm linux_signing_key.pub&lt;br /&gt;
sudo sed -i '/chrome\/deb/d' /etc/apt/sources.list&lt;br /&gt;
EO OLD WAY --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration ===&lt;br /&gt;
&lt;br /&gt;
* Install the software&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Next, add yourself to the Linux group ''fuse'' so you can mount Google Drive without root.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo usermod -a -G fuse &amp;lt;user_name&amp;gt;&lt;br /&gt;
 exec su -l $USER&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
* Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check if Google Drive is mounted by performing:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mount&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also check how much space you have left:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 df&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to unmount, simply run&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To mount Google Drive at startup, set the following command to run at boot with Session and Startup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. The streaming larger files parameter is perfect for large videos and movies. For more information, check out gdfuse on GitHub.&lt;br /&gt;
&lt;br /&gt;
Adapted from: http://xmodulo.com/mount-google-drive-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install skype&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: https://help.ubuntu.com/community/Skype&lt;br /&gt;
&lt;br /&gt;
See also: https://www.skype.com/en/download-skype/skype-for-linux/&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. These instructions are verified on a fresh install of 1.0beta2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository ppa:ubuntu-wine/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install wine1.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt-get install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Backup / Administration ==&lt;br /&gt;
&lt;br /&gt;
=== grsync ===&lt;br /&gt;
Graphical lightweight version of rsync to back up data between drives&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt install grsync&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== aptik ===&lt;br /&gt;
Backup APT sources/repository data&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-add-repository -y ppa:teejee2008/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install aptik&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
These have been discussed, but are not presently candidates for inclusion in the default installation. They might be of special interest, might have important caveats, or might be the unchosen of other options. Presented here for convenience.&lt;br /&gt;
&lt;br /&gt;
==== Hardware temperature monitor ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-sensors-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories. '''WARNING:''' Do '''not''' select &amp;lt;code&amp;gt;tacos&amp;lt;/code&amp;gt;. It will crash your desktop.&lt;br /&gt;
&lt;br /&gt;
==== Clipboard Manager ====&lt;br /&gt;
* &amp;lt;code&amp;gt;clipit&amp;lt;/code&amp;gt; from Ubuntu repositories. Developer homepage is missing. Be conscious of the security implications of all clipboard managers.&lt;br /&gt;
&lt;br /&gt;
==== Video Player ====&lt;br /&gt;
* https://mpv.io/ Lightweight, but very minimal UI&lt;br /&gt;
* &amp;lt;code&amp;gt;smplayer&amp;lt;/code&amp;gt; from Ubuntu repositories. Lightweight.&lt;br /&gt;
&lt;br /&gt;
==== Screen Recorder ====&lt;br /&gt;
* &amp;lt;code&amp;gt;kazam&amp;lt;/code&amp;gt; from Ubuntu repositories. Alternative to &amp;lt;code&amp;gt;simplescreenrecorder&amp;lt;/code&amp;gt;, above. See https://apps.ubuntu.com/cat/applications/kazam/ for more info.&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Hardware/Lulu/SSD&amp;diff=657</id>
		<title>Hardware/Lulu/SSD</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Hardware/Lulu/SSD&amp;diff=657"/>
				<updated>2016-02-20T21:26:22Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing GalliumOS on the Dell Chromebook 13 7310 (Lulu) ==&lt;br /&gt;
This tutorial is written to describe how to upgrade the SSD in your Dell Chromebook 13.&lt;br /&gt;
&lt;br /&gt;
=== Create ChromeOS Recovery Image/USB ===&lt;br /&gt;
''Note:  This step is not needed if you are planning to install GalliumOS on the new SSD.''&lt;br /&gt;
* https://support.google.com/chromebook/answer/6002417?hl=en&lt;br /&gt;
 &lt;br /&gt;
=== Install the new SSD ===&lt;br /&gt;
# Power off the chromebook completely; disconnect the AC power.&lt;br /&gt;
# Close the laptop and flip the laptop over exposing the bottom of the laptop.&lt;br /&gt;
# Count the number of screws on the bottom of the laptop.  There should be eleven.&lt;br /&gt;
# Un-screw all 11 screws with a small screwdriver.  Note the location of each screw.&lt;br /&gt;
# At the top of the laptop, gently pry the back cover off at the hinge with your barehand/fingernails.  It should come off fairly easily.  Set the laptop down carefully.&lt;br /&gt;
# Note the screw holding the SSD drive.   Carefully un-screw the screw and place the screw in a safe spot.&lt;br /&gt;
# Gently pull the exsiting SSD out of it's slot.&lt;br /&gt;
# Gently install the SSD.   Place the screw back in it's location securing the SSD.  Do not overtighten.&lt;br /&gt;
# Re-attach the bottom cover to Chromebook starting with the bottom of the frame.  It should just snap back in.&lt;br /&gt;
# Screw in all eleven screws.  Make sure they are tight.&lt;br /&gt;
&lt;br /&gt;
=== Success ===&lt;br /&gt;
Power on the chromebook and either restore ChromeOS using your recovery USB drive or install GalliumOS&lt;br /&gt;
* [[Installing/Lulu|Lulu (Dell Chromebook 13)]]&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Hardware/Lulu/SSD&amp;diff=656</id>
		<title>Hardware/Lulu/SSD</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Hardware/Lulu/SSD&amp;diff=656"/>
				<updated>2016-02-20T21:25:55Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing GalliumOS on the Dell Chromebook 13 7310 (Lulu) ==&lt;br /&gt;
This tutorial is written to describe how to upgrade the SSD in your Dell Chromebook 13.&lt;br /&gt;
&lt;br /&gt;
=== Create ChromeOS Recovery Image/USB ===&lt;br /&gt;
''Note:  This step is not needed if you are planning to install GalliumOS on the new SSD.''&lt;br /&gt;
&lt;br /&gt;
Create a Chromebook Recovery USB drive&lt;br /&gt;
* https://support.google.com/chromebook/answer/6002417?hl=en&lt;br /&gt;
 &lt;br /&gt;
=== Install the new SSD ===&lt;br /&gt;
# Power off the chromebook completely; disconnect the AC power.&lt;br /&gt;
# Close the laptop and flip the laptop over exposing the bottom of the laptop.&lt;br /&gt;
# Count the number of screws on the bottom of the laptop.  There should be eleven.&lt;br /&gt;
# Un-screw all 11 screws with a small screwdriver.  Note the location of each screw.&lt;br /&gt;
# At the top of the laptop, gently pry the back cover off at the hinge with your barehand/fingernails.  It should come off fairly easily.  Set the laptop down carefully.&lt;br /&gt;
# Note the screw holding the SSD drive.   Carefully un-screw the screw and place the screw in a safe spot.&lt;br /&gt;
# Gently pull the exsiting SSD out of it's slot.&lt;br /&gt;
# Gently install the SSD.   Place the screw back in it's location securing the SSD.  Do not overtighten.&lt;br /&gt;
# Re-attach the bottom cover to Chromebook starting with the bottom of the frame.  It should just snap back in.&lt;br /&gt;
# Screw in all eleven screws.  Make sure they are tight.&lt;br /&gt;
&lt;br /&gt;
=== Success ===&lt;br /&gt;
Power on the chromebook and either restore ChromeOS using your recovery USB drive or install GalliumOS&lt;br /&gt;
* [[Installing/Lulu|Lulu (Dell Chromebook 13)]]&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Hardware/Lulu/SSD&amp;diff=655</id>
		<title>Hardware/Lulu/SSD</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Hardware/Lulu/SSD&amp;diff=655"/>
				<updated>2016-02-20T21:07:28Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing GalliumOS on the Dell Chromebook 13 7310 (Lulu) ==&lt;br /&gt;
This tutorial is written to describe how to upgrade the SSD in your Dell Chromebook 13.&lt;br /&gt;
&lt;br /&gt;
=== Create ChromeOS Recovery Image/USB ===&lt;br /&gt;
''Note:  This step is not needed if you are planning to install GalliumOS on the new SSD.''&lt;br /&gt;
&lt;br /&gt;
# In Chrome, navigate to '''chrome://imageburner'''&lt;br /&gt;
# Insert a blank USB drive and follow the on-screen instructions&lt;br /&gt;
# When finished, power off the chromebook&lt;br /&gt;
 &lt;br /&gt;
=== Install the new SSD ===&lt;br /&gt;
# Power off the chromebook completely; disconnect the AC power.&lt;br /&gt;
# Close the laptop and flip the laptop over exposing the bottom of the laptop.&lt;br /&gt;
# Count the number of screws on the bottom of the laptop.  There should be eleven.&lt;br /&gt;
# Un-screw all 11 screws with a small screwdriver.  Note the location of each screw.&lt;br /&gt;
# At the top of the laptop, gently pry the back cover off at the hinge with your barehand/fingernails.  It should come off fairly easily.  Set the laptop down carefully.&lt;br /&gt;
# Note the screw holding the SSD drive.   Carefully un-screw the screw and place the screw in a safe spot.&lt;br /&gt;
# Gently pull the exsiting SSD out of it's slot.&lt;br /&gt;
# Gently install the SSD.   Place the screw back in it's location securing the SSD.  Do not overtighten.&lt;br /&gt;
# Re-attach the bottom cover to Chromebook starting with the bottom of the frame.  It should just snap back in.&lt;br /&gt;
# Screw in all eleven screws.  Make sure they are tight.&lt;br /&gt;
&lt;br /&gt;
=== Success ===&lt;br /&gt;
Power on the chromebook and either restore ChromeOS using your recovery USB drive or install GalliumOS&lt;br /&gt;
* [[Installing/Lulu|Lulu (Dell Chromebook 13)]]&lt;br /&gt;
&lt;br /&gt;
=== Sources ===&lt;br /&gt;
How To Create a Chromebook Recovery Image&lt;br /&gt;
* http://www.omgchrome.com/how-to-recover-your-chrome-device/&lt;br /&gt;
&lt;br /&gt;
Creating Chromebook Recovery USB&lt;br /&gt;
* https://support.google.com/chromebook/answer/6002417?hl=en&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Installing/Lulu&amp;diff=647</id>
		<title>Installing/Lulu</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Installing/Lulu&amp;diff=647"/>
				<updated>2016-02-20T20:37:53Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing GalliumOS on the Dell Chromebook 13 7310 (Lulu) ==&lt;br /&gt;
This tutorial is written in sections. It's easier to follow and manage this way. (This tutorial does NOT explain how to dual boot ChromeOS and GalliumOS.)&lt;br /&gt;
&lt;br /&gt;
=== Download and Write GalliumOS to USB ===&lt;br /&gt;
# Download the appropriate iso from [https://galliumos.org/download.html here]. For this tutorial, you’ll need the Chromebox Broadwell ISO.&lt;br /&gt;
# Download Win32DiskImager from [[sourceforge:projects/win32diskimager/|SourceForge]] and install it. Linux/Mac users will use a terminal.&lt;br /&gt;
# Insert an empty USB drive (all data will be erased during the write process!). Run Win32DiskImager. Make sure you have the correct USB drive selected under “Device.” Click on the blue folder icon. On the bottom right you’ll see, Disk Images (*.img *.IMG). Click on it and change it to *.* Now you’ll be able to locate the GalliumOS iso. Locate it and double-click it. Making sure that you have the correct USB selected, click on “Write.” When the USB is ready, eject it and put it aside for when you’ll need it later in this tutorial.&lt;br /&gt;
# Linux/Mac users need to follow the instructions found [https://galliumos.org/wiki/index.php?title=Installing/Creating_Bootable_USB here].&lt;br /&gt;
&lt;br /&gt;
=== Backup data ===&lt;br /&gt;
If you have any data stored locally on the chromebook that you would like to keep, backup the data to either a USB drive or to Google Drive.  '''Enabling developer mode will wipe your device.'''&lt;br /&gt;
&lt;br /&gt;
=== Enable Developer Mode and Boot Flags ===&lt;br /&gt;
# Boot into recovery by press and hold the Esc + Refresh keys, then press the power button.&lt;br /&gt;
# At the Recovery screen press Ctrl-D. It will ask you to confirm by pressing the RECOVERY BUTTON again. It will now enable Developer Mode. It will take about 10-15 minutes to complete.  During this time, your chromebook will be wiped of all user data.&lt;br /&gt;
# You’ll see a white screen after rebooting. Press Ctrl-D and you’ll boot into ChromeOS with Developer Mode enabled.&lt;br /&gt;
# Connect to the Internet and accept the terms and agreements. You don’t have to login to ChromeOS using your account (you can if you want to, but I didn’t). Login as Guest and open up a Crosh session by pressing Ctrl-Alt-T. Type &amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt; and hit enter to open bash. The prompt should look like this: &amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo crossystem dev_boot_usb=1 dev_boot_legacy=1&amp;lt;/code&amp;gt; and hit enter.&lt;br /&gt;
&lt;br /&gt;
=== Run John Lewis's script ===&lt;br /&gt;
You’re now ready to flash your Chromebook.&lt;br /&gt;
# In the same shell screen where you enabled the boot flags, enter the following command:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;cd; rm -f flash_chromebook_rom.sh; curl -L -O https://johnlewis.ie/flash_chromebook_rom.sh; sudo -E bash flash_chromebook_rom.sh&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
## Visit this [https://johnlewis.ie/custom-chromebook-firmware/rom-download/ page] &lt;br /&gt;
# Go to the next step when the flashing is done.&lt;br /&gt;
&lt;br /&gt;
=== Install/Upgrade the SSD Drive ===&lt;br /&gt;
If you are contemplating upgrading your SSD before installing GalliumOS, here is how you do it:&lt;br /&gt;
* [[Hardware/Lulu/SSD|Upgrade SSD on Dell Chromebook 13 7310 (Lulu)]]&lt;br /&gt;
&lt;br /&gt;
=== Boot from USB ===&lt;br /&gt;
# Reboot your Chromebook&lt;br /&gt;
# Press Ctrl-L at the scary white screen.&lt;br /&gt;
# Press the ESC key when you see the prompt to do so. You’ll now be in the boot menu.(If you don’t press ESC in time just reboot and do it again.)&lt;br /&gt;
# At the boot menu you’ll see your boot options. Select to boot from USB.&lt;br /&gt;
# You’ll now get the option to live boot or install GalliumOS. You want to live boot.&lt;br /&gt;
# Test GalliumOS. Explore until you’re sure everything works fine. If you decide to install GalliumOS (and why wouldn’t you?), don’t install it while you’re live booted. For some reason that didn’t work for me, and I had to do it over again. Instead, reboot and follow the above steps until you get to the live boot or install GalliumOS menu. Choose Install GalliumOS. There’ll be a few prompts during the installation process.&lt;br /&gt;
&lt;br /&gt;
=== Success ===&lt;br /&gt;
You now have GalliumOS installed. How cool is that?&lt;br /&gt;
&lt;br /&gt;
If you run into problems or have any questions, the awesome people at [https://kiwiirc.com/client/irc.freenode.net#galliumos #GalliumOS] are happy to help in any way they can. You can also post on [https://www.reddit.com/r/galliumos/ /r/galliumos]. &lt;br /&gt;
&lt;br /&gt;
=== Sources ===&lt;br /&gt;
https://johnlewis.ie/custom-chromebook-firmware/rom-download/&lt;br /&gt;
&lt;br /&gt;
https://galliumos.org/wiki/index.php?title=Installing/Preparing&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Installing/Lulu&amp;diff=645</id>
		<title>Installing/Lulu</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Installing/Lulu&amp;diff=645"/>
				<updated>2016-02-20T20:34:55Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing GalliumOS on the Dell Chromebook 13 7310 (Lulu) ==&lt;br /&gt;
This tutorial is written in sections. It's easier to follow and manage this way. (This tutorial does NOT explain how to dual boot ChromeOS and GalliumOS.)&lt;br /&gt;
&lt;br /&gt;
=== Download and Write GalliumOS to USB ===&lt;br /&gt;
# Download the appropriate iso from [https://galliumos.org/download.html here]. For this tutorial, you’ll need the Chromebox Broadwell ISO.&lt;br /&gt;
# Download Win32DiskImager from [[sourceforge:projects/win32diskimager/|SourceForge]] and install it. Linux/Mac users will use a terminal.&lt;br /&gt;
# Insert an empty USB drive (all data will be erased during the write process!). Run Win32DiskImager. Make sure you have the correct USB drive selected under “Device.” Click on the blue folder icon. On the bottom right you’ll see, Disk Images (*.img *.IMG). Click on it and change it to *.* Now you’ll be able to locate the GalliumOS iso. Locate it and double-click it. Making sure that you have the correct USB selected, click on “Write.” When the USB is ready, eject it and put it aside for when you’ll need it later in this tutorial.&lt;br /&gt;
# Linux/Mac users need to follow the instructions found [https://galliumos.org/wiki/index.php?title=Installing/Creating_Bootable_USB here].&lt;br /&gt;
&lt;br /&gt;
=== Backup data ===&lt;br /&gt;
If you have any data stored locally on the chromebook that you would like to keep, backup the data to either a USB drive or to Google Drive.  '''Enabling developer mode will wipe your device.'''&lt;br /&gt;
&lt;br /&gt;
=== Enable Developer Mode and Boot Flags ===&lt;br /&gt;
# Boot into recovery by press and hold the Esc + Refresh keys, then press the power button.&lt;br /&gt;
# At the Recovery screen press Ctrl-D. It will ask you to confirm by pressing the RECOVERY BUTTON again. It will now enable Developer Mode. It will take about 10-15 minutes to complete.  During this time, your chromebook will be wiped of all user data.&lt;br /&gt;
# You’ll see a white screen after rebooting. Press Ctrl-D and you’ll boot into ChromeOS with Developer Mode enabled.&lt;br /&gt;
# Connect to the Internet and accept the terms and agreements. You don’t have to login to ChromeOS using your account (you can if you want to, but I didn’t). Login as Guest and open up a Crosh session by pressing Ctrl-Alt-T. Type &amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt; and hit enter to open bash. The prompt should look like this: &amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo crossystem dev_boot_usb=1 dev_boot_legacy=1&amp;lt;/code&amp;gt; and hit enter.&lt;br /&gt;
&lt;br /&gt;
=== Run John Lewis's script ===&lt;br /&gt;
You’re now ready to flash your Chromebook.&lt;br /&gt;
# In the same shell screen where you enabled the boot flags, enter the following command:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;cd; rm -f flash_chromebook_rom.sh; curl -L -O https://johnlewis.ie/flash_chromebook_rom.sh; sudo -E bash flash_chromebook_rom.sh&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
## Visit this [https://johnlewis.ie/custom-chromebook-firmware/rom-download/ page] &lt;br /&gt;
# Go to the next step when the flashing is done.&lt;br /&gt;
&lt;br /&gt;
=== Install/Upgrade the SSD Drive ===&lt;br /&gt;
If you are contemplating upgrading your SSD before installing GalliumOS, here is how you do it:&lt;br /&gt;
* [[Installing/Lulu/UpgradeSSDOnLulu|Upgrade SSD on Dell Chromebook 13 7310 (Lulu)]]&lt;br /&gt;
&lt;br /&gt;
=== Boot from USB ===&lt;br /&gt;
# Reboot your Chromebook&lt;br /&gt;
# Press Ctrl-L at the scary white screen.&lt;br /&gt;
# Press the ESC key when you see the prompt to do so. You’ll now be in the boot menu.(If you don’t press ESC in time just reboot and do it again.)&lt;br /&gt;
# At the boot menu you’ll see your boot options. Select to boot from USB.&lt;br /&gt;
# You’ll now get the option to live boot or install GalliumOS. You want to live boot.&lt;br /&gt;
# Test GalliumOS. Explore until you’re sure everything works fine. If you decide to install GalliumOS (and why wouldn’t you?), don’t install it while you’re live booted. For some reason that didn’t work for me, and I had to do it over again. Instead, reboot and follow the above steps until you get to the live boot or install GalliumOS menu. Choose Install GalliumOS. There’ll be a few prompts during the installation process.&lt;br /&gt;
&lt;br /&gt;
=== Success ===&lt;br /&gt;
You now have GalliumOS installed. How cool is that?&lt;br /&gt;
&lt;br /&gt;
If you run into problems or have any questions, the awesome people at [https://kiwiirc.com/client/irc.freenode.net#galliumos #GalliumOS] are happy to help in any way they can. You can also post on [https://www.reddit.com/r/galliumos/ /r/galliumos]. &lt;br /&gt;
&lt;br /&gt;
=== Sources ===&lt;br /&gt;
https://johnlewis.ie/custom-chromebook-firmware/rom-download/&lt;br /&gt;
&lt;br /&gt;
https://galliumos.org/wiki/index.php?title=Installing/Preparing&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Installing/Lulu&amp;diff=644</id>
		<title>Installing/Lulu</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Installing/Lulu&amp;diff=644"/>
				<updated>2016-02-20T20:33:14Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing GalliumOS on the Dell Chromebook 13 7310 (Lulu) ==&lt;br /&gt;
This tutorial is written in sections. It's easier to follow and manage this way. (This tutorial does NOT explain how to dual boot ChromeOS and GalliumOS.)&lt;br /&gt;
&lt;br /&gt;
=== Download and Write GalliumOS to USB ===&lt;br /&gt;
# Download the appropriate iso from [https://galliumos.org/download.html here]. For this tutorial, you’ll need the Chromebox Broadwell ISO.&lt;br /&gt;
# Download Win32DiskImager from [[sourceforge:projects/win32diskimager/|SourceForge]] and install it. Linux/Mac users will use a terminal.&lt;br /&gt;
# Insert an empty USB drive (all data will be erased during the write process!). Run Win32DiskImager. Make sure you have the correct USB drive selected under “Device.” Click on the blue folder icon. On the bottom right you’ll see, Disk Images (*.img *.IMG). Click on it and change it to *.* Now you’ll be able to locate the GalliumOS iso. Locate it and double-click it. Making sure that you have the correct USB selected, click on “Write.” When the USB is ready, eject it and put it aside for when you’ll need it later in this tutorial.&lt;br /&gt;
# Linux/Mac users need to follow the instructions found [https://galliumos.org/wiki/index.php?title=Installing/Creating_Bootable_USB here].&lt;br /&gt;
&lt;br /&gt;
=== Backup data ===&lt;br /&gt;
If you have any data stored locally on the chromebook that you would like to keep, backup the data to either a USB drive or to Google Drive.  '''Enabling developer mode will wipe your device.'''&lt;br /&gt;
&lt;br /&gt;
=== Enable Developer Mode and Boot Flags ===&lt;br /&gt;
# Boot into recovery by press and hold the Esc + Refresh keys, then press the power button.&lt;br /&gt;
# At the Recovery screen press Ctrl-D. It will ask you to confirm by pressing the RECOVERY BUTTON again. It will now enable Developer Mode. It will take about 10-15 minutes to complete.  During this time, your chromebook will be wiped of all user data.&lt;br /&gt;
# You’ll see a white screen after rebooting. Press Ctrl-D and you’ll boot into ChromeOS with Developer Mode enabled.&lt;br /&gt;
# Connect to the Internet and accept the terms and agreements. You don’t have to login to ChromeOS using your account (you can if you want to, but I didn’t). Login as Guest and open up a Crosh session by pressing Ctrl-Alt-T. Type &amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt; and hit enter to open bash. The prompt should look like this: &amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo crossystem dev_boot_usb=1 dev_boot_legacy=1&amp;lt;/code&amp;gt; and hit enter.&lt;br /&gt;
&lt;br /&gt;
=== Run John Lewis's script ===&lt;br /&gt;
You’re now ready to flash your Chromebook.&lt;br /&gt;
# In the same shell screen where you enabled the boot flags, enter the following command:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;cd; rm -f flash_chromebook_rom.sh; curl -L -O https://johnlewis.ie/flash_chromebook_rom.sh; sudo -E bash flash_chromebook_rom.sh&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
## Visit this [https://johnlewis.ie/custom-chromebook-firmware/rom-download/ page] &lt;br /&gt;
# Go to the next step when the flashing is done.&lt;br /&gt;
&lt;br /&gt;
=== Install/Upgrade the SSD Drive ===&lt;br /&gt;
If you are contemplating upgrading your SSD before installing GalliumOS, here is how you do it:&lt;br /&gt;
* [[Installing/Lulu/UpgradeSSDOnLulu|Upgrade SSD on Dell Chromebook 13 7310 (Lulu)]]&lt;br /&gt;
&lt;br /&gt;
=== Boot from USB ===&lt;br /&gt;
# Reboot your Chromebox&lt;br /&gt;
# Press Ctrl-L at the scary white screen.&lt;br /&gt;
# Press the ESC key when you see the prompt to do so. You’ll now be in the boot menu.(If you don’t press ESC in time just reboot and do it again.)&lt;br /&gt;
# At the boot menu you’ll see your boot options. Select to boot from USB.&lt;br /&gt;
# You’ll now get the option to live boot or install GalliumOS. You want to live boot.&lt;br /&gt;
# Test GalliumOS. Explore until you’re sure everything works fine. If you decide to install GalliumOS (and why wouldn’t you?), don’t install it while you’re live booted. For some reason that didn’t work for me, and I had to do it over again. Instead, reboot and follow the above steps until you get to the live boot or install GalliumOS menu. Choose Install GalliumOS. There’ll be a few prompts during the installation process.&lt;br /&gt;
&lt;br /&gt;
=== Success ===&lt;br /&gt;
You now have GalliumOS installed. How cool is that?&lt;br /&gt;
&lt;br /&gt;
If you run into problems or have any questions, the awesome people at [https://kiwiirc.com/client/irc.freenode.net#galliumos #GalliumOS] are happy to help in any way they can. You can also post on [https://www.reddit.com/r/galliumos/ /r/galliumos]. &lt;br /&gt;
&lt;br /&gt;
=== Sources ===&lt;br /&gt;
https://johnlewis.ie/custom-chromebook-firmware/rom-download/&lt;br /&gt;
&lt;br /&gt;
https://galliumos.org/wiki/index.php?title=Installing/Preparing&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Installing/Lulu&amp;diff=643</id>
		<title>Installing/Lulu</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Installing/Lulu&amp;diff=643"/>
				<updated>2016-02-20T20:20:29Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: Installing GalliumOS on Dell Chromebook 13 (Lulu)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing GalliumOS on the Dell Chromebook 13 7310 (Lulu) ==&lt;br /&gt;
This tutorial is written in sections. It's easier to follow and manage this way. (This tutorial does NOT explain how to dual boot ChromeOS and GalliumOS.)&lt;br /&gt;
&lt;br /&gt;
=== Download and Write GalliumOS to USB ===&lt;br /&gt;
# Download the appropriate iso from [https://galliumos.org/download.html here]. For this tutorial, you’ll need the Chromebox Broadwell ISO.&lt;br /&gt;
# Download Win32DiskImager from [[sourceforge:projects/win32diskimager/|SourceForge]] and install it. Linux/Mac users will use a terminal.&lt;br /&gt;
# Insert an empty USB drive (all data will be erased during the write process!). Run Win32DiskImager. Make sure you have the correct USB drive selected under “Device.” Click on the blue folder icon. On the bottom right you’ll see, Disk Images (*.img *.IMG). Click on it and change it to *.* Now you’ll be able to locate the GalliumOS iso. Locate it and double-click it. Making sure that you have the correct USB selected, click on “Write.” When the USB is ready, eject it and put it aside for when you’ll need it later in this tutorial.&lt;br /&gt;
# Linux/Mac users need to follow the instructions found [https://galliumos.org/wiki/index.php?title=Installing/Creating_Bootable_USB here].&lt;br /&gt;
&lt;br /&gt;
=== Backup data ===&lt;br /&gt;
If you have any data stored locally on the chromebook that you would like to keep, backup the data to either a USB drive or to Google Drive.  '''Enabling developer mode will wipe your device.'''&lt;br /&gt;
&lt;br /&gt;
=== Enable Developer Mode and Boot Flags ===&lt;br /&gt;
# Boot into recovery by press and hold the Esc + Refresh keys, then press the power button.&lt;br /&gt;
# At the Recovery screen press Ctrl-D. It will ask you to confirm by pressing the RECOVERY BUTTON again. It will now enable Developer Mode. It will take about 10-15 minutes to complete.  During this time, your chromebook will be wiped of all user data.&lt;br /&gt;
# You’ll see a white screen after rebooting. Press Ctrl-D and you’ll boot into ChromeOS with Developer Mode enabled.&lt;br /&gt;
# Connect to the Internet and accept the terms and agreements. You don’t have to login to ChromeOS using your account (you can if you want to, but I didn’t). Login as Guest and open up a Crosh session by pressing Ctrl-Alt-T. Type &amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt; and hit enter to open bash. The prompt should look like this: &amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo crossystem dev_boot_usb=1 dev_boot_legacy=1&amp;lt;/code&amp;gt; and hit enter.&lt;br /&gt;
&lt;br /&gt;
=== Run John Lewis's script ===&lt;br /&gt;
You’re now ready to flash your Chromebook.&lt;br /&gt;
# Open a new Crosh session by pressing Ctrl-Alt-T. Close the other one.&lt;br /&gt;
# Visit this [https://johnlewis.ie/custom-chromebook-firmware/rom-download/ page] and type in the command at the bottom of the article. Here it is again if you need it: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;cd; rm -f flash_chromebook_rom.sh; curl -L -O https://johnlewis.ie/flash_chromebook_rom.sh; sudo -E bash flash_chromebook_rom.sh&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
# Go to the next step when the flashing is done.&lt;br /&gt;
&lt;br /&gt;
=== Install/Upgrade the SSD Drive ===&lt;br /&gt;
* [[Installing/Lulu/UpgradeSSDOnLulu|Upgrade SSD on Dell Chromebook 13 7310 (Lulu)]]&lt;br /&gt;
&lt;br /&gt;
=== Boot from USB ===&lt;br /&gt;
# Reboot your Chromebox&lt;br /&gt;
# Press Ctrl-L at the scary white screen.&lt;br /&gt;
# Press the ESC key when you see the prompt to do so. You’ll now be in the boot menu.(If you don’t press ESC in time just reboot and do it again.)&lt;br /&gt;
# At the boot menu you’ll see your boot options. Select to boot from USB.&lt;br /&gt;
# You’ll now get the option to live boot or install GalliumOS. You want to live boot.&lt;br /&gt;
# Test GalliumOS. Explore until you’re sure everything works fine. If you decide to install GalliumOS (and why wouldn’t you?), don’t install it while you’re live booted. For some reason that didn’t work for me, and I had to do it over again. Instead, reboot and follow the above steps until you get to the live boot or install GalliumOS menu. Choose Install GalliumOS. There’ll be a few prompts during the installation process.&lt;br /&gt;
&lt;br /&gt;
=== Success ===&lt;br /&gt;
You now have GalliumOS installed. How cool is that?&lt;br /&gt;
&lt;br /&gt;
If you run into problems or have any questions, the awesome people at [https://kiwiirc.com/client/irc.freenode.net#galliumos #GalliumOS] are happy to help in any way they can. You can also post on [https://www.reddit.com/r/galliumos/ /r/galliumos]. &lt;br /&gt;
&lt;br /&gt;
=== Sources ===&lt;br /&gt;
https://johnlewis.ie/custom-chromebook-firmware/rom-download/&lt;br /&gt;
&lt;br /&gt;
https://galliumos.org/wiki/index.php?title=Installing/Preparing&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Installing&amp;diff=641</id>
		<title>Installing</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Installing&amp;diff=641"/>
				<updated>2016-02-20T20:03:29Z</updated>
		
		<summary type="html">&lt;p&gt;Jdferron: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==  General Install Instructions ==&lt;br /&gt;
You have two possible options for installing GalliumOS:&lt;br /&gt;
# '''From an ISO image written to USB drive or SD card'''&amp;lt;br&amp;gt;This method works on '''most''' devices, and enables you to entirely replace ChromeOS on your internal SSD or HDD.&amp;lt;br&amp;gt;It also allows you to set up more complex configurations such as dual-booting alongside Windows or other Linux distributions.&lt;br /&gt;
# '''From the ChromeOS command-line using chrx'''&amp;lt;br&amp;gt;This method works on '''many''' devices, and will configure your device to dual-boot GalliumOS alongside ChromeOS.&lt;br /&gt;
&lt;br /&gt;
See [[Hardware Compatibility]] for the installation options available for your ChromeOS device model.&lt;br /&gt;
&lt;br /&gt;
=== Traditional ISO Install ===&lt;br /&gt;
&lt;br /&gt;
The traditional installer allows you to use your entire SSD or HDD for GalliumOS. You will need to use a USB flash drive or SD card. You can even boot the GalliumOS Live image to try out the features of GalliumOS before you decide to install!&lt;br /&gt;
&lt;br /&gt;
# Go to [[Installing/Preparing]] and get your Chromebook ready to run GalliumOS.&lt;br /&gt;
# Download a GalliumOS suitable for your device ISO from the [https://galliumos.org/download.html downloads page on GalliumOS.org]&lt;br /&gt;
# Write (or &amp;quot;burn&amp;quot;) the ISO to a USB flash drive or an SD card. Detailed instructions for this are at [[Installing/Creating Bootable USB]]&lt;br /&gt;
# Plug your USB flash drive or SD card into your Chromebook&lt;br /&gt;
# Reboot your Chromebook and boot from the USB flash drive or SD card.&lt;br /&gt;
## If you have installed custom firmware, press Esc at the BIOS screen and press 2 to boot from USB.&lt;br /&gt;
## If you have the scary white screen, press Ctrl+L.&lt;br /&gt;
# 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.&lt;br /&gt;
&lt;br /&gt;
=== chrx Installation ===&lt;br /&gt;
&lt;br /&gt;
GalliumOS is also installable on many ChromeOS devices via [https://chrx.org/ chrx], which allows you to dual-boot GalliumOS alongside ChromeOS. Check the [https://chrx.org/#compatibility chrx hardware compatibility list] to see if your device supports chrx, and whether any preparation steps are required.&lt;br /&gt;
&lt;br /&gt;
See [https://chrx.org#usage chrx installation instructions] for full details, but here's a quick overview:&lt;br /&gt;
&lt;br /&gt;
# Prepare your ChromeOS device&lt;br /&gt;
## Enable Developer Mode&lt;br /&gt;
## Install firmware feature update if required (some Broadwell devices only)&lt;br /&gt;
# Boot device into ChromeOS and configure networking; you do not need to log in&lt;br /&gt;
# Switch to a virtual terminal by pressing &amp;lt;code&amp;gt;CTRL+ALT+F2(top row right arrow)&amp;lt;/code&amp;gt;, then log in as user &amp;lt;code&amp;gt;chronos&amp;lt;/code&amp;gt; with no password&lt;br /&gt;
# Run chrx: &amp;lt;code&amp;gt;curl -O &amp;lt;nowiki&amp;gt;https://chrx.org/go&amp;lt;/nowiki&amp;gt; &amp;amp;&amp;amp; sh go -d galliumos&amp;lt;/code&amp;gt; (see [https://chrx.org/#options chrx docs] for additional options)&lt;br /&gt;
# Follow on-screen prompts to repartition your SSD and install GalliumOS. If this is the first time running chrx on this ChromeOS machine, chrx will reboot after the partitioning step and you will need to continue the installation by running chrx again with the same command line.&lt;br /&gt;
# After reboot, at the white &amp;quot;OS verification is OFF&amp;quot; screen, press &amp;lt;code&amp;gt;CTRL+L&amp;lt;/code&amp;gt; for GalliumOS, or &amp;lt;code&amp;gt;CTRL+D&amp;lt;/code&amp;gt; for ChromeOS&lt;br /&gt;
&lt;br /&gt;
== Specific Device Install Documents ==&lt;br /&gt;
Our community is also making in-depth install guides for certain devices. Below is a list.&lt;br /&gt;
* [[Installing/Lulu|Lulu (Dell Chromebook 13 7310)]]&lt;br /&gt;
* [[Installing/Panther|Panther (ASUS Chromebox 2014)]]&lt;br /&gt;
* [[Installing/Parrot|Parrot (Acer C710, Acer C7)]]&lt;br /&gt;
* [[Installing/Peppy|Peppy (Acer C720, Acer C720P)]]&lt;br /&gt;
* [[Installing/Kip|Kip (HP Chromebook 11 G3, HP Chromebook 11 G4, HP Chromebook 14 G4)]]&lt;br /&gt;
__FORCETOC__&lt;/div&gt;</summary>
		<author><name>Jdferron</name></author>	</entry>

	</feed>