一. 查看内核
dpkg –get-selections | grep linux-image
二. 查看现在使用的内核心
uname -r
三. 删除不用的内核
sudo apt-get remove linux-image-3.13.0-52-generic
sudo apt-get remove linux-headers-3.13.0-52-generic
四. 删除其余内核的头文件
cd /usr/src/
sudo rm -rf linux-headers-2.6.28-11*
[备查]删除Ubuntu Linux旧内核的方法