Upstream Error: ‘initramfs unpacking failed: Decoding failed‘ with proposed ‘fix‘ (not by me)

ゝ一世哀愁。 2023-01-08 08:06 135阅读 0赞

https://github.com/linuxmint/mint20-beta/issues/90







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.

发表评论

表情:
评论列表 (有 0 条评论,135人围观)

还没有评论,来说两句吧...

相关阅读