uname -a 查看先在所用的内核
ls /boot 查看boot空间的内容
sudo apt-get purge linux-image-...-generic 删除无用的内核
sudo apt autoremove 自动删除无用的安装包。