An open API service indexing awesome lists of open source software.

https://github.com/misterfonka/cros-utility-script

Script with useful debugging tools and other utilities for chromeOS
https://github.com/misterfonka/cros-utility-script

bash chromeos linux shell shell-script

Last synced: about 2 months ago
JSON representation

Script with useful debugging tools and other utilities for chromeOS

Awesome Lists containing this project

README

          


CrOS Utility Script




Script that comes with useful debugging utilities and more.

## How do I use it?
First, you will need to enable developer mode by using ESC+REFRESH+POWER. Once you are on the recovery menu, press CTRL+D
and then ENTER. After that, you will need to press CTRL+D again on the OS Verification is off screen. Wait the five minutes.
Next, connect to WiFi, and then log in or browse as a guest. You can do this in VT2/Crosh. If you're in crosh, type:

```
shell
cd; sudo curl -LO https://raw.githubusercontent.com/misterfonka/crOS-Utility-Script/main/chromeostoolkit.sh && sudo bash chromeostoolkit.sh
```

If you get an error that says read-only filesystem, you will have to disable RootFS Verification. This can be dangerous, look into
the dangers of doing this yourself, but heres how to do it:

```
sudo /usr/share/vboot/bin/make_dev_ssd.sh --remove_rootfs_verification
```

If it asks you to add something to the command like "partitions 2", do it.
## Prerequisites:
You must have Flashrom installed for some utilities (Flashrom is on chromebooks by default, don't worry unless you haven't deleted it)

Your Chromebook must be in developer mode or have some kind of shell that is connected to WiFi.
Some utilities require hardware write protection to be disabled, you can do that by disconnecting the battery and then plugging in a charger.

Note: some models of Chromebooks have different WP methods, to see yours, examine this website.

https://mrchromebox.tech/#devices

Use this script at your own risk, misterfonka is not responsible for any damages caused by this script.

# Credits
misterfonka - Creating this script

MrChromebox - Making the Firmware Utility and providing some of the code.

Mercury Workshop - Making the Mac Address randomizer.