I finally decided to pull out the netbook again and check out the ChromeOS release of Flow by Hexxeh. I got the image downloaded, untar’d and imaged to the thumbdrive. Now comes the part when I want to actually install it to the solid-state disk in my Asus EeePC, right? Well, online sources said to just run /usr/sbin/chromeos-install and it would be taken care of. It kept erroring with “Attempt to install to a removable device: /dev/sda”. Of course, this is my thumbdrive so that would make sense. Since it took me some digging to figure this one out, I thought I’d throw up the solution here to make it a little more visible on the Interwebs.

Instead, run this command:
/usr/sbin/chromeos-install /dev/sdb

This should work if your internal device is at least 8gb. Unfortunately for me, mine is 4gb and my source media is 2gb. Instead, I ended up just copying the entire live image from my thumbdrive to the hard drive. Whatever works, right?

Run this command instead of the above:
dd if=/dev/sda of=/dev/sdb conv=notrunc

The version of Flow that I downloaded today seems to be a little bit outdated and I’m not a fan of the startup and login screens. I’ll most likely be playing with the Vanilla builds directly from Google soon when hell week and finals are over.

Advertisement