2017-08-16, 18:54
I am trying to network-boot a system via HTTP from a server that has IIS version 10 by following the steps in http://ipxe.org/appnote/uefihttp. I am using the latest ipxe.efi. To avoid infinite loop due to ipxe.efi being downloaded on every DHCP request, I followed the instructions in http://ipxe.org/howto/msdhcp#pxe_chainloading and created a DHCP policy that has the boot.ipxe script mentioned in http://ipxe.org/wimboot as Option 67 (BootFile Name).
My boot.ipxe file contains:
But boot fails with the following message:
I have made sure that the tips given in http://ipxe.org/err/2e0080 are followed. Still the same error occurs. It seems the boot client is finding the Exec Format Error with the boot.ipxe file itself, and I'm not sure why. Any suggestions would be greatly appreciated.
The entire logs:
My boot.ipxe file contains:
Code:
#!ipxe
kernel wimboot pause
initrd boot/bcd BCD
initrd boot/boot.sdi boot.sdi
initrd sources/boot.wim boot.wim
imgstat
prompt
boot
But boot fails with the following message:
Quote:Filename: http://x.x.x.x:port/win/boot
http://x.x.x.x:port/win/boot... Ok
boot: 920 bytes
Could not boot image: Exec format error (http://ipxe.org/2e008081)
I have made sure that the tips given in http://ipxe.org/err/2e0080 are followed. Still the same error occurs. It seems the boot client is finding the Exec Format Error with the boot.ipxe file itself, and I'm not sure why. Any suggestions would be greatly appreciated.
The entire logs:
Quote:iPXE initializing devices…ok
iPXE 1.0.0+ (70544) – Open Source Network Boot Firmware – http://ipxe.org
Features: DNS HTTP iSCSI TFTP SRO AoE EFI Menu
net0: ab:cd:ef:gh:ij:kl using NII on NII-0000:3d:00.0 (open)
[Link:down, TX:0 TXE:0 RX:0 RXE:0]
[Link status: Unknon (http://ipxe.org/1a086194)]
Waiting for link-up on net0……………. Unknown (http://ipxe.org/1a086194)
net1: ab:cd:ef:gh:ij:kl using NII on NII-0000:3d:00.1 (open)
[Link:down, TX:0 TXE:0 RX:0 RXE:0]
[Link status: Unknon (http://ipxe.org/1a086194)]
Waiting for link-up on net1……………. Unknown (http://ipxe.org/1a086194)
net2: ab:cd:ef:gh:ij:kl using NII on NII-0000:3d:00.2 (open)
[Link:down, TX:0 TXE:0 RX:0 RXE:0]
[Link status: Unknon (http://ipxe.org/1a086194)]
Waiting for link-up on net2……………. Unknown (http://ipxe.org/1a086194)
net3: ab:cd:ef:gh:ij:kl using NII on NII-0000:3d:00.3 (open)
[Link:down, TX:0 TXE:0 RX:0 RXE:0]
[Link status: Unknon (http://ipxe.org/1a086194)]
Configuring (net3 ab:cd:ef:gh:ij:kl)… ok
net3: x.x.x.y/255.255.255.0
Filename: http://x.x.x.x:port/win/boot
http://x.x.x.x:port/win/boot... Ok
boot: 920 bytes
Could not boot image: Exec format error (http://ipxe.org/2e008081)
No more network devices