<div dir="ltr"><div dir="ltr">Hi Michael,</div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">You are triggering slightly undefined behaviour by using both <br>
"initrd=initrd.magic" and an explicit "initrd=<name>" argument.<br>
<br>
The "initrd=initrd.magic" will cause the kernel to already see an initrd <br>
that comprises the concatenation of all of the images as seen by <br>
"imgstat".  (The magic initrd will also include constructed CPIO headers <br>
for any images that have a non-empty argument list, but that's <br>
irrelevant for your use case.)<br>
<br>Hope that helps,<br>
<br>
Michael<br></blockquote><div><br></div><div>Success!! This was where my confusion was shooting me in the foot, thanks for the explanation. Once I stopped naming the images and only passed initrd.magic on the boot line things are working and a few dozen reboots into testing seem to be reliably predictable with the last archive winning in the case of multiple files.  </div><div><br></div><div>Thanks!</div><div><br></div><div>griznog</div></div></div>