shmu Asked: 2020-08-16 23:12:25 +0800 CST2020-08-16 23:12:25 +0800 CST 2020-08-16 23:12:25 +0800 CST 将 Ubuntu 20.04 grub 屏幕颜色设置为默认紫色 772 我有一个黑色的 grub 屏幕,来自原始安装,即 Kubuntu。我现在添加了 Ubuntu-desktop,并且我希望 grub 具有默认的 Ubuntu 紫色背景。 我执行了下面的命令。 sudo update-alternatives --config gdm3.css 我得到低于输出。 update-alternatives: error: no alternatives for gdm3.css plymouth grub2 20.04 1 个回答 Voted Best Answer Lorenz Keel 2020-08-17T00:59:20+08:002020-08-17T00:59:20+08:00 我以这种方式在安装 Ubuntu 20.04 时做到了: sudo -H gedit /usr/share/plymouth/themes/default.grub 并输入以下几行: if background_color 44,0,30 ; then clear fi (44,0,30) 是根据 Ubuntu 官方调色板的深茄子色的 RGB 代码:https ://design.ubuntu.com/brand/colour-palette/ 然后,使用以下命令更新 grub: sudo update-grub
我以这种方式在安装 Ubuntu 20.04 时做到了:
sudo -H gedit /usr/share/plymouth/themes/default.grub
并输入以下几行:
(44,0,30) 是根据 Ubuntu 官方调色板的深茄子色的 RGB 代码:https ://design.ubuntu.com/brand/colour-palette/
然后,使用以下命令更新 grub:
sudo update-grub