Opening the virtual machine reports an error: The virtual machine uses a hardware version that is not supported by this version of VMware Workstation. Module 'Upgrade' failed to start. Failed to start virtual machine.

1. Questions

Open the previously configured virtual machine and find that the version is incompatible and report an error:

The virtual machine is using a hardware version that is not supported by this version of VMware Workstation.
Module 'Upgrade' failed to start.
Failed to start virtual machine.

insert image description here

2. Solutions

Open the location of the directory:

insert image description here

Open the .vmx file with an editor:

insert image description here
For VMware16.x version:
Change virtualHW.version = "19" in the .vmx file of the virtual machine to virtualhw.version = "16"

Similarly, for VMware15.x version:
change virtualHW.version = "19" in the .vmx file of the virtual machine to virtualhw.version = "15"

insert image description here
insert image description here

3. Open successfully

insert image description here

Guess you like

Origin blog.csdn.net/m0_48170265/article/details/130087033