UUID setting

Name

  uuid

Details

Type UUID
DHCP option number 971)
ISC dhcpd syntax not applicable

Examples

Display the system UUID

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

Fetch a boot script based on the system UUID

  iPXE> chain http://boot.ipxe.org/demo/boot.php?uuid=${uuid}

Description

Contains the system UUID, which should be a globally unique and permanent identifier for the system. The system UUID is read from the SMBIOS information.

See also

Notes

iPXE will normally send the system UUID as part of option 97 in all DHCP requests. If you need to prevent this, you can override the system UUID with an invalid value. For example:

  iPXE> set uuid:string INVALID
  iPXE> dhcp                      # Option 97 will not be present in the DHCP request
1)
DHCP option 97 contains a single zero byte followed by the 16-byte system UUID
cfg/uuid.txt ยท Last modified: 2012/03/22 23:42 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.