How to check firmware version on Linux

Last updated on July 17, 2020 by Dan Nanni

Question: I would like to upgrade the BIOS firmware of my Linux computer. But first I want to check the firmware version. Is there any Linux command for that?

To find out the firmware version of a Linux computer, you can use a command line tool called dmidecode. This tool dumps the content of a computer's system BIOS table in a human-readable format. Displayed information includes various hardware properties such as firmware, motherboard, CPU, cache, memory controller, PCI slots, etc.

Run the following command, and look for firmware version under "BIOS information".

$ sudo dmidecode | more

Support Xmodulo

This website is made possible by minimal ads and your gracious donation via PayPal or credit card

Please note that this article is published by Xmodulo.com under a Creative Commons Attribution-ShareAlike 3.0 Unported License. If you would like to use the whole or any part of this article, you need to cite this web page at Xmodulo.com as the original source.

Xmodulo © 2021 ‒ AboutWrite for UsFeed ‒ Powered by DigitalOcean