Eric W. Biederman schrieb:
> Horms <[EMAIL PROTECTED]> writes:
> 
>> On Tue, Jun 13, 2006 at 09:24:34PM +0200, Michael Schierl wrote:
>>> [please cc: me since I am not subscribed on the list]
>>>
>>> Hi,
>>>
>>> First, If this is the wrong list to discuss kexec, please tell me. It is 
>>> hard to find any homepage or documentation about kexec in the web.
>>>
>>> I am trying to use kexec to run some X86 real-mode code from Linux. I 
>>> tried to mimic a bzImage file, but although GRUB and ISOLINUX load it, 
>>> kexec (the userland program from kexec-tools) does not like to load the 
>>> image at all (I used the --real-mode switch but it did not help).

To clarify a bit (if it has been unclear before): the kexec userland 
complains about a malformed bzImage when I try to run the "kexec ..." 
command. It might be that the BIOS will put more spokes in my wheel, but 
my first problem is kexec (the userland utility) which does not like my 
bzImage:

[EMAIL PROTECTED]:/home/michael# kexec hello.bin
Cannot determine the file type of hello.bin
[EMAIL PROTECTED]:/home/michael# kexec -t bzImage hello.bin
Cannot determine the file type of hello.bin
[EMAIL PROTECTED]:/home/michael# kexec -t bzImage --real-mode hello.bin
Cannot determine the file type of hello.bin

Loading a "real" kernel works (and kexec autodetects the format properly).

Michael
_______________________________________________
fastboot mailing list
[email protected]
https://lists.osdl.org/mailman/listinfo/fastboot

Reply via email to