iPXE discussion forum
Having issues configuring DHCP - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Having issues configuring DHCP (/showthread.php?tid=8310)



Having issues configuring DHCP - monygillon - 2017-01-31 08:40

I am trying to chainload iPXE from PXE so that i can pull an image from the web and boot from it. I set up a Windows 2012 server and followed the instructions on http://ipxe.org/howto/chainloading and http://ipxe.org/howto/msdhcp#pxe_chainloading however, it doesnt seem to be working. When booting, i get the following error:
PXE-T04: Access Violation
PXE-E36: Error received from TFTP Server.
PXE-M0F: Exiting Intel Boot Agent.
[Image: DtKWmlAU1ZIz9KZec6pflEStif3Cx78hMj16JFsV...ize_mode=3]

I dont even get to the iPXE banner.

My DHCP config is below and also attached
[Image: jCmq_91zLf4oBG9BGRkd8LtczKYN8bUhru_K_mIz...ize_mode=3]
[Image: Wx6ghATrX_v0gkxkFNy0umW3DVH2lO6q7zOpYSo_...ize_mode=3]

Ive been working on this for a couple of days now and any help would really be appreciated

Thanks!
Mony


RE: Having issues configuring DHCP - NiKiZe - 2017-01-31 22:52

Not seeing any images... however my guess is that the TFTP server does not allow the original PXE boot agent to access the file you want to fetch. Try to enable the windows tftp server logs and see what it says, there is also some setting in registry that needs a change to allow for alteranative paths to be used maybe http://ipxe.org/appnote/chainload_wds can give you some hints.


RE: Having issues configuring DHCP - monygillon - 2017-02-01 02:55

I tried doing that as well with no luck. The links to the images are below. I think i may have something misconfigured?

https://www.dropbox.com/s/yj65qlhojkfk92j/Capture2.PNG?dl=0

https://www.dropbox.com/s/9ceyeqp47ho7j92/Capture3.PNG?dl=0

https://www.dropbox.com/s/7e5vmjmg7v1a7y5/Capture.PNG?dl=0

(2017-01-31 22:52)NiKiZe Wrote:  Not seeing any images... however my guess is that the TFTP server does not allow the original PXE boot agent to access the file you want to fetch. Try to enable the windows tftp server logs and see what it says, there is also some setting in registry that needs a change to allow for alteranative paths to be used maybe http://ipxe.org/appnote/chainload_wds can give you some hints.