Previously on multiple boxes with Ubuntu 16.04 running I've been using
sudo systemctl isolate multi-user.target
to go into CLI from the graphical.target mode. Or I have been using
sudo systemctl set-default multi-user.target
to permanently let the boot process stop at multi-user mode. I can remember that it worked roughly half a year ago, but when I was trying it today, it didn't go on any of the two, to this date, fully up to date 16.04 systems I had available.
All I'm greeted with is a blinking non-responsive cursor. It's possible to switch TTY via CTRL+ALT+F2 to be able to revert back to graphical.target mode, though, luckily.
I'm trying to figure out if this is a recent bug or if I have introduced some conflicting software. I'm not sure what to look for and where to look for it.
Both boxes are using the kernel version
4.4.0-134-generic #160-Ubuntu SMP Wed Aug 15 14:58:00 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
I would be so glad for any guidance or bug confirmation!