Feedback Form
Home Open Source Tips and Tutorials Determine BIOS version from Linux command line
Monday, 28 July 2008 17:35

You don't need to reboot just to find out what BIOS version you are running.

Run this as root.

dd if=/dev/mem bs=32768 skip=31 count=1 | strings -n 10 | grep -i bios


Tags: bios version - linux
Last Updated ( Friday, 20 February 2009 02:35 )
 

Visitor Map

Recent Readers