This file contains hidden or 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
Acer Chromebook 14 CB3-431 (Edgar) | |
Installing Antergos (17.10) [https://antergos.com/] | |
1. Flash stock RW_LEGACY firmware using MrChromebox's script [https://mrchromebox.tech/#bootmodes] though John Lewis's should work as well [https://johnlewis.ie/custom-chromebook-firmware/rom-download/]. | |
a. Enable development mode by holding Esc + F3 (refresh) when booting. Once at recovery mode screen (with the yellow exclamation mark) press Ctrl + d and confirm. | |
b. Boot into ChromeOS (skip the warning screen with Ctrl + d). Connect to wifi and open up developer shell with Ctrl + Alt + F2 (forward). Login with user chronos. | |
c. Obtain and run the script with the commands on the website (cd; curl -LO https://mrchromebox.tech/firmware-util.sh && sudo bash firmware-util.sh). | |
d. Choose option 1 and follow instructions to update firmware. | |
2. Boot into a bootable USB with Antergos [Reference: https://askubuntu.com/questions/47522/how-to-bypass-try-it-install-screen-when-booting-from-usb-live-session-wit]. | |
a. Create a |
This file contains hidden or 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
adb help // List all comands | |
== Adb Server | |
adb kill-server | |
adb start-server | |
== Adb Reboot | |
adb reboot | |
adb reboot recovery | |
adb reboot-bootloader |