Re: Boot error since 6.9: Initramfs unpacking failed: invalid magic at start of compressed archive

From: wm2vdghq
Date: Thu Jul 18 2024 - 00:28:55 EST


On Monday, July 15, 2024 at 03:04:34 AM PDT, Will Deacon wrote:
> On Mon, Jul 15, 2024 at 08:24:04AM +0200, Thorsten Leemhuis wrote:
> quote from https://bugzilla.kernel.org/show_bug.cgi?id=219014 :
> >
> > I'm marking as arm64 since git bisect identifies the first problematic commit as:
> >  6d75c6f40a03c97e1ecd683ae54e249abb9d922b
> >
> > git bisect log is attached.
> >
> > Any kernel tagged v6.9x and later fails to boot with the following error:
> >
> > [    0.420154] Initramfs unpacking failed: invalid magic at start of compressed archive

> My guess (based on times I've seen this sort of thing in the past) is
> that the kernel binary grew in size and the broken bootloader is loading
> the kernel over the initramfs instead of parsing the 'image_size' field
> in the boot header.

(I hope I got the email formatting for this list correct. Apologies if I messed it up.)

Yes, that was it. Thank you for your quick (and accurate) assessment. The commit
increased my uncompressed kernel by ~1MB. Not much, but enough to cause an
address conflict.