> For the complete documentation index, see [llms.txt](https://catatan.raniaamina.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://catatan.raniaamina.id/yes-solved/linux-general/crypto_comp_decompress-failed.md).

# crypto\_comp\_decompress failed

#### Masalah

Ketika booting selalu muncul keterangan

```bash
crypto_comp_decompress failed, ret = -22! 
crypto_comp_decompress failed: -22
```

#### Temuan /Keterangan

Terjadi di Debian Sid setelah melakukan upgrade total sistem dari GNOME ke KDE

#### Solusi

hapus semua file dmesg-efi-\* di `/sys/fs/pstore`

```bash
# cd /sys/fs/pstore 
# rm dmesg-efi*
```

{% hint style="warning" %}
Pastikan Anda menjalakankan perintah di atas menggunakan akses root.
{% endhint %}

\*\*\*

Referensi: <https://debian-facile.org/viewtopic.php?id=22361>
