Is there a way to check from CLI under linux (Debian based) how the BIOS is configured for "boot on power loss" ? I need something similar to Check `Restore on AC/Power Loss` from CMD/Powershell on windows 10 but for linux.
I had a look at dmidecode
and biosdecode
commands but found nothing sor far (to be honest I don't really know what to look for).
Rationale: verify remotely if servers will boot up on power recovery after a power failure without having to reboot them and enter their BIOS to do the verification.