Adding a logo to UBCD

Try looking for help here if you are having problems with the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
crazyboi1
Posts: 2
Joined: Wed Dec 02, 2009 4:50 am

Adding a logo to UBCD

#1 Post by crazyboi1 » Wed Dec 02, 2009 4:56 am

Hi, is it possible to add a logo as a splash screen to the UBCD

Thanks

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#2 Post by Icecube » Thu Dec 03, 2009 6:35 am

Yes
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/

crazyboi1
Posts: 2
Joined: Wed Dec 02, 2009 4:50 am

#3 Post by crazyboi1 » Mon Dec 07, 2009 3:22 am

Thanks, do you know how?

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#4 Post by Icecube » Mon Dec 07, 2009 4:58 am

Download the Syslinux package and read the documentation:
http://www.kernel.org/pub/linux/utils/boot/syslinux/

You can add a background to the menu.
You need vesanenu.c32 instead of menu.c32 for this function:

/doc/menu.txt

Code: Select all

MENU BACKGROUND background

	For vesamenu.c32, sets the background image.  The background
	can either be a color (see MENU COLOR) or the name of an image
	file, which should be 640x480 pixels and either in PNG or JPEG
	format.
Or you can add a real spash menu (which will disappear after the timeout.
/doc/syslinux.txt

Code: Select all

   ++++ DISPLAY FILE FORMAT ++++

DISPLAY and function-key help files are text files in either DOS or UNIX
format (with or without <CR>).  In addition, the following special codes
are interpreted:

Code: Select all

<CAN>filename<newline>			<CAN> = <Ctrl-X> = ASCII 24
	If a VGA display is present, enter graphics mode and display
	the graphic included in the specified file.  The file format
	is an ad hoc format called LSS16; the included Perl program
	"ppmtolss16" can be used to produce these images.  This Perl
	program also includes the file format specification.

	The image is displayed in 640x480 16-color mode.  Once in
	graphics mode, the display attributes (set by <SI> code
	sequences) work slightly differently: the background color is
	ignored, and the foreground colors are the 16 colors specified
	in the image file.  For that reason, ppmtolss16 allows you to
	specify that certain colors should be assigned to specific
	color indicies.

	Color indicies 0 and 7, in particular, should be chosen with
	care: 0 is the background color, and 7 is the color used for
	the text printed by Syslinux itself.
Download Ultimate Boot CD v5.0: http://www.ultimatebootcd.com/download.html
Use Parted Magic for handling all partitioning task: http://partedmagic.com/

Locked