You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
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
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
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 -xbin 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 executingsudo update-initramfs -uin the terminal. After reboot the error is gone.The text was updated successfully, but these errors were encountered: