Skip to content
Nitan Alexandru Marcel edited this page Sep 5, 2023 · 3 revisions

You first need to download the raw image file, then convert it to an iso. Doing it from linux or android would be as easy as using: dd if=path/to/chromeos.bin of=chromeos.iso.

You can then push the iso to your phone and mount it rw with

isodrive /path/to/chromeos.iso -rw

Clone this wiki locally