Comment 30 for bug 1873809

Revision history for this message
Stéphane Graber (stgraber) wrote :

"""
Jun 18 13:56:15 f1 kernel: [ 0.383207] Trying to unpack rootfs image as initramfs...
Jun 18 13:56:15 f1 kernel: [ 0.463102] Initramfs unpacking failed: Decoding failed
"""

Is what we're getting on current generic kernel, though boot continues after that.
I don't know if when that happens we're actually skipping the initrd entirely and just get lucky that the generic kernel has everything we need builtin so it boots or if the error in that case is just wrong and the initrd is still properly unpacked and run.

Either way, this needs sorting, looking at the other bug report, there's been something wrong with our kernel and lz4 initrd for a long time and it's apparently biting us a lot more now.