[System Installation] Beta内测版升级正式版,总是在备份100%时失败,继续更新也失败。
Tofloor
poster avatar
叶落无语
deepin
2025-07-01 08:56
Author

VBox虚机机安装Beta版,加入内测更新了。升级正式版总是备份到100%提示备份失败,点【继续更新】也是失败。

备份失败、更新失败有日志可查原因吗?

之前没有内测更新的虚拟机都是顺利升级正式版的。

Reply Favorite View the author
All Replies
zhaohui
deepin
Community Developer
2025-07-01 09:42
#1

sudo journalctl -o short-iso -u lastore-daemon > ~/Desktop/lastore-daemon.txt

sudo tar -cf ~/Desktop/apt.tar /var/log/apt/*

麻烦执行下这两个命令,然后提供一下桌面上的 lastore-daemon.txtapt.tar

Reply View the author
Locoy
deepin
2025-07-01 10:39
#2

你的还能收到更新,我连更新都没有收到

Reply View the author
叶落无语
deepin
2025-07-01 11:22
#3

使用sudo apt dist-upgrade 进行更新,提示了一些错误。见附件。重启后进入系统,发现已经完成升级。为什么通过【控制中心】无法完成升级而通过命令行可以?系统盘和数据盘都有充足的空间。

Log-sudo apt dist-upgrade.txt

Reply View the author
zhaohui
deepin
Community Developer
2025-07-01 11:49
#4
叶落无语

使用sudo apt dist-upgrade 进行更新,提示了一些错误。见附件。重启后进入系统,发现已经完成升级。为什么通过【控制中心】无法完成升级而通过命令行可以?系统盘和数据盘都有充足的空间。

Log-sudo apt dist-upgrade.txt

cp: 对 '/lib/x86_64-linux-gnu/plymouth/label.so' 调用 stat 失败: 没有那个文件或目录
cryptsetup: ERROR: Couldn't resolve device usr-overlay
setupcon is missing. Please install the 'console-setup' package.
I: The initramfs will attempt to resume from /dev/sda3
I: (UUID=acd69789-844e-44de-bc80-ec400e1726a2)
I: Set the RESUME variable to override this.
cp: 对 '/lib/x86_64-linux-gnu/plymouth/label.so' 调用 stat 失败: 没有那个文件或目录
live-boot: core filesystems devices utils udev blockdev dns.
zstd: error 70 : Write error : cannot write block : No space left on device 
E: mkinitramfs failure zstd -q -9 -T0 70

df -Th /boot查看一下,应该是boot分区占满了,手动卸载一下没有被使用的内核。

通过命令行的方式其实也没有完全成功升级,只是部分包更新了,系统处于一种中间状态。由于boot分区满了,所以通过控制中心进行备份和升级都会失败

Reply View the author
叶落无语
deepin
2025-07-01 15:01
#5

如果boot分区满了,应该作提示呀?或者备份之前估算一上boot分区空间够不够?

Reply View the author
Chinese AI
deepin
2025-07-02 09:47
#6

我从beta版无法升级到正式版,请问deepin25正式版的软件源是什么内容?

Reply View the author
叶落无语
deepin
2025-07-02 10:07
#7
Chinese AI

我从beta版无法升级到正式版,请问deepin25正式版的软件源是什么内容?

软件源我不太清楚,反正我是用 sudo apt dist-upgrade 命令升级成功的,虽然有一些错误。

Reply View the author