<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: partlybakedideas</title>
    <description>The latest articles on DEV Community by partlybakedideas (@partlybakedideas).</description>
    <link>https://dev.to/partlybakedideas</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F198512%2F15e021bf-0f8d-4f3c-be6b-45e380e41bdd.png</url>
      <title>DEV Community: partlybakedideas</title>
      <link>https://dev.to/partlybakedideas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/partlybakedideas"/>
    <language>en</language>
    <item>
      <title>How to Install GalliumOS on a Chromebook using Chrx</title>
      <dc:creator>partlybakedideas</dc:creator>
      <pubDate>Sun, 27 Oct 2019 14:39:07 +0000</pubDate>
      <link>https://dev.to/partlybakedideas/how-to-install-galliumos-on-a-chromebook-using-chrx-3hk3</link>
      <guid>https://dev.to/partlybakedideas/how-to-install-galliumos-on-a-chromebook-using-chrx-3hk3</guid>
      <description>&lt;p&gt;[This post was originally on &lt;a href="https://write.privacytools.io/connor" rel="noopener noreferrer"&gt;my blog&lt;/a&gt;.]  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;: to do this, all your chromeOS data will be wiped. I recommend reading through all of this post before starting.&lt;/p&gt;

&lt;p&gt;This post is about how I got my chromebook dual booting galliumOS.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.postimg.cc%2FKjggpd08%2Fgalliumos.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.postimg.cc%2FKjggpd08%2Fgalliumos.png" alt="my galliumOS"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Step one&lt;/strong&gt;: go into Developer mode.
&lt;/h2&gt;

&lt;p&gt;Developer mode is a setting that lets you do development. It's not on by default because it also makes it easier to install a malicious package. (APKs, or android packages, can't be opened without developer mode.)&lt;/p&gt;

&lt;p&gt;To turn on developer mode, hold down the &lt;code&gt;esc&lt;/code&gt; and &lt;code&gt;reload&lt;/code&gt; key, then tap the &lt;code&gt;power&lt;/code&gt; key. You will be greeted by a very scary popup saying "CHROMEOS IS MISSING OR DAMAGED." Hit &lt;code&gt;control-D&lt;/code&gt;, and then it will say something along the lines of "START DEVELOPER MODE? all your data will be wiped." press &lt;code&gt;enter&lt;/code&gt;. It will start.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Step two&lt;/strong&gt;: login
&lt;/h2&gt;

&lt;p&gt;Your computer will restart and say "OS VERIFICATION IS OFF." Press &lt;code&gt;control-D&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;since starting Developer mode wiped all your data, you will have to log in again, etc. If you don't want to that, you can just go into guest mode.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Step two&lt;/strong&gt;: install &lt;a href="https://chrx" rel="noopener noreferrer"&gt;Chrx&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;You will have to install and run Chrx, which is really easy. Just one curl command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd ; curl -Os https://chrx.org/go &amp;amp;&amp;amp; sh go
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Copy and paste that command in chrosh shell (&lt;code&gt;ctrl-alt-T&lt;/code&gt; and then type &lt;code&gt;shell&lt;/code&gt;.)&lt;/p&gt;

&lt;p&gt;Go through the install script. At the bottom, it will have a "diagnosis." If it says it will only succeed if it has a firmware update keep that in mind. Reboot.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Step two.two&lt;/strong&gt;: Update firmware
&lt;/h2&gt;

&lt;p&gt;If you need to update your firmware, you will have to download &lt;a href="https://mrchromebox.tech" rel="noopener noreferrer"&gt;MrChromebox&lt;/a&gt;. Type this in the crosh shell:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd; curl -LO https://mrchromebox.tech/firmware-util.sh &amp;amp;&amp;amp; sudo bash firmware-util.sh
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;You will see this menu:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fmrchromebox.tech%2Fimages%2Ffwutil_main.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fmrchromebox.tech%2Fimages%2Ffwutil_main.png" alt="MrChromebox menu"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Press 1 to update the firmware. (When you do this, you will install BIOS [Basic Input/Output System]).&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Step three&lt;/strong&gt;: repeat "step six"
&lt;/h2&gt;

&lt;p&gt;Type this command in chrosh (again):&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd ; curl -Os https://chrx.org/go &amp;amp;&amp;amp; sh go
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That will install GaliumOS.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Step four&lt;/strong&gt;: Get into GalliumOS
&lt;/h2&gt;

&lt;p&gt;Reboot. This time, when you have to type &lt;code&gt;control-D&lt;/code&gt;, type &lt;code&gt;control-L&lt;/code&gt;. It will go into BIOS, then GalliumOS. Username is &lt;code&gt;chrx&lt;/code&gt; and password is &lt;code&gt;chrx&lt;/code&gt;.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
