WSAPatch icon indicating copy to clipboard operation
WSAPatch copied to clipboard

Not working even with regular WSA

Open Real0ver opened this issue 2 years ago • 4 comments

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

Real0ver avatar Jan 23 '23 07:01 Real0ver

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

cinit avatar Jan 23 '23 07:01 cinit

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!

MustardChef avatar Jan 24 '23 22:01 MustardChef

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 avatar Jan 27 '23 06:01 Real0ver

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.

Real0ver avatar Jan 27 '23 06:01 Real0ver