Hello,
two days ago one of my virtualization software (QEMU) stopped working because of missing Virtualization support. I reinstalled the software, but it didn't changes anything, also VMWare Player and VMBox show the same error.
I did a BIOS Update and configuration reset, enabled virtualization support again, but it still doesn't work. What could be the problem?
My Hardware:
CPU: AMD Ryzen 7 2700X
Mainboard: MSI Gaming Plus (MS-7B79)
Chipset: X470
Solved! Go to Solution.
I got the root cause! Just in case someone faces the same issue and will find this thread - here the solution:
You have to disable "core isolation" in device security settings
For allready created VMBox VMs the "Nested VT-x/AMD-V" checkbox remains grayed out (like in my screenshots in previous post), so you have to execute this command with VBoxManage program
VBoxManage modifyvm "Virtual Machine Name" --nested-hw-virt on
Now I remember, there was a popup from windows, that device safety isn't optimal, and I should enable core protection...I just did it, it took few seconds and I forgot about it, and now it took me 2 days and a lot of pain, to figure it out.
Thanks to everyone, who tried to help me and good luck with this solution for seekers
onkelbenz, please post a Screenshot like this:
Post exact error messages you are getting. Look in the Event Log and post the details of any associate errors there. Thanks and enjoy, John.
Hello, I collected some interesting information, and got an workaround, but I still interested in solution; please advice me where can I find logs for VM Player (prefered solution) or what kind of logs can help?
With VMWare Player, I can select AMD-V support, but while VM setup i'm getting error "Virtualized AMD-V/RVI is not supported on this platform" (2 days ago it was supported)
On Oracle VM Box I can't even select AMD-V usage
I didn't used Hyper-V before, but I activated it, like you proposed and it works with nested virtualization support
unfortunatelly for my application hyper-v is the least prefered option and I have to figure out, what happened two days ago with VM-Box and VMWare
What should I check next?
p.s. I think this command for hyper-v does the difference, so probably there was some driver update or something like that and there is some global system wide switch to turn nested virtualization on/off
Set-VMProcessor -VMName "GNS3 VM" -ExposeVirtualizationExtensions $true
what could it be?
Thanks, onkelbenz. I think I have used most of these over the years but settled on HyperV a long time ago, and now know little about the others. I am curious why HyperV does not satisfy. What version of Windows (winver command in Commend Prompt). Thanks and enjoy, John.
See if your hardware and software are compatible with your version of VMware Workstation Player: https://www.vmware.com/resources/compatibility/search.php?deviceCategory=software
Here is VMWare Workstation Player Documentation: https://docs.vmware.com/en/VMware-Workstation-Player/index.html
NOTE: If this has something to do with Server type environment try posting this thread at AMD Forum's SERVER GURU in case you don't find the answer here: https://community.amd.com/t5/server-gurus/ct-p/amd-server-gurus
Hi, like I saed, it stopped working 2 days ago, so yes, my software is compatible
Maybe if you post your PC information plus the versions of Windows or Linux and VMware Workstation Player plus any other programs that runs with Player.
That way someone more knowledgeable might be able to help you.
I was thinking that maybe VMware Player got updated in the last two days to a new version that isn't compatible.
But you would have noticed that immediately. So something else changed to break AMD-V.
Do you have the latest BIOS for your PC installed?
Could your Player could have gotten corrupt in the last 2 days?
What GPU are you using? The APU Integrated Graphics or a GPU card?
Are you using a Professional GPU card by any chance?
I would also check Windows OS, that is if you are not running Linux, by running the following command in a elevated Command Prompt or Powershell: SFC /scannow
Also did Windows Update, including drivers, in the last 2 days?
Trying to eliminate any changes to your OS or Driver or Adobe Program.
EDIT: If you haven't opened a thread yet a VMware Forum you should. Possibly others are having the same issue in the last couple of days.
I got the root cause! Just in case someone faces the same issue and will find this thread - here the solution:
You have to disable "core isolation" in device security settings
For allready created VMBox VMs the "Nested VT-x/AMD-V" checkbox remains grayed out (like in my screenshots in previous post), so you have to execute this command with VBoxManage program
VBoxManage modifyvm "Virtual Machine Name" --nested-hw-virt on
Now I remember, there was a popup from windows, that device safety isn't optimal, and I should enable core protection...I just did it, it took few seconds and I forgot about it, and now it took me 2 days and a lot of pain, to figure it out.
Thanks to everyone, who tried to help me and good luck with this solution for seekers
Good troubleshooting.
I had a similar issue with installing a program. I also had CORE PROTECTION on which prevented it from installing.
I needed to temporarily disable Core Protection to install the program and then enable it again.
The first time I tried to enable Core Protection I was told a specific Acronis driver needed to be removed before it can be enabled. So finding out that file belong to a Acronis feature that I don't use I renamed the driver with .OLD . After that I was able to enable Core Protection.
Yah, I think almost everyone here has been confronted with core protection feature in some way, but very unlikely, even almost impossible, to put this feature into context of disappeared nested virtualization support. I was just lucky to find this hint by looking for usage of VBoxManage
onkelbenz, I am glad you got it sorted, but you know, we never even learned what OS you were running. John.