Unable to install VMware Player: Module VPMC power on failed

I want to install Ubuntu on my VMware Player, but I facing the following error:

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

How can I solve this?

2

3 Answers

Edit the .vmx file and search for vpmc.enabled. Set it to FALSE.

More about performance counters here:

1

Virtualized performance counters are not supported on the host CPU type

This error report clearly shows that your host CPU model won't support Virtualization. So you can't run any Virtualization softwares like VirtualBox,VMWare,etc.

4

I encountered this problem on my Mac after upgrading to a new Macbook pro. I went to the VM settings, then Processor and Memory tab, then "advanced options" and uncheck both options. I was then able to boot up the virtual machine.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like