[SOLVED] Boot Raspberry Pi 2 Image directly to Terminal Console

For those that care:

systemctl set-default multi-user.target --force
systemctl disable lightdm.service --force
systemctl disable graphical.target --force
systemctl disable plymouth.service --force
1 Like