Volume of Boot Partition

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
legion101098

Volume of Boot Partition

Post by legion101098 »

Hey guys, i've got this notifications (picture number 2) for the fourth time this week. I've been searching for the solutions so far, but i don't understand about it because what i've read it is so complicated, has anyone out there been in my position and how you encounter it? because i'am really need your help.
early thanks if you read this.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
gm10

Re: Volume of Boot Partition

Post by gm10 »

Go Update Manager > View > Linux kernels and then remove all old kernels you no longer need. If you want to remove all unused kernels in one go, you can run this (copy & paste into a terminal):

Code: Select all

(printf 'sudo apt-get remove --purge -y ';dpkg-query -W -f '${Version}\n' linux-image-[^g]*|uniq -u|sed -e 's/\~[^~]*$//' -e 's/\.[^.]*$//' -e "/`uname -r|sed s/-generic//`/Q" -e 's/.*/linux-*-&*/'|tr '\n' ' ')|source /dev/stdin
Locked

Return to “Beginner Questions”