Force reboot or shutdown options other than Alt+PrtScrn+REISUB?

When my laptop freezes, the Alt+PrtScrn+REISUB method of forcing a reboot or shutdown has never worked for me. I've tried all possible permutations, such as holding down the Fn key as well, using the SysRq key instead, holding down REISUB keys as long as possible, etc., but this method has never worked for me. No forced reboot or shutdown has ever happened on my laptop using the REISUB method. This has been over the last few years, and I've had various versions of Zorin on my laptop, and multiple experiences of crashes, and REISUB never works. So I end up forcing a shutdown by holding down the shut-off button, which I understand isn't good for the system. Can someone suggest why REISUB has never worked for me, and if there are any alternative ways to safely reboot or shutdown when my system freezes? I am also talking about situations when I can't open the terminal. I've searched on Google, but everyone just seems to recommend the REISUB method, yet obviously this is not helpful for me since this method has never worked for me.

This method would not have been applicable for quite a long time... Zorin OS uses the ext4 journaling, but any journald system would be ill-served by the above code.

If the terminal can be pulled up then

sudo reboot

Or

sudo shutdown –r

Should work.

You can enter a TTY if the terminal will not launch. Much safer.
ctrl+alt+F1 to enter TTY and ctrl+alt+F7 to exit TTY.
Use the above shutdown or reboot codes in TTY.

Below information is Not Recommended

If you are insistent on using REISUB method, check the output of

cat /proc/sys/kernel/sysrq

Change this value to 1

sudo echo "1" > /proc/sys/kernel/sysrq

This can have some undesirable side effects. In order for it to work, it must detach the keyboard from X, for a start.

thank you!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.