Score:-1

Load jpg/png image in grub.cfg

gn flag

I have this grub.cfg that I use during the installation of the iso:

 set timeout=30

loadfont unicode

set menu_color_highlight=yellow/dark-gray
set menu_color_normal=black/light-gray
set color_normal=cyan/black


menuentry "bar Installation" {
    set gfxpayload=keep
    linux   /casper/vmlinuz   autoinstall   ds=nocloud\;s=/cdrom/nocloud/  ---
    initrd  /casper/initrd
}
menuentry "foo Installation" {
    set gfxpayload=keep
    linux   /casper/vmlinuz   autoinstall   ds=nocloud\;s=/cdrom/nocloud/  ---
    initrd  /casper/initrd
}

how I can load jpg image or png image into this grub menu. I tried insmod png and set background_image and it doesn't work - I get this error: "no video mode activated"

Score:1
gn flag

Found the solution, by adding this lines after "loadfont unicode":

insmod all_video 
terminal_output gfxterm 
insmod jpeg 
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.