Posts Tagged ‘ virtualization

Virtualization part 2

Continuing on the theme of Virtualization, I tried to maintain our VMs via vSphere 4, however I quickly found that vSphere will not run on Windows 7 still! Seems like we need to update to the latest patch with a newer version of the vSphere client. I’ll have to wait another day before I can test and verify this though. Onward to more W7 problems!

VMware Conversion & Virtualization

So… I finally got the chance to update to Windows 7 and test out its new features to be able to provide support! However, I need to be able to access my old OS and any of the items in it. Since we were planning on supporting the Virtualization of PCs in the future as well, I thought to test it out on my PC.

Everything went smoothly except for one thing, there was an error:

FAILED: Unable to find the system volume, reconfiguration is not possible.

After some research, it turns out that the VMware vCenter Converter does not like any missing or irregular autoexec.bat, config.sys or boot.ini files. More specifically for me was the boot.ini as I had already installed Windows 7 in a dual boot mode. So I changed the boot.ini to:

boot loader
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
operating systems
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=”Windows XP Professional, Standard” /fastdetect

Everything worked out fine after that. Now I’m happily using Windows 7 and running my XP programs and other items at the same time. True XP compatibilty mode!