Step by Step Guide for Setting Up Developer Mode
How to Put a Chromebook into Developer Mode: Step-by-Step Guide
โ ๏ธ Warning: Enabling Developer Mode will wipe all local data, including files, apps, and settings. Be sure to back up anything important before you begin.
โ Step 0: Prepare
- Backup your data (Google Drive, USB stick, or external hard drive).
- Make sure your Chromebook is charged or plugged in.
- Know that Developer Mode disables verified boot, so youโll see a scary screen every time you start up โ this is expected.
๐งโ๐ป Step 1: Enter Recovery Mode
- Turn off your Chromebook.
-
Press and hold these keys simultaneously:
-
Esc + Refresh (๐), then press the Power button.
- Release all keys when you see a white screen with a yellow exclamation mark or a message like "Chrome OS is missing or damaged."
โ๏ธ Step 2: Enable Developer Mode
- On the recovery screen, press Ctrl + D.
- You will be prompted: โTo turn OS verification OFF, press ENTER.โ
- Press Enter.
๐งน Step 3: Wait for Powerwash (Device Reset)
- The system will reboot and begin the transition to Developer Mode.
- This takes 5 to 10 minutes. Youโll see a screen that says:
"Preparing system for Developer Mode. This may take a while."
This process erases all local data (Powerwash), and once complete, the device will reboot again.
โ ๏ธ Step 4: Startup Behavior in Developer Mode
Every time you boot, youโll see a โOS verification is OFFโ screen.
- To continue booting: press Ctrl + D or wait 30 seconds.
- To go back to normal mode: press Spacebar, then confirm.
๐ ๏ธ Step 5: Access the Linux Shell (Crosh and Bash)
- Once booted, sign into Wi-Fi.
- Press Ctrl + Alt + T to open Crosh (Chrome Shell).
- Type
shell
and press Enter. - Now you are in a full Bash shell and can run commands like
sudo
, install dev tools, or run scripts.
๐งฏ Optional: Disable Root File System Verification
If you're doing root-level development:
1 2 |
|
Then reboot.
๐ To Exit Developer Mode (Re-enable Verified Boot)
- Reboot your Chromebook.
- On the "OS verification is OFF" screen, press Spacebar.
- Confirm when prompted โ this will Powerwash again and return to normal mode.
โ Developer Mode Enabled!
Youโre now ready to:
- Install custom Linux distros
- Sideload APKs (on supported Chromebooks)
- Access full root shell
- Modify system files and services
References
YouTube Video Showing Steps to Put Chromebook into Developer Mode