{"id":1090,"date":"2013-06-17T09:39:25","date_gmt":"2013-06-17T14:39:25","guid":{"rendered":"http:\/\/it.thelibrarie.com\/weblog\/?p=1090"},"modified":"2013-06-27T09:05:44","modified_gmt":"2013-06-27T14:05:44","slug":"hp-chromebook-install-ubuntu","status":"publish","type":"post","link":"https:\/\/it.thelibrarie.com\/weblog\/2013\/06\/hp-chromebook-install-ubuntu\/","title":{"rendered":"HP Chromebook Install Ubuntu"},"content":{"rendered":"<p>I think it&#8217;s actually chrubuntu, but you get the general idea.  I also copied the script to it.thelibrarie.com\/utilities\/chrubuntu-install.txt just in case the s9ryd link goes dark.  So here is how to remove the google chromeOS and install a fork\/flavor of ubuntu.  Why install?  Citrix receiver was version 1.x and runs as a Chrome browser wraparound; none of the full screen buttons work, sound didn&#8217;t work, video was choppy.  The receiver for Windows\/Mac\/Linux is 2.x and has HDX and other supported features.  And the laptop seems peppy-er now anyway.  Battery life went from 4.5 hours to just under 4, so keep that in mind as well.  I couldn&#8217;t get the bindkeys to work on my installation, so if someone has a workaround that would be awesome to provide to me.<\/p>\n<p>Documentation is a work in progress.<\/p>\n<p><strong>Enable Developer Mode<\/strong><br \/>\nHP&#8217;s chromebook is a giant pain in the *** to enable developer mode.  You end up removing all 10 screws on the bottom, carefully removing the keyboard with fingernails and a flat head screwdriver, and then removing 9 more screws from under the keyboard.  Pry up the top right corner (we want to end up with the right half accessible) so you can find the toggle switch.  More information <a href=\"http:\/\/www.chromium.org\/chromium-os\/developer-information-for-chrome-os-devices\/hp-pavilion-14-chromebook\" target=\"_blank\">here<\/a>.<\/p>\n<p><strong>Access Developer Mode on ChromeOS<\/strong><br \/>\nStart with the Chromebook off<br \/>\nPress hold esc and F3, then press the power button<br \/>\n<code>Control + D<\/code><br \/>\nTurn off OS verification by pressing enter<br \/>\nThis will then reformat the drive for you<\/p>\n<p><strong>Format the internal storage &#8211; 9MB<\/strong><br \/>\n<code>Control + D <\/code><br \/>\nConnect via ethernet.  Do not sign in.<br \/>\n<code>Control + Alt + F2<\/code><br \/>\n&#8220;chronos&#8221; is the password<br \/>\n<code>curl -L -O http:\/\/goo.gl\/s9ryd; sudo bash s9ryd<\/code><br \/>\n<code>9<\/code><\/p>\n<p><strong>Install Chrubuntu<\/strong><br \/>\n<code>Control + D <\/code><br \/>\nConnect via ethernet.  Do not sign in.<br \/>\n<code>Control + Alt + F2<\/code><br \/>\n&#8220;chronos&#8221; is the password<br \/>\n<code>curl -L -O http:\/\/goo.gl\/s9ryd; sudo bash s9ryd xubuntu-desktop<\/code><br \/>\nWait for &#8220;Get1287, then installation&#8221; about 3\/4 finished installing<br \/>\nFollow the wizard (enter, enter, enter)<br \/>\nVerify that the GUI comes up (user\/user)<br \/>\n<code>sudo cgpt add -i 6 -P 5 -S 1 \/dev\/sda<\/code><br \/>\n<code>sudo reboot<\/code><br \/>\nto change back to chromeos &#8211; NOT A REQUIRED STEP!!<br \/>\n<code>sudo cgpt add -i 6 -P 0 -S 1 \/dev\/sda<\/code><\/p>\n<p><strong>Install Citrix Receiver<\/strong><br \/>\n<code>sudo apt-get install libmotif4 nspluginwrapper ffmpeg flashplugin-nonfree cheese nano xosd-bin<\/code><br \/>\nopen a browser to http:\/\/www.citrix.com\/downloads and navigate to the linux .deb download file<br \/>\nOpen the deb file and install using the software center<br \/>\nClose the browser<br \/>\nOpen the browser<br \/>\nNavigate to http:\/\/v-xendesktop<\/p>\n<p><strong>Test Citrix<\/strong><br \/>\nOpen Start > Internet > Citrix Receiver<br \/>\nTools > Settings<br \/>\nClick Allow Audio Input<br \/>\nApply and close<br \/>\nStart > Internet > Firefox<\/p>\n<p><strong>To enable wireless on an WPA2-AES-Enterprise AP<\/strong><br \/>\nAdd your SSID with Enterprise, PEAP and NO CERTIFICATE AUTHORITY<br \/>\nWhen it fails to connect, disable wireless<br \/>\n<code>sudo nano \/etc\/NetworkManager\/system-connections\/SSID<\/code><br \/>\nFind the line system-ca-certs=true and change this to =false<br \/>\n<code>Control + X, Y<\/code><br \/>\nTurn on wireless.  Profit<\/p>\n<p><strong>Get VPN to work (OPENCONNECT)<\/strong><br \/>\n<code>sudo apt-get install openconnect network-manager-openconnect<\/code><br \/>\n<code>sudo reboot<\/code><br \/>\nAdd VPN connection information via the Connections tab on the top in the network manager<\/p>\n<p><strong>Create shortcuts for Volume\/Brightness<\/strong> &#8211; Only one example, you can figure it out from there<br \/>\n<code>nano Desktop\/Mon_Brighter.sh<\/code><br \/>\n<code>xdotool key XF86MonBrightnessUp<\/code><br \/>\n<code>Control + X, Y<\/code><br \/>\n<code>chmod +x Mon_Brighter.sh<\/code><\/p>\n<p>Others:<br \/>\nBrightness Up\txdotool key XF86MonBrightnessUp<br \/>\nBrightness Down\txdotool key XF86MonBrightnessDown<br \/>\nAudio Up\txdotool key XF86AudioRaiseVolume<br \/>\nAudio Down\txdotool key XF86AudioLowerVolume<br \/>\nAudio Mute\txdotool key XF86AudioMute<\/p>\n<p>Second monitor support:<br \/>\nsudo add-apt-repository ppa:xubuntu-dev\/xfce-4.10<br \/>\nsudo add-apt-repository ppa:xubuntu-dev\/xfce-4.12<br \/>\nsudo apt-get update<br \/>\nsudo apt-get upgrade<br \/>\nsudo reboot<\/p>\n<p>xbindkeys &#8211; not working<br \/>\nsudo apt-get install xdotool xbindkeys<br \/>\nxbindkeys &#8211;defaults > $HOME\/.xbindkeysrc<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I think it&#8217;s actually chrubuntu, but you get the general idea. I also copied the script to it.thelibrarie.com\/utilities\/chrubuntu-install.txt just in case the s9ryd link goes dark. So here is how to remove the google chromeOS and install a fork\/flavor of ubuntu. Why install? Citrix receiver was version 1.x and runs as a Chrome browser wraparound; &hellip; <a href=\"https:\/\/it.thelibrarie.com\/weblog\/2013\/06\/hp-chromebook-install-ubuntu\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">HP Chromebook Install Ubuntu<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-1090","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts\/1090","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/comments?post=1090"}],"version-history":[{"count":4,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts\/1090\/revisions"}],"predecessor-version":[{"id":1104,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts\/1090\/revisions\/1104"}],"wp:attachment":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/media?parent=1090"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/categories?post=1090"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/tags?post=1090"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}