Error when Upgrading Parrot OS

Hi Everyone here,
I have started Parrot Mate after some months pause. There was a message to upgrade Parrot, I confirmed that I agree to upgrade Parrot. During the upgrading appeared a message that partition /root contains 0 bytes free space and probably upgrade is not completely successful.
After restart the Parrot I see the similar message about partition /root contains 0 bytes free space.
I see I have:
Parrot OS version 5.0 (LTS), 64-bit
Linux Core 5.14.0-9parrot1-amd64 x86_64
MATE 1.24.1
RAM: 15,6 GiB
CPU: Intel® Celeron(R) CPU G540 @ 2.50GHz × 2
Graphics: NV138
Free disk space: 190,8 GB

Is there any way to fix my problem with o bytes free into partition /root ?

Your hdd might have space left, but maybe the root partition is already filled.

Excuse me, I made big mistakes!
Please, where I wrote root to be accepted as boot
My boot partition is only 520 MB, may be it is not enough?




older versions(before 2020) have problems while upgrading coz of file system try to install a new one
https://bugarena.com/single/ZVJNNGXWTU5

Hi @r2d2

Remove the older linux-kernels (and linux-headers while you are at it): 5.10.0.6, 5.10.0-8. Your boot partition is filled with compressed linux-images and the latest kernel image cannot currently be installed correctly until you free space on /boot.

sudo apt purge linux-image-5.10.0-6parrot1-amd64 linux-image-5.10.0-8-amd64 linux-headers-5.10.0-6parrot1-amd64 linux-headers-5.10.0-8parrot1-amd64

The try installing the latest kernel image again.

sudo apt install linux-image-5.14.0-9parrot1-amd64 linux-headers-5.14.0-9parrot1-amd64
1 Like