-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
I am unable to install or register any WSL2 distribution (specifically Ubuntu-24.04). The installation consistently downloads but then sits at 0% when installing before failing with HCS_E_CONNECTION_TIMEOUT.
appxpackage.txt
bcdedit.txt
HKCU.txt
HKLM.txt
optional-components.txt
P9NP.txt
windows-version.txt
Winsock2.txt
wpr.txt
wslservice.txt
wslsupport-impl.txt
wslsupport-proxy.txt
Windows Version: Windows 11 (Image Version: 10.0.26200.8037)
WSL Version:
WSL 2 (Default Version set to 2)
Kernel Version:
5.15.153.1 (or latest available)
Hardware:
CPU: Intel Core i9-14900HX (24 Cores / 32 Threads)
GPU: NVIDIA GeForce RTX 4080 Laptop GPU
System: Lenovo Legion Pro 7i
Steps taken to troubleshoot:
Enabled VT-x and VT-d in BIOS.
Disabled Undervolt Protection in BIOS.
Enabled "Virtual Machine Platform," "Windows Subsystem for Linux," and "Windows Hypervisor Platform" in Windows Features.
Ran dism /online /cleanup-image /restorehealth and sfc /scannow (fixed initial 14098 error).
Attempted netcfg -d and Winsock resets to fix the virtual switch.
Attempted manual .appx installation of Ubuntu-24.04.
Disabled "Memory Integrity" (HVCI) and confirmed VBS is off via bcdedit /set hypervisorlaunchtype off (tested both 'off' and 'auto').
Actual Behavior:
Every attempt to register a distro results in:
Error code: Wsl/InstallDistro/Service/RegisterDistro/CreateVm/HCS_E_CONNECTION_TIMEOUT
Additional Context:
This is a fresh high-end Legion setup. There are no third-party firewalls or antiviruses installed besides Windows Defender. Docker Desktop was previously installed but has been fully disabled/quit during troubleshooting.