Opened 5 years ago
Last modified 5 years ago
#19808 awaitsfeedback defect
Cannot get my VM to run with
Reported by: | Mike K | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 6.1.10 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
I'm using a Windows 10 Home PC, w/Intel COREi7 CPU I'm running VirtualBox 6.1
I needed to Enable Nested VT-x/AMD-V under processor. So I ran VBoxManage modifyvm "virl.1.6.67.default" --nested-hw-virt on.
Now when I start my VM I get...
Failed to open a session for the virtual machine virl.1.6.67.default.
Cannot enable nested VT-x/AMD-V without nested-paging and unresricted guest execution!
(VERR_CPUM_INVALID_HWVIRT_CONFIG).
Result Code: E_FAIL (0x80004005) Component: ConsoleWrap Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}
I edited my my .vbox file to inclued to NestedHWVirt enabled="true"/> statemen
<CPU count="2">
<PAE enabled="false"/> <NestedHWVirt enabled="true"/>
I still get the following when I start my VM...
Failed to open a session for the virtual machine virl.1.6.67.default.
Cannot enable nested VT-x/AMD-V without nested-paging and unresricted guest execution!
(VERR_CPUM_INVALID_HWVIRT_CONFIG).
Result Code: E_FAIL (0x80004005) Component: ConsoleWrap Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}
The error message tells you why it isn't working "Cannot enable nested VT-x/AMD-V without nested-paging and unresricted guest execution!". Which Intel CPU do you use exactly, also please upload a VBox.log, it contains valuable information.