DEFAULT menu.c32 # You can also load a background image if you use # DEFAULT vesamenu.c32 # MENU BACKGROUND Logo.jpg PROMPT 0 # Wait 5 seconds unless the user presses a button, but always boot after 900 seconds. TIMEOUT 50 TOTALTIMEOUT 9000 MENU TITLE PXE menu from TFTP server label harddisk menu label Boot from local harddisk kernel chain.c32 append hd0 # Remember: Config files (such as centos.conf) are relative to /tftpboot/ label CentosMenu menu label CentOS-5.0 Linux installation menu kernel menu.c32 append CentOS-5.0/centos.conf label SystemImagerMenu menu label SystemImager Linux cloning menu kernel menu.c32 append SI/si.conf label GhostMenu menu label Norton Ghost boot menu kernel menu.c32 append ghost/ghost.conf # All of the Ultimate Boot CD tools can be downloaded from http://www.ultimatebootcd.com/download.html # Just copy the contents of the CD to /tftpboot and use this menu entry to PXE boot the UBC tools: label UBCMenu menu label Ultimate Boot CD menu kernel menu.c32 append menus/main.cfg label ToolsMenu menu label Test tools menu kernel menu.c32 append Tools/tools.conf label x3455menu menu label IBM x3455 menu kernel menu.c32 append x3455/x3455.conf label mysystemmenu menu label mysystem menu kernel menu.c32 append mysystem/mysystem.conf