I've been trying to iron out a couple of platform differences when starting the LF preboot loader. It basically wasn't working on the latest version of the tianocore image, but was on the Intel reference platform. The reason for the discrepancy is that tianocore stopped returning EFI_ACCESS_DENIED if the image wouldn't load and began returning EFI_SECURITY_VIOLATION instead. Fixing the check for failure to be if (status == EFI_ACCESS_DENIED || status == EFI_SECURITY_VIOLATION) worked for me. James -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html