Administrators guru Posted August 7, 2024 Administrators Posted August 7, 2024 Here are some basics on configuring PXE boot using legacy or the new UEFI LEGACY UEFI Applying Filters subnet 10.10.10.0 netmask 255.255.254.0 { option domain-name "hosangit.corp"; option domain-name-servers 10.10.250.11, 10.44.88.11, 10.44.112.234; option routers 10.10.10.1 ; option option-242 "L2QVLAN=2106"; infoblox-client-association-grace-period 86400; if (substring(option vendor-class-identifier,0,20)="PXEClient:Arch:00000") { # Option filter "PXE USCHI1 Legacy" option vendor-encapsulated-options "01:P04:00:00:00:00"; option vendor-class-identifier "PXEClient"; server-name "10.10.250.21"; next-server 10.10.250.21; filename "smsboot\x5cx64\x5cwdsnbp.com"; } elsif (substring(option vendor-class-identifier,0,20)="PXEClient:Arch:00007") { # Option filter "PXE USCHI1 UEFI" option vendor-encapsulated-options ff; option vendor-class-identifier "PXEClient"; server-name "10.10.250.21"; next-server 10.10.250.21; filename "smsboot\x5cx64\x5cwdsnbp.com"; }
Recommended Posts