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