回答:
とても簡単です。
/lib/plymouth/themes/ubuntu-logo/ubuntu-logo.script
エディターでファイルを開き、次のような2行を次のように変更します
Window.SetBackgroundTopColor (0.0, 0.00, 0.0); # Nice colour on top of the screen fading to
Window.SetBackgroundBottomColor (0.0, 0.00, 0.0); # an equally nice colour on the bottom
ファイルを保存し、次のコマンドを実行します。
sudo update-initramfs -u
これで、ブートスプラッシュの背景が紫ではなく黒になります。
Ubuntu 16.04では、テーマディレクトリの場所がに変更されていることに注意してください/usr/share/plymouth/themes
。
/usr/share/plymouth/themes
Ubuntu 16.04以降、パスの場所が変更されました。下記参照
ファイルを開くには:
sudo nano /usr/share/plymouth/themes/ubuntu-logo/ubuntu-logo.script
次に、以前と同様に、次の2行を編集します。
Window.SetBackgroundTopColor (0.0, 0.00, 0.0); # Nice colour on top of the screen fading to
Window.SetBackgroundBottomColor (0.0, 0.00, 0.0); # an equally nice colour on the bottom
そして実行:
sudo update-initramfs -u
GUIを使用する場合は、Plymouth Managerを使用します。それは非常に簡単で、カスタムテーマを作成したり、提供されているテーマのいずれかを選択したりする必要があります。