Motherboard model and serial

Motherboard model and serial

Q: How do I determine my motherboard model and serial numbers?

A: This information is written into DMI into the motherboard. To access it, simply use dmidecode, available on most UNIX and Linux operating systems by default, and available as a separate download for Windows operating systems.

Use the following command to pull base board information:

  • dmidecode -t 2

You can also use grep to show specific fields:

  • dmidecode -t 2 | grep 'Product\|Serial'

Below is an example output of the baseboard information.

 

If your system is down, you can obtain the motherboard serial from a sticker on the board. Serial numbers are typically 10 characters long, and will have an additional line below that says "Warranty void if removed".

    • Related Articles

    • BIOS recovery procedure

      Prerequisites: Failed motherboard with F9 POST code Latest BIOS release for your motherboard A FreeDOS / MS-DOS formatted USB drive (see our FreeDOS USB creation guide here) Instructions: If you do not already have a copy of the latest BIOS, head to ...
    • Finding resources for your motherboard

      This guide focuses on navigating Supermicro's website to obtain the latest drivers, firmware, and utilities for motherboards. You will need to know your motherboard model number, so if you do not have this information available you can obtain it with ...
    • RAM models and serials

      Q: I have a failed DIMM, but I do not know the model and serial. How do I obtain this information? A: This information is written into DMI into the motherboard. To access it, simply use dmidecode, available on most UNIX and Linux operating systems by ...
    • LSI controller model and serial

      Q: How do I determine my RAID controller model and serial number? A: For LSI MegaRAID series controllers, this information can be obtained using any of LSI's MegaRAID management utilities. If using a LSI SAS HBA, you can use the utilities sas2flash ...
    • DMI/FRU Imprinting With SUM

      ******Motherboard must have SUM activated.*****   DMI: ./sum –i xxx.xxx.xxx.xxx –u ADMIN –p XXXXXX –c GetDmiInfo --file dmi_info.txt vi dmi_info.txt Under [System] edit Serial Number :wq ./sum –i xxx.xxx.xxx.xxx –u ADMIN –p XXXXXX –c ChangeDmiInfo ...