@pparent
Partition size is 3145728 K (786432*4K blocks) and free size is (786432-29884)*4 = 3026192 K
from system-image.ubports.com, there is this file:
<tr><td valign="top"><img src="/icons/unknown.gif" alt="[ ]"></td><td><a href="device-cd3ef6bd7fbed7b68e2d908ecf5afd79eb96521cf2e2de285f69f32579121dc8.tar.xz">device-cd3ef6bd7fbed7b68e2d908ecf5afd79eb96521cf2e2de285f69f32579121dc8.tar.xz</a></td><td align="right">2026-06-08 12:00 </td><td align="right">137M</td><td> </td></tr>
uncompressing it gives a size of 524712 K for the android container:
and this file:
<tr><td valign="top"><img src="/icons/unknown.gif" alt="[ ]"></td><td><a href="rootfs-8821ad0f38b02375bcc3be95785081540b7781a9d2698e997c8a1395f1dd953b.tar.xz">rootfs-8821ad0f38b02375bcc3be95785081540b7781a9d2698e997c8a1395f1dd953b.tar.xz</a></td><td align="right">2026-06-08 04:40 </td><td align="right">504M</td><td> </td></tr>
after uncompressing it, it gives a size of 2498052 K
Total size needed 3022764 K
I'd say that disk management is probably taking some space (inodes for example) so the margin is probably too thin.
So it's likely that the system size has grown a bit too much.
Either try to grow /dev/block/dm-0: if this is a dynamic partition this should be possible (unfortunately I have no quick idea to solve it).
Another solution if you need 24.04-2 but not the last version could be to try to install a previous version less bulky. Unfortunately I have no quick idea to do that either.
G'night for now.