Useful bash utility scripts for Chrome/Chromium OS systems.
Neverware disables the ability to perform a powerwash in CloudReady and Google disables execute permissions on certain directories to protect Chromium OS. These scripts are useful to powerwash your Chromebook and reset to the factory settings, install, remove or update Chromebrew or remove rootfs verification and mount your filesystem to be read/write.
If used improperly, these scripts can render your system useless. Please proceed with caution and do not execute unless you know what you're doing. Review the References
section below to understand the impact of the changes. As true of any open source software, I'm not responsible if you brick your system.
$ git clone https://github.com/uberhacker/chromebrew-scripts
$ sudo cp chromebrew-scripts/* /usr/local/bin
Install Chromebrew: $ chromebrew -i | --install
Remove Chromebrew: $ chromebrew -r | --remove
Update Chromebrew: $ chromebrew -u | --update
Reset to factory settings: $ powerwash
Remove rootfs verification: $ rootfs
Mount the filesystem read/write: $ rw
- https://support.google.com/chromebook/answer/183084?hl=en
- https://neverware.zendesk.com/hc/en-us/articles/115000765287--Powerwash-via-the-cmd-line
- https://www.chromium.org/chromium-os/poking-around-your-chrome-os-device#TOC-Making-changes-to-the-filesystem
- https://sites.google.com/site/cr48ite/getting-technical/remove-rootfs-verification-make-read-write