就是这样。出于某种原因,我的启动/关机屏幕不再显示旋转动画。
我正在使用 Bundgie 运行 Ubuntu 20.04。
我几乎尝试了所有方法,例如:
sudo update-alternatives --config default.plymouth
sudo update-initramfs -u -k all
重新安装 plymouth 和所有与其相关的软件包。
重新安装所有普利茅斯主题。
在主题之间进行切换并进行测试。
sudo -H gedit /etc/initramfs-tools/conf.d/splash
插入FRAMEBUFFER=y
你们能帮我解决这个问题吗?提前谢谢了。
sudo update-alternatives --config default.plymouth
已编辑以显示@heynnema 建议的结果
There are 5 choices for the alternative default.plymouth (providing /usr/share/plymouth/themes/default.plymouth).
Selection Path Priority Status
------------------------------------------------------------
0 /usr/share/plymouth/themes/ubuntu-budgie-logo/ubuntu-budgie-logo.plymouth 150 auto mode
* 1 /usr/share/plymouth/themes/bgrt/bgrt.plymouth 110 manual mode
2 /usr/share/plymouth/themes/spinner/spinner.plymouth 70 manual mode
3 /usr/share/plymouth/themes/ubuntu-budgie-logo/ubuntu-budgie-logo-scale-2.plymouth 149 manual mode
4 /usr/share/plymouth/themes/ubuntu-budgie-logo/ubuntu-budgie-logo.plymouth 150 manual mode
5 /usr/share/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth 100 manual mode
Press <enter> to keep the current choice[*], or type selection number:
结果cat /etc/default/grub
:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT="0"
GRUB_TIMEOUT_STYLE="hidden"
GRUB_TIMEOUT="10"
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash net.ifnames=0"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL="console"
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE="2560x1440x16"
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID="true"
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
#GRUB_THEME="/usr/share/grub/themes/Vimix/theme.txt"
答案1
我将此作为答案发布,因为我没有足够的积分来简单评论,这可能对偶然发现这个问题的任何人来说都是有用的。
我在从 Xubuntu 20.04 升级到 Ubuntu 21.04 时遇到了类似的问题(主文件夹有自己的分区,因此交换发行版应该不是问题)。我执行了与您类似的步骤,包括运行,update-initramfs
但无法解决问题。
然后我注意到,当我进入“附加驱动程序”实用程序时,Nvidia 专有驱动程序和 Nouveau 的所有选项都变灰了。它说我有一个手动安装的驱动程序,但情况不应该如此,因为发行版是新安装的。我曾要求发行版安装程序使用专有显示驱动程序,但据推测它们应该来自存储库,而不是手动安装。
我按照这个答案解决了驱动程序问题,并且还修复了启动期间缺少 Plymouth 旋转器的问题。
我认为专有驱动程序在与发行版同时安装时配置不正确,这可能会导致 Plymouth 出现问题。