Displaying 20 results from an estimated 33 matches for "tabmsgrow".
2007 Apr 10
1
Add support for Variables
...es / other
conf files called, either passed as a param (in eg below ) or passed in
memory.
eg
default:
-------------
# Default boot option to use
DEFAULT vesamenu.c32
# Prompt user for selection
PROMPT 0
# Menu Configuration
MENU WIDTH 80
MENU MARGIN 10
MENU PASSWORDMARGIN 3
MENU ROWS 12
MENU TABMSGROW 18
MENU CMDLINEROW 18
MENU ENDROW 24
MENU PASSWORDROW 11
MENU TIMEOUTROW 20
MENU TITLE RHS 5 Main Menu
# Http server used in CONF files (because here should have global scope
unless overriden by a local version)
HTTP_SERVER=http://mykickstart.example.com
# Vesa Options
#
MENU INCLUDE gfx/default...
2006 Sep 23
5
SYSLINUX 3.31-pre4 is release candidate
I have decided to promote SYSLINUX 3.31-pre4 to release candidate
status. If it tests out OK, it will become 3.31 some time next week,
probably.
-hpa
2008 Feb 13
1
menu.c32 empty label?
The attached config works, but gives 2 error messages that get covered
up by the GUI screen so fast I cannot read them. I think they are
probably about having 'LABEL' with nothing after it. I was trying to
follow the example in menu.doc but somehow I'm doing it wrong. Please
consider helping me figure out how to get the same resulting GUI menu
without any error messages.
I am using
2006 Sep 26
1
SYSLINUX 3.31 released
I have just released SYSLINUX 3.31. It is functionally identical to
SYSLINUX 3.31-pre4.
Changes in 3.31:
* The simple menu system (menu.c32 and vesamenu.c32) now
support loading more than one configuration file at a time,
using MENU INCLUDE or by specifying multiple filenames.
* The MENU COLOR statement can now control the shadowing mode.
Changes in
2010 Aug 26
1
[Bug]: Extlinux needs 1 minute before boot menu is shown
...an bug
tracker and I can't find any information about bugs on the homepage.
Here is my extlinux.conf:
DEFAULT vesamenu.c32
PROMPT 0
MENU TITLE Arch Linux
MENU BACKGROUND splash.png
TIMEOUT 50
MENU WIDTH 78
MENU MARGIN 4
MENU ROWS 5
MENU VSHIFT 10
MENU TIMEOUTROW 13
MENU TABMSGROW 11
MENU CMDLINEROW 11
MENU HELPMSGROW 16
MENU HELPMSGENDROW 29
# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
MENU COLOR border 30;44 #40ffffff #a0000000 std
MENU COLOR title 1;36;44 #9033ccff #a0000000 std
MENU COLOR sel 7;37;40 #e0ffffff #20ff...
2020 Apr 07
1
ISOLINUX stuck at boot menu. How do I debug ?
...or vesamenu, this means the graphical background is still displayed
without
# the menu itself for as long as the screen remains in graphics mode.
menu clear
menu background splash.png
menu title Fedora-Workstation-Live 31
menu vshift 8
menu rows 18
menu margin 8
#menu hidden
menu helpmsgrow 15
menu tabmsgrow 13
# Border Area
menu color border * #00000000 #00000000 none
# Selected item
menu color sel 0 #ffffffff #00000000 none
# Title bar
menu color title 0 #ff7ba3d0 #00000000 none
# Press [Tab] message
menu color tabmsg 0 #ff3a6496 #00000000 none
# Unselected menu item
menu color unsel 0 #84b8ffff...
2016 Jun 15
2
PXELINUX 6.03 / vesamenu.c32 hang
....0 as per instructions here http://www.syslinux.org/wiki/index.php?title=WDSLINUX)
vesamenu.c32
Contents of pxelinux.cfg\default:
DEFAULT vesamenu.c32
#DEFAULT menu.c32
PROMPT 0
NOESCAPE 1
ALLOWOPTIONS 0
# Timeout in units of 1/10 s
TIMEOUT 300
MENU MARGIN 10
MENU ROWS 16
MENU TABMSGROW 21
MENU TIMEOUTROW 26
#MENU COLOR BORDER 30;44 #20ffffff #00000000 none
#MENU COLOR SCROLLBAR 30;44 #20ffffff #00000000 none
#MENU COLOR TITLE 0 #ffffffff #00000000 none
#MENU COLOR SEL 30;47 #40000000 #2...
2010 Aug 30
4
memdisk operations FAIL to boot with Syslinux-4.02
...#c000ffff #00000000 none # Modified
>(black), cyan
#menu color help 30;47 #80ffffff #20ffffff none #Modified
>(brown), white
menu color msg07 37;40 #90ffffff #00000000 none
#
# Size of stuff
#
MENU WIDTH 80
MENU MARGIN 10
MENU PASSWORDMARGIN 3
MENU ROWS 15
MENU TABMSGROW 18
MENU CMDLINEROW 18
MENU ENDROW 24
MENU PASSWORDROW 11
MENU TIMEOUTROW 20
MENU HELPMSGROW 22
MENU HELPMSGENDROW -1
MENU HIDDENROW -2
MENU HSHIFT 0
MENU VSHIFT 0
#
# main entries
#
## menu label ^0. xxxx -->This IS displayed
# Following IS Recomended:>boots MBR
label local-b...
2016 Jul 07
3
no boot, no message
...#DEFAULT slack64
PROMPT 0
MENU TITLE Boot Menu
#MENU BACKGROUND default_blue.png
MENU RESOLUTION 1024 768
#MENU HIDDEN
#MENU HIDDENKEY Space
# hwinfo --framebuffer (to find which resolutions are acceptable)
TIMEOUT 50
MENU WIDTH 78
MENU MARGIN 4
MENU ROWS 5
MENU VSHIFT 10
MENU TIMEOUTROW 13
MENU TABMSGROW 11
MENU CMDLINEROW 11
MENU HELPMSGROW 16
MENU HELPMSGENDROW 29
MENU COLOR border 30;44 #40ffffff #a0000000 std
MENU COLOR title 1;36;44 #9033ccff #a0000000 std
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR...
2006 Sep 19
6
Comments sought on the graphical menu infrastructure
Hi all,
I would really appreciate feedback on the graphical menu system and its
infrastructure. It's not really clear to me that it's what people want;
it seems to me that it makes more sense than gfxboot, for example (C
rather than pseudo-Forth), but I can understand people would disagree.
Anyway, the more feedback I get the easier it will be to pick a
direction and a priority for
2009 Apr 24
1
MENU not having to press <ENTER> key?
...rks fine, the only problem is that I would like to be able to just press a key ie <1> and it go into the menu without having to press <1> and then <Enter>
Has anyone got any idea on how to get it sorted?
Cheers,
Guy
menu title PXE Boot Menu
menu background graphics/main.jpg
menu tabmsgrow 22
menu cmdlinerow 22
menu endrow 24
menu color title 1;34 #00000000 #00000000 none
menu color sel 7;37 #ff0000ff #00000000 none
menu color border 30;44 #00000000 #00000000 none
menu color pwdheader 31;47 #ff0000ff #fff...
2013 Mar 05
0
pxelinux.0 doesn't provide downloading progress from images
...to use
DEFAULT vesamenu.c32
MENU BACKGROUND binary.jpg
# Prompt user for selection
PROMPT 0
# Menu Configuration
KBDMAP german.kbd
MENU WIDTH 80
MENU MARGIN 10
MENU PASSWORDMARGIN 3
MENU ROWS 12
MENU TABMSGROW 18
MENU CMDLINEROW 18
MENU ENDROW 24
MENU PASSWORDROW 11
MENU TIMEOUTROW 20
MENU MASTER PASSWD *****
MENU PASSPROMPT Gesicherter Bereich, bitte Passwort eingeben:
#MENU AUTOBOOT Auswahl startet in # Sekunden
menu color border...
2008 Jan 09
0
Feature Request - Allow calling of labels from other labels
My config looks as follows:
------------------------------------------
# Default boot option to use
DEFAULT vesamenu.c32
# Prompt user for selection
PROMPT 0
# Time until default is selected
TIMEOUT 100
# Menu Configuration
MENU WIDTH 80
MENU MARGIN 10
MENU PASSWORDMARGIN 3
MENU ROWS 12
MENU TABMSGROW 18
MENU CMDLINEROW 18
MENU ENDROW 24
MENU PASSWORDROW 11
MENU TIMEOUTROW 20
MENU TITLE 32Bit (x86) RHES 3.x OS Choice
# Vesa Options
#
MENU INCLUDE gfx/default
# Return to Main Menu
LABEL MainMenu
MENU DEFAULT
MENU LABEL ^Main Menu
KERNEL vesamenu.c32
#
# Latest Release
#
LABEL lates...
2009 Mar 19
0
Full config file with Timeout issue
...fff #20ffffff
menu color pwdheader 31;47 #80ff8080 #20ffffff
menu color pwdentry 30;47 #80ffffff #20ffffff
menu color timeout_msg 37;40 #80ffffff #00000000
menu color timeout 1;37;40 #c0ffffff #00000000
Menu TITLE G4L boot Menu - version 0.30a
MENU BACKGROUND test.png
MENU ROWS 17
MENU TABMSGROW 22
MENU TIMEOUTROW 23
MENU CMDLINEROW 22
MENU ENDROW 24
LABEL bz20.4
MENU LABEL ^A: bz20.4 386 build 2.6.20.1 RELEASED 02-21-2007
KERNEL bz20.4
APPEND initrd=ramdisk.gz ramdisk_size=65536 root=/dev/ram0 noacpi
LABEL bz21.6
MENU LABEL ^B: bz21.6 386 build 2.6.21.6 RELEASED 07-04-200...
2016 Jul 07
0
no boot, no message
...OUND default_blue.png
> MENU RESOLUTION 1024 768
> #MENU HIDDEN
> #MENU HIDDENKEY Space
> # hwinfo --framebuffer (to find which resolutions are acceptable)
> TIMEOUT 50
>
> MENU WIDTH 78
> MENU MARGIN 4
> MENU ROWS 5
> MENU VSHIFT 10
> MENU TIMEOUTROW 13
> MENU TABMSGROW 11
> MENU CMDLINEROW 11
> MENU HELPMSGROW 16
> MENU HELPMSGENDROW 29
>
> MENU COLOR border 30;44 #40ffffff #a0000000 std
> MENU COLOR title 1;36;44 #9033ccff #a0000000 std
> MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
> MENU COLOR unsel 37;...
2016 Jun 16
2
PXELINUX 6.03 / vesamenu.c32 hang
...itle=WDSLINUX)
> vesamenu.c32
>
> Contents of pxelinux.cfg\default:
>
> DEFAULT vesamenu.c32
> #DEFAULT menu.c32
> PROMPT 0
> NOESCAPE 1
> ALLOWOPTIONS 0
> # Timeout in units of 1/10 s
> TIMEOUT 300
> MENU MARGIN 10
> MENU ROWS 16
> MENU TABMSGROW 21
> MENU TIMEOUTROW 26
> #MENU COLOR BORDER 30;44 #20ffffff #00000000 none
> #MENU COLOR SCROLLBAR 30;44 #20ffffff #00000000 none
> #MENU COLOR TITLE 0 #ffffffff #00000000 none
> #MENU COLOR SEL 30;47...
2013 Jun 30
1
Editing the boot prompt
...1d0ff *
menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff *
menu color tabmsg * #ffffffff #00000000 *
menu color help 37;40 #ffdddd00 #00000000 none
menu vshift 17
menu rows 10
menu helpmsgrow 15
# The command line must be at least one line from the bottom.
menu cmdlinerow 16
menu timeoutrow 16
menu tabmsgrow 18
menu tabmsg Press ENTER to boot or TAB to edit a menu entry
label live
menu label Live
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live config quiet
label livefailsafe
menu label Live (failsafe)
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live config noapic...
2010 Mar 17
1
USB Thumbdrive + dos ghost boot image + drive too small = confusion
...30;44
MENU COLOR tabmsg 31;40
MENU COLOR cmdmark 1;36;40
MENU COLOR cmdline 37;40
MENU COLOR pwdborder 30;47
MENU COLOR pwdheader 31;47
MENU COLOR pwdentry 30;47
MENU COLOR timeout_msg 37;40
MENU COLOR timeout 1;37;40
MENU WIDTH 80
MENU MARGIN 10
MENU PASSWORDMARGIN 3
MENU ROWS 12
MENU TABMSGROW 18
MENU CMDLINEROW 18
MENU ENDROW 24
MENU PASSWORDROW 11
MENU TIMEOUTROW 20
LABEL private
MENU DEFAULT
MENU LABEL ^1. Private PE
BSS vista.bss
LABEL hpghost
MENU LABEL ^2. HP DC6005 GhostCast Client (Broadcom BCM5761 chipset)
KERNEL memdisk
append initrd=hpghost.ima
LABEL memtest
MENU LABEL ^3....
2016 Jun 15
0
PXELINUX 6.03 / vesamenu.c32 hang
...le=WDSLINUX)
> vesamenu.c32
>
> Contents of pxelinux.cfg\default:
>
> DEFAULT vesamenu.c32
> #DEFAULT menu.c32
> PROMPT 0
> NOESCAPE 1
> ALLOWOPTIONS 0
> # Timeout in units of 1/10 s
> TIMEOUT 300
> MENU MARGIN 10
> MENU ROWS 16
> MENU TABMSGROW 21
> MENU TIMEOUTROW 26
> #MENU COLOR BORDER 30;44 #20ffffff #00000000 none
> #MENU COLOR SCROLLBAR 30;44 #20ffffff #00000000 none
> #MENU COLOR TITLE 0 #ffffffff #00000000 none
> #MENU COLOR SEL 30;47...
2013 Jun 30
4
Editing the boot prompt
Hi there!!
I has been modified the syslinux.cfg file according to the rules to add
some boot parameters but since this modification, every time I that I
highlight the modified entry in the boot menu and hit the TAB button on my
keyboard, the entry's boot parameters is displayed twice and when I try to
"backspace" them out, the line again get displayed twice and so on.
So my