Skip to content

Instantly share code, notes, and snippets.

@cheesemid
Last active February 14, 2020 03:22
Show Gist options
  • Select an option

  • Save cheesemid/490573a3bf39a9ae82b2d16986648067 to your computer and use it in GitHub Desktop.

Select an option

Save cheesemid/490573a3bf39a9ae82b2d16986648067 to your computer and use it in GitHub Desktop.
Chromebook One Two Linux Combo

Simple Steps for Linux on x86 Chromebook

  1. Open Chromebook and remove Write Protect screw
  2. ESC + Refresh + Power
  3. CTRL + D
  4. Turn off OS Verification
  5. From OS Verification screen press CTRL + D to boot developer mode
  6. Wait for long ass process to finish
  7. Go through Chromebook setup
  8. Reboot and press CTRL + D at OS Verification to get to login screen
  9. Press CTRL + F2 (Forward Button) to get to developer console
  10. Login as chronos
  11. Run the following commands

sudo flashrom --wp-disable
sudo crossystem dev_boot_usb=1 dev_boot_legacy=1
cd; curl -LO https://mrchromebox.tech/firmware-util.sh && sudo bash firmware-util.sh

  1. Select option 1 to get RW_Legacy Firmware
  2. Run "sudo poweroff"
  3. Insert your Live CD or Bootable USB or SD card
  4. At the OS Verification screen press CTRL + L to enter SeaBios
  5. Press ESC to get to boot menu
  6. Select your bootable device
  7. If alls-well and this method actually happens to work with your chromebook, the new OS should boot

One problem I ran into is that the sound doesn't work. This can only be fixed if you are not in a Live CD. Below is a link to another gist which should help you fix this.

https://gist.github.com/jeremy-breidenbach/92fc648ed2590ff9cd3a0ae57ed98e4a

Have fun lads and ladettes

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