VMware Workstation

 View Only
  • 1.  Virtualized Intel VT-x/EPT is not supported on this platform

    Posted Sep 13, 2022 05:35 AM

    I have installed VMWare Workstation 16.2.4 and added EVEng Community Edition. During the EVEng power on process, it says "Virtualized Intel VT-x/EPT is not supported on this platform. Continue without virtualized Intel VT-x/EPT?"  After that, I clicked YES and again new error popups mentioned "VMware Workstation does not support nested virtualization on this host. Module 'HV' power on failed. Failed to start the virtual machine." 

    Attached are all images and Settings. Please help me with this. It would be a great help.Error 1.jpgError 2.jpgVMWare Settings 1.jpgVMWare Settings 2.jpgVMWare Settings 3.jpgmsinfo32 settting_1.jpgHyper-V Setting.jpgmsinfo32 settting_2.jpg



  • 2.  RE: Virtualized Intel VT-x/EPT is not supported on this platform

    Posted Sep 13, 2022 08:39 AM

    Your post needs moving to the Workstation area, so I have reported it.

     



  • 3.  RE: Virtualized Intel VT-x/EPT is not supported on this platform

    Posted Sep 27, 2022 04:46 AM

    I am also facing the same issue can someone help me.

    Is you issue resolved or you are still facing the issue 



  • 4.  RE: Virtualized Intel VT-x/EPT is not supported on this platform

    Posted Sep 27, 2022 03:57 PM

    Hi,

    Pretty much always the same issue..

    Check your vmware.log file and look for "monitor mode"

    monitor mode ULM

    or

    monitor mode CPL0

    Monitor Mode ULM means that you are running in User Level Mode and thus Workstation cannot use VMware's hypervisor, but instead it has to go through the Hypervisor API that Microsoft provides.

    The option via the Microsoft Hypervisor API currently does not provide Virtualized Intel VT-x/EPT.

    Only when Monitor mode returns CPL0 it is running in ring 0, a.k.a. no hypervisor.

    Monitor mode CPL0 (Current Privilege Level 0) is required for VMware Workstation to be able to use their own hypervisor.

    See also:

    https://communities.vmware.com/t5/VMware-Workstation-Pro/MikroTik-RouterOS-boot-speed-is-drastically-slow/m-p/2291457/highlight/true#M137161

    In order to turn off ULM/Hyper-V mode, run the following command at the host in windows command-line with Administrator privileges:

    bcdedit /set hypervisorlaunchtype off

    Reboot the system to activate your changes.

    If you want to go back to Hyper-V mode again, then you can enable it like this:

    bcdedit /set hypervisorlaunchtype auto


    See also:

    Note that you also might have to disable Memory Integrity.

    Windows Security -> Device Security -> Core Isolation details

    Don't forget to reboot the host after making any of these changes.

    --
    Wil



  • 5.  RE: Virtualized Intel VT-x/EPT is not supported on this platform

    Posted Oct 12, 2022 02:44 AM

    I am hitting this bug as well with Workstation Pro 16.2.4 and Windows 11 22H2.  I'm pretty sure this problem was fixed sometime around 15.5 without having to disable or change Hyper-V and Windows features, but seems to have come up again.

    Can someone from VMware verify this?



  • 6.  RE: Virtualized Intel VT-x/EPT is not supported on this platform

    Posted Dec 31, 2022 05:00 PM
      |   view attached

    This was literally the only thing I needed to do in Win11 22H2 to get it to work. I had disabled it around 12/3/2022 because of a Gigabyte "g2drv" driver problem. "Hyper-V" & "Virtual Machine Platform" were already disabled by default (it appears). I didn't change anything regarding the "bcdedit" command.  Everything was working fine when I started VMware Workstation 16 Pro. I then enabled the "Memory Integrity" feature because of paranoia & started getting the "VT-x/EPT" error. Disabled the "Memory Integrity" again & the problem went away.

    Seems like VMware gets blocked when that's enabled. I'm guessing it's one of their drivers that's causing the issue when it's "on". I attached a screenshot of the toggle that needs to be turned off.

    Also, 's procedures are also helpful, if you experience needing to perform the other tasks.



  • 7.  RE: Virtualized Intel VT-x/EPT is not supported on this platform

    Posted Jun 17, 2025 11:37 AM

    After trying every possible fix without success, I finally found a workaround that solved the issue:

    1. Downgrade from Windows 11 to Windows 10.

    2. With Windows 10, Hyper-V is disabled by default; just make sure Memory Integrity is also turned off, then install and run EVE-NG.

    3. Once EVE-NG is working, upgrade back to Windows 11. Keep both Hyper-V and Memory Integrity disabled.

    Following these steps resolved the problem for me completely.