Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

SysRq Method

Danger

SysRq call directly in the kernel and therefore, you must not use this combination other than to solve system unresponsive problems.

With a little mistake manipulation, you can loose all your unsaved work!

Info

Difficulty level: ⭐⭐⭐

If your system become unresponcive, you can use SysRq to perform kernel level actions to troubleshoot your system.

Activation

By default, all versions of Vincent OS have SysRq enabled. You can verify if SysRq is activated by opening a terminal and enter this command:

Vincent OS Standard Edition:

PS> Get-Content /proc/sys/kernel/sysrq

If there is other values returned than 1, enable the SysRq via the command:

# sysctl kernel.sysrq=1

REISUB Method

Info

REISUB Method is a memotecnical way to troubleshoot the Operating System in case of a unresponcive system.

You can reboot your system using the REISUB Method, here's how to do it:

Keyboard ShortcutDescription
Alt+SysRq+RSwitch keyboard mode from RAW mode to XLATE mode.
Alt+SysRq+ESend SIGTERM to all processes (except init).
Alt+SysRq+ISend SIGKILL to all processes.
Alt+SysRq+SSync all data to disk.
Alt+SysRq+UUnmount and remount all filesystems to read-only.
Alt+SysRq+BReboot.

More informations can be found on ArchLinux wiki and Wikipedia: