cinit / WSAPatch

Make WSA(Windows Subsystem for Android) run on Windows 10.
The Unlicense
1.5k stars 4.21k forks source link

Not working even with regular WSA #15

Open Real0ver opened 1 year ago

Real0ver commented 1 year ago

Windows version? 10.0.19044.1886 image I already enabled Virtualization (VT-x) and Virtual Machine Platform on Windows Features. image

WSA Ver? 2211.40000.11.0

cinit commented 1 year ago

Do you have Hyper-V enabled? Try https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v

MustardChef commented 1 year ago

1. Remove WSA

2. Go to "Turn Windows features on and off" and disable Hyper-V, Virtual Machine Platform, Windows Hypervisor Platform, and Windows Subsystem for Linux, then restart.

3. Reenable these features and restart a second time.

4. Make sure Core Isolation is turned off.

5. In registry editor (regedit), go to “\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FsDepends"

Change the value of “Start” from “3” to “0”

You can change it back to 3 if it makes no difference

6. Then in CMD (Run as Adminstrator), paste:

bcdedit /set hypervisorlaunchtype auto

7. Reinstall WSA by downloading from prebuilt builds (Not self promoting but: WSABuilds) or patching it yourself using the excellent guide in this repo and running Run.bat

Hope this works for you!

Real0ver commented 1 year ago

Do you have Hyper-V enabled? Try https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v

I have it enabled.

Real0ver commented 1 year ago

1. Remove WSA

2. Go to "Turn Windows features on and off" and disable Hyper-V, Virtual Machine Platform, Windows Hypervisor Platform, and Windows Subsystem for Linux, then restart.

3. Reenable these features and restart a second time.

4. Make sure Core Isolation is turned off.

5. In registry editor (regedit), go to “\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FsDepends"

Change the value of “Start” from “3” to “0”

You can change it back to 3 if it makes no difference

6. Then in CMD (Run as Adminstrator), paste:

bcdedit /set hypervisorlaunchtype auto

7. Reinstall WSA by downloading from prebuilt builds (Not self promoting but: WSABuilds) or patching it yourself using the excellent guide in this repo and running Run.bat

Hope this works for you!

Doesn't work, still having the error.