Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Use MS DHCP for both UEFI and BIOS
2017-02-17, 21:43
Post: #6
RE: Use MS DHCP for both UEFI and BIOS
(2014-09-05 09:49)robinsmidsrod Wrote:  I've just updated my ISC dhcpd.conf example to also account for UEFI. You should be able to use this as a basis for building a similar config for MS dhcpd. You can find it here: https://gist.github.com/robinsmidsrod/4008017

The magic DHCP option number is 93, as you can see in the linked example. Making a conditional for "filename" that uses the value of option 93 should work for MS DHCP server as well.

How would that be configured?

When the PXE (or whatever it’s called with UEFI) client requests a DHCP lease, it provides various details (“options”) about itself, including the “Client System Architecture Type”, (option 93).

So it is client that sends this info, what does server return that would need to be configured?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Use MS DHCP for both UEFI and BIOS - sebus - 2017-02-17 21:43



User(s) browsing this thread: 1 Guest(s)