
it seems to be a common bug but I get this error message during boot time
this message what not here with LM19.3initramfs unpacking failed: Decoding failed
my setup : https://termbin.com/8gci

this message what not here with LM19.3initramfs unpacking failed: Decoding failed
Paste this into a terminal:CyrilFR wrote: ⤴Mon Jun 29, 2020 3:29 amCode: Select all
initramfs unpacking failed: Decoding failed
Code: Select all
xed admin:///etc/initramfs-tools/initramfs.conf
COMPRESS=lz4
to COMPRESS=gzip
Code: Select all
sudo update-initramfs -u -k all
Still no success.
Well there doesn't seem to be a huge amount developer interest in the upstream bug as yet and it was introduced over 6 months ago. If it's not preventing you booting then I guess don't worry about it. Or apply the tweak outlined in the bug report or as described by Kadaitcha Man a few posts above which returns the compression method to what is was for Mint 19.x, Ubuntu 18.04.
Any advance with that? I have the exact same problem. Thought was something related to hardware so I have updated BIOS but, even so, installation is not running.janne6767 wrote: ⤴Tue Jun 30, 2020 2:17 amStill no success.
Mint 19.3 installation media boots from usb ok. LM 20 installation media boot fails to the error message (Initramfs unpacking failed: Decoding failed)
I have verified LM20 iso against sha256 sum.
Hardware info
https://jainkila.kapsi.fi/temp/lshw.txt
Janne
Thank you; I noticed this error message popping up after I recently upgraded my laptop from 19.3 to 20. I don't know what the error meant but the fact that there was one irritated me even though there seemed to be no effect from it other than the error message. So thank you again.Kadaitcha Man wrote: ⤴Mon Jun 29, 2020 3:35 amPaste this into a terminal:CyrilFR wrote: ⤴Mon Jun 29, 2020 3:29 amCode: Select all
initramfs unpacking failed: Decoding failed
ChangeCode: Select all
xed admin:///etc/initramfs-tools/initramfs.conf
COMPRESS=lz4
toCOMPRESS=gzip
Save the changes then:
and reboot.Code: Select all
sudo update-initramfs -u