升级内核至5.7.7后只能打开系统盘和Home分区,别的盘打不开
Tofloor
poster avatar
zyys2813
deepin
2020-09-27 17:35
Author
升级命令:sudo apt install linux-image-5.7.7-deepin-amd64
如何回到5.4,使用了 sudo apt autoremove linux-image-5.7.7-deepin-amd64 没起作用

Reply Favorite View the author
All Replies
135******12
deepin
2020-09-27 17:59
#1
我也是!!这和5.7.7没关系 ,我是更新了某版本就这样了
Reply View the author
zyys2813
deepin
2020-09-27 18:06
#2
我退回5.4正常了。  sudo apt autoremove linux-headers-5.7.7-amd64-desktop linux-headers-5.7.7-deepin-amd64 linux-image-5.7.7-amd64-desktop linux-image-5.7.7-deepin-amd64
Reply View the author
残念
deepin
2020-09-27 18:20
#3
本帖最后由 peterzhang1234 于 2020-9-27 10:27 编辑

直接在grub界面就可以选择内核了
别的盘是不是windows分区?这和内核没关系,关闭快速启动或者从Windows重启到deepin


Reply View the author
zyys2813
deepin
2020-09-27 18:24
#4
https://bbs.deepin.org/post/202943
直接在grub界面就可以选择内核了
别的盘是不是windows分区?这和内核没关系xuanzhe,关闭快速启动或者从Win ...

谢谢,以后再遇到这种情况试试。
Reply View the author
haohu1193
deepin
2020-09-27 21:54
#5
升级:sudo apt install linux-headers-5.7.7-amd64-desktop linux-image-5.7.7-amd64-desktop

卸载:sudo apt purge linux-headers-5.7.7-amd64-desktop linux-image-5.7.7-amd64-desktop

安装和卸载的应该是一模一样的东西...唯一不同是命令有变化而已...软件包的名字是一样的...
Reply View the author