# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://catatan.raniaamina.id/yes-solved/linux-general/crypto_comp_decompress-failed.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
