Ubuntu – Revert to upstart

initsystemdsysv

Is it possible to revert an ubuntu 14.10 install to a upstart or a SysV init system.
The "loggin" and other issues with systemd has caused me issus with being unable to read the dmesg as normal and determine if my stability issues are from systemD or something else.

Best Answer

You might want to follow that https://wiki.ubuntu.com/SystemdForUpstartUsers guide. You can either

I just reverted to upstart by doing sudo apt-get install upstart-sysv. The systemd option is still available in the grub menu under "Advanced options > Ubuntu, with Linux ... (systemd)"