Comment 42 for bug 1835660

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

I see that init/initramfs.c in the kernel tries to unpack our initrd as rootfs image, which is well, not going to happen, as it is not rootfs image but early,early2,main(lz4 compat) initramfs.

I wonder if kernel is tripping up on such mixed compression initrd.

However, it still boots fine. So this error is a bit bogus.

Not sure if we should improve how we generate our initrds, or fix kernel to cope with our initrds which have two early uncompressed ones, followed by lz4 compatible one.