VirtualBox

Opened 4 years ago

Closed 4 years ago

#19513 closed defect (wontfix)

VT-x is not available

Reported by: AMDphreak Owned by:
Component: other Version: VirtualBox 6.1.6
Keywords: Cc:
Guest type: other Host type: other

Description

` Failed to open a session for the virtual machine Win10 64-bit.

VMMR0_DO_NEM_INIT_VM failed: VERR_NEM_MISSING_KERNEL_API_2 (VERR_NEM_MISSING_KERNEL_API_2).

VT-x is not available (VERR_VMX_NO_VMX).

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

It was previously working before I moved the disk image to a different folder and installed Hyper-V and Windows's "Virtual Machine Platform" feature and "Windows Hypervisor Platform".

I installed those for performance benefits. What is the deal?

Change History (3)

comment:1 by madamdthreader, 4 years ago

VMMR0_DO_NEM_INIT_VM failed: VERR_NEM_MISSING_KERNEL_API_2 (VERR_NEM_MISSING_KERNEL_API_2). same issue but get that missing those 2 are why its not seeing the VT-X but tried n tried admin tricks to no avail wish someone knew

comment:2 by Pedro.VBox, 4 years ago

VirtualBox won't work when Hyper-V feature is enabled. Please, disable that feature, reboot, and VBox will work again ...

comment:3 by Frank Batschulat (Oracle), 4 years ago

Resolution: wontfix
Status: newclosed

VirtualBox 6.0 and Hyper-V https://www.virtualbox.org/ticket/16801
https://forums.virtualbox.org/viewtopic.php?f=6&t=90853
https://forums.virtualbox.org/viewtopic.php?f=1&t=62339

Error VERR_SVM_IN_USE
https://forums.virtualbox.org/viewtopic.php?f=7&t=94887
AMD-V is being used by another hypervisor. (VERR_SVM_IN_USE)
[https://askubuntu.com/questions/403591/amd-v-is-being-used-by-another- hypervisor-verr-svm-in-use]
https://www.dedoimedo.com/computers/kvm-virtualbox.html

To disable Hyper-V execute this command in an Administrator: Command Prompt or Powershell, and reboot the system:

bcdedit /set {current} hypervisorlaunchtype off

To enable Hyper-V again, execute this command in an Administrator: Command Prompt or Powershell, and reboot the system:

bcdedit /set {current} hypervisorlaunchtype Auto

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use