Ubuntu 18.04 服务器 UEFI 启用 Plymouth

Ubuntu 18.04 服务器 UEFI 启用 Plymouth

所以我将 Bionic Server UEFI“转换”为 Mate Desktop UEFI。

但有一件事令我烦恼,那就是我似乎无法启用普利茅斯。

alternatives 的设置如下:

There are 2 choices for the alternative default.plymouth (providing /usr/share/plymouth/themes/default.plymouth).

  Selection    Path                                                                           Priority   Status
------------------------------------------------------------
* 0            /usr/share/plymouth/themes/ubuntu-mate-logo/ubuntu-mate-logo.plymouth           150       auto mode
  1            /usr/share/plymouth/themes/ubuntu-mate-logo/ubuntu-mate-logo-scale-2.plymouth   149       manual mode
  2            /usr/share/plymouth/themes/ubuntu-mate-logo/ubuntu-mate-logo.plymouth           150       manual mode

这是什么/etc/默认/grub被设定为:

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_GFXMODE=2048x1080
GRUB_GFXPAYLOAD=keep

该文件存在:

-rw-r--r-- /usr/share/plymouth/themes/ubuntu-mate-logo/ubuntu-mate-logo.plymouth

结果:

启动时输出文本。

答案1

解决:

sudo apt purge grub-pc
sudo apt install --reinstall grub-efi-amd64

添加:“安静的溅水”GRUB_CMDLINE_LINUX/etc/默认/grub

sudo update-grub
sudo reboot 

相关内容