option domain-name "XXXX"; authoritative; allow bootp; class "AppleNBI-i386" { match if substring (option vendor-class-identifier, 0, 14) = "AAPLBSDPC/i386"; option dhcp-parameter-request-list 1,3,17,43,60; if (option dhcp-message-type = 1) { option vendor-class-identifier "AAPLBSDPC/i386"; } if (option dhcp-message-type = 1) { option vendor-encapsulated-options 08:04:81:00:00:67; } if (substring (option vendor-class-identifier, 15, 7) = "iMac5,1") { filename "grub/bootia32.efi"; } else { filename "grub/bootx64.efi"; } } if exists user-class and option user-class = "iPXE" { filename "ipxe/menu.script"; } else { filename "ipxe/ipxe.kpxe"; } subnet 192.168.5.0 netmask 255.255.255.0 { range dynamic-bootp 192.168.5.50 192.168.5.200; option routers 192.168.5.1; option domain-name-servers 192.168.0.1; next-server 192.168.5.1; option root-path "/nfs"; }