Downgrade VMware VM Hardware Version

Downgrade VMware VM Hardware Version

A few weeks back, we discussed how to downgrade ESXi versions. These downgrades or rollbacks will often time bring compatibility issues into play. One such issue is the compatibility between the ESXi version and virtual machine hardware version. If a virtual machine with a higher version of hardware resides on an unsupported (lower) ESXi version, you will receive an error and not be able to start the machine. The error will state – This virtual machine uses hardware version x, which is no longer supported. Upgrade is recommended.

Hardware Version Unsupported

To address such issues, VMware supports three ways of downgrading virtual machine hardware.

  • Revert to a pre-upgrade snapshot.
  • Convert the virtual machine with VMware vCenter Converter Standalone and specify the appropriate destination hardware version.
  • Create a new VM with a compatible hardware version and attach existing disks.

In this post, we will perform the latter; specifically, downgrading virtual machine hardware 13 to 11.

To begin the process, kick off the creation of a New Virtual Machine from vCenter.

Create New Virtual Machine

Specify Create a new virtual machine for the creation type.

New Virtual Machine

Enter a unique virtual machine name and specify the target location for the virtual machine. This name needs to be different than the old machine. For clarity, this name is only how it appears in inventory. It can be renamed later for conformity.

Virtual Machine Name

Select the compute resource to run the virtual machine.

VM Compute

Select the datastore where the virtual machine’s configuration and disk files will reside.

VM Storage

In this step, we will specify the compatibility level for the virtual machine. In our case, we chose ESXi 6.0 and later as that utilizes hardware version 11.

VM Compatibility

Select the guest OS Family and Guest OS Version.

VM Guest OS

Now, we will start the process of attaching the existing disks to the new machine. First, remove the New Hard disk. This disk is added by default; however, we want to add our own disks from the old machine, so that disk is not needed.

Remove Hard Disk

Next, hit the New Device arrow and select Existing Hard Disk. Finally, click Add.

Add Existing Hard Disk

After selecting Add, you will be prompted to select the existing vmdk. Select the appropriate vmdk file and press OK. If you have multiple disks to add, repeat the previous step.

Select VM File

Finally, review the virtual machine settings you select. To create the new machine, select Finish.

Finish VM Creation

The new machine with existing disks will now be created. After creation, boot the machine and ensure the machine has been created appropriately.

VMware KB – Downgrade VM Hardware Version

VMware Virtual Machine Compatibility Reference

Related Posts

Comments are closed.