Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working even with regular WSA #15

Open
Real0ver opened this issue Jan 23, 2023 · 4 comments
Open

Not working even with regular WSA #15

Real0ver opened this issue Jan 23, 2023 · 4 comments

Comments

@Real0ver
Copy link

Real0ver commented Jan 23, 2023

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
Copy link
Owner

cinit commented Jan 23, 2023

@MustardChef
Copy link

MustardChef commented Jan 24, 2023

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
Copy link
Author

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants