首页 > 系统服务 > 详细

Ubuntu系统升级遇到问题记录

时间:2018-03-05 13:16:55      阅读:738      评论:0      收藏:0      [点我收藏+]

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 --remote 你没有使用的内核名称

技术分享图片

 

Ubuntu系统升级遇到问题记录

原文:https://www.cnblogs.com/lishidefengchen/p/8508376.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!