enli Posted June 27, 2008 Posted June 27, 2008 (edited) Hello , I m newbie and i would like to know if there is any possiblitiy of adding splash image to my isolinux menu just like cdshell or easyboot shows at the start of booting the cd/dvd.I already have built my own multiboot dvd containing the following:1. XP SP22. XP SP33. UBUNTU4. Active Boot Disk5. ERD Commander 20076. Parted Magic7. Paragon Partition Manager v98. Acronis TrueImage and Partition Manager9. Spinrite10. Memtest+ LiveXPOnce i add this splash image i m done RegardsEnLiEDIT1: typoEDIT2: Added "FULL screen" to topic title Edited June 27, 2008 by enli
bj-kaiser Posted June 27, 2008 Posted June 27, 2008 replace menu.c32 with vesamenu.c32 and add the MENU BACKGROUND option.DEFAULT vesamenu.c32PROMPT 0MENU TITLE openSUSE 10.2MENU BACKGROUND os102.png
enli Posted June 27, 2008 Author Posted June 27, 2008 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 ?RegardsEnLi
bj-kaiser Posted June 28, 2008 Posted June 28, 2008 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 ?RegardsEnLiyou could try this:in isolinux.cfg:PROMPT 0TIMEOUT 500DISPLAY displayfileDEFAULT mymenuLABEL mymenu KERNEL vesamenu/menu.c32APPEND bootmenu.cfgdisplayfile:<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
enli Posted July 5, 2008 Author Posted July 5, 2008 Hi ..sorry for so late reply but i was really busy with college.For me above procedure needs lot of time to devote which i m unwilling to do.. yes i m a bit lazy Anyways i made a image with Photoshop and i m using it as a splash. I m very pleased with this splash and i wont be needed full screen splash.
sbaeder Posted July 5, 2009 Posted July 5, 2009 Hello , I m newbie and i would like to know if there is any possiblitiy of adding splash image to my isolinux menu just like cdshell or easyboot shows at the start of booting the cd/dvd.The answer below had it MOSTLY right...here's what works...UI /boot/syslinux/vesamenu.c32TIMEOUT 15MENU BACKGROUND /boot/isolinux/ScottLogo.pngMENU AUTOBOOT MENU TABMSG MENU HIDDENLABEL - KERNEL /boot/syslinux/config.c32 APPEND /boot/syslinux/syslinux2.cfgMake sure to use current syslinux or isolinux version of vesamenu.C32, etc. Turn off the default messages for auto booting and tab, HIDE the rest of the blank menu to avoid the lines, then after the delay, it will restart with your "REAL" config file. (adjust names as appropriate)...Scott
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now