[syslinux] Syslinux 6.00 released

Romain Naour romain.naour at openwide.fr
Thu Jun 27 01:46:24 PDT 2013


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.
| 
| 



More information about the Syslinux mailing list