Table of Contents

GUID setting type

Name

  :guid

Examples

Display the system UUID

  iPXE> echo ${uuid}
  00112233-4455-6677-8899-aabbccddeeff

Display the system UUID as a little-endian GUID

  iPXE> echo ${uuid:guid}
  33221100-5544-7766-8899-aabbccddeeff

Description

Represents a type of setting that is a Universally Unique Identifier (UUID), formatted using little-endian byte order.

See also