Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: coreplayer2 on May 04, 2012, 02:45:49 AM

Title: Ctrl + Alt + Backspace never seems to function when really needed
Post by: coreplayer2 on May 04, 2012, 02:45:49 AM
AIUI  " Ctrl + Alt + Backspace "  function like Ctrl + Alt + Delete"  only on vesa,  yet it never seems to function when really needed ie when xvesa has crashed (maybe that's not the right description, hangs...?). 

It seems like the only way to head this issue off at the pass is to invoke text mode at boot instead.


Or am I not understanding this properly??
Title: Re: Ctrl + Alt + Backspace never seems to function when really needed
Post by: gutmensch on May 04, 2012, 03:33:13 AM
In cases where Xvesa hangs you can still rely on the Kernel SysRequest feature with combinations like

Alt + Print/SysRq + R
Alt + Print/SysRq + E
Alt + Print/SysRq + I
Alt + Print/SysRq + S
Alt + Print/SysRq + U
Alt + Print/SysRq + B

that's "busier" backwards to remember easily ;) More information about the possible combinations you can find here http://en.wikipedia.org/wiki/Magic_SysRq_key (http://en.wikipedia.org/wiki/Magic_SysRq_key)
Title: Re: Ctrl + Alt + Backspace never seems to function when really needed
Post by: coreplayer2 on May 04, 2012, 09:45:30 AM
Cool,   thanks  will work with this on next opportunity.  Though I think the reisub commands are best for an Linux install for a safe shutdown.     I was looking more for a method to return to text mode without the reboot from a booted remastered iso, if there is such a command.   The link seems useful thanks

Perhaps  just " Alt + Print/SysRq + R + I " is what I'm looking for.?
Title: Re: Ctrl + Alt + Backspace never seems to function when really needed
Post by: tinypoodle on May 04, 2012, 01:16:21 PM
You can try Ctrl-Alt-F1 to get back to tty1, and if that works, troubleshoot from there.
Title: Ctrl + Alt + Backspace never seems to function when really needed
Post by: coreplayer2 on May 04, 2012, 08:19:19 PM
Thanks