similar to: Simple/Advance Menu

Displaying 20 results from an estimated 80000 matches similar to: "Simple/Advance Menu"

2010 Nov 11
6
Change message after timeout
Hi All, I have successfully configure the PXE and its working fine, the problem is that after timeout in the following msg Automatic boot in # second the screen stuck/hang there showing the above message or the menu if we choose to selection from menu until image is loaded from network. So, is there any way we can display another message after timeout. I tried MENU CLEAR and SAY Loading
2015 Jun 23
0
[patch] doc/menu.txt MENU RESOLUTION and others
Correct the order of the parameters for MENU RESOLUTION. Update references. Rewording. Typos. diff U3 /syslinux-6.03/doc/menu.txt /syslinux-6.03-next/doc/menu.txt --- /syslinux-6.03/doc/menu.txt Mon Oct 06 19:27:44 2014 +++ /syslinux-6.03-next/doc/menu.txt Wed Jun 24 01:28:49 2015 @@ -5,35 +5,38 @@ +++ THE ADVANCED MENU SYSTEM +++ The advanced menu system, written by Murali Krishnan
2006 Jan 06
1
Shift to a Menu
Can you do like this? ----------- When booting.... {Shift] Pressed -> Go to a menu system, not boot: prompt. Nothing Pressed -> Just booting a default, without time out. ----------- --- Okajima, Jun. Tokyo, Japan.
2010 Sep 30
1
PXELINUX: initrd loading failed
Hi All, During booting from network i am getting the following error initrd too large to handle, disabling initrd Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) Size of initrd0.img is approx. 317 MB Size of vmlinuz is approx. 4 MB Following is the part of my default file in pxelinux.cfg/ label linux0 menu label MyFedora13 (default) kernel vmlinuz0 APPEND
2005 Nov 06
2
Does advanced menu actually support ontimeout?
I've finally gotten around to playing with the advanced menu, though the complex example is definitely still beyond me. I'm trying to figure out a few basics from it, such as the tab key for line editing (don't know what I've done wrong here since it seems like I copied that part right) and the timeout. It looks to me like the only ontimeout implemented so far is an option to not
2012 Sep 02
2
MENU HIDDENKEY help?
Hi, I was hoping you could shed some light in usage of the directive MENU HIDDENKEY in syslinux (extlinux 4.04) The docs say: MENU HIDDENKEY key[,key...] command... So, in my conf I have: MENU HIDDENKEY Esc openelec Where openelec is the label of the boot option I want to run only if Esc is pressed. But pressing Esc on boot has no effect. Default is run. So, do I misunderstand the
2010 May 30
1
[RFC PATCH] menu: support single key booting
If MENU COMMIT is specified for a label, execute it automatically when its hotkey is pressed. Signed-off-by: Ferenc Wagner <wferi at niif.hu> --- com32/menu/menu.h | 1 + com32/menu/menumain.c | 10 ++++++++-- com32/menu/readconfig.c | 6 +++++- 3 files changed, 14 insertions(+), 3 deletions(-) As mentioned on IRC, people ask for this. So here's something to talk
2005 Jul 12
0
meetme an customized menu
Hi, today i have taken a strong look at meetme.c what i am trying to accomplish is the following: it should be possible to access an menu from within the conference in order to perform special tasks, eg. to dial another number so that the called person is joined with the conderence. my first try was to use an agi-script for this, but as with agi enabled sip-channels (for which
2005 Feb 22
2
Custom Menu Not Working
Greetings *`s, I am having what appears to be a small problem, but the frustration is erally getting to me, what am I doing wrong here ? I used AMP to set up a custom menu, so if caller presses 1 it goes to ext200, if caller presses 2 it goes to ext201 etc etc... Now I have created a third option that when the caller presses 3 it must play a sound and hang up. No rocket science yet. When
2006 Mar 30
0
PXE Linux (Simple Menu) freeze after pressing 23 times return
Yes it sounds silly, but its true. I made a menu with some submenu with the simple menu system. After pressing 23 times return to get into the submenu or back to the mainmenu it freeze. I think this is a bug of syslinux. I tried it on 3 different PC/Servers always the same effect. Here is my default and one of my submenu files: default: #Projekt PXE-Boot von Franz Lang www.franz-lang.com
2005 Mar 24
1
Problems with menu.c32, and some feature request for menu.c32
I have found two bugs in the menu.c32 utility, part of the syslinux-3.08-pre5 build, and have a couple of requests. Problem 1: If you use the ^ symbol to define a number as a hotkey, ex. MENU LABEL ^1 Option #1 , the menu will not print the number highlighted. It will use it as a hot key, it just will not highlight it. It does highlight the hotkey if specify a letter, A-Z. Problem 2: When
2020 Oct 20
0
Customized theme for Syslinux.cfg
Thanks Gregory, my mistake, your explanation was half right and your code was fully right, I meant to say the key is setting the first two digits in the foreground and background to "00" (which means transparent) this will delete the color of the border, and then making the shadowing variable equal to "none" this will delete the shadowing black line that appears by default. See
2010 Oct 05
3
EXT3 Reserve Space
Hi All, Whenever an EXT3 partition is created some space is reserved for super-user, I used the mkfs.ext3 with option -m set to 0, but there is no effect it still reserve the space. How can i set the reserved-space to 0 or calculate the reserved-space in advance? Any suggestion/idea? Regards, -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 May 24
0
menu: alternative config file
The menu system allows one to specify an alternative config file and it's also possible to specify more than one file. menu.txt got "If you specify more than one file, they will all be read, in the order specified." What is the desired failure mode if one of those files doesn't exist? com32/menu/menumain.c calls parse_configs() which itself calls parse_one_config
2020 Oct 16
0
Customized theme for Syslinux.cfg
Thank you Gregory your code worked to remove the border in syslinux! It wasn?t the Alpha (that changes the opacity of the border color), but it was the ?shadowing? that had to be changed, so ?none? in the shadowing column worked(you notice the border come back if you change ?none? to ?std?) reference this link for terms: https://wiki.syslinux.org/wiki/index.php?title=Menu#MENU_COLOR ! I am also
2005 Mar 27
3
RESEND: Problems with menu.c32, and some feature request for menu.c32
I am resending this message because I have not recieved any response back. I have found two bugs in the menu.c32 utility, part of the syslinux-3.08-pre5 build, and have a couple of requests. Problem 1: If you use the ^ symbol to define a number as a hotkey, ex. MENU LABEL ^1 Option #1 , the menu will not print the number highlighted. It will use it as a hot key, it just will not highlight it.
2006 Feb 23
2
Chainloading the Menu.
Hello, I have found what seems to be a wee bit of a bug in the ISOLINUX menu. :) I have chainloaded a second menu as per the example at the very bottom of README.menu. When a menu item is selected in the second menu, <Enter> is pressed, the menu complains that it cannot find an image with the name of the label. So if the label is Image_1, it says it cannot find that. However, if
2005 Sep 04
1
Option 1 in IVR menu
Hi all, I'm trying to setup a simple IVR menu in a context in extensions.conf. So far, I have: extension s for playing back the menu # to repeat it * for directory 0 for operator 1 which goes to another context: exten => 1,1,GoTo(option_1,s,1) Here is what I have in extensions.conf: [incoming] ; main greeintg exten => s, 1, Ringing exten => s, 2, Wait(10) exten => s, 3, NoOp()
2020 Apr 07
1
ISOLINUX stuck at boot menu. How do I debug ?
I have just created an ISO containing Fedora and ISOLinux as the bootloader. This is the ISO creation command: genisoimage -U -r -v -T -J -joliet-long -V "Fedora-WS-Live-31-1-9" -volset "Fedora-WS-Live-31-1-9" -A "Fedora-WS-Live-31-1-9" -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e
2010 Apr 23
1
Path simple menu integrated progress indicator
This patch modifies the simple menu com32 program to include integrated load progress. It also adds new options to the simple menu configuration MENU LOADMSG -- allows the user to specify the text to display when loading MENU LOADMSGROW -- controls where the text is written Example configuration: MENU LOADMSG Booting MENU LOADMSGROW 25 It works with my setup, please let me know if you find