Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to UEFI HTTP chainload using MS DHCP
2018-12-22, 06:55
Post: #1
How to UEFI HTTP chainload using MS DHCP
I’m trying UEFI HTTP chainload with a MS DHCP server and IIS.
I checked online document http://ipxe.org/appnote/uefihttp. It’s for ISC.
I tried to create a vendor class. Use 67 to lunch ipxe.efi and policy to lunch true boot.ipxe script. But nothing happened on the client when boot into DHCP query.
Any help is appreciated.
Find all posts by this user
Quote this message in a reply
2018-12-24, 06:22 (This post was last modified: 2018-12-24 06:29 by Torgeir.)
Post: #2
RE: How to UEFI HTTP chainload using MS DHCP
Have you tried something like this??
https://wiki.fogproject.org/wiki/index.p...-Existence
https://2pintsoftware.com/download/using...dmdl=12324


Torgeir
Find all posts by this user
Quote this message in a reply
2018-12-24, 07:39
Post: #3
RE: How to UEFI HTTP chainload using MS DHCP
Yes. I tried to create a vendor class "HTTPClient:Arch:0007".
and then create a server option 67 to my URI"http://my location/ipxe.efi".
and then create a policy with the vendor class to option67"http://my location/boot.ipxe".
nothing happened.

__
Tony

(2018-12-24 06:22)Torgeir Wrote:  Have you tried something like this??
https://wiki.fogproject.org/wiki/index.p...-Existence
https://2pintsoftware.com/download/using...dmdl=12324


Torgeir
Find all posts by this user
Quote this message in a reply
2018-12-25, 07:35 (This post was last modified: 2018-12-26 11:03 by Torgeir.)
Post: #4
RE: How to UEFI HTTP chainload using MS DHCP
I dont think you can do that... Use EMBED to custom script instead:
https://ipxe.org/embed

MS DHCP server with UEFI can be a bit tricky (we did follow the guides and have a working UEFI+legacy pxeboot on MS DHCP server 2012/2016).

Also, if you have a hard time getting MS DHCP to work, try setting up a demo with a very simple linux setup (I find it a lot easier to setup, just to see that the iPXE part is working as it should).


Torgeir
Find all posts by this user
Quote this message in a reply
2018-12-25, 12:59
Post: #5
RE: How to UEFI HTTP chainload using MS DHCP
Since logs on windows isn't really existing, try to use packet dumps (tcpdump or wireshark) to see what the server actually get's and how the response is modified depending on different rulesets.

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
2018-12-26, 08:04
Post: #6
RE: How to UEFI HTTP chainload using MS DHCP
Thanks a lot. I will try again with your comments.
Find all posts by this user
Quote this message in a reply
Post Reply 




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