Skip to content

Instantly share code, notes, and snippets.

@phx
Created December 18, 2016 16:35
Show Gist options
  • Save phx/2c9458ec56cdcb27e1844ca9cc9fdb58 to your computer and use it in GitHub Desktop.
Save phx/2c9458ec56cdcb27e1844ca9cc9fdb58 to your computer and use it in GitHub Desktop.
Chrome OS Enable USB Boot
# With Developer Mode Enabled:
# Ctrl-Alt+T in browser to bring up terminal tab
$ shell
$ sudo crossystem dev_boot_usb=1 dev_boot_legacy=1
$ sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment