dufault.info

Ramblings of a phone weenie, Linux sysadmin, and other things geeky

A better way to find your BIOS version in Linux

Run this awesome command as root:
dd if=/dev/mem bs=32768 skip=31 count=1 | strings -n 10 | grep -i bios