[Boot/Shutdown] 升级后,进不去桌面,on_do_mount_ent type is empty or too long
Tofloor
poster avatar
bigodf
deepin
2022-01-26 18:59
Author

现象

进不去桌面,报错on_do_mount_ent type is empty or too long,能进tty

详细说明

升级2022-01-19更新后,重启进不去桌面

20222.01.17日关机(保持最新),2022.01.23日开机未更新,之后未开机,2022.01.24开机更新(期间只打开浏览器),立刻重启。

  1. 重启后进不去桌面,报错on_do_mount_ent type is empty or too long,能进tty。

  2. 安全模式5.10.60内核能进桌面,5.10.82不能进桌面,报错on_do_mount_ent type is empty or too long。

更改/boot/grub/grub.cfg默认启动项的内核为5.10.60,重启后能进去桌面

系统:Deepin Community 20.04

内核:5.10.60(旧),升级后5.10.83(新)

Reply Favorite View the author
All Replies
观摩
deepin
2022-01-26 19:08
#1

不知道,我是5.15内核

Reply View the author
gsjztle
deepin
2022-01-30 01:58
#2

大佬解决了吗

我进不去系统了,想哭

Reply View the author
bigodf
deepin
2022-02-07 18:27
#3
gsjztle

大佬解决了吗

我进不去系统了,想哭

先看看有没有5.10.60这个内核,没有就自己装上吧,我用这个内核能正常启动

更改默认启动内核方法:更改/boot/grub/grub.cfg默认启动项(menuentry 'Deepin 20.4 GNU/Linux')的内核为5.10.60,

menuentry 'Deepin 20.4 GNU/Linux' --class deepin --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-0085cf34-37b0-4978-8651-4e534029abc1' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_gpt
        insmod ext2
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root  0085cf34-37b0-4978-8651-4e534029abc1
        else
          search --no-floppy --fs-uuid --set=root 0085cf34-37b0-4978-8651-4e534029abc1
        fi
        # 修改下面两行的5.10.83为5.10.60
        linux   /boot/vmlinuz-5.10.60-amd64-desktop root=UUID=0085cf34-37b0-4978-8651-4e534029abc1 ro  splash quiet  DEEPIN_GFXMODE=$DEEPIN_GFXMODE
        initrd  /boot/initrd.img-5.10.60-amd64-desktop
        boot
}
重启后能进去桌面
Reply View the author
云海逸仙
deepin
2022-03-15 17:25
#4

同样的问题,需等待很久才能进去。。。

Reply View the author
bigodf
deepin
2022-03-18 18:18
#5

如果使用了nvidia显卡驱动,可能是由于显卡驱动的原因,deepin内核默认绑定nouveau,所有新升级的内核无法使用nvidia驱动进入桌面,需要进入tty重新装驱动。

我上次内核60升82的时候是报了on_do_mount_ent type is empty or too long这个错误,不能进桌面。这次是82升101,没有报错,也进不去桌面,进tty重装显卡驱动后就正常能进桌面了。

报这个错on_do_mount_ent type is empty or too long,可以试一下重装显卡驱动

Reply View the author
安卓bug制造师
deepin
2022-10-30 07:51
#6
云海逸仙

同样的问题,需等待很久才能进去。。。

等了多久呀?

Reply View the author
安卓bug制造师
deepin
2022-10-30 07:59
#7
bigodf

如果使用了nvidia显卡驱动,可能是由于显卡驱动的原因,deepin内核默认绑定nouveau,所有新升级的内核无法使用nvidia驱动进入桌面,需要进入tty重新装驱动。

我上次内核60升82的时候是报了on_do_mount_ent type is empty or too long这个错误,不能进桌面。这次是82升101,没有报错,也进不去桌面,进tty重装显卡驱动后就正常能进桌面了。

报这个错on_do_mount_ent type is empty or too long,可以试一下重装显卡驱动

我tty都进不去😂

Reply View the author
bigodf
deepin
2022-11-14 18:27
#8
安卓bug制造师

我tty都进不去😂

那你可能只有重装了hahaha

安全模式也不行吗

Reply View the author