红联Linux门户
Linux帮助

ubuntu因为boot空间不足无法更新

发布时间:2015-11-18 09:54:51来源:linux网站作者:huanfengcheng

今天自己的ubnuntu更新系统软件时出现boot空间不足问题。
系统提示boot空间不足,使用sudo apt-get clean或清理回收站,我当时有点懵了,当时安装系统时给boot分区200M的空间肯定够了,因为我最近对系统进行了升级,肯定是原来旧的内核没有卸载.

打开终端执行 dpkg --get-selections|grep linux 查看安装了多少内核,
uname -a查看系统正在使用的内核

ubuntu因为boot空间不足无法更新

我现在安装的内核 linux-image-3.19.0-32-generic
install

删除无用的内核  sudo apt-get remove image-3.16.0-44-generic

ubuntu因为boot空间不足无法更新

就可以释放内存空间

释放后

ubuntu因为boot空间不足无法更新


Ubuntu分区/boot容量不足:http://www.linuxdiyf.com/linux/15806.html

解决ubuntu升级时/boot空间不足:http://www.linuxdiyf.com/linux/13742.html

UbubtuKylin15.04的Boot空间不足问题解决:http://www.linuxdiyf.com/linux/12908.html

Ubuntu下提示/boot空间不足解决办法:http://www.linuxdiyf.com/linux/12134.html

升级Ubuntu 10.10后/boot空间不足无法启动的解决方法:http://www.linuxdiyf.com/linux/9601.html