Skip to content

Instantly share code, notes, and snippets.

@yetanotherchris
Last active April 18, 2025 10:39
Show Gist options
  • Save yetanotherchris/2a0fd36cb518518165e873dc70f7b2bd to your computer and use it in GitHub Desktop.
Save yetanotherchris/2a0fd36cb518518165e873dc70f7b2bd to your computer and use it in GitHub Desktop.
Installed Mint or Ubuntu on ChromeBook

From my experience, a Chromebook is so locked down to protect your account, it's not worth trying to boot another Linux version onto it. You can run a Linux image inside its VM, although the performance is a bit poor:

  1. Install Penguin on the machine (Linux) with 100gb
  2. sudo apt update
  3. Install quickemu https://github.com/quickemu-project/quickemu (download the .deb file)
  4. Mint worked best for me: quickget linuxmint 22 cinnamon
  5. Edit the conf file to increase the disk space to 30-40gb, higher resolution
  6. Follow the terminal output instructions for running it, e.g. quickemu --vm ...
  7. On Mint itself, you likely have to download deb files for Chrome, Visual Studio Code.
  8. The dotnet SDK can be installed using the Debian instructions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment