How would i get back the openSUSE grub background?

I’ve installed fedora grub.
I used:


root (hd0,7)
configfile /boot/grub/menu.lst

But now i can’t see the green openSUSE grub background.
It’s booting openSUSE though.


# Modified by YaST2. Last modification on Sun Oct 18 11:34:00 BDT 2009
default 0
timeout 8
##YaST - generic_mbr
gfxmenu (hd0,7)/boot/message
##YaST - activate

###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.1 - 2.6.27.29-0.1
root (hd0,7)
kernel /boot/vmlinuz-2.6.27.29-0.1-pae root=/dev/sda8 resume=/dev/sda8 splash=silent showopts vga=0x317
initrd /boot/initrd-2.6.27.29-0.1-pae

ls -l /boot


total 13556
-rw------- 1 root root     512 2009-10-11 13:51 backup_mbr
lrwxrwxrwx 1 root root       1 2009-10-11 13:26 boot -> .
-rw-r--r-- 1 root root    1236 2009-01-08 07:03 boot.readme
-rw-r--r-- 1 root root   96089 2009-08-16 16:59 config-2.6.27.29-0.1-pae
drwxr-xr-x 3 root root    4096 2009-10-18 14:02 grub
lrwxrwxrwx 1 root root      24 2009-10-18 11:54 initrd -> initrd-2.6.27.29-0.1-pae
-rw-r--r-- 1 root root 5741427 2009-10-18 11:54 initrd-2.6.27.29-0.1-pae
-rw-r--r-- 1 root root  442880 2009-10-11 13:51 message
-rw-r--r-- 1 root root  169912 2009-08-16 17:01 symsets-2.6.27.29-0.1-pae.tar.gz
-rw-r--r-- 1 root root  405975 2009-08-16 17:00 symtypes-2.6.27.29-0.1-pae.gz
-rw-r--r-- 1 root root  120280 2009-08-16 16:59 symvers-2.6.27.29-0.1-pae.gz
-rw-r--r-- 1 root root 1099898 2009-08-16 16:53 System.map-2.6.27.29-0.1-pae
-rw-r--r-- 1 root root 3225205 2009-08-16 16:59 vmlinux-2.6.27.29-0.1-pae.gz
lrwxrwxrwx 1 root root      25 2009-10-18 11:54 vmlinuz -> vmlinuz-2.6.27.29-0.1-pae
-rw-r--r-- 1 root root 2502128 2009-08-16 16:53 vmlinuz-2.6.27.29-0.1-pae

I checked the difference to mine and added in** red
**

Modified by YaST2. Last modification on Sun Oct 18 11:34:00 BDT 2009

default 0
timeout 8
##YaST - generic_mbr
gfxmenu (hd0,7)/boot/message
##YaST - activate

###Don’t change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.1 - 2.6.27.29-0.1
root (hd0,7)
kernel /boot/vmlinuz-2.6.27.29-0.1-pae root=/dev/sda8 resume=/dev/sda8 splash=silent quiet showopts vga=0x317
initrd /boot/initrd-2.6.27.29-0.1-pae

Same result.
No grub green background.


# Modified by YaST2. Last modification on Sun Oct 18 11:34:00 BDT 2009
default 0
timeout 8
##YaST - generic_mbr
gfxmenu (hd0,7)/boot/message
##YaST - activate

###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 11.1 - 2.6.27.29-0.1
root (hd0,7)
kernel /boot/vmlinuz-2.6.27.29-0.1-pae root=/dev/sda8 resume=/dev/sda8 splash=silent quiet showoptsvga=0x317
initrd /boot/initrd-2.6.27.29-0.1-pae