I am using wsl (wsl2 I believe). I have GNOME installed, but Ubuntu will not boot into it. I have tried using the line sudo reboot
like the guide says to do, but I got this error message.
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Failed to talk to init daemon
I have no clue what to do here as nothing I can find referring to installing GNOME mentions any of these errors. What should I do here?
wsl -l -v
into command prompt or Power Shell will provide this info – matigo Jan 26 '23 at 00:19wsl --version
will give us a better indicator. The command may not be found, in which case we know it's an older (pre-Systemd) release. But if it is there, it should return the actual WSL (and Windows) version info. Then a normalcat /etc/os-release
for the distro info. – NotTheDr01ds Jan 26 '23 at 11:20