microsoft / WSL

Issues found on WSL
https://docs.microsoft.com/windows/wsl
MIT License
17.43k stars 824 forks source link

The specified service does not exist as an installed service. #12030

Open LarnuUK opened 1 month ago

LarnuUK commented 1 month ago

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:

Ubuntu is already installed.
Launching Ubuntu...
Installing, this may take a few minutes...
WslRegisterDistribution failed with error: 0x80070424
Error: 0x80070424 The specified service does not exist as an installed service.

Alternatively, launch "Ubuntu" in the Windows Terminal gives:

Installing, this may take a few minutes...
WslRegisterDistribution failed with error: 0x80070424
Error: 0x80070424 The specified service does not exist as an installed service.

Press any key to continue...

Pressing any key then gives:

[process exited with code 1 (0x00000001)]
You can now close this terminal with Ctrl+D, or press Enter to restart.

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:

  1. Uninstalled WSL and installed
  2. Uninstalled WSL, Uninstalled Virtual Machine Platform, reinstalled both
  3. Attempt a repair, however, WSL does not appear in Settings/Applications
  4. Attempt to enble VMP from command line
    dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
  5. Install WSL1.0 (with plans to upgrade to 2.0) but 1.0 failed too.

And a non-exhaustive list of other issues I've read:

  1. https://github.com/microsoft/WSL/issues/11233
  2. https://github.com/microsoft/WSL/issues/10623
  3. https://github.com/microsoft/WSL/issues/10754
  4. https://github.com/microsoft/WSL/issues/10760
github-actions[bot] commented 1 month ago

Logs are required for review from WSL team

If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.

How to collect WSL logs Download and execute [collect-wsl-logs.ps1](https://github.com/Microsoft/WSL/blob/master/diagnostics/collect-wsl-logs.ps1) in an **administrative powershell prompt**: ``` Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/WSL/master/diagnostics/collect-wsl-logs.ps1" -OutFile collect-wsl-logs.ps1 Set-ExecutionPolicy Bypass -Scope Process -Force .\collect-wsl-logs.ps1 ``` The script will output the path of the log file once done. If this is a networking issue, please use [collect-networking-logs.ps1](https://github.com/Microsoft/WSL/blob/master/diagnostics/collect-networking-logs.ps1), following the instructions [here](https://github.com/microsoft/WSL/blob/master/CONTRIBUTING.md#collect-wsl-logs-for-networking-issues) Once completed please upload the output files to this Github issue. [Click here for more info on logging](https://github.com/microsoft/WSL/blob/master/CONTRIBUTING.md#8-collect-wsl-logs-recommended-method) If you choose to email these logs instead of attaching to the bug, please send them to wsl-gh-logs@microsoft.com with the number of the github issue in the subject, and in the message a link to your comment in the github issue and reply with '/emailed-logs'.

View similar issues

Please 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:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

LarnuUK commented 1 month ago

Logs added to initial comment.

github-actions[bot] commented 1 month ago

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 ``` Issue was edited and new log file was found: https://github.com/user-attachments/files/16993675/WslLogs-2024-09-13_13-12-28.zip Detected appx version: 2.3.17.0 Found no WSL traces in the logs ```
LarnuUK commented 1 month ago

Probably because WSL never actually starts up; those are the logs bot.

ft-scobra commented 1 month ago

Oh hey, I'm having the exact same problem.

ft-scobra commented 1 month ago

Attaching my Logs too just in case its the same issue.

WslLogs-2024-09-13_08-13-28.zip WslNetworkingLogs-2024-09-14_00-18-19.zip

Bruno-Jambeiro commented 3 weeks ago

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