I 've installed the syslinux on a opensuse10.2 system and also installed the nasm 0.98.0.39 version but how do I use the ppmtolss16 to create a custom display text to flash before the system boots.
Yogesh Mhatre wrote:> I 've installed the syslinux on a opensuse10.2 system and also > installed the nasm 0.98.0.39 version but how do I use the ppmtolss16 > to create a custom display text to flash before the system boots.Generate a .ppm file with max 16 colors, 640 pixels wide by up to 480 pixels high. See the Makefile in the samples directory for an example. However, you might want to consider using vesamenu instead (see README.menu). -hpa