Hi Ron
Here is my result : I finished to build a kernel image that contains the kernel, initramfs, and command line args. I expect output is bootable kernel ELF image but it's kernel format ( not ELF )
* $ file arch/x86/boot/bzImage * * arch/x86/boot/bzImage: Linux kernel x86 boot executable bzImage, version 2.6.34.13 (root@tungPC) #10 Fri Sep 7 10:11:28 ICT 2012, RO-rootFS, root_dev 0x802, swap_dev 0x4, Normal VGA *
And when I build coreboot , it didn't understand format of my kernel image Error :
* PAYLOAD /media/Working/Working/MKMP/LinuxBios/linux-2.6.34.13/arch/x86/boot/bzImage (compression: LZMA)* *Fatal error: the payload file is not in ELF format!* *make: *** [build/coreboot.rom] Error 1*
Could you give me some advice ?
On Tue, Sep 4, 2012 at 10:40 AM, ron minnich rminnich@gmail.com wrote:
On Mon, Sep 3, 2012 at 8:34 PM, Hoàng Tùng hoangtung1005@gmail.com wrote:
Now I will try to build a kernel image that contains the kernel,
initramfs,
and command line args.
This should work. It has worked in the past for me.
ron