-
Notifications
You must be signed in to change notification settings - Fork 841
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
The specified service does not exist as an installed service. #12030
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:
|
Logs added to initial comment. |
The log file doesn't contain any WSL traces. Please make sure that you reproduced the issue while the log collection was running. Diagnostic information
|
Probably because WSL never actually starts up; those are the logs bot. |
Oh hey, I'm having the exact same problem. |
Attaching my Logs too just in case its the same issue. WslLogs-2024-09-13_08-13-28.zip |
I was having the same issue. Check the windows registry for \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WSLService. For some reason it was not present in my laptop. Exported the register from my main machine which had a working WSL installation and imported the missing registries on the machine with the broken installation. Worked like magic. Here are the exports of WSLService register and WslInstaller :Reg.zip |
THANKS SOOO MUCH! I spent all evening trying to fix wsl not running without any luck. this solution worked perfectly. Just a small addon: I had to reboot after adding the WSLService registry. |
Windows Version
Microsoft Windows [Version 10.0.22631.3958]
WSL Version
2.3.17.0
Are you using WSL 1 or WSL 2?
Kernel Version
No response
Distro Version
Ubuntu
Other Software
No response
Repro Steps
Run
wsl --install
and the error is provided:Alternatively, launch "Ubuntu" in the Windows Terminal gives:
Pressing any key then gives:
Expected Behavior
Ubuntu is launched successfully
Actual Behavior
Ubuntu does not launch
Diagnostic Logs
WslLogs-2024-09-13_13-12-28.zip
I've read multiple existing other issues logged on this (linked at the end), none have worked. A non exhaustive list of things I've tried:
And a non-exhaustive list of other issues I've read:
The text was updated successfully, but these errors were encountered: