Installing Chrome OS on laptop
Intro
This tutorial will be using chromefy to generate the Chrome OS image.
Prepare Image
Chromium OS (needed)
Chromium OS image is needed as a basic image that will turn into a ChromeOS image later on.
Chrome OS Image (needed)
You will need both eve and caroline from here for generating the ChromeOS image.
Generator Script
Generate the install image
sudo bash chromefy.sh chromium.img recovery.bin caroline.bin
Create install media
# Check your usb stick id
lsblk
# Write to USB drive
dd if=chromium.img of=/dev/sdX bs=4M
Written on February 2, 2019