M HYPE SPLASH
// updates

How can I change the GRUB splash image in 18.04

By Michael Henderson

NOTE: I am not after themes... more just hacking what's here as its faster.

In Ubuntu 18.04 I am trying to change the image, the one you see when GRUB asks you what system you want to boot up, Linux/Windows/etc.

I know how to give myself permissions over a whole folder and its files in usr/share/background/ (which is how I changed my login screen), but if I am going any place near GRUB I want to only give permissions to the actual image - not to GRUB or kernel or other files inside.

Ideas?

4

1 Answer

A tutorial on grub splash screen images is Here

b) sudo has to come first before your chmod command

c) David answered your question on plymouth in the comments area

  • Cheers
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy