Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 1.28 KB

File metadata and controls

27 lines (26 loc) · 1.28 KB
date 2017-08-21
title 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:

  1. Get the custom Ubuntu 14.04 (64-bit) image available here.
  2. Create a USB drive with image.
  3. Boot Chromebook into Developer Mode.
  4. Enable booting from USB device: $ sudo crossystem dev_boot_usb=1 dev_boot_legacy=1
  5. Insert USB drive.
  6. Reboot. Press Ctrl+L to boot from USB drive.
  7. 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'.
  1. Once the installation is complete, reboot.
  2. Press Ctrl+L to boot into Ubuntu.
  3. 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
  1. Whenever you restart, it will always say “OS is missing”. Do not fret. Just press Ctrl+L and you will boot to Ubuntu.
  2. If Ctrl+L enables blip sounds then follow the above installation steps again. (This happens rarely).