If a SysRq action produces output, it is sent to the kernel ring buffer where the systemd journal will pick it up. When nothing prevents the output to be displayed on the Linux console, it will be there too. Not having a response on the console does not prove the SysRq command was not processed successfully. If that is the case, run journalctl -kf to monitor the output as it arrives to the kernel ring buffer.
If you are using a display manager and after Alt+SysRq+e you are presented with the login screen (or full desktop if autologin is enabled), it is most likely caused by Restart=always directive in the relevant service file. If necessary, edit the unit, however this should not prevent the “REISUB” sequence from working.
If all the above combinations work except Alt+SysRq+b, try using the contralateral Alt key.
On laptops that use Fn key to differentiate SysRq from PrtScrn, it may not actually be necessary to use the Fn key (i.e., Alt+PrtScrn+letter could work).
On Lenovo laptops (outside of their Legion lineup) SysRq is often configured as Fn+S. To use it press and hold Alt then press Fn+s, releaseFn and s still holding Alt followed by the keys above.
You may need to press Ctrl along with Alt. So for example, full key shortcut would be Ctrl+Alt+SysRq+b.
This is the most useful information I can find so far
No. My understanding is, (as Kresimir said), that the PrtSc key is taken if the SysRq key is not available. So, you don’t want to do kernel.prtsc=1 which doesn’t make much sense.
True, it works. Note: as soon as I hit the “I” key the screen goes black, suggesting, to me in any case, the procedure is over. However, despite the screen going black, you have to tap the remainder of the keys too.