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: How To Create XDG-MIME Association for Google Voice in Unbuntu

Google Voice is a great application that is available on IOS and Android. However, it…

Linux Swap File Operations

Example: create, increase, or decrease existing swap file size swapoff -a # turn off swapping…

Installing Linux Kernel on Windows 10 Machines

# installLinuxOnWindows10.ps1 # Please don't try to run this on target OS Windoze XP or…