Displaying 20 results from an estimated 29 matches for "cmdlinerow".
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
2007 Apr 10
1
Add support for Variables
...iles 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
# Menus
LABEL x86...
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
2013 Jun 30
1
Editing the boot prompt
...none
menu color sel * #ffffffff #76a1d0ff *
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/...
2014 Apr 26
0
efi vesamenu 6.03-pre
...BIOS than in EFI.
Once vesamenu.c32 is loaded, the output of executing a menu entry
can't be *immediately* seen on screen; not always. I am having
trouble explaining what I mean in generic terms, so here is an
example.
***
DEFAULT vesamenu.c32
MENU CLEAR
MENU BACKGROUND #A00000FF
MENU CMDLINEROW 19
MENU ENDROW 19
LABEL pwd
COM32 pwd.c32
LABEL ls
COM32 ls.c32
***
1_ Display vesamenu.
2_Keep pressing [enter]. One time it PWD, the next it shows the
vesamenu again. Each time it PWD, the "boot:" prompt is displayed in
a lower row. At some point, it will not be shown any long...
2010 Aug 26
1
[Bug]: Extlinux needs 1 minute before boot menu is shown
...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 #20ffffff all
MENU COLOR...
2010 Aug 30
4
memdisk operations FAIL to boot with Syslinux-4.02
...00 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-boot
menu default...
2016 Jul 07
3
no boot, no message
...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 help 37;40...
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?
...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 #ffffffff none
menu col...
2013 Mar 05
0
pxelinux.0 doesn't provide downloading progress from images
...samenu.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 0 #ffffffff #ee000000 std...
2008 Jan 09
0
Feature Request - Allow calling of labels from other labels
...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 latest
MENU LABEL ^L...
2013 Jun 30
0
Editing the boot prompt
...ters is displayed twice and when I
> try to
> "backspace" them out, the line again get displayed twice and so on.
Are you using menu.c32 or vesamenu.c32? Did you change some of the
geometry options? I ran into the same trouble when modifying the MENU
XYZ options (MENU ROWS, MENU CMDLINEROW...) in a way that resulted in
the CMDLINE being to long for the remaining space.
Regards,
Mattias
--
Mattias Schlenker - Redaktion + EDV-Beratung + Linux-CD/DVD-Konzepte
August-Bebel-Str. 74 - 04275 LEIPZIG - GERMANY
Telefon (VoIP "ueberall"), geschaeftlich: +49 341 39290767
Telefon...
2009 Mar 19
0
Full config file with Timeout issue
...;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-2007
KERNEL bz21.6
APPEND initrd=...
2016 Jul 07
0
no boot, no message
...gt; 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...
2010 Mar 17
1
USB Thumbdrive + dos ghost boot image + drive too small = confusion
...abmsg 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. MemTest86+
KERNEL /...
2007 Jan 25
4
vesamenu.c32 and cat.c32
...rguments and file name, and added a Press Enter to return menu line.
With the below isolinux.cfg the options do display the files, and pressing
enter than returns to the vesamenu.
DEFAULT vesamenu.c32
Prompt 0
Menu TITLE G4L boot Menu
MENU BACKGROUND test.png
MENU ROWS 14
MENU TABMSGROW 22
MENU CMDLINEROW 22
MENU ENDROW 24
LABEL bzImage6
MENU LABEL ^A: bzImage6 Previous default kernel build with Pentium
Pro (v0.16)
KERNEL bzImage6
APPEND initrd=ramdisk.gz ramdisk_size=65536 root=/dev/ram0
LABEL bzImageb
MENU DEFAULT
MENU LABEL ^B: bzImageb 386 build with 2.6.15.6 with patch SK9...
2008 Oct 13
6
Strange Lockup
...7;40 #80ffffff #00000000
menu color hotsel 30;47 #40000000 #20ffffff
menu color sel 30;47 #40000000 #20ffffff
menu color scrollbar 30;47 #40000000 #20ffffff
MENU WIDTH 80
MENU MARGIN 22
MENU PASSWORDMARGIN 26
MENU ROWS 6
MENU TABMSGROW 15
MENU CMDLINEROW 15
MENU ENDROW 24
MENU PASSWORDROW 12
MENU TIMEOUTROW 13
MENU VSHIFT 6
MENU PASSPROMPT Enter Password:
NOESCAPE 1
ALLOWOPTIONS 0
========================== pxelinux.cfg/ict.menu ================================
MENU TITLE ICT Support Services
MENU BACKGROUND ictback.p...