Skip to content

dacto/archarm-usb-hp-chromebook-11

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arch ARM USB installer for the HP Chromebook 11

A write-up of the process can be found here: http://blog.omgmog.net/post/installing-arch-linux-arm-on-the-hp-chromebook-11/

A video of the process can be found here: http://blog.omgmog.net/post/video-installing-arch-linux-arm-on-the-hp-chromebook-11/

Derived from the following:

Prerequisits:

  • Enabled developer mode
  • Enabled booting from USB devices
  • A USB stick (2GB should be fine)

To use this script

On your Chromebook with Developer Mode enabled:

wget https://raw2.github.com/omgmog/archarm-usb-hp-chromebook-11/master/install.sh
sh install.sh "/dev/sda"

After you've made a USB stick and booted from it, you can download and run the install.sh again and install to /dev/mmcblk0 (the eMMC) for a much nicer/faster Arch experience.

pacman -Syy wget
wget https://raw2.github.com/omgmog/archarm-usb-hp-chromebook-11/master/install.sh
sh install.sh "/dev/mmcblk0"

Regarding the modification of the PKGBUILD for trousers:

This is the only package you need to modify. When prompted, press y to edit, open in nano or your preferred text editor, find the line that reads:

arch=('i686' 'x86_64')

and replace it with

arch=('armv7h')

You can then build and install trousers and vboot-utils with no problem.

Post-install

I've included a post-install.sh, which you can use to setup the final bits after you've booted your Arch USB stick.

pacman -Syy wget # if not already installed
wget https://raw2.github.com/omgmog/archarm-usb-hp-chromebook-11/master/post-install.sh
sh post-install.sh

This will install the following packages:

mate mate-extra xorg-server xorg-xinit xorg-server-utils xterm alsa-utils xf86-video-armsoc-chromium xf86-input-synaptics lightdm lightdm-gtk2-greeter

About

Arch ARM USB installer for the HP Chromebook 11

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published