Skip to content

Instantly share code, notes, and snippets.

@slavc
Last active December 29, 2020 21:56
Show Gist options
  • Save slavc/5bda7a465bbdc6001a8215e73fe8dcb1 to your computer and use it in GitHub Desktop.
Save slavc/5bda7a465bbdc6001a8215e73fe8dcb1 to your computer and use it in GitHub Desktop.
Asus C100P Notebook PC - boot from SD card instrcutions
To boot from an SD card on Asus C100P Notebook PC, do the following:
1. Prepare the SD card, e.g. `dd` an OS image onto it and insert it into the notebook.
2. Enable developer mode: turn notebook on while holding Esc+F3(Refresh), after it turns on press Ctrl+D to switch to developer mode.
3. Open a shell (Ctrl+T in Chrome), type `shell` to launch bash, do `sudo crossystem dev_boot_usb=1 dev_boot_signed_only=0`, reboot.
4. At the boot prompt with the developer mode warning, press Ctrl+U to boot from the SD card.
@NoSpamMaam
Copy link

Esc+Refresh = doesn't work in my end

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