Grub image impossible de changer

Bonsoir(bonjour),

voilà j’ai suivis plusieurs tuto mais impossible de changer l’image de fond de grub. Si quelqu’un à une idée je suis sous debian 9. d’avance je vous remercie

As-tu essayé en ajoutant simplement ton image au dossier /boot/grub puis en tapant :

sudo update-grub

?

non je vais tenter ça.

Ne pas oublier de copier l’image avec les droits administrateur :

$ sudo cp /chemin/de/ton/image/“image” /boot/grub/“image”

Attention il ne faut pas utiliser une image de trop haute qualité, elle ne sera pas affichée.
Ne pas hésiter à réduire les propriétés de l’image avec gimp.
Exemple d’une image qui est affichée correctement par grub

 root@debian:/boot/grub# ls -alrt
total 2672
drwxr-xr-x 2 root root    4096 avril  5  2016 fonts
-rw-r--r-- 1 root root    1024 avril  5  2016 grubenv
drwxr-xr-x 2 root root    4096 juil. 25  2017 locale
drwxr-xr-x 2 root root   12288 juil. 25  2017 i386-pc
-rw-r--r-- 1 root root     266 oct.  18 15:03 custom.cfg
-rw-r--r-- 1 root root 2397557 avril  6 08:22 unicode.pf2
drwxr-xr-x 3 root root    4096 avril  6 08:23 ..
-r--r--r-- 1 root root    6374 avril  8 18:11 grub.cfg
-rw-r--r-- 1 root root  290052 avril  8 18:20 background.jpg
drwxr-xr-x 5 root root    4096 avril  8 18:21 .
root@debian:/boot/grub# file background.jpg
background.jpg: JPEG image data, JFIF standard 1.01, resolution (DPI), density 1x1, segment length 16, baseline, precision 8, 1200x828, frames 3
root@debian:/boot/grub#