Thanx for pointing this out !!!
The same occurs here, when i disable the security-chip fog boots normaly.
D
Posts made by Dave-Misco
-
RE: Lenovo Yoga 11e
-
RE: Lenovo Yoga 11e
-
Running Version: 1.3.0-RC-15
-
bzImage Version: 4.8.1
bzImage32 Version: 4.8.1 -
UEFI (No legacy available)
-
DHCP Config:
option space PXE; option PXE.mtftp-ip code 1 = ip-address; option PXE.mtftp-cport code 2 = unsigned integer 16; option PXE.mtftp-sport code 3 = unsigned integer 16; option PXE.mtftp-tmout code 4 = unsigned integer 8; option PXE.mtftp-delay code 5 = unsigned integer 8; option arch code 93 = unsigned integer 16; # RFC4578 authoritative; allow unknown-clients; option ntp-servers ntp.webhostingbay.nl; option time-servers ntp.webhostingbay.nl; option broadcast-address 192.168.71.255; option subnet-mask 255.255.252.0; option routers 192.168.68.1; ddns-update-style none; option domain-name "assembly.local"; option domain-name-servers 192.168.68.11, 8.8.8.8; default-lease-time 600; max-lease-time 7200; log-facility local7; # Assembly LAN subnet 192.168.68.0 netmask 255.255.252.0 { max-lease-time 14400; default-lease-time 14400; allow unknown-clients; next-server 192.168.68.13; range 192.168.68.30 192.168.71.200; } class "pxeclient" { match if substring (option vendor-class-identifier, 0, 9) = "PXEClient"; if substring (option vendor-class-identifier, 15, 5) = "00000" { # BIOS client filename "undionly.kpxe"; } elsif substring (option vendor-class-identifier, 15, 5) = "00006" { # EFI client 32 bit filename "ipxe32.efi"; } else { # default to EFI 64 bit filename "ipxe.efi"; } }
- No.
p.s. We use FOG ‘vanilla’, e.g. boot.php gets send to the device
-
-
Lenovo Yoga 11e
This morning i tried to capture a Lenovo Yoga e11 (consumer notebook)
When it boots to ipxe i get an errormessage:bzImage… ok
Could not select: Exec format error (http://ipxe.org/2e008081)
Could not boot: Exec format error (http://ipxe.org/2e008081)
Could not boot: Exec format error (http://ipxe.org/2e008081)iPXE>_
What does it mean and how to fix ?