[problem help] boot分区历史内核占满了空间,怎么安全删除
Tofloor
poster avatar
虎锅
deepin
2024-08-10 22:34
Author

每次更新内核后,老的内核一直保留在boot分区,现在安装新的时候,提示空间不足,怎么安全的删除历史内核?
c703aa92d3affdb0187d8bfbd9a697a.png

ed09a0a7f4c50df5accfecc1b1413e7.png

Reply Favorite View the author
All Replies
安洛
deepin
2024-08-10 22:50
#1

试试用

sudo dpkg -r xxx

来卸载。

Reply View the author
deepin
2024-08-10 22:50
#2

[ ]

[新手教程] 关于源内可用内核的查看、安装与本地内核的卸载

https://bbs.deepin.org/post/254997

Reply View the author
虎锅
deepin
2024-08-10 23:12
#3

[ ]

[新手教程] 关于源内可用内核的查看、安装与本地内核的卸载

https://bbs.deepin.org/post/254997

就很气
image.png

Reply View the author
虎锅
deepin
2024-08-10 23:16
#4
安洛

试试用

sudo dpkg -r xxx

来卸载。

也不行😂

image.png

Reply View the author
neko
deepin
Ecological co-builder
2024-08-11 00:30
#5
sudo apt purge linux-headers-* linux-image-* #卸载所有内核
sudo apt install linux-image-deepin-hwe-amd64 #重新安装最新的内核
Reply View the author
安洛
deepin
2024-08-11 09:50
#6
虎锅

也不行😂

image.png

你确定是/boot分区没有空间了吗?可以用df命令确认一下。
如果确定是/boot分区没有空间了,那么可以先将一部分/boot分区中的文件移出来。能够移动的是以vmlinuz和initramfs开头的,版本号既不是你现在使用的内核,也不是你将要卸载的内核的文件。在卸载了一个内核后,再将这些文件移回去,继续卸载其它内核。

Reply View the author
字甲达宾
deepin
2024-08-11 17:07
#7

sudo apt purge linux-image-6.6.2*

Reply View the author
先秦淑女步
deepin
2024-08-11 20:48
#8

tail

Reply View the author