How to disable lightdm?
Lightdm is starter by Upstart, not SysV Init, so update-rc.d doesn’t work.
Use
echo "manual" | sudo tee -a /etc/init/lightdm.override
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Lightdm is starter by Upstart, not SysV Init, so update-rc.d doesn’t work.
Use
echo "manual" | sudo tee -a /etc/init/lightdm.override