Installing stable version of Ubuntu 14.04 on Chromebook
Installing Linux on Chromebook Acer C-720 (stable version)
There are various installation variants for installing linux on Chromebooks. This is the one known stable version:
- Get the custom Ubuntu 14.04 (64-bit) image available here.
- Create a USB drive with image.
- Boot Chromebook into Developer Mode.
- Enable booting from USB device:
$ sudo crossystem dev_boot_usb=1 dev_boot_legacy=1
- Insert USB drive.
- Reboot. Press Ctrl+L to boot from USB drive.
- Install Ubuntu 14.04 LTS as usual.
- Clear all partitions on
/dev/sda
- Make a new
swap
partition. - Make a new
ext4
partition with mount point:/
- Continue to create a user ‘username’.
- Clear all partitions on
- Once the installation is complete, reboot.
- Press
Ctrl+L
to boot into Ubuntu. - Make sure you can connect to wireless network and have internet access.
$ sudo apt-get update; sudo apt-get -y dist-upgrade $ sudo apt-get install git openssh-server
- Whenever you restart, it will always say “OS is missing”. Do not fret. Just press
Ctrl+L
and you will boot to Ubuntu. - If
Ctrl+L
enables blip sounds then follow the above installation steps again. (This happens rarely).