Caution: Ensure that the virtual machine Summary tab in the vSphere Web Client displays hardware version 10 and a hardware version upgrade is not scheduled.
To resolve this issue, remove the entries related to the hardware version upgrade, from the .vmx file.
To remove the entries in the .vmx file:
- Power off the virtual machine.
- Connect to the host on which virtual machine is running using SSH.
- Navigate to the virtual machine location where the .vmx file is located.
- Take a backup of the .vmx file.
- Open the .vmx file using a text editior.
- Remove these entries related to hardware version upgrade:
virtualHW.scheduledUpgrade.when = "always"
virtualHW.scheduledUpgrade.state = "done"
tools.upgrade.policy = "upgradeAtPowerCycle"
- Reload the .vmx file for the changes to take effect.