Showing posts with label Chrome OS on USB. Show all posts
Showing posts with label Chrome OS on USB. Show all posts

2.17.2010

Hexxeh releases ChromiumOS Flow


Hexxeh, the creator of Chromium OS images that are easy to boot from USB, has just released the latest version of his work, dubbed Flow. ChromiumOS Flow comes with a slew of new features, such as more video hardware support and automatic updates.

Here is the complete list of new additions, according to Hexxeh:

User-customisable menus (rearrange, add, delete apps on your own menu)
Automatic updates via the Velocity engine (with an all new interface from what you saw in the BETA, it’s now been integrated into the browser)
nVidia GPU support (this includes ION, and it’s fully hardware accelerated)
Realtek RTL8187SE support (RTL8192E is coming as an update soon)
Audio fix
Flash fix
Bookmark Sync fix
Power indicator fix (as long as it worked in Cherry)
Battery life improvements
Increased image size to 2GB (1GB was becoming too restrictive, needed to do this to add more hardware support, sorry!)
Webcam support (to test this, right click on a YouTube video and then click settings)
If you need a guide on how to get Flow running, we have a nice one here: Install Chrome OS to USB.

Simply download the new image and follow the rest of the instructions. Maybe this version will support our video card? Let us know how your experience goes.
You can check Hexxeh's announcement post here: It's Flow time

1.11.2010

Chrome OS Zero brings new features



Hexxeh, of hexxeh.net, has released yet another customized version of Chrome OS. Chrome OS Zero is once again bootable from a a USB drive, but has additional goodies added on by hexxeh. Here is his description of the new release:


  • Newer version of ChromiumOS code
  • Major speed improvements for many users
  • Reduced Broadcom delay
  • New artwork for the boot process
  • Full extension support
  • Reduced download size, clocks in at under 250MB
  • Still fits on a 1GB USB drive despite the new features
  • Beginnings of multi-language input (requires a little terminal work to add your language as there is no UI yet)
  • Quite a lot more!
You can download the new image here: Chrome OS Zero, and can follow my directions to install it here: Install Chrome OS Zero on a USB drive.

Now don't be shy, let us know how your Chrome OS Zero experience goes in the comments below!

12.04.2009

Chrome OS Updated (Cherry Version)



Our faithful beast of a hacker, hexxeh, has come through again. And this time, it's you Broadcom wireless users that are in for joy.

Hexxeh announced his new Chromium OS build today, stating that "ChromeOS Cherry released with new Broadcom/Ralink support and many bugfixes! Broadcom WiFi works, but you need to wait about 5 minutes after booting to connect to a network." The new build is deemed "Cherry", apparently following the soda references that the last build (Chrome OS Diet) started.

Pretty cool. Maybe Google should hire this guy for PR? Or even for developing Chrome OS? Well, if you interested in installing "ChromeOS Cherry" you can download the USB image here: Chrome OS Cherry.
And we have some instructions for first time users here: Install Chrome OS to USB
Hexxeh, this better be all-natural cherry, not that artificial flavoring crap. Let us know how this build tastes to you down there in the comments!

11.23.2009

Install Chrome OS to USB


Thanks to our friend Jorge Sierra at Makeuseof.com, we can now install Chromium OS, the open source version of Chrome OS to a USB drive. This will allow us to boot the OS natively on our computer, not in virtualization software.

I will walk you through how to install Chrome OS on your USB drive and boot your computer with it.

Things you will need:
1. 4 GB or larger USB drive
2. Image Writer program
3. USB image of Chrome OS
4. A Windows (or Linux :). I added alternate directions at the bottom) computer that can boot from a USB drive

1. Download the USB image and Image writer program. 

You can use Mr. Sierra's torrent file to download the Chrome OS USB image: Chrome OS to USB torrent file (just right click it and select "Save Link as...). You will need a BitTorrent client to download the image via the torrent (I recommend utorrent). Or you can simply download the file here: Chrome OS USB image.  For Windows, a program called Image Writer for Windows will be included in the torrent or file download. I will show you how to install Chrome OS on a USB drive in Windows.

2. Write Chrome OS Image to USB drive

To write the Chrome OS image to your USB drive, you will need to run the Image Writer for Windows by clicking on "Win32DiskImager" file that you downloaded with the Chrome OS image. After you install it, run the program and browser for the Chrome OS image clicking on the folder icon beside the text field in Image Writer. Select the image, then select your USB drive under the device section. If you don't know the letter of your drive, go to My Computer and see what label it has (should be (G:) or (H:) depending on how many drives you computer has). The writing process takes a few minutes, so don't be alarmed at its slowness.

Now select "write" to write the Chrome OS image to your USB drive.

3. Booting the Chrome OS USB image

Next, you will boot into Chrome OS using the USB image. First you will make sure your computer is set to be able to boot from a USB drive. To do this, simply change the boot setting in BIOS to look for a USB boot image (move USB drive above Hard Disk in you boot sequence). Now restart your computer with the Chrome OS USB plugged in and it should boot it before looking at your hard drive for an operating system. If you have any questions, just ask me in the comments!

For Installing Chrome OS on a USB drive in Linux:

Follow Step 1 and 2 above until the point where you write the image to USB drive. In a Linux environment, there is a Python script that you can use to write an image to a USB (I obtained it from Moblin.org) Here is a link to download the script: Image Writer. It is recommended that you have Python 2.4 or greater installed.

Write the image to the USB drive:
In a terminal type these commands-

# cd [directory with downloaded image-writer file]
# chmod a+x ./image-writer
# ./image-writer [Chrome OS USB image file name]


Make sure you replace "directory with downloaded image-writer file" and "Chrome OS USB image file name" with the actual directory and file names on your computer. The script will ask you which drive to write to. Simply enter the USB's designation and let it rip!
Thanks goes to the Moblin team for Image Writer.

Once again, credit goes to Jorge Sierra at Makeuseof.com for the Windows directions.