Created
December 18, 2016 16:35
-
-
Save phx/2c9458ec56cdcb27e1844ca9cc9fdb58 to your computer and use it in GitHub Desktop.
Chrome OS Enable USB Boot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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