Posted On January 12, 2021

Linux: ‘Initramfs Unpacking Failed’ Error Upon Booting

kimconnect 0 comments
blog.KimConnect.com >> Linux >> Linux: ‘Initramfs Unpacking Failed’ Error Upon Booting
Error:
 initramfs unpacking failed: Decoding failed
Resolution:
sudo sed -i 's/COMPRESS=lz4/COMPRESS=gzip/g' /etc/initramfs-tools/initramfs.conf
sudo update-initramfs -u
# reboot # restart the machine when ready

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Linux Mint How To Remove Repository

Following is an exercise in removing erroneous repo config that would cause apt update to…

Installing IBM VPN Client

On a Linux Machine # Install VPN Client shellScript=https://support.arraynetworks.net/prx/001/http/supportportal.arraynetworks.net/downloads/pkg_9_4_0_385/MP_Linux_1.2.9/MotionPro_Linux_Ubuntu_x64_build-8.sh cd Desktop wget $shellScript sudo ./MotionPro_Linux_Ubuntu_x64_build-8.sh…

Step by Step Kubernetes Application Hosting: Persistent Storage, Pod Creation, Deployment Plan, Service Clustering, and Ingress Routing

Overview Update: we have a new article which goes directly into a production-style setup of…