-
Notifications
You must be signed in to change notification settings - Fork 833
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
WSL Error: WslRegisterDistribution failed with error: 0x80370102 #12379
Comments
Logs are required for review from WSL teamIf this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. How to collect WSL logsDownload and execute collect-wsl-logs.ps1 in an administrative powershell prompt:
The script will output the path of the log file once done. If this is a networking issue, please use collect-networking-logs.ps1, following the instructions here Once completed please upload the output files to this Github issue. Click here for more info on logging View similar issuesPlease view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it! Open similar issues:
Closed similar issues:
|
This comment has been minimized.
This comment has been minimized.
Diagnostic information
|
/question |
Diagnostic information
|
@simonaberbece in an elevated pwsh session run Sample output:
and
|
I ran get-windowsOptionalFeature -online -FeatureName virtualmachineplatform in powershell and got the output: |
According to Windows API documentation error Please recheck your setup. Also check the filesystem(s) for errors. |
However, I opened the windows features and made sure the following features are installed: VM-Platform, Windows Subsystem for Linux and Hyper-V. I also entered BIOS to make sure 'Intel (R) Virtualization Technology' is enabled. Moreover, when I enter Task Manager, it appears like virtualization is enabled. Did I miss something or is it any additional feature I didn't enable or method I forgot about? |
Hi, I tried installing Docker, but once I start it, the engine stops due to a WSL error. I think the problem might be related to the enabling of the virtualization. I am currently working on Windows Pro 11. I opened the windows features and made sure the following features are installed: VM-Platform, Windows Subsystem for Linux and Hyper-V. I also entered BIOS to make sure 'Intel (R) Virtualization Technology' is enabled. Moreover, when I enter Task Manager, it appears like virtualization is enabled.
However, when I try to input 'Get-WmiObject -Query "select * from Win32_Processor" | Select-Object -Property Name, VirtualizationFirmwareEnabled' in the terminal (admministrator) I get the following message:
Name VirtualizationFirmwareEnabled
13th Gen Intel(R) Core(TM) i7-1355U False
Nonetheless, when I try to install Ubuntu by using the command ' wsl.exe --install Ubuntu', I get the following error:
Ubuntu ist bereits installiert.
Ubuntu wird gestartet...
Installing, this may take a few minutes...
WslRegisterDistribution failed with error: 0x80370102
Please enable the Virtual Machine Platform Windows feature and ensure virtualization is enabled in the BIOS.
However, I tried to disable and enable again all these features and to uninstall wsl and start over, but I got the same result. Let me know how I can proceed. Thank you!
The text was updated successfully, but these errors were encountered: