-
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
When installing a distribution the process fails with: "WslRegisterDistribution failed with error: 0x800706be. #5768
Comments
Update |
Hitting same issue on Windows 10 Enterprise Insider Preview 20193. Launching Ubuntu fails with:
I tried disabling the WSL feature from "Turn Windows features on or off", rebooting, turning it back on with no success. |
I have the same issue. Looks like the lsxxmanager is crashing when the distro tries to install: Faulting application name: svchost.exe_LxssManager, version: 10.0.20190.1000, time stamp: 0xb3740412 |
Same problem on Insider 20190 |
I'm also having this issue. I've only managed to get WSL2 working correctly on 1 of 3 machines so far. All running 20190. |
@Loca123 any ideas on what made it work on the one successful machine? |
I was able to resolve the problem by cleaning up some system file using disk cleanup together with the solution from GeorgeApostolopoulos1 in this link copying from his suggestion: net stop wuauserv Need to give GeorgeApostolopoulos1 the credit for this |
Unfortunately this did not work for me. Tried running theses commands manually, tried them in a .bat file, and also used disk cleanup to clean every cleanable bit. WSL still fails to install. |
I've just noticed that it looks like virtualization might be off in the BIOS on the machine that has this error. Unfortunately it's remote so I'm not sure when I'll be able to get that enabled and see if it fixes anything. I'll update here after I've enabled it. I've managed to get a second machine out of the three working properly now. That was actually a different issue, it was unable to connect to the internet. Running "Network reset" and adding "nameserver 8.8.8.8" to the resolv.conf seems to have fixed that one. |
Thanks for reporting, I have identified the issue and a fix is incoming. Change needs to make it to the rs_prerelease branch but I'm optimistic the first Insider Fast build in September will have the fix. |
Anything we can do in the meantime before the fix is out? |
I would roll back to the previous insider version. |
Running this command solved it for me, wsl.exe --update |
This really worked for me, thank you @aCoder2013 . I'm currently on 20197 version which also had the same problem but everything works perfectly rn. |
Can confirm this worked for me too, insider build 20197. |
Can confirm wsl --update worked for me also. Version 2004 (OS Build 20197.1000) |
I'm in 20197.1000
|
Strange, it worked fine for me, (although, i'm installing on another drive other than C:) but i was able to get to set up my unix username and with windows terminal, it listed debian too along with ubuntu that i installed already before. i'm in 20197 too, btw |
Version 2004 |
Also worked for me too - thankyou @aCoder2013 - I'am on version 2004 20197. |
I have encountered this error too. I tried " wsl.exe --update", it updated, but it did not resolve the error. Suddenly I realized that I did not enable virtualization in bios. After I turn on the "SVM Mode" for AMD cpu, the error is gone now. |
I encountered the same problem. Run the following commands this helped me sure it will help you too.
|
Thank you!!! |
Did not work for me on 20197 |
On Microsoft Windows [Version 10.0.20201.1000] this helped
|
I have the same issue as @wpzero - running 20206 insiders build, ubuntu fails with the same error. PS C:\Ubuntu> .\ubuntu2004.exe
Installing, this may take a few minutes...
WslRegisterDistribution failed with error: 0x800706be
Error: 0x800706be The remote procedure call failed. |
I have the same issue - running 20206, WSL kernel version: 4.19.128. |
I fixed, reason is make sure that virtualization is enabled inside of my computer's BIOS. |
Sadly, that fix does not seem to work here. I suspect there IS a bug, but... |
@doctordns, what build are you currently using? I spent hours trying to resolve this issue on the latest RC and Beta channel builds without any luck. Had to switch to the dev channel and install build 20206 to resolve the issue. Definitely a bug that is sitting fixed in the dev insider channel right now. |
Fix is inbound. |
Fixed in 20211. |
Having problems with this error too, currently on Insider Release Preview Channel 20H2 19042.508 |
Nope, I reinstalled everything (WSL + Debian distro) and same error |
I recently installed 20211. Even with 20211, I initially had issues with running ubuntu. After trying some series of steps here, I was able to get ubuntu 20.04 to run briefly. Unfortunately, I am now getting the following message when starting it: WSL 2 requires an update to its kernel component. For information please visit https://aka.ms/wsl2kernel And the 3 ways that I know to update the kernel are failing for me:
|
No. It's not. At least not here... First time I try to install ubuntu: Then I try again and show the Winver |
Upgrading from 20206 to 20211 caused the error. When I rollbacked to 20206, the error is gone. |
Got the same error when trying to run in VMWare Fusion, the solution was a hypervisor CPU setting as described in the answer to this question. All good. |
I'm on 20201 now, and the wsl.exe update worked! |
Now I can only update from 2004 to 20150, |
Hello, So I installed build 20221 (should have fixed this problem accordingly to Windows insiders's blog) but it was not working. Here is what I did :
|
https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewadvanced Here, the ISO is build 20201 last time I checked (if you upgrade by the update center, you can get newer releases) |
Build 20226.1000 : I can confirm that this problem has been fixed now ! It works perfectly again 👍 |
I had the same issue with wsl , tring to install opensuse to install netdata on windows machine . this worked for me . |
worked for me, but need to run PowerShell as administrator first |
Environment
Windows build number: Win32NT 10.0.20190.0 Microsoft Windows NT 10.0.20190.0
Your Distribution version: Can not be verified, as distro does not launch due to installtion error.
Whether the issue is on WSL 2 and/or WSL 1: Can not be verified, as distro does not launch due to installtion error.
Steps to reproduce
Turn on Hyper-V in feature settings -> Turn on WSL in feature settings-> Restart -> Download some distro -> Launch distro.
WSL logs: https://aka.ms/AA99uko
Expected behavior
Distro should install on system.
Actual behavior
Installation terminates with error code 0x800706be.
The text was updated successfully, but these errors were encountered: