系统提示升级失败,boot空间不足,解决方法:linux
linux 随着系统的升级,会自动攒下好几个内核rem
执行 uname -a 看下本身当前启动的是哪一个内核get
dpkg --get-selections |grep linux-image命令看下你的机器上都有哪些内核文件io
运行apt-get remove命令卸载不须要的内核,select
如:sudo apt-get remove linux-image-3.19.0-25-genericgrep