-
Notifications
You must be signed in to change notification settings - Fork 822
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
WslRegisterDistribution failed with error: 0xc03a0014 #10101
Comments
Same issue here i remove all instances and create a new one but the instalation fails with this error. |
same |
Did any of the virtualization features get disabled? In powershell: What's the output of I rather dislike suggesting this: The underlying api is failing to create the virtual disk. |
|
You're gonna need to have something. Was that ouput after running the disable command? You need |
I'm going to close this out seeing that virtualization features are disabled. |
after executing this (Get-WindowsOptionalFeature -online | Where-Object { $.FeatureName -match "hyper" -or $.FeatureName -match "linux"}), I got same output as @earlbellinger, |
any update on this? |
Please note that the actual names might slightly vary depending on the language localization of your Windows system (This names was translated from russian). Ensure you enable the corresponding devices related to virtualization. |
I also have the same issue. I tried this but I have all those devices already installed. |
same result |
Windows Version
Microsoft Windows [Version 10.0.22621.1702]
WSL Version
1.2.5.0
Are you using WSL 1 or WSL 2?
Kernel Version
Error code: Wsl/WSL_E_DEFAULT_DISTRO_NOT_FOUND
Distro Version
Ubuntu
Other Software
No response
Repro Steps
Every time I open my Ubuntu shell I get
Expected Behavior
My ubuntu shell
Actual Behavior
It does not load at all
Diagnostic Logs
WslLogs-2023-05-13_16-55-38.zip
Also, I noticed while filling out the above:
The text was updated successfully, but these errors were encountered: