[ipxe-devel] Network Stack Initialization on Apollo Lake Systems

Michael Brown mcb30 at ipxe.org
Mon Mar 30 20:45:21 UTC 2020


On 30/03/2020 17:16, Jacob Caughfield wrote:
> So far every Apollo Lake system we've tested (5 or so baseboards) 
> exhibit this issue. Here's a paste <https://pastebin.com/mimn0s9E> of a 
> log from a failing system, the failure being:
> 
> EFIDRV PciRoot(0x0)/Pci(0x14,0x0)/Pci(0x0,0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) 
> could not connect new drivers: Error 0x7f37e09a

That error code corresponds to EFI_SECURITY_VIOLATION being returned by 
the call to ConnectController().  (With the latest iPXE code, you should 
now get the error http://ipxe.org/7f37e19a instead.)

There's no obvious reason why your platform firmware should be claiming 
a security violation, but it's probably worth checking through various 
BIOS setup screens to see if there are any security-related options that 
could be disabled.

Michael



More information about the ipxe-devel mailing list