A better way to find your BIOS version in Linux

by Phil Dufault on June 15, 2008 · 5 comments

in Gentoo,Linux,Ubuntu

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

Also, you can use dmidecode, but this can vary on motherboards what the search string is. On my machine right now:
phil@phil:~$ sudo dmidecode -s bios-version
ASUS M2NPV-VM ACPI BIOS Revision 1103

{ 5 comments… read them below or add one }

MrCorey July 15, 2008 at 3:46 pm

Neat script. Worked like a charm to remind me how old my computer was. :D

Phil Dufault July 15, 2008 at 4:32 pm

I might write a blog post about creating a bootable CD for BIOS upgrades. Pretty useful stuff!

Simon@Custom T Shirt Store July 19, 2008 at 2:20 am

Cheers, useful tip…I am a bit of Linux newbie here running Ubuntu.

Flashadmin October 21, 2008 at 11:57 am

Thanks!

BOK October 28, 2008 at 6:43 am

How about dmidecode?

Leave a Comment

Previous post:

Next post: