paolo-projects / auto-unlocker

Unlocker for VMWare macOS
GNU General Public License v3.0
4.2k stars 528 forks source link

[Issue] Virtualized Intel VT-x/EPT is not supported on this platform. #31

Open EArminjon opened 4 years ago

EArminjon commented 4 years ago

Hi,

I followed this tutorial : https://www.youtube.com/watch?v=-Js-AO3t308 I've intel i7 9700, i've enable Hyper-V (because i need it) in windows and intel VT in bios. I've Vmware workstation 16 (not 15) because it works well with Hyper-V without issue (official doc say that).

But i got error message when running vm :

image

If i disable Intel VT in vm setttings, the installation didn't achieved or (on my last vm) I got ugly performance.

What should i do ?

SweetwaterBurns commented 4 years ago

This is an issue with running hyper-v concurrently. It disables the ability to use the extensions in all other VMs (Virtual Box, too)

EArminjon commented 4 years ago

Oh :"(, vmware have work to enable hyper v compare to previous version. Did you know if an update of the extension is possible ? Or too much work ?

ghost commented 3 years ago

I had the same issue and after spending few hour and troubleshooting, I managed to resolve this issue.

Step 1

Enable your Virtualization in BIOS

Dell

Step 2 - Turn off Hyper V and untick Virtual Machine Platform in Windows 10 Host Machine

Turn off

Step 3 - Type command in PowerShell (Runs as Admin)

bcdedit /set hypervisorlaunchtype off

Powershell

Step 4 - VMware Workstation Pro 16

Tick Mark - Virtualize Intel VT-x/PT

Hyper 1

Step 6 - MOST IMPORTANT

Option - Version need to Hyper- V (unsupported)

Hyper V

Once you installed Hyper V, Restart the Virtual Server. Then you will see Hyper V in Tools.

Good LucK

EArminjon commented 3 years ago

As I wrote, I need hyper V and not a windows hyper v VM :')

Cezarovsky commented 3 years ago

God bless you! :)

dinbtechit commented 3 years ago

If you are using a laptop that is managed by a system administrator, they would have turned on Virtualization Based Security Enabled in the group policy. In those cases, you can't do much as the group policy gets enabled every single time you restart the machine. You might have to reach out to your system admin.

To check if Virtualization Based Security is enabled

  1. Go to windows key -> search for "System Information"
  2. Technically this should be in not running status to support nested VMs. image
MohamedSaid7102 commented 3 years ago

@EArminjon

Just disable Virtualize Intell VT-x/EPT or AMD-v/RVI option from VM settings and that should solve your problem.

image

hayr-hotoca commented 2 years ago

This is due to a Windows virtual machine configuration that you mistakenly set or a software you installed changes it. Don’t waste your time into install a new virtual machine or reconfigure your VMWare machine because the last time you still started it successfully and it may cause the problem go further and other problems arise.

Last time, we faced this issue after installing the Docker Desktop software which is also a virtualization software

Try solution below:

https://mayviti.com/vmware-virtualized-intel-vt-xept-is-not-supported-pc-fixed/

ahmedshewikh commented 2 years ago

Turn off Hyper V and untick Virtual Machine Platform in Windows 10 Host Machine comment of saz1989

it solved my issue and unchecking windows hypervisor platform & thank u and i didnt need to run the powershell command

github-account1111 commented 2 years ago

Why is https://github.com/paolo-projects/auto-unlocker/issues/31#issuecomment-782702332 downvoted to heavily? Does it do something bad?

DJDumlao commented 1 year ago

@EArminjon

Just disable Virtualize Intell VT-x/EPT or AMD-v/RVI option from VM settings and that should solve your problem.

image

If you uncheck the virtualiaze intel vt-x box you can't do any labs for eve-ng and pnet-labs

ma009334 commented 11 months ago

Thank

EArminjon commented 11 months ago

@EArminjon Just disable Virtualize Intell VT-x/EPT or AMD-v/RVI option from VM settings and that should solve your problem. image

If you uncheck the virtualiaze intel vt-x box you can't do any labs for eve-ng and pnet-labs

As I said, i don't want to disable it. The Vmware doc said that we can keep the VT enabled and Hyper-V enabled using the latest version of VMWARE (16). But it didn't work. That why this issue exist.