Ubuntu: USB Installer `Initramfs unpacking failed: Decoding failed`
Essay - Published: 2020.11.22 | 1 min read (201 words)
troubleshoot | ubuntu | usb
DISCLOSURE: If you buy through affiliate links, I may earn a small commission. (disclosures)
Overview
I was trying to dual boot Ubuntu and continually running into an issue running my Ubuntu Live USB on my Lenovo P720. Whenever I would boot into my Live USB I would get the error Initramfs unpacking failed: Decoding failed and a black screen with glitchy colors on it.
Solution
I solved this by doing two things:
- Disabling Secure Boot
- Running Ubuntu in Safe Graphics mode
Disabling Secure Boot
To disable secure boot:
- Enter your system's BIOS menu
- Go to BIOS settings
- Find the Secure Boot configuration setting
- Set Secure Boot to disabled (or false on some machines)
Run Ubuntu in Safe Graphics mode
The next thing I did was run Ubuntu in Safe Graphics mode. Safe Graphics mode runs Ubuntu with graphics configurations that play nice with most graphics cards. In my case, I was running an Nvidia GTX 4000 and that seemed to be crashing the normal Ubuntu install.
To run in Safe Graphics mode:
- Enter your system's BIOS menu
- Select your Live USB to boot into Ubuntu GRUB menu
- From GRUB, you should see two options
UbuntuandUbuntu (Safe Graphics), select the latter
Want more like this?
The best way to support my work is to like / comment / share this post on your favorite socials.
