-
Notifications
You must be signed in to change notification settings - Fork 301
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
Installer does not install WSL due to new output #7975
Comments
To be release noted for 1.17. |
Moving to 1.18 because the information has been added to the draft release note for 1.17. |
Fun: I can't reproduce this with an up-to-date copy of Windows 11, but I do see it when I install from scratch. |
Somehow the WSL stub seems busted in Win11 24H2;
That is, it acts as if the arguments were not given. I think this means I'll need to construct a console that Nope, doing an
Spawning |
Some notes:
I think longer term we may need to split the Windows installation methods:
This would essentially be doing the bundle stuff that WiX does. I'm not sure yet if we should be using that directly, or doing something completely custom. |
For the short term, we've opted to not install WSL as part of our installer. We may end up using a bundle in the future (i.e. an exe loader), but that would not be in this issue. |
Actual Behavior
Steps to Reproduce
Result
WSL is not automatically installed.
Expected Behavior
WSL is installed as part of setup.
Additional Information
In the installer, we do go down the forced elevated path (so it detects that WSL was not installed).
Relevant logs from the installer:
Note that the install appears to have succeeded.
Rancher Desktop Version
1.17.0-gbc7bc49
Rancher Desktop K8s Version
N/A
Which container engine are you using?
containerd (nerdctl)
What operating system are you using?
Windows
Operating System / Build Version
Windows 11 Pro 24H2 (Build 26100.2605)
What CPU architecture are you using?
x64
Linux only: what package format did you use to install Rancher Desktop?
None
Windows User Only
No response
The text was updated successfully, but these errors were encountered: