Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| computers:chromebooks:chromebooks [2020/10/01 16:42] – jon | computers:chromebooks:chromebooks [2021/01/04 16:18] (current) – localadmin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Chrome OS ====== | ====== Chrome OS ====== | ||
| Copied from [[https:// | Copied from [[https:// | ||
| + | |||
| [[wp> | [[wp> | ||
| Line 156: | Line 157: | ||
| * serial_number: | * serial_number: | ||
| * mlb_serial_number: | * mlb_serial_number: | ||
| + | * The '' | ||
| * Might as well verify the serial number again: <code bash>vpd -l</ | * Might as well verify the serial number again: <code bash>vpd -l</ | ||
| * If you've **messed up**, like I've done with a random capital letter in the entry, you can remove the entry with a command like: <code bash>vpd -d " | * If you've **messed up**, like I've done with a random capital letter in the entry, you can remove the entry with a command like: <code bash>vpd -d " | ||
| Line 178: | Line 180: | ||
| * Specify the asset tag: <code bash>vpd -s " | * Specify the asset tag: <code bash>vpd -s " | ||
| * Specify the machine type: <code bash>vpd -s " | * Specify the machine type: <code bash>vpd -s " | ||
| + | * Specify the Service Tag((typically found on Dell CBs and is typically set the same as the serial)): <code bash>" | ||
| + | * Specify the manufacturer date: <code bash>" | ||
| + | * Specify the WNIC's MAC address: <code bash>" | ||
| Line 211: | Line 216: | ||
| * You must be in the **/tmp** directory; it won't work in your home directory: <code bash>cd / | * You must be in the **/tmp** directory; it won't work in your home directory: <code bash>cd / | ||
| * **Read** the **GBB** section of the flash chip and dump the data to a **BIN** file: <code bash> | * **Read** the **GBB** section of the flash chip and dump the data to a **BIN** file: <code bash> | ||
| + | * If you'd like to see the HWID being reported, you can get it out of the file you just created: <code bash> | ||
| * **Write** the **HWID** to the **BIN** file: <code bash> | * **Write** the **HWID** to the **BIN** file: <code bash> | ||
| * The aforementioned HWID is a valid one for Lenovo 100e Chromebooks, | * The aforementioned HWID is a valid one for Lenovo 100e Chromebooks, | ||
| Line 246: | Line 252: | ||
| * Find the **MAC address** under the '' | * Find the **MAC address** under the '' | ||
| * Find the **IP address** under the '' | * Find the **IP address** under the '' | ||
| + | |||
| + | ===== Battery Disconnect ===== | ||
| + | No, this is not about taking apart the device and unplugging your battery... | ||
| + | |||
| + | * Charge the device. | ||
| + | * Ideally, a full charge is nice but Google says 80% is fine. | ||
| + | * With the device plugged into a power source, make sure the device is powered on. | ||
| + | * While holding the **refresh button**((F3)) and the **power button**, pull out the charging cable. | ||
| + | * With touchscreens like Lenovo' | ||
| + | |||
| + | To get the device to power on after being put into a battery-disconnect state, simply plug the device in and power it on. | ||
| + | |||