Grub background image: 1..png, .jpeg (8-bit ),. the tag format is acceptable; 2. RGB color mode; 3. the image used cannot be exposed. Step: 1. open the Ubuntu10.10 terminal, install splashimagepackage, and run the command sudoapt-getinstallgrub2-splashimages2. open/usr/share/images/grub and select Image 3. open g with root permission
Grub background image:
1..png, .jpeg (8-bit),. tag format;
2. RGB color mode;
3. The image used cannot be exposed;
Steps:
1. Open the Ubuntu 10.10 terminal, install "splashimage package", and run the command
Sudo apt-get install grub2-splashimages
2. Open/usr/share/images/grub and select an image.
3. Use root permission to open the grub file "/etc/default/grub" and add code
GRUB_BACKGROUND =/usr/share/images/grub/Glasses_800_edit.tga
Replace Glasses_800_edit.tga with your image name
4. Add this information to grub. cfg and run the command.
Update-grub
Restart your computer and check the effect.