Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
System Management BIOS
Computing specification

In computing, the System Management BIOS (SMBIOS) specification defines data structures (and access methods) that can be used to read management information produced by the BIOS of a computer. This eliminates the need for the operating system to probe hardware directly to discover what devices are present in the computer. The SMBIOS specification is produced by the Distributed Management Task Force (DMTF), a non-profit standards development organization. The DMTF estimates that two billion client and server systems implement SMBIOS.

SMBIOS was originally known as Desktop Management BIOS (DMIBIOS), since it interacted with the Desktop Management Interface (DMI).

The DMTF released the version 3.7.1 of the specification on May 24, 2024.

We don't have any images related to System Management BIOS yet.
We don't have any YouTube videos related to System Management BIOS yet.
We don't have any PDF documents related to System Management BIOS yet.
We don't have any Books related to System Management BIOS yet.
We don't have any archived web articles related to System Management BIOS yet.

History

Version 1 of the Desktop Management BIOS (DMIBIOS) specification was produced by Phoenix Technologies in or before 1996.56

Version 2.0 of the Desktop Management BIOS specification was released on March 6, 1996 by American Megatrends (AMI), Award Software, Dell, Intel, Phoenix Technologies, and SystemSoft Corporation. It introduced 16-bit plug-and-play functions used to access the structures from Windows 95.7

The last version to be published directly by vendors was 2.3 on August 12, 1998. The authors were American Megatrends, Award Software, Compaq, Dell, Hewlett-Packard, Intel, International Business Machines (IBM), Phoenix Technologies, and SystemSoft Corporation.

Circa 1999, the Distributed Management Task Force (DMTF) took ownership of the specification. The first version published by the DMTF was 2.3.1 on March 16, 1999. At approximately the same time Microsoft started to require that OEMs and BIOS vendors support the interface/data-set in order to have Microsoft certification.

Version 3.0.0, introduced in February 2015, added a 64-bit entry point, which can coexist with the previously defined 32-bit entry point.

Version 3.4.0 was released in August 2020.8

Version 3.5.0 was released in September 2021.9

Version 3.6.0 was released in June 2022.10

Version 3.7.0 was released in July 2023.11

Contents

The SMBIOS table consists of an entry point (two types are defined, 32-bit and 64-bit), and a variable number of structures that describe platform components and features. These structures are occasionally referred to as "tables" or "records" in third-party documentation.

Structure types

As of version 3.3.0, the SMBIOS specification defines the following structure types:1213

TypeDescription
0BIOS Information
1System Information
2Baseboard (or Module) Information
3System Enclosure or Chassis
4Processor Information
5Memory Controller Information (Obsolete)
6Memory Module Information (Obsolete)
7Cache Information
8Port Connector Information
9System Slots
10On Board Devices Information
11OEM Strings
12System Configuration Options
13BIOS Language Information
14Group Associations
15System Event Log
16Physical Memory Array
17Memory Device
1832-Bit Memory Error Information
19Memory Array Mapped Address
20Memory Device Mapped Address
21Built-in Pointing Device
22Portable Battery
23System Reset
24Hardware Security
25System Power Controls
26Voltage Probe
27Cooling Device
28Temperature Probe
29Electrical Current Probe
30Out-of-Band Remote Access
31Boot Integrity Services (BIS) Entry Point
32System Boot Information
3364-Bit Memory Error Information
34Management Device
35Management Device Component
36Management Device Threshold Data
37Memory Channel
38IPMI Device Information
39System Power Supply
40Additional Information
41Onboard Devices Extended Information
42Management Controller Host Interface
43TPM Device
44Processor Additional Information
126Inactive
127End-of-Table
128–255Available for system- and OEM- specific information
129Intel ASF
130Intel AMT
131Intel Management Engine

Accessing SMBIOS data

The EFI configuration table (EFI_CONFIGURATION_TABLE) contains entries pointing to the SMBIOS 2 and/or SMBIOS 3 tables.14 There are several ways to access the data, depending on the platform and operating system.

From UEFI

In the UEFI Shell, the SmbiosView command can retrieve and display the SMBIOS data.1516 One can often enter the UEFI shell by entering the system firmware settings, and then selecting the shell as a boot option (as opposed to a DVD drive or hard drive).

From Unix

For Linux, FreeBSD, etc., the dmidecode utility can be used.

From Windows

Microsoft specifies WMI as the preferred mechanism for accessing SMBIOS information from Microsoft Windows.1718

On Windows systems that support it (XP and later), some SMBIOS information can be viewed with either the WMIC utility with 'BIOS'/'MEMORYCHIP'/'BASEBOARD' and similar parameters, or by looking in the Windows Registry under HKLM\HARDWARE\DESCRIPTION\System.

Various software utilities can retrieve raw SMBIOS data, including FirmwareTablesView19 and AIDA64.

Generating SMBIOS data

