When upgrading via sudo do-release-upgrade, the installer said to have not enough space and suggested the sudo apt autoremove. (I am not sure, but it was probably about the /.) So, I did it:
Also, the administrator of the virtual image increased the size, and then growpart was used to use the space:
After the growpart:
I have repeated the sudo apt autoremove (just to be sure). When trying the do-release-upgrade again, I can observe:
I believe (based only on what I remember) that this time is reported the /boot instead of /. The suggested autoremove have not released more space.
The df -h shows:
So, probably the /dev/sda1 size has to be increased. Is that correct?
Then... How can I increase the size of the /dev/sha1?
Update after the first comments: As possible alternative, I have another space allocated by the admin, and I could growpart the partion for the boot. Is there any way to move the other partitions to the end of the allocated disk to make space for extending the /dev/sda1?



