Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Upstream Error: 'initramfs unpacking failed: Decoding failed' with proposed 'fix' (not by me) #90

Closed
ghost opened this issue Jun 17, 2020 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Jun 17, 2020

Ubuntu 19.10, Ubuntu 20.04, and Linux Mint 20 by default use compress=lz4 in the /etc/initramfs-tools/initramfs.conf which causes the error. The error can be seen during boot, via the Logs application and by executing the command journalctl -p 3 -xb in the terminal. The issue has been reported as a bug in launchpad in this link: initramfs unpacking failed. A way to 'fix' the issue for now is to set compress=gzip instead of the default compress=lz4 in the /etc/initramfs-tools/initramfs.conf as provided by user vmc (vmclark) in comment 11 in the bug report and then executing sudo update-initramfs -u in the terminal. After reboot the error is gone.

@ghost ghost changed the title Ubuntu upstream issue with proposed 'fix' (not by me): initramfs unpacking failed: Decoding failed when compress is set to by default to lz4 in /etc/initramfs-tools/initramfs.conf Ubuntu upstream issue with proposed 'fix' (not by me): 'initramfs unpacking failed: Decoding failed' when compress is set to by default to lz4 in /etc/initramfs-tools/initramfs.conf Jun 17, 2020
@ghost ghost changed the title Ubuntu upstream issue with proposed 'fix' (not by me): 'initramfs unpacking failed: Decoding failed' when compress is set to by default to lz4 in /etc/initramfs-tools/initramfs.conf Error:initramfs unpacking failed: Decoding failed Jun 17, 2020
@ghost ghost changed the title Error:initramfs unpacking failed: Decoding failed Upstream Error: 'initramfs unpacking failed: Decoding failed' with proposed 'fix' (not by me) Jun 17, 2020
@clefebvre
Copy link
Member

Thanks Tony. Hopefully this will be fixed in 20.04 at some stage. This is indeed upstream from us.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

1 participant