Ubuntu系統升級遇到問題記錄


The upgrade needs a total of 99.7 M free space on disk '/boot'.

Please free at least an additional 53.7 M of disk space on '/boot'.

You can remove old kernels using 'sudo apt autoremove', and you could also set COMPRESS=xz in /etc/initramfs-tools/initramfs.conf to reduce the size of your initramfs.

 按照如下圖示,執行命令:

  1. $ cd /boot/
  2. $ dpkg -l | grep linux-image #查看你機器上所有的內核
  3. $ uname -a #查看你當前所使用的內核
  4. $ sudo apt-get purge --remove 你沒有使用的內核名稱

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM