Skip to content

Instantly share code, notes, and snippets.

@EugeneZheleznov
Last active March 31, 2022 08:06
Show Gist options
  • Save EugeneZheleznov/293b5d15d2e386a8645f6d601424210f to your computer and use it in GitHub Desktop.
Save EugeneZheleznov/293b5d15d2e386a8645f6d601424210f to your computer and use it in GitHub Desktop.
[VMware Workstation Ошибки] #vmware

Исправление ошибок VMware Workstation

При ошибке:

the cpu has been disabled by the guest operating system. Power off reset the virtu

Дописать:

cpuid.0.eax = "0000:0000:0000:0000:0000:0000:0000:1011"
cpuid.0.ebx = "0111:0101:0110:1110:0110:0101:0100:0111"
cpuid.0.ecx = "0110:1100:0110:0101:0111:0100:0110:1110"
cpuid.0.edx = "0100:1001:0110:0101:0110:1110:0110:1001"
cpuid.1.eax = "0000:0000:0000:0001:0000:0110:0111:0001"
cpuid.1.ebx = "0000:0010:0000:0001:0000:1000:0000:0000"
cpuid.1.ecx = "1000:0010:1001:1000:0010:0010:0000:0011"
cpuid.1.edx = "0000:0111:1000:1011:1111:1011:1111:1111"

При ошибке:

Virtualized performance counters are not supported on the host CPU type.
Module VPMC power on failed. Failed to start the virtual machine'

Изменить:

vpmc.enable = "TRUE"

на

vpmc.enable = "FALSE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment