UUID setting type

Name

  :uuid

Examples

Display the system UUID

  iPXE> show uuid
  smbios/uuid:uuid = 86a9f546-d31b-4ba2-9bbb-303b61bcf8d1
  
  iPXE> echo ${uuid}
  86a9f546-d31b-4ba2-9bbb-303b61bcf8d1

Description

Represents a type of setting that is a Universally Unique Identifier (UUID).

See also

Notes

UUIDs are 16-byte values stored in network byte order as defined by RFC 4122. Some software treats UUIDs as being stored in little-endian byte order. You can format a UUID in little-endian byte order using the guid setting type.

cfgtype/uuid.txt ยท Last modified: 2022/01/04 13:56 by mcb30
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.