Find bios version information from linux command line

This will show you how to find bios version information from linux command line terminals.

open the terminal / command prompt and run the command:

sudo lshw -html > lshw.html

then open the html file in a browser

you will find out all sorts of useful information about your hardware

Leave a Reply