Skip to main content
Skip to main content
🚧 Work in Progress

Frequently Asked Questions

wip

wip

wip

The reason can be that systemd is not running in WSL2 by default. To fix this:

  1. Run sudo -e /etc/wsl.conf

  2. Add system=true to [boot] section

  3. Comment out the first line LABEL=cloudimg-rootfs / ext4 defaults 0 1

  4. In cmd.exe/PowerShell run wsl --shutdown to restart WSL2.