LinuxCommandLibrary

biosdecode

Decode and display BIOS data structures

TLDR

Display all BIOS information

$ sudo biosdecode
copy
Decode BIOS from a binary dump
$ sudo biosdecode --from-dump [bios.bin]
copy
Display version information
$ biosdecode --version
copy

SYNOPSIS

biosdecode [options]

DESCRIPTION

biosdecode parses the BIOS memory and displays information about various BIOS data structures including SMBIOS (System Management BIOS), DMI (Desktop Management Interface), and other firmware tables.
The tool reads from system memory to extract manufacturer information, hardware configuration, and BIOS capabilities. It provides a lower-level view compared to dmidecode.

PARAMETERS

--from-dump file

Read BIOS data from a binary dump file instead of live memory
--version
Display version information and exit
--help
Display help message

CAVEATS

Requires root privileges to access /dev/mem where BIOS data is stored. On modern Linux systems, dmidecode is preferred as it provides more comprehensive and detailed output. Some systems with restricted memory access may not allow biosdecode to function properly.

HISTORY

biosdecode is part of the dmidecode package, originally written by Alan Cox and maintained by Jean Delvare. It was created to provide a simple tool for extracting BIOS information on Linux systems, predating the more feature-rich dmidecode utility.

SEE ALSO

dmidecode(1), lshw(1), hwinfo(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community