On Fri, May 15, 2020 at 03:57:12PM +0200, Corentin Labbe wrote: > Hello > > Following https://lkml.org/lkml/2020/4/6/96 I was able to boot my Cubieboard4 via kexec reliabily. You can try increasing the kernel size that kexec thinks the kernel needs, but it should be extremely accurate with modern kexec. --image-size $((0x01dc8154 + 0x10000)) will add 64k on top of what you currently have. Note where the first figure comes from (you'll find it in the debug output, see "Resulting kernel space"). The best I can say is try playing around with that - but, kexec's calculations should be spot on to stop the booting kernel from overwriting the initrd. The only way to debug that is to get the booted kernel to hexdump the initrd so it's possible to see what happened to it. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line in suburbia: sync at 10.2Mbps down 587kbps up _______________________________________________ kexec mailing list kexec@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/kexec