VT-x is not available (VERR_VMX_NO_VMX)

Discussions related to using VirtualBox on Windows hosts.
Post Reply
kamil190
Posts: 7
Joined: 23. Sep 2018, 22:28

VT-x is not available (VERR_VMX_NO_VMX)

Post by kamil190 »

I have next problem my CPU dont support VTx and when i run host i got:

Code: Select all

VT-x is not available (VERR_VMX_NO_VMX).

Result Code: E_FAIL (0x80004005)
Component: ConsoleWrap
Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}
Can i run without VT technology?
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: VT-x is not available (VERR_VMX_NO_VMX)

Post by socratis »

I split your post from your previous thread "[Solved] Need help with E_FAIL (0x80004005)". One topic per thread and one thread per topic please...

IWe're going to need to see a VM log from a complete VM run:
  • Start the VM from cold-boot (not from a paused or saved state) / Observe error / Shutdown the VM (force close it if you have to).
  • With the VM completely shut down (not paused or saved), right-click on the VM in the VirtualBox Manager and select "Show Log".
  • Save only the first "VBox.log", ZIP it and attach it to your response. See the "Upload attachment" tab below the reply form.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
kamil190
Posts: 7
Joined: 23. Sep 2018, 22:28

Re: VT-x is not available (VERR_VMX_NO_VMX)

Post by kamil190 »

I do it.
Attachments
vboxlog.rar
(6.85 KiB) Downloaded 7 times
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: VT-x is not available (VERR_VMX_NO_VMX)

Post by socratis »

00:00:19.665788 VMSetError: VT-x is not available
00:00:20.060399 Power up failed (vrc=VERR_VMX_NO_VMX, rc=E_FAIL (0X80004005))
Powering off during startup because of the absence of VT-x, and not even going through the typical CPUID dump of information, can mean only one thing; that your computer is really under-powered.

Open a Command Prompt window, go to the VirtualBox installation directory (typically "C:\Program Files\Oracle\VirtualBox\") and run the following command:
  • VBoxManage list hostinfo
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
kamil190
Posts: 7
Joined: 23. Sep 2018, 22:28

Re: VT-x is not available (VERR_VMX_NO_VMX)

Post by kamil190 »

I do it and got:
processor supports HW virtualization: NO
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: VT-x is not available (VERR_VMX_NO_VMX)

Post by socratis »

That part, I knew. I was looking more for the complete output, not the selective part that you posted.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
kamil190
Posts: 7
Joined: 23. Sep 2018, 22:28

Re: VT-x is not available (VERR_VMX_NO_VMX)

Post by kamil190 »

processor online count: 2 
processor count: 2
processor online core count: 1
processor core count: 1
processor supports HW virtualization: NO
processor supports PAE: YES
processor supports long mode: no
processor supports nested paging: NO
processor #0 speed:unknow
processor #0 description: intel atom CPU N270 @ 1,6Ghz
processor #1 speed :unknow
processor #1 description: intel atom CPU N270 @ 1,6Ghz
memory size: 2037 MByte
memory avilable: 324MBYTE
Operating system: Windows 7
Operation system versiona;  6.1.7601sp1
Last edited by socratis on 26. Sep 2018, 13:50, edited 1 time in total.
Reason: Enclosed the information in [quote][pre] tags for better readability
andyp73
Volunteer
Posts: 1631
Joined: 25. May 2010, 23:48
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Assorted Linux, Windows Server 2012, DOS, Windows 10, BIOS/UEFI emulation

Re: VT-x is not available (VERR_VMX_NO_VMX)

Post by andyp73 »

kamil190 wrote:processor #0 description: intel atom CPU N270 @ 1,6Ghz
memory size: 2037 MByte
With 1 CPU core, no VT-x and only 2GB memory it is going to struggle to run one operating system let alone two!

-Andy.
My crystal ball is currently broken. If you want assistance you are going to have to give me all of the necessary information.
Please don't ask me to do your homework for you, I have more than enough of my own things to do.
Post Reply