[syslinux] NOTABMSG issue with 6.03

H. Peter Anvin hpa at zytor.com
Mon Jun 9 11:17:52 PDT 2014


On 06/09/2014 10:04 AM, Alexey Orishko wrote:
> Hi all,
> 
> I can't suppress TAB menu prompt and I wonder if this feature is working or not.
> I'm using extlinux and here is a cut from extlinux.conf:
> 
> UI menu.c32
> prompt 0
> MENU TITLE MYPC
> MENU AUTOBOOT Automatic boot in # second{,s}...
> MENU NOTABMSG
> 
> timeout 100
> TOTALTIMEOUT 1800
> 
> label main
>     MENU DEFAULT
>     MENU LABEL Linux Kernel 3.x
> ...
> 
> I'm using latest code from the git tagged as 6.03-pre13.
> Is there any additional trick I need to make it work?
> 

If you want to just suppress the prompt use "MENU TABMSG" with a blank
message.  "MENU NOTABMSG" is only used when option editing is disabled,
i.e. "ALLOWOPTIONS 0" is set.

	-hpa



More information about the Syslinux mailing list