Comment 6 for bug 1313620

Revision history for this message
Roy Franz (roy-franz) wrote :

"Image" isn't a shell command, but rather the name of the EFI application that is being run - in this case it should be a kernel built with the EFI stub.

I have seen this error message in 3 different situations:
1) The file trying to be run is not an EFI application
2) The EFI application is of a different architecture (arm32 vs arm64)
3) Something wrong with the EFI header. We shouldn't be hitting this now, but during development I saw this when I didn't have the header right.

In this case that this is failing, have we confirmed what kind of file "Image" is? I think we'd get a different error message if the file was completely missing, so I think something was there with the right name.