Running Windows 2008 Server core under VMware |
|
Posted Friday, 25 April 2008 by Misha Hanin One of the first software that I install on any OS under VMWARE is VMware Tools. The most important benefit is the VMware enhanced video and mouse drivers. On VMware ESX, VMWare tools must be installed to get the NIC working. The Installation process of VMware Tools on Windows 2008 Server Core edition is a bit tricky. As far as you remember, Server Core it is a command line only version of Windows Server 2008. VMWareTools is a GUI installation so this is not an option for Server Core. Today we have few workarounds :) ... Solution 1
C:\Windows\System32> pnputil - i -a vmxnet. inf
You should get the following message: Microsoft PnP Utility
Processing inf : vmxnet. inf Successfully installed the driver on a device on the system. Driver package added successfully. Published name : oem2. inf The next step is to set “Hardware Acceleration” for the display adaptor to “Full”. Well, you have to use Registry. Launch the Registry editor on the command prompt by typing “ regedit”. Then you navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\{81E0A29D-B654-4848-9421-BEA1C8A6F938}\0000
The long number is a GUID and it will be different on your system. You should find Acceleration.Level key in the 0000 folder. To be sure that you've found a correct key check in the same location key "Device Description" with a value "VMware SVGA II". You have to set the Acceleration.Level key value to 0. Exit from registry and reboot your server. The END :). |