[0.9.1] Windows 10 WSL2 installation not detected
See original GitHub issueBug description
Can’t install Podman through the Podman Desktop Dashboard because it is not recognizing my WSL2 installation.
Operating system
Windows 10 Pro
Version
0.9.1
Steps to reproduce
This version of windows requires a manual installation of the wsl2 kernel: https://learn.microsoft.com/en-us/windows/wsl/install-manual
I’ve already own an OpenSuse Tumbleweed configured with version 2 before:
Install the Podman Desktop application then, on the Dashboard, try to install Podman:
Relevant log output
No response
Additional context
This version of wsl2 does not support newer commands as wsl --status
:
wsl --install
is not a valid command either:
My spec: Intel® Core™ i7-10510U CPU @ 1.80GHz 2.30 GHz 16,0 GB RAM Windows 10 Pro 20H2 build 19042.985
Ps.: not on Windows Insiders Program
Issue Analytics
- State:
- Created 10 months ago
- Comments:11 (2 by maintainers)
Top Results From Across the Web
Troubleshooting Windows Subsystem for Linux | Microsoft Learn
I'm on Windows 10 version 1903 and I still do not see options for WSL 2 ... This is likely because your machine...
Read more >How to Install WSL 2 on Windows 10 (Updated) - OMG! Ubuntu!
to install WSL 2 on Windows 10 OS Build 2004 or later you need to open the command prompt app with Administrator permissions,...
Read more >WSL2 - Issue with upgrading · Issue #220 · wardenenv/warden
After running brew upgrade davidalger/warden/warden (upgrade from 0.9.0 to 0.9.1) and warden svc up I got the following message: Everything else works fine ......
Read more >How to install Ansible in Windows 10 WSL Windows ...
How to install and maintain Ansible inside Windows 10 using the Windows Subsystem for Linux and Ubuntu 20.04 LTS.
Read more >Docker WSL 2 installation is incomplete - Super User
2 - Without using WSL 2 based engine ... Required Windows feature(s) not enabled: Hyper-V. Switch to WSL 2 based ... Hyper-V in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yep, the Windows Subsystem for Linux is installed and the Virtual Machine Platform as well (both required to run WSL2):
As I showed in the issue form, I’ve already have a fully functional WSL2 installation of OpenSuse Tumbleweed. This is how I use Podman on my machine before tried the Podman Desktop application. Everything works besides the deployment probes (requires systemd on the instance to check liveness and so on…)
Again, if I can help to solve this issue, be my guest!
IMPORTANT I found only one way to check if there is a valid Windows 10 WSL2 installation without admin rights:
I hope it helps you guys!
That’s precise, I’ve asked for the administration to install the WSL requirements and the new WSL2 kernel so I could install any container engine that I wanted as a normal user.
Thanks!