因此,我将仿生服务器UEFI“转换”为Mate桌面UEFI。
然而,困扰我的一点是,我似乎无法使普利茅斯成为可能。
这就是所设定的备选方案:
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/default/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结果:
启动时的文本输出。
发布于 2019-01-16 15:25:54
决议:
sudo apt purge grub-pc
sudo apt install --reinstall grub-efi-amd64在/etc/默认/grub中添加:“静音启动”到GRUB_CMDLINE_LINUX中
sudo update-grub
sudo reboot https://askubuntu.com/questions/1110056
复制相似问题