You are not logged in.
The idea was to remove the keyboard during the "sleep 60" and attach it when the system has entered s2idle.
To auto-wake the system you'll have to use eg.
sudo rtcwake -m mem -s 30Otherwise you'll still have to wake the system w/ the lid or power button (or a key, though typically only the space bar works…)
Pushing the power button always bears the risk to result in an inconsistent filesystem.
Do you currently still run into IO errors and missing binaries?
You'll have to fsck and check the package integrity
sudo LC_ALL=C pacman --root /mnt -Qkk | grep -v ', 0 altered files' | grep -v backupfrom the install iso.
If you expect to run into a situation where you can no longer reboot even w/ https://wiki.archlinux.org/title/Keyboa … el_(SysRq) + REISUB prepare for that by running "sudo sync" at least to mitigate the impact (in this case I assume you recently ran an update?)
Offline