Error message when I try to run a virtual computer

8

2

I'm kind of new to virtual computers. I am getting this error message when I try to run a virtual system:

[Not in a hypervisor partition (HVP=0) (VERR_NEM_NOT_AVAILABLE).
VT-x is disabled in the BIOS for all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED).


Result Code: 
E_FAIL (0x80004005)
Component: 
ConsoleWrap
Interface: 
IConsole {872da645-4a9b-1727-bee2-5585105b9eed}
]

enter image description here

Greg Steckel

Posted 2019-02-07T23:13:14.213

Reputation: 81

1

You may wish to take a look at this StackOverflow question.

– Anaksunaman – 2019-02-07T23:21:38.517

Answers

6

The error message is very clear in this case. Your CPU virtualization options are turned off in the BIOS.

You need to reboot in to the BIOS and Enable VT-x.

According to the manual: http://h10032.www1.hp.com/ctg/Manual/c06002345

"Turn on or restart the computer, quickly press esc, and then press f10."

Under the System Configuration Tab. Check if there is Virtualization Technology listed.

Enable it.

HackSlash

Posted 2019-02-07T23:13:14.213

Reputation: 3 174

MB is 15-ce019dx and I run windows 10 – Greg Steckel – 2019-02-07T23:23:54.823

Please do not only respond in the comments. Instead, [edit] the post with this information. – I say Reinstate Monica – 2019-02-07T23:25:18.143