Recently, I updated my Ubuntu 16.04 and now I am facing problem with my boot space. How can I fix this problem? Is there any way to reallocate the /boot
space?
Asked
Active
Viewed 15 times
0

Manish Kumar Bisht
- 461
- 8
- 23

Vijesh
- 101
sudo apt autoremove
in a terminal, to remove unused packages, including old kernels ? – Soren A Nov 10 '17 at 12:54autoremove
only removes the packages and dependencies which are not being used. – Manish Kumar Bisht Nov 10 '17 at 13:04sudo apt update && sudo apt upgrade
should suggest to run autoremove. – Soren A Nov 10 '17 at 13:07/boot
a separate partion? – hellozee Nov 10 '17 at 13:07the volume "boot" ..
it says. So Yes, boot is a separate partition. – Soren A Nov 10 '17 at 13:09