Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LiamPerson/102e0542796f45b5b16f38dd65535aae to your computer and use it in GitHub Desktop.
Save LiamPerson/102e0542796f45b5b16f38dd65535aae to your computer and use it in GitHub Desktop.
How to install any operating system on a Chromebook (From what I can remember)

Links that helped me install Debian on a Chromebook and Things I remember needing to do:

  1. Boot in developer mode and access the Chrome terminal https://www.tbi.univie.ac.at/~ronny/acer-cb5-311.html https://wiki.debian.org/InstallingDebianOn/HP/Chromebook%2014 https://www.howtogeek.com/210817/how-to-enable-developer-mode-on-your-chromebook/

  2. Remove the battery as it had write protection to the operating system or disk https://docs.mrchromebox.tech/docs/firmware/wp/

  3. Allow executing scripts on the disk. https://unix.stackexchange.com/questions/6821/in-chrome-os-bash-wont-execute-my-script-how-do-i-get-bash-to-run-my-script

  4. Install a mystery script that loaded a BIOS replacement & backup ChromeOS. You may need to remount the drive to run this. https://docs.mrchromebox.tech/docs/fwscript.html https://askubuntu.com/questions/1079944/cp-cannot-create-regular-file-read-only-file-system https://linuxconfig.org/howto-mount-usb-drive-in-linux

  5. Install Debian using BIOS replacement https://wiki.debian.org/DebianInstall

Most useful links:

Mr Chromebox: docs.mrchromebox.tech

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