Hallo, I wrote am 26.06.13:> Running "pxelinux": more problems than with 5.10.> 5.00-pre6: all worked fine> 5.10: the start menu (GUI) wasn't shown; "tab" showed the labels, and > the textual menus. Invoking the labels worked.> 6.00: no GUI start menu. "tab" showed the textual menus. Invoking > them seems to do nothing (after some seconds).> (Please excuse my gerlish)> ----------- /tftpboot/pxelinux.cfg/default ------------> timeout 1200 > # 120 Sekunden > # display menu > # delay 200 > prompt 0 > # prompt 1 # wartet auf "enter"-Taste> # default menu.c32 > # http://www.syslinux.org/wiki/index.php/Comboot/menu.c32> default local > UI vesamenu.c32 > # Gene Cumm, 19. aug. 2010 > # braucht "MENU BACKGROUND"-Bild > include colors.txtAnd there's the problem! When I disable this line all works well (5.11-pre2 and 6.01-pre2). Contents of such a file: ----------- colors.txt -------------- # von menu title Willkommen zur LinuxUser Heft-DVD 08/2010, Seite A # http://www.syslinux.org/wiki/index.php/Comboot/menu.c32 # menu color title 1;36;44 #00000000 #00000000 none # unsichtbar menu color border 0 #ffffffff #00000000 menu color sel 7 #ff000000 #ffffCA31 # schwarz auf braun menu color title 0 #ffffffff #00000000 menu color tabmsg 0 #ffffffff #00000000 # menu color unsel 0 #ffffffff #00000000 menu color unsel 37;44 #ff60CA00 #00000000 # gr?n menu color hotsel 0 #ff000000 #ffffffff menu color hotkey 7 #ffffffff #ff000000 # MENU COLOR HELP 7;32;41 #c0ff0000 #00000000 all MENU COLOR HELP 7;32;41 #c0ff0000 #0000ff00 all # menu color timeout_msg 7;32;41 #ffffffff #ffffCA31 menu color timeout 7;32;41 #ffffffff #ffffCA31 # brauner Hintergrund menu color cmdline 0 #ffffffff #00000000 ------------------------------------------------------------ "syslinux-4.06" accepts this file and works with other colors than the default. Viele Gruesse! Helmut
Hallo, I wrote am 26.06.13:>> Running "pxelinux": more problems than with 5.10.>> 5.00-pre6: all worked fine>> 5.10: the start menu (GUI) wasn't shown; "tab" showed the labels, >> and the textual menus. Invoking the labels worked.>> 6.00: no GUI start menu. "tab" showed the textual menus. Invoking >> them seems to do nothing (after some seconds).>> (Please excuse my gerlish)>> ----------- /tftpboot/pxelinux.cfg/default ------------>> include colors.txt> And there's the problem!And another strange behaviour: include "colors.txt" works (or breaks) in another way than include colors.txt Viele Gruesse! Helmut
Hi, I have the same problem as Helmut with INCLUDE keyword and extlinux 5.10 an later. The following configuration has been tested and worked with extlinux 4.05, 4.06, 5.01 Contents of "boot_label" file DEFAULT 1 --------------------------------------- Contents of "extlinux.conf" file # Enable menu.c32 UI menu.c32 # Disable the boot: prompt PROMPT 0 # 5 sec TIMEOUT 50 # 60 sec max TOTALTIMEOUT 600 # Default boot label INCLUDE boot_label MENU TITLE Boot Menu LABEL 1 MENU LABEL System 1 LINUX /bzImage_1 APPEND console=ttyS0,115200 LABEL 2 MENU LABEL System 2 LINUX /bzImage_2 APPEND quiet console=ttyS0,115200 LABEL pxe MENU LABEL BOOT PXE LOCALBOOT -1 --------------------------------------- Since extlinux 5.10 I get: "Initial menu has no LABEL entries!" Thanks to Helmut report, the problem is fixed with: INCLUDE "boot_label" Do you have any idea what could be the problem ? Regards, Romain ----- Mail original ----- | De: "Helmut Hullen" <Hullen at t-online.de> | ?: syslinux at zytor.com | Envoy?: Mercredi 26 Juin 2013 19:05:00 | Objet: Re: [syslinux] Syslinux 6.00 released | | Hallo, | | I wrote am 26.06.13: | | >> Running "pxelinux": more problems than with 5.10. | | >> 5.00-pre6: all worked fine | | >> 5.10: the start menu (GUI) wasn't shown; "tab" showed the labels, | >> and the textual menus. Invoking the labels worked. | | >> 6.00: no GUI start menu. "tab" showed the textual menus. Invoking | >> them seems to do nothing (after some seconds). | | >> (Please excuse my gerlish) | | >> ----------- /tftpboot/pxelinux.cfg/default ------------ | | >> include colors.txt | | > And there's the problem! | | And another strange behaviour: | | include "colors.txt" | | works (or breaks) in another way than | | include colors.txt | | Viele Gruesse! | Helmut | _______________________________________________ | Syslinux mailing list | Submissions to Syslinux at zytor.com | Unsubscribe or set options at: | http://www.zytor.com/mailman/listinfo/syslinux | Please do not send private replies to mailing list traffic. | |