[Seek Help] 昨天在20.5版本升级20.6,然后就进不去桌面了,如何保留文件恢复
Tofloor
poster avatar
熊猫王
deepin
2022-06-01 17:14
Author

1654045834739_副本.jpg

Reply Favorite View the author
All Replies
babyfengfjx
Super Moderator
CQA
2022-06-01 17:16
#1
  • 看是不是因为老版本内核太多,没卸载,导致boot目录空间不足,导致升级失败;
  • 可以回退后,先卸载掉就版本内核,再尝试重新升级;
  • 重新安装也是可以选择保留用户选项的,新版本镜像也支持自定义配置根目录空间大小。
Reply View the author
熊猫王
deepin
2022-06-01 17:27
#2

有没有具体操作说明,如何回退,如何卸载内核,安装哪个步骤保留原系统桌面文件,看了下空间基本都够

1654046665293_副本.jpg

Reply View the author
aurora
deepin
2022-06-01 17:51
#3

更新内核

sudo apt install linux-image-deepin-stable-amd64 linux-headers-deepin-stable-amd64

查看内核

sudo dpkg -l | egrep "linux-header|linux-image"

卸载内核

sudo apt purge linux-headers-5.xx.xx-amd64-desktop linux-image-5.xx.xx-amd64-desktop
Reply View the author
aurora
deepin
2022-06-01 17:52
#4

可以在启动菜单高级选项中,先使用老版本内核启动试试。如果老版本内核能进去再处理就好办了

Reply View the author
deepin_xiaoqian
deepin testing team
2022-06-01 18:02
#5

开机后,grub界面检查一下是否有回退选项,若有,直接选择enter即可;卸载内核是进入tty界面输入命令:apt-get remove xxx(得先清楚您设备上的内核版本);安装镜像“硬盘分区”那一步是会有保留用户数据选项的,勾选后,用户的文件会保留。

Reply View the author
云的眼泪
deepin
2022-06-01 18:05
#6

我的笔记本昨天晚上升级后也进不了系统了

启动后黑屏,换5.10.101内核也不行

估计升级后N卡驱动出问题了。

Reply View the author
熊猫王
deepin
2022-06-01 22:38
#7

折腾了一圈,还是N卡的问题,拔显卡用inter的就行,N卡是GT 730的,有大神指导下拔卡装驱动的方法吗

Reply View the author
熊猫王
deepin
2022-06-01 23:33
#8

最后解决,拔N卡,用inter集成显卡登桌面,然后更新内核到5.17,插上N卡,显示器接N卡,启动桌面ok

Reply View the author