how to change background wallpaper in grub in an ISO ?

Asked by Paullux

I create a tga wallpaper for grub but i don't know how to add in the grub of my iso, can you help me, please ?

Question information

Language:
English Edit question
Status:
Solved
For:
Cubic Edit question
Assignee:
No assignee Edit question
Solved by:
Paullux
Solved:
Last query:
Last reply:
Revision history for this message
Paullux (paulwoisard) said :
#1

i found the solution :

1-Add my tga image in :
<Your Cubic Project>/custom-live-iso/boot/

2-Add this line in /boot/grub/grub.cfg in cubic tools

insmod tga
if background_image /boot/grub_wallpaper.tga ; then
  true
else
  set menu_color_normal=white/black
  set menu_color_highlight=black/light-gray
fi

Revision history for this message
Cubic PPA (cubic-wizard) said :
#2

Good work, and thanks for posting the solution!