Parallels

Try out Chrome OS in a VM – even Parallels!

If you have been curious about trying out Google’s Chrome OS (or Chromium OS – they seem to call it both) there is a VMWare image available for download at gdgt.com. You will need to set up an account there if you don’t already have one, but it is painless. The VM image is zipped to around 300MB so downloading is not painful at all.

If you are using VMWare Player or VirtualBox or VMWare Fusion (on Mac) there is nothing you need to do but open it up and go. If you are using Parallels, however, there are a couple steps to take.

First you need to convert the vmdk to a raw disk image. To do this you will need to get Qemu (actually, qemu-img, a utility that comes with Qemu.) If you are on a Mac (as most Parallels users are) you can download and install Q, which is a very nice OS X port of Qemu with a GUI (which we won’t be using for this exercise).

The command to convert the disk image is slightly different if you are using the default Qemu package or the one provided with Q. If you are using the default the following should work (assuming your install of Qemu is in /usr/bin/):

/usr/bin/qemu-img convert chrome-os-0.4.22.8-gdgt.vmdk -O raw chrome.hdd

If you are using Q, the version of qemu-img that is included does not quite handle the command line switches correctly. Luckily, it defaults to raw image output. The command if you have Q installed should look like:

/Applications/Q.app/Contents/MacOS/qemu-img convert chrome-os-0.4.22.8-gdgt.vmdk chrome.hdd

Now, start up Parallels, and add a new VM. For type, set it to Other Linux and when it asks whether to create a new disk image or use an existing one tell it to use the disk image you just created.

Start the VM and enjoy(?) the browser as OS experience. Oh, and the login credentials? Your Google account.

8 comments Try out Chrome OS in a VM – even Parallels!

I have installed Chrome OS on one of my netbooks and the performance of Chrome OS is just okay. there is nothing fancy or very special about it. It was just a sort of GUI version of linux or something.
.

Actually, it isn’t even a full Linux GUI. It is essentially a wrapper to run the Chrome browser and not a lot else.

You can get to a command prompt, however, by pressing CTRL-ALT-T. From there you can run xterm (if you don’t like the default white-on-black terminal), run vi (the only editor installed by default) and do command-level system maintenance. Beyond that it is entirely up to your own resourcefulness as far as installing other programs. I haven’t tried, but I have a feeling it would be an exercise in frustration. If you want a full-blown Linux distro, loaded and ready to go for your netbook I can highly recommend Eeebuntu using the Netbook Remix interface.

i installed Chrome OS on two of my netbooks. the Chrome OS works great and its loading time is very fast too.

I have tried using Chrome OS in one of my desktop PC’s, the overall performance is above average to excellent.

i have tested chrome os both at home and at work, it does not seem to be better than ubuntu”`,

Chrome OS is not meant to be a full-featured OS (like Ubuntu) but instead is essentially a wrapper around the Chrome browser for use on low-end netbook type devices.

Rob says:

If you’re using Parallels on Mac you can download a Chromium OS image directly from them. Very easy.

Len Popat says:

Trackback
[…] We stumbled over here coming from a different website and thought I should check things […]

Comments are closed.