Solutions:
- Check current running kernel version. #uname -r
- Check list of installed Kernels on your system. #dpkg --list | grep linux-image
- Find out the kernels you want to remove. #sudo apt-get purge linux-image-x.x.x.x-generic
Source :
Tags
ubuntu