Dances With VMware

I finally had some time to play around with VMware on my home  box, and besides the usual kernel module hassles (trivial, but annoying), I've done a little variation on Joel's notes and migrated a couple of my QEMU images across (including the Windows one I was using in my office desktop ).

All I had to do was convert the QEMU disk image with:

$ qemu-img convert xp.qcow -O vmdk xp.vmdk

And then work off the Browser Appliance .vmx file and edit it to enable ide0 (QEMU uses IDE geometries) and set the OS type:

ide0:0.present = "TRUE"
ide0:0.fileName = "xp.vmdk"
guestOS = "winxppro"

Finding itself faced with entirely different virtual hardware, Windows crashed immediately upon boot. I just dropped in the installation CD and initiated the usual recovery steps, and am now installing the VMware utilities inside it (to get those, just get the ISO file from your current Workstation install - or register for an Workstation evaluation, they are likely to have been updated).

A couple of old VMware images as well as an old QEMU image all ran without problems.

But the best news (and my main reason for doing this) is that I can now run a bit faster - I was using QEMU via , and VMware is noticeably snappier, even using the OpenGL software renderer and .

Direct X11 to my doesn't work off the bat, but since I can run the inside a session, this may be just a matter of tweaking... And until a native version of comes out, it's the best game in town.