You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
and dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
and reboot the computer.
wsl --set-default-version 2
wsl --install -d Ubuntu
error : 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. For information please visit https://aka.ms/enablevirtualization Press any key to continue...
check task manager and find that the vt bios is enabled
So how can I fix it?
Expected Behavior
I could download Ubuntu using WSL2 successfully
Actual Behavior
error : 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. For information please visit https://aka.ms/enablevirtualization Press any key to continue...
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered:
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request.
Windows Version
Microsoft Windows [Version 10.0.22621.2283]
WSL Version
1.2.5.0
Are you using WSL 1 or WSL 2?
Kernel Version
4.4.0
Distro Version
Ubuntu 22.04
Other Software
No response
Repro Steps
I run
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
and
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
and reboot the computer.
wsl --set-default-version 2
wsl --install -d Ubuntu
error :
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. For information please visit https://aka.ms/enablevirtualization Press any key to continue...
check task manager and find that the vt bios is enabled
So how can I fix it?
Expected Behavior
I could download Ubuntu using WSL2 successfully
Actual Behavior
error :
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. For information please visit https://aka.ms/enablevirtualization Press any key to continue...
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: