Table of Contents

Ubuntu - Boot - Error - ‘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.