If you try to start your Ubuntu 20.04 LTS instance in the WSL environment on Windows (10), then try to restart the LxssManager service through Powershell as follows :
powershell
Restart-Service LxssManager
Restart-Service LxssManager -force
The following article might help to understand the mechanics around starting and stopping services through Powershell, in case you need it :
Basically, you should use the "Get-Service" function to list all services from Powershell.