Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AdrianLsk/fd42d7f73aac2a4f783df4eda4c762d3 to your computer and use it in GitHub Desktop.
Save AdrianLsk/fd42d7f73aac2a4f783df4eda4c762d3 to your computer and use it in GitHub Desktop.

How to set your Acer C720 Chromebook to boot to Ubuntu by default.

  1. Place your closed laptop on a soft surface, upside down.
  2. Use a sharp knife to cut a hole in the warranty sticker (YES THIS WILL VOID THE WARRANTY).
  3. Remove the 13 screws with a small phillips head screwdriver (PH1 size works well). Be careful, the screws are very small and will strip easily if you use the wrong size screwdriver.
  4. Remove the bottom of the laptop by pulling up on it near the hinges. It takes a bit of pressure to remove, but if you lift it from the back (near the hinges) the same way you would open a laptop screen, the hooks won't break (even though they will make a loud snapping sound).
  5. Remove the BIOS write-protect screw. It is labeled as #7 in this image
  6. With the bottom off, turn over the laptop and open the screen.
  7. Plug the laptop in (it must be plugged in to boot with the bottom off).
  8. Boot to ChromeOS (Ctrl-D during white screen).
  9. Sign in (you may sign in as a guest and you won't be using the internet).
  10. Open a terminal with Ctrl-Alt-T
  11. Type shell and press Enter.
  12. Run sudo /usr/share/vboot/bin/set_gbb_flags.sh 0x489
  13. It should take a few seconds to complete and print a SUCCESS message when it's done.
  14. Shutdown laptop and unplug power cable.
  15. Close lid and place upside-down on a soft surface.
  16. Replace the write-protect screw.
  17. Replace the bottom cover.
  18. Screw the cover back on.
  19. Done!

Thanks to John Lewis for the original tip on how to do this:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment