<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">I try to use <br><pre>$ mkelfImage --append="console=ttyS0" --initrd=initrd vmlinuz linux.elf<br><br>When :<br>telebit:~/Project/Kantor/Thin_client/coreboot-v2-4360/targets # ./buildtarget emulation/qemu-x86/Config.lb<br><br>and do<br><br>make..<br><br>I get coreboot.rom on 512Kbyte<br><br>My initrd is 1Mbyte and vmlinuz 16Mbyte..is it ok?<br><br>The make result is situated below...<br>Is it ok ? if I want to change the chipset, what should i do?<br>My chipset is 82810 North and 82801 South..<br></pre>====<br>.......................<br>Payload: 0 coreboot: 65536 ROM size: 65536 Left space: 0<br>if [ 0 -eq 1 -a 1 -eq 1 ]; then echo l > cbfs-support; fi<br>make[1]: Leaving directory `/root/Project/Kantor/Thin_client/coreboot-v2-4360/targets/emulation/qemu-x86/qemu-x86/normal'<br>rm -f ./coreboot.rom<br>cat normal/coreboot.rom >
 ./coreboot.rom.bootblock<br>./cbfstool ./coreboot.rom create 524288 65536 ./coreboot.rom.bootblock<br>./cbfstool ./coreboot.rom add-payload /root/Project/Kantor/mkelfImage-2.7/linux.elf normal/payload<br>Corrupt rom -- found no header at 458720<br>make: *** [coreboot.rom] Error 1<br>telebit:~/Project/Kantor/Thin_client/coreboot-v2-4360/targets/emulation/qemu-x86/qemu-x86 #                   <br></td></tr></table><br>