系統升級提示/boot分區空間不足,解決方案:linux
一、查看內核:spa
dpkg --get-selection | grep linux-image
<pre name="code" class="plain">uname -r 或 uname -a
三、把不在使用的內核卸掉:code
sudo apt-get purge linux-image-2.6.28-11-generic
這裏刪掉的內核與你的應該不一致,要刪掉的內核狀態應該顯示"uninstall'一類的字樣。這一步以後/boot分區應該已經變大,能夠使用「 df "命令查看。
blog
四、若安裝中斷執行:ip
dpkg --configure -a五、"Only One System Management Tool is allowed to run at the same time",代表系統apt程序死鎖
解決方案:get
sudo dpkg --configure -a六、使用df命令查看分區使用狀態
df -h以上步驟並非要按步執行,只是解決/boot分區空間不足的狀況時可能會出現以及要考慮的事情。