I want to exit GUI and get to the command line. I know how to switch to a console, but this leaves GUI running.
Alternatively how do I get Mate 15.10 to boot to command line.
I want to exit GUI and get to the command line. I know how to switch to a console, but this leaves GUI running.
Alternatively how do I get Mate 15.10 to boot to command line.
To "kill" off the graphical session from a console:
sudo service lightdm stop
To boot directly to the command line, see this post on Ubuntu Forums.
In particular:
... when the menu displays (hold the SHIFT key during boot if needed):
quiet splash vt.handoff=7
' and add 'single
'.None of these kernel options actually use the quote symbols.
If you wish to make this permanent, edit /etc/default/grub
.