Impact of wrong OS type for VMs
Someone asked me what the impact would be if a VM is installed with the wrong OS type.
My first thought was that this probably would introduce some performance issues, but then it hit me that this would cause the incorrect VMware Tools to get installed in the VM, leading to all sorts of unintended behaviors. Even worse, if the correct MCA/MCE architecture is not presented to the guest during boot I don’t think it will start at all. We use guest OS type to get this info (it only matters during boot as far as I know).
How to fix it:
- Power off the VM.
- Modify via GUI option General of the properties of your VM.
- Power on the VM.
- Reinstall the correct VMware Tools.
Anybody know of any more gotchas associated with having the wrong OS type specified for your VM?
Related posts:cdrom_pc_intr The drive appears confused
Upgrading ESX 4.0 to Update 1 using Update Manager
Running a Windows Partition in VMware
Installing ESX Server from a USB Drive
ESX 3.5 Update 2 bug
Fusion, VMware, VMware ESX, Workstation, vSphere December 30th. 2009, 1:34pm
VMwarewolf
December 31st, 2009 at 10:40 am
I did this a few weeks ago when building a VM. I selected W2008 instead of W2003. The VM installation went fine until the reboot then the VM just hung with a black screen. I actually had to delete & rebuild the VM.
December 31st, 2009 at 12:28 pm
I am guessing that a reinstall of the vmware tools is most likely in order as well when fixing the issue?
December 31st, 2009 at 1:04 pm
Yes, of course. Let me add that in. Thanks!