I am new to Linux. I am trying to reboot my Ubuntu 18.04.6. However, I'm getting this message:
$ sudo reboot
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to talk to init daemon.
Would anyone be able to suggest what the problem is?
wsl
and then ranwsl --shutdown
. I got: 'Unknown command: --shutdown' – Caroll Oct 09 '21 at 13:58wsl --shutdown
in a cmd.exe or PowerShell window of the parent Windows system, not from inside of Ubuntu – steeldriver Oct 09 '21 at 14:49