/isolinux/isolinux.cfg:
Code:
DISPLAY startup.msg
PROMPT 1
TIMEOUT 100
TOTALTIMEOUT 100
DEFAULT main
ONTIMEOUT boot
LABEL boot
LOCALBOOT -1
LABEL main
KERNEL vesamenu.c32
APPEND /menus/main.cfg
Relevant part of /syslinux/sylinux.cfg:
Code:
LABEL main
KERNEL vesamenu.c32
APPEND /menus/main.cfg
/menus/defaults.cfg
Code:
MENU BACKGROUND /image/splash.png
MENU MARGIN 0
MENU ROWS -9
MENU TABMSG
MENU TABMSGROW -3
MENU CMDLINEROW -3
MENU HELPMSGROW -4
MENU HELPMSGENDROW -1
MENU COLOR SCREEN 44;37
MENU COLOR BORDER 44;37
MENU COLOR TITLE 1;44;37
MENU COLOR SCROLLBAR 44;37
MENU COLOR UNSEL 44;37
MENU COLOR SEL 7;44;37
MENU COLOR UNSEL 44;37
MENU COLOR CMDMARK 44;37
MENU COLOR CMDLINE 44;37
MENU COLOR TABMSG 44;37
MENU COLOR DISABLED 44;37
MENU COLOR HELP 44;37
All otherconfig files in /menus/ should start with:
Code:
UI vesamenu.c32
MENU INCLUDE /menus/defaults.cfg
Also change menu.c32 to vesamenu.c32 in these files:
Code:
KERNEL vesamenu.c32
APPEND /menus/system.cfg
This works fine for me.
_________________
Download
Ultimate Boot CD v5.0:
http://www.ultimatebootcd.com/download.htmlUse
Parted Magic for handling all partitioning task:
http://partedmagic.com/