0

I have read and followed the instructions in this question (and these). I'm working with a fresh installation of Ubuntu 16.04.3, with xfce4 installed. But after installing upstart-sysv and sysvinit-utils and doing update-initramfs -u, I can no longer boot -- the screen simply goes blank. So I have no idea what's wrong. Any ideas what to try?

arjan
  • 175

1 Answers1

1

No, you can no longer usefully remove systemd, and for good reason. Many packages depend on it. Packages may ship configuration files that work with systemd and no other init system.

There is no practical, simple way to find out how much would break if you somehow managed to manually remove systemd and replace it with other init system. Even if you managed to do so, the system would not remain stable, as package updates and new installs would expect that systemd was present.

If you feel strongly that you don't want systemd in your system, I recommend using Linux distribution that is not based on it.