sudo -H gedit /usr/share/plymouth/themes/default.grub
And change the grub background colour as you want with RGBA code, in my case I change grub background to gray (128,128,128,0)
if background_color 128,128,128,0; then clear fi
Then, update grub
sudo update-grub
Latest posts by Kawin Viriyaprasopsook (see all)
- Convert flac audio to opus/ogg/mp3 - 2020-12-20
- Fix systemd resolved not working (127.0.0.53) - 2019-09-23
- Safely remove SATA disk from a running Linux system - 2019-05-24