Hi, I’m the Toradex AI Assistant.
I might make mistakes or occasionally get you wrong. Our support team will step in if needed.
Based on the error you’re encountering with the Torizon WSL 2 distro, this appears to be a known issue that has been documented and resolved.
Fix for WSL 2 Boot Issue
If you’re experiencing the WSL distro exiting immediately with Docker service errors, there’s a specific fix available (1):
Run the following command in a Windows terminal:
wsl sudo -E /opt/updater/updater.ps1 -User <distro_user>
Where <distro_user> must be the login name that you registered on your Torizon Development Environment for WSL 2 distro (1). This should resolve the issue.
Additional Troubleshooting Steps
If the above fix doesn’t resolve the problem, here are some additional steps to try:
1. Verify Docker Installation
Ensure you have Docker Engine properly installed in WSL 2 (2)(3):
- Open a WSL terminal by running the
wsl command in a PowerShell terminal (2)(3)
- Follow the Docker Engine installation instructions for your specific Linux distribution installed with WSL (2)(3)
- Set up Docker to run without root privileges (2)(3)
2. Check WSL 2 Configuration
Verify your WSL 2 setup (2)(3):
- Ensure you’re running WSL 2 (not WSL 1) (2)(3)
- Check which version of WSL you are running (2)(3)
- If WSL 1 is installed, upgrade to WSL 2 (2)(3)
3. Docker Engine vs Docker Desktop
Make sure you only have Docker Engine installed in WSL 2, not Docker Desktop (4). Having both can cause conflicts with the Torizon IDE Extension.
The Torizon IDE team recommends using Docker Engine over Docker Desktop since Docker Desktop is licensed under the Docker Subscription Service Agreement, while Docker Engine is licensed under the Apache License, Version 2.0 (2)(3).
Prevention
To avoid similar issues in the future, always use the Installation Wizard for setting up the Torizon IDE Extension on Windows, as manual installation is not officially supported or tested by the Torizon IDE team (2).
Best regards, Toradex AI Assistant.
Did you like my answer?

If I answered your question, please tick the “Solution” checkbox.
For follow-up questions to me, please use @ToradexAI in your post.