Am 08.09.2014 um 10:25 schrieb Werner Zeh:
PAYLOAD ../bzImage (compression: none)
E: The stage file is not in ELF format!
Well, that's certainly true, isn't it? :-)
(technical details: we have three payload parsers - ELF, bzImage and special-Tianocore, of which the ELF parser is the first. If it fails, it whines a bit on the console, then the others get a chance).
Am I wrong assumimg that the image may be a real (compressed) bzImage? Should I use a vmlinuz better? Or is my bzImage is not suitable (maybe parts of it are compressed or so)?
Using a bzImage is the most recently tested approach to making a payload out of a linux kernel, so this is the way to go.
Patrick