@ddave said in GUI and SSH not available:
What can I do with it other than to reboot?
First things first : put your mouse in a mask, and send it on a holiday.
Keyboard now :
Use option 8 : "god mode" ;)
Enter :
cd /var/log
ls -al
Where "cd"is exacly the same "cd" on the PC you are using right now.
"ls" is what Bill (Gates) renamed in "dir".
Show the logs, like system.log, with
cat system.log
or
cat system.log | more
( use space bar to scroll through, or q to quit ).