Force a clean reboot when the system freezes

By | November 19, 2008

If you manage to freeze your system in such a way that even Ctrl+Alt+Del doesn’t work anymore, the mouse is stuck on the screen any none of the key combinations will work, don’t think of the reset button just yet.

Hold down the Right Alt and SysRq keys and press this sequence:

R E I S U B

This will cleanly unmount drives, terminate processes and nicely reboot your machine.

By using 70-647 questions and 70-649 answers, you will pass your 646-204 exam on first attempt guaranteed.

23 thoughts on “Force a clean reboot when the system freezes

  1. Pingback: HowtoMatrix » Force a clean reboot when the system freezes

  2. arqbrulo

    I read this from somewhere else, so here you go. To remember the sequence, remember that R E I S U B backwards spells BUSIER, as in “my computer is busier than what it should be” 😉

    Reply
  3. T4L Post author

    Here you go Sam:

    R: Switch the keyboard from raw mode to XLATE mode
    E: Send the SIGTERM signal to all processes except init
    I: Send the SIGKILL signal to all processes except init
    S: Sync all mounted filesystems
    U: Remount all mounted filesystems in read-only mode
    B: Immediately reboot the system, without unmounting partitions or syncing

    Reply
  4. djsoundfx

    Don’t forget you have to check something like: /proc/sys/kernel/sysrq

    Which should contain a number. 0 is disabled and 1 is enable all. This way you know if and to what level the sysreq options is enabled.

    Reply
  5. Zenwalker

    Will this effect the non hanged (not freezed) system while running normally?
    Just wanted to test.

    When i pressed Alt + SysRq button and then typed REISUB. Noting hapnd.

    Reply
  6. Richard

    SIGTERM and SIGKILL have the same default behavior (terminate process), but the former can be caught while the latter cannot. Presumably you send them in the order given so any processes encoded to catch SIGTERM can terminate gracefully. Any other rationale beyond that?

    Reply
  7. T4L Post author

    You have to actually hold the left Alt and SysRq keys and while holding them down type REISUB.

    Reply
  8. Wim

    Thanks a lot! I’ve always had an unpleasent fealing when pushing my reset-button, but never thought there was a way to “interact” with a “non acting” system 🙂

    Reply
  9. Anonymous

    The reason you feel uneasy is that the reset button doesn’t really do anything *except* assert the reset line on the bus.

    And if the system is frozen, nobody is going to notice that line…

    Reply
  10. wjl

    I posted something similar about a year ago at http://blog.thedebianuser.org/?p=231

    For me, the reminder was something like:

    “Raising Elephants Is So Utterly Boring”, or, for a slight variation of the keys:
    “Raising Skinny Elephants Is Utterly Boring”

    It’s good to have reminders like these on the net; thanks!

    cheers,
    wjl

    Reply
  11. Pingback: Oldies but goldies - plus some interesting thoughts at wolfgang.lonien.de

  12. T4L Post author

    @Fabiano: I think you’re using a laptop. On most laptops, the PrntScrn and SysRq keys are the same. But to actually get a SysRq push you have to also press the Fn key together with it. But then again, I may be wrong.

    Reply
  13. Pingback: Tims Blog » Blog Archive » Fantabulous idea

  14. Zenwalker

    Well unfortunatley, i tried with both left and Right Alt keys with rest keys combination said about.

    But system didnt reboot or even shutdown. Hence asked u guys, whether it just works when system freezes or even if system is alive and normal, will this works?

    On my Zenwalk (Slacky based), nutings happening…

    Reply
  15. eluminx

    I have to agree with Zenwalker, i have tried this key combo many times when my box use to freeze alot and it never worked. Not once did it work at all.

    Reply
  16. maggie

    Hey and thanks for all the information. I’m trying this on my laptop but there is no right alt button that I can find. It’s on a Dell mini that doesn’t have as many keys as other laptops. Can I use this with the left alt, or is there some alternative?

    Reply
  17. St0815

    Had similar unsuccessful experiences as some other commenters. Yes you can give yourself RSI trying to hit all these keys at the same time, but if the system is frozen it stays frozen. The system wasn’t even completely dead, still reacting on ping, and prompting me for the password when trying to contact it via ssh. Still: no way to shut it down cleanly.

    Reply

Leave a Reply to Wim Cancel reply

Your email address will not be published. Required fields are marked *