The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wimboot - Could not boot image: Exec format error
2017-08-16, 18:54
Post: #1
Wimboot - Could not boot image: Exec format error
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:
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Wimboot - Could not boot image: Exec format error - Logan - 2017-08-16 18:54



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