[Exchange and share] 6.1内核启动出错,怎么能换到5.18 Resolved
Tofloor
poster avatar
明天会更好
deepin
2023-04-25 16:32
Author

开机启动菜单中,只有安全模式里的5.18内核能够正常启动,怎么样操作能让下次登陆,默认启动5.18内核?备注:现在默认是6.1。谢谢!

Reply Favorite View the author
All Replies
璀璨星空
deepin
2023-04-25 16:38
#1

只能默认启动最新的那个,可以用5.18时删除6.1的内核

Reply View the author
liwl
deepin
2023-04-25 17:00
#2

嘿,今天刚把5.15换成6.1,解决了一些 dmesg -l 3报错问题呢

我用的是源里面的6.1 sudo apt-cache search linux-image | egrep 6.1

哦,我20.9,不是23

Reply View the author
jjcui8595
deepin
2023-04-25 17:14
#3

用5.18内核启动系统,终端下执行sudo apt remove --purge linux-image-6.1.* linux-headers-6.1.*

Reply View the author
爱开发
deepin
2023-04-25 18:09
#4

修改 grub.cfg 文件…好像是位于/boot/efi/

不过可能不可以grub-update

Reply View the author
青稚
deepin
2023-04-25 18:11
#5

卸载6.1内核,按照楼上的方法,就可以了,如果不用6.1内核的话。

Reply View the author
安洛
deepin
2023-04-25 18:54
#6

修改/etc/default/grub,里面有个GRUB_DEFAULT=,把它选成saved就能默认以上次启动的项启动。也可以直接在这里指定启动哪个项,详细的可以上网查查。
改完之后执行
sudo grub-update

Reply View the author
明天会更好
deepin
2023-04-25 18:59
#7

按照3楼办法,搞定了。

Reply View the author
lizhu
deepin
2023-04-25 19:30
#8

我是更新内核后能启动,有鼠标和背景,但是进不去桌面,不知道咋解决,还是用5.18内核了。

Reply View the author