Is there a way I can change my Grub Loader Suse puts in from that green to black on White (or some other color) or even place a picture in the background??.
Mark
Quicken2k
Is there a way I can change my Grub Loader Suse puts in from that green to black on White (or some other color) or even place a picture in the background??.
Mark
Quicken2k
I had copied these steps from info I suppose:
Create your image, and transform it into a XPM file, 640x480, with
14 colors:
$ convert my-nice-image.jpg -colors 14 -geometry 640x480! my-nice-image.xpm
gzip it:
$ gzip my-nice-image.xpm
Change your menu.lst file to include the new commands:
foreground = ffffff
background = 000000
splashimage=(hd0,5)/boot/grub/my-nice-image.xpm.gz
Note if the path to the splashimage file happens to be wrong you will get a
really messed up looking screen.
There is a grub splashimage howto here:
GNU GRUB splashimage howto
Hope u get what u need to.
thanks will give it a shot
(after a backup, of course)