WSABuilds icon indicating copy to clipboard operation
WSABuilds copied to clipboard

[BUG] Asking to activate virtualization even though it is activated

Open ghost opened this issue 9 months ago • 6 comments

Describe the bug

My virtualization is enabled, but it still won't start and the following error appears: "Verify that virtualization is enabled in the BIOS and that the Virtual Machine Platform is enabled for the computer."

Steps to reproduce the issue

When I try to start WSA, the error appears: "Could not start Windows Subsystem for Android. Verify that virtualization is enabled in the BIOS and that the Virtual Machine Platform is enabled for the computer."

Expected behaviour

Solve this error

Downloaded Build Of WSA

WSA_2407.40000.4.0_x64_Release-Nightly-GApps-13.0-NoAmazon_Windows_10.7z

Windows build number

22H2 (SO 19045.5608)

PC Specification

i5-10400f 2.90GHz 16 GB RAM RX 550 4GB

Additional context

No response

ghost avatar Mar 29 '25 00:03 ghost

Same issue here

antonny107846 avatar Apr 16 '25 17:04 antonny107846

Same. AMD-V enabled and VMware working just fine. Virtual Machine Platform and Hyper-V enabled too.

Win 10 Pro x64

ASUS Crosshire VI Extreme, latest bios. / Ryzen 5950

YAROSSAINT avatar Jun 16 '25 03:06 YAROSSAINT

For any users with AMD CPUs, I have come across a fix that worked for AMD users and myself included.

In Regedit, go to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceGuard.

Once you are in DeviceGuard, set EnableVirtualizationBasedSecurity to 0.

If you do not have EnableVirtualizationBasedSecurity in DeviceGuard, add a DWORD (32 bit) value and rename the value to EnableVirtualizationBasedSecurity. Ensure the value is set to 0.

Restart, then reopen Run.bat and let it reinstall. The virtualization error should no longer exist and you should be able to access WSA fully.

ikxrean avatar Jun 20 '25 18:06 ikxrean

Also, OP states he has an i5, so I'm not sure how it would work as I have never had this issue running this WSA build on any computers running Intel. Regardless, I'd like to see how the potential fix might fare for this issue across the board.

ikxrean avatar Jun 20 '25 18:06 ikxrean

For any users with AMD CPUs, I have come across a fix that worked for AMD users and myself included.

In Regedit, go to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceGuard.

Once you are in DeviceGuard, set EnableVirtualizationBasedSecurity to 0.

If you do not have EnableVirtualizationBasedSecurity in DeviceGuard, add a DWORD (32 bit) value and rename the value to EnableVirtualizationBasedSecurity. Ensure the value is set to 0.

Restart, then reopen Run.bat and let it reinstall. The virtualization error should no longer exist and you should be able to access WSA fully.

Not working for me sadly, virtualisation activated in bios. I see it activated in my task manager.

I have a ryzen 7 9800x3D

EDIT: open cmd as admin and put:

bcdedit /set hypervisorlaunchtype auto

Restart computer then its work for me !!

nolan70gaming avatar Jul 15 '25 17:07 nolan70gaming

For any users with AMD CPUs, I have come across a fix that worked for AMD users and myself included. In Regedit, go to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceGuard. Once you are in DeviceGuard, set EnableVirtualizationBasedSecurity to 0. If you do not have EnableVirtualizationBasedSecurity in DeviceGuard, add a DWORD (32 bit) value and rename the value to EnableVirtualizationBasedSecurity. Ensure the value is set to 0. Restart, then reopen Run.bat and let it reinstall. The virtualization error should no longer exist and you should be able to access WSA fully.

Not working for me sadly, virtualisation activated in bios. I see it activated in my task manager.

I have a ryzen 7 9800x3D

EDIT: open cmd as admin and put:

bcdedit /set hypervisorlaunchtype auto

Restart computer then its work for me !!

Thank you! Problem solved for me too.

YAROSSAINT avatar Sep 29 '25 07:09 YAROSSAINT