====== 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 [[https://en.wikipedia.org/wiki/Universally_unique_identifier|Universally Unique Identifier (UUID)]], formatted using little-endian byte order. ===== See also ===== * ''[[:cfgtype:uuid]]'' * [[:cfg|List of all iPXE settings]]