I have been sitting here about 9 hours trying to figure how to install a LILO graphical menu for Slackware 9, so I will not see the "blah" text screen. Here is what I did:

I downloaded the SuSE gfxboot package from http://members.optusnet.com.au/rkelsen/lilo.html and contains the two bianries "getx11font" and "mkbootmsg" to output boot files... okay, sounds easy enough. So I went into the sample directory where the two required files are located, namely somefile.config and somefile.pcx.

Easy to output the files, right? Not for me. I issue the commands to output the boot file, and get the error:

Not a PCX file

Heh, this came directly from the source tree, so I know it is not wrong. Perhaps I am issuing the wrong commands? Here is what I tried in the shell

..#getx11font fixed_10X20

and it seems to work ok, because there were no errors outputted. Next

..#mkbootmsg -c suselogo.config suselogo.pcx

where the manual reads the usage for the binary is

-c config_file, --config config_file
Create a boot message file using this configuration.
-i, --info
Show info about file.
-h, --help
Show this text.
Where could I be going wrong? Have any of you made custom LILO screens before? Any help would be appreciated. And yes, I am scouring Google as we speak.

Jack