1

What is the safest way to shut down when the system gets completely frozen? Is there anything we can do outside of pulling the cable?

2 Answers2

2

Simply open a new tty using Ctrl + Alt + F3, login using your username (name of the home directory) and use shutdown now . This should work

1

Depends on what you mean "completely frozen". Perhaps only the GUI is frozen while the system is still alive? In this case you could launch a tty, by Ctrl + Alt + F2/3/4/5..

When you've logged in into the tty, run htop and kill the processes that seem to be troublesome.

McSuperbX1
  • 153
  • 1
  • 12
  • I don't know what it can exactly mean either. Frozen, that is, all audio stops, you cannot move your mouse, et cetera. Ctrl-alt+F I did not try yet. – John Smith Apr 05 '20 at 13:24