BOOTID
BOOTID, or boot_id, is a per-boot unique identifier used by modern Linux environments and related logging systems to label a single boot session. It enables correlating events, logs, and traces that belong to the same startup and distinguishing them from other boots.
In Linux systems, the boot_id is generated at boot and exposed via the file /proc/sys/kernel/random/boot_id. The
Relation to other identifiers: The boot_id is distinct from the machine-id, which is a persistent system-wide
Context and limitations: In containerized environments, the boot_id seen by a container typically reflects the host
See also: Linux kernel /proc/sys/kernel/random/boot_id, systemd, journald, machine-id.