Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DHCP and HTTP boot
2020-10-06, 10:33
Post: #1
Question DHCP and HTTP boot
Hello,

This is my first post. We are trying to setup HTTP boot using iPXE. We don't use TFTP server. Currently DHCP and Webserver is setup in Linux box. We are testing Windows server build using Wimboot and WinPE. All the files are in the webserver root location and able to download them.

Could you let me know what settings should be configured in dhcpd.conf so when we boot the Dell server, it should HTTP boot into ipxe.efi and then download boot.ipxe or menu.ipxe from the webserver?

the below is the current setting in dhcp
if exists user-class and option user-class = "iPXE" {
filename "http://webserver/menu.ipxe";
} elsif option client-arch != 0 {
filename "http://webserver/ipxe-snponly-x86-64.efi";
}

Thank you in advance.
Find all posts by this user
Quote this message in a reply
Post Reply 




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