Table and structure creation is normally up to the system firmware/BIOS. The UEFI Platform Initialization (PI) specification includes an SMBIOS protocol (EFI_SMBIOS_PROTOCOL) that allows components to submit SMBIOS structures for inclusion, and enables the producer to create the SMBIOS table for a platform.20

Platform virtualization software can also generate SMBIOS tables for use inside VMs, for instance QEMU.21

If the SMBIOS data is not generated and filled correctly then the machine may behave unexpectedly. For example, a Mini PC that advertises Chassis Information | Type = Tablet may behave unexpectedly using Linux. A desktop manager like GNOME will attempt to monitor a non-existent battery and shut down the screen and network interfaces when the missing battery drops below a threshold. Additionally, if the Chassis Information | Manufacturer is not filled in correctly then work-arounds for the incorrect Type = Tablet problem cannot be applied.22

See also

References

  1. "Libsmbios Library Documentation". dell.com. 2007-04-11. Archived from the original on 2016-09-18. Retrieved 2016-02-02. https://web.archive.org/web/20160918034900/http://linux.dell.com/libsmbios/main/

  2. DMTF press release on SMBIOS 3.2: https://www.dmtf.org/content/dmtf-releases-smbios-32 https://www.dmtf.org/content/dmtf-releases-smbios-32

  3. "Desktop Management BIOS Specification, Version 2.0" (PDF). uni-regensburg.de. 1996-03-06. Archived from the original (PDF) on 2017-02-13. Retrieved 2016-02-02. https://web.archive.org/web/20170213083151/http://www-pc.uni-regensburg.de/hardware/techdok/bios_dmi_20.pdf

  4. "All Published Versions of SMBIOS Reference Specification". dmtf.org. May 2024. Retrieved 2024-06-01. https://www.dmtf.org/dsp/DSP0134

  5. "Phoenix BIOS help and support". https://www.computerhope.com/help/phoenix.htm

  6. "Phoenix Technologies Produces the First Commercially Available IBM PC Compatible ROM Bios : History of Information". https://historyofinformation.com/detail.php?entryid=3846

  7. "Desktop Management BIOS Specification, Version 2.0" (PDF). uni-regensburg.de. 1996-03-06. Archived from the original (PDF) on 2017-02-13. Retrieved 2016-02-02. https://web.archive.org/web/20170213083151/http://www-pc.uni-regensburg.de/hardware/techdok/bios_dmi_20.pdf

  8. DMTF Releases SMBIOS 3.4 https://www.dmtf.org/content/dmtf-releases-smbios-34

  9. DMTF Releases SMBIOS 3.5 https://www.dmtf.org/content/dmtf-releases-smbios-35

  10. DMTF Releases SMBIOS 3.6 https://www.dmtf.org/content/dmtf-releases-smbios-36

  11. DMTF Releases SMBIOS 3.7 https://www.dmtf.org/content/dmtf-releases-smbios-37

  12. Ken Hess (2010-04-23). "Linux System Information Decoded". linux-mag.com. Archived from the original on July 17, 2010. Retrieved 2016-02-02. https://web.archive.org/web/20100717072209/http://www.linux-mag.com/id/7768

  13. SMBIOS Specification, version 3.3.0, Sep 2019, https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.3.0.pdf https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.3.0.pdf

  14. UEFI Specification, version 2.6, section 4.6

  15. "smbiosview (HP UEFI System Utilities and Shell Command Mobile Help for HP ProLiant Gen9 Servers)". hp.com. 2015-09-22. Retrieved 2016-02-02. http://h17007.www1.hp.com/docs/iss/proliant_uefi/v28072127.html

  16. "Tianocore /edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView". sourceforge.net. Retrieved 2015-01-27. http://sourceforge.net/p/tianocore/edk2/ci/3e3ddba24b0918d205d049c9da5c24785c446818/tree/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/

  17. wjfrancis (2008-03-27). "SMBIOS Peek - CodeProject". Codeproject.com. Retrieved 2012-05-12. http://www.codeproject.com/Articles/24730/SMBIOS-PeekM

  18. SMBIOS Support in Windows, Microsoft paper, updated April 25, 2005 https://web.archive.org/web/20110903164158/http://msdn.microsoft.com/en-us/windows/hardware/gg463136

  19. "FirmwareTablesView". NirSoft. Retrieved 2020-12-02. https://www.nirsoft.net/utils/firmware_tables_view.html

  20. Platform Initialization Specification, volume 5, section 6, SMBIOS Protocol

  21. QEMU version 2.12.50 User Documentation, https://qemu.weilnetz.de/doc/qemu-doc.html Archived 2019-04-27 at the Wayback Machine https://qemu.weilnetz.de/doc/qemu-doc.html

  22. "5 to 20 minutes shutdowns on Cherry Trail machine". Red Hat Issue Tracker. March 21, 2019. Retrieved March 21, 2019. https://bugzilla.redhat.com/show_bug.cgi?id=1690852#c4