MSFN Forum: FULL screen Splash image with isolinux like easyboot possible ? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

FULL screen Splash image with isolinux like easyboot possible ? or like cdshell ? Rate Topic: -----

#1 User is offline   enli 

  • Group: Members
  • Posts: 5
  • Joined: 11-April 08

Posted 27 June 2008 - 09:37 AM

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 SP2
2. XP SP3
3. UBUNTU
4. Active Boot Disk
5. ERD Commander 2007
6. Parted Magic
7. Paragon Partition Manager v9
8. Acronis TrueImage and Partition Manager
9. Spinrite
10. Memtest
+ LiveXP


Once i add this splash image i m done ;)

Regards
EnLi

EDIT1: typo
EDIT2: Added "FULL screen" to topic title

This post has been edited by enli: 27 June 2008 - 01:28 PM



#2 User is offline   bj-kaiser 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 415
  • Joined: 05-December 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 27 June 2008 - 11:27 AM

replace menu.c32 with vesamenu.c32 and add the MENU BACKGROUND option.
 
DEFAULT vesamenu.c32
PROMPT 0
MENU TITLE openSUSE 10.2
MENU BACKGROUND os102.png
 


#3 User is offline   enli 

  • Group: Members
  • Posts: 5
  • Joined: 11-April 08

Posted 27 June 2008 - 01:16 PM

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

#4 User is offline   bj-kaiser 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 415
  • Joined: 05-December 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 28 June 2008 - 12:30 AM

View Postenli, 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

#5 User is offline   enli 

  • Group: Members
  • Posts: 5
  • Joined: 11-April 08

Posted 05 July 2008 - 02:54 AM

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.

Posted Image

#6 User is offline   sbaeder 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 01-January 07

Posted 05 July 2009 - 01:10 PM

View Postenli, on Jun 27 2008, 09:37 AM, said:

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.c32
TIMEOUT 15
MENU BACKGROUND /boot/isolinux/ScottLogo.png
MENU AUTOBOOT 
MENU TABMSG 
MENU HIDDEN

LABEL -
  KERNEL /boot/syslinux/config.c32
  APPEND /boot/syslinux/syslinux2.cfg
 

Make 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

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy