VT-x is not available (VERR_VMX_NO_VMX) Error

Discussions related to using VirtualBox on Windows hosts.
Post Reply
TimB
Posts: 1
Joined: 29. Apr 2016, 16:56

VT-x is not available (VERR_VMX_NO_VMX) Error

Post by TimB »

Hello,

I have been using an Ubuntu image for the past couple weeks on a Windows 10 OS with no issues. However last night I was messing with display settings (trying to get an usb-c to hdmi display working). Today I can not get my Ubuntu image to start. Virtual Box keeps throwing this error:

VT-x is not available (VERR_VMX_NO_VMX)

After researching this it seems Virtual Technology was deleted in the BIOS, however that's not the case for me. I even disabled it and got a slightly different error message when trying to run the image in that scenario.

I also have deleted the vbox config file, uninstalled/re-installed virtual box software and nothing has worked.

Here is a snippet from the log file:

00:00:01.868401 ********************* End of CFGM dump **********************
00:00:01.868412 VM: fHMEnabled=true (configured) fRecompileUser=false fRecompileSupervisor=false
00:00:01.868413 VM: fRawRing1Enabled=false CSAM=true PATM=true
00:00:01.868516 VMSetError: F:\tinderbox\win-5.0\src\VBox\VMM\VMMR3\HM.cpp(576) int __cdecl HMR3Init(struct VM *); rc=VERR_VMX_NO_VMX
00:00:01.868537 VMSetError: VT-x is not available
00:00:01.869019 ERROR [COM]: aRC=E_FAIL (0x80004005) aIID={872da645-4a9b-1727-bee2-5585105b9eed} aComponent={ConsoleWrap} aText={VT-x is not available (VERR_VMX_NO_VMX)}, preserve=false aResultDetail=0
00:00:01.869201 Console: Machine state changed to 'PoweredOff'
00:00:01.879124 Power up failed (vrc=VERR_VMX_NO_VMX, rc=E_FAIL (0X80004005))
00:00:02.048864 GUI: UIMachineViewNormal::resendSizeHint: Restoring guest size-hint for screen 0 to 800x600
00:00:02.048899 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={7303a66d-433b-25a4-f9a8-fcadf87e0c2a} aComponent={DisplayWrap} aText={The console is not powered up}, preserve=false aResultDetail=0
00:00:02.049107 GUI: Aborting startup due to power up progress issue detected...

*EDIT* Not sure why I didn't think of trying this but I created a new VM and can boot it up. So it's definitely something specific with my original Ubuntu VM. Is there some type of recovery/fix mode for a VM? I had a snapshot from prior and reverted but that didn't help me any.

Can anyone point me in a good direction to fix this? Any help would be appreciated.

Thanks,
Tim
Last edited by TimB on 29. Apr 2016, 17:16, edited 1 time in total.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: VT-x is not available (VERR_VMX_NO_VMX) Error

Post by Perryg »

Remove hyper-v or what ever is taking control of VMX on the host.
Post Reply