grub:custom_grub_splash_image
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
grub:custom_grub_splash_image [2017/01/30 14:20] – created peter | grub:custom_grub_splash_image [2019/11/29 16:10] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Grub - Custom GRUB splash image ====== | ||
- | Get an image file to use for the new splash image (can be some wallpaper in jpg, png format). | ||
- | |||
- | Check whether ImageMagick rpm is installed | ||
- | |||
- | <code bash> | ||
- | rpm -q ImageMagick | ||
- | </ | ||
- | |||
- | If it's not installed you have to install it first | ||
- | |||
- | <code bash> | ||
- | yum -y install ImageMagick | ||
- | </ | ||
- | |||
- | Then, Assuming the image is in the root's home folder & the image name is " | ||
- | |||
- | <code bash> | ||
- | cd | ||
- | convert myboot.jpg -resize 640x480! -colors 14 -depth 8 myboot.xpm | ||
- | ls | ||
- | </ | ||
- | |||
- | Now you will be able to see a file call " | ||
- | |||
- | Then you have to gzip it. | ||
- | |||
- | <code bash> | ||
- | gzip myboot.xpm | ||
- | ls | ||
- | </ | ||
- | |||
- | Now you will be able to see a file call " | ||
- | |||
- | Then you have to copy it to "/ | ||
- | |||
- | <code bash> | ||
- | cp myboot.xpm.gz /boot/grub | ||
- | </ | ||
- | |||
- | Edit " | ||
- | |||
- | <code bash> | ||
- | vi / | ||
- | </ | ||
- | |||
- | Edit the following line | ||
- | |||
- | < | ||
- | splashimage=(hd0, | ||
- | </ | ||
- | |||
- | to | ||
- | |||
- | < | ||
- | splashimage=(hd0, | ||
- | </ | ||
- | |||
- | <WRAP IMPORTANT> | ||
- | **IMPORTANT**: | ||
- | </ | ||
- | |||
- | Save & exit. | ||
- | |||
- | Reboot your system. | ||
- | |||
- | <code bash> | ||
- | reboot | ||
- | </ | ||
- | |||
- | You should see the new GRUB spalsh image during the startup. |
grub/custom_grub_splash_image.1485786033.txt.gz · Last modified: 2020/07/15 09:30 (external edit)