enli, on Jun 27 2008, 09:16 PM, said:
Hi bj-kaiser , sorry but you got me wrong.
I already know those entries what i m trying to achive is to have a "full screen splash" just like default untweaked cdshell shows when you boot from it. I should have explicitly mentioned it before. So is this possible ?
Regards
EnLi
you could try this:
in isolinux.cfg:
PROMPT 0
TIMEOUT 500
DISPLAY displayfile
DEFAULT mymenu
LABEL mymenu
KERNEL vesamenu/menu.c32
APPEND bootmenu.cfg
displayfile:
<FF> <FF>
<CAN>splash image file<newline>
the <>-enclosed values are control characters, read the syslinux documentation for that.
You have to convert the image to a special format, LSS16, see the docs for details.
now put your existing menu configuration into bootmenu.cfg.
and if I'm not totally wrong, that should be it.
--
http://syslinux.zytor.com/wiki/index.php/S..._File_Format.3F