[problem help] boot分区满了,该怎么清理?
Tofloor
poster avatar
zoufuxing
deepin
2024-02-18 14:42
Author

image.png

Reply Favorite View the author
All Replies
neko
deepin
Ecological co-builder
2024-02-18 15:12
#1

卸载多余的内核。

dpkg -l | grep linux-{head,image} #查询已安装的内核包

Reply View the author
蔡EEPIN
deepin
2024-02-18 15:52
#2

uname -a 看一下当前使用的内核版本

ls /boot 看一下都存在哪些版本,卸载掉不用的就可以了

比如下面的卸载命令,操作需谨慎。 最好保留两个内核,以便开机的时候切换

sudo apt autoremove --purge '*6.1.0-18*'

Reply View the author
zoufuxing
deepin
2024-02-18 17:53
#3
蔡EEPIN

uname -a 看一下当前使用的内核版本

ls /boot 看一下都存在哪些版本,卸载掉不用的就可以了

比如下面的卸载命令,操作需谨慎。 最好保留两个内核,以便开机的时候切换

sudo apt autoremove --purge '*6.1.0-18*'

这方法可行,但减少不了太多空间

Reply View the author
昨夜的星辰
deepin
2024-02-18 20:31
#4

进文件夹看看就知道了,一般装两个内核一半空间也用不完,如果占用太多看看是哪个文件/文件夹,没用的直接删

Reply View the author