similar to: complex menu and timeout handler

Displaying 20 results from an estimated 4000 matches similar to: "complex menu and timeout handler"

2006 Nov 22
2
Problem with "additional" submenus
Hello all, First off, thanks for the great work. I have recently added "more submenus" to a functioning advanced menu that only had one "submenu off of the main menu before" The addition of the new submenus has caused the main menu to not function correctly and I have been pouring over the code for several weeks and I just cannot see the error that I have introduced. This
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
2005 Dec 27
4
ONTIMEOUT LOCALBOOT -1 and menu.c32 -
Hi, I am having some problem with LOCALBOOT and menu.c32 This is my isolinux.cfg: ------------------------------------------- default menu.c32 timeout 50 prompt 0 ontimeout local menu title "TITLE" label livecd menu default manu label "LiveCD" kernel gentoo append initrd=initrd.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/ livecd.squashfs
2004 May 14
2
ONTIMEOUT and menu
Maybe I missed something here. What I want to happen is PXE boot on a timeout will boot to the hard drive. But, what happens is my comboot menu, which is default, loads right away and the ontimeout only happens when I escape out of the menu. My pxelinux.cfg/default: default menu timeout 100 ontimeout localboot # The Main Menu label menu kernel mainmenu.com append keeppxe #
2005 Dec 12
2
Configuration question for syslinux 3.11 menu and ontimeout option
I just started to play with syslinux 3.11 and have some problems with the configuration. I want to implement following: wait 5 seconds till the users chooses the right label. if nothing is done for 5 seconds it should boot from next boot device specified by the BIOS. I configured syslinux like that: default menu.c32 prompt 0 timeout 50 ONTIMEOUT localboot totaltimeout 200 display boot.msg MENU
2006 Nov 27
8
Chaining from PXELinux to some other boot loader
Hi I am using PXELinux to boot BartPE and some other application and it works fine. There are some other Boot application which I am using 3COM MBAUTIL PXE.mnu and floppy images. I have problem chaining from pxelinux.0 to 3com pxe.0 (pxe.mnu). Consider: BIOS->(DHCP-TFTP)->pxelinux.0 works fine. BIOS->(DHCP-TFTP)->3COM pxe.mnu works fine, the menu appears and I can choose a floppy
2010 Mar 12
4
PXELINUX menu is not displayed at start-up
Hello, I have the following problem. I am trying to pxeboot a virtual machine using Sun's Virtualbox. I am trying to experiment with the menu options of pxelinux and this is my pxelinux.cfg/default file. # generated by fai-chboot for host cdbexample with IP 172.16.31.200 default menu.c32 prompt 0 default fai-generated timeout 300 #ONTIMEOUT local MENU TITLE PXE Menu LABEL fai-generated
2013 Sep 06
1
5.10 regression (from 5.01) MENU INCLUDE broken.
> > > On 09/05/2013 01:55 AM, Gene Cumm wrote: > > > On Wed, Sep 4, 2013 at 2:34 PM, Piotr Karbowski > > > <piotr.karbowski at gmail.com> wrote: > > > > > >> With syslinux (extlinux) it will jump to last INCLUDE'ed menu always, with > > >> 5.01 it will display list of elements, then allow me to choose which one I > >
2012 May 04
3
[GIT PULL] elflink fixes
Peter, Paulo reported some problems with his config files under ISOLINUX and PXELINUX - basically TIMEOUT and TOTALTIMEOUT were broken. The patches I've pushed to the elflink branch fix this and also fix parsing of the ALLOWOPTIONS config directive. The following changes since commit d5e02fb16a11bfdbce1e90a39e6cb5f2ad925389: get_key: Valid key values are positive (2012-04-17 11:25:53
2006 Jan 05
0
ONTIMEOUT LOCALBOOT -1 and menu.c32 -- Solution: "ONTIMEOUT .localboot -1" works!
Hi, I just found this post: http://syslinux.zytor.com/archives/2005-September/005814.html ONTIMEOUT was broken in menu.c32, and you fixed it. But the fix broke support for LABEL references in ONTIMEOUT. I changed my "ONTIMEOUT local" to "ONTIMEOUT .localboot -1" and it works! Anoying is that I tried ONTIMEOUT LOCALBOOT -1 before. This failed, but after having a look at the
2009 Mar 18
2
Issue with timeout option?
I have a project g4l that uses syslinux and have been working on the next version. I installed the 3.74 pre5, and it worked just fine. But I was doing a test, and booted the systems, and usually pick the default kerenel or one of the other kernels on the CD before it times out with 60 seconds. But this time, I didn't do that. It loaded the default kernel with no problem, but then gives
2008 Jun 13
1
console redirect
Hi All, I'm trying to get console redirect working with Ultimate Boot CD which uses syslinux. My syslinux.cfg file looks like this: SERIAL 0 DISPLAY startup.msg PROMPT 1 TIMEOUT 100 DEFAULT main #ONTIMEOUT boot ONTIMEOUT main LABEL boot ? KERNEL chain.c32 ? APPEND hd0 LABEL main ? KERNEL menu.c32 ? APPEND /menus/main.cfg text console=tty0 console=ttyS0 ? But I still
2010 Aug 26
1
[Bug]: Extlinux needs 1 minute before boot menu is shown
Hello, when I try to boot from my computer extlinux needs about one minute before the boot menu is shown. Here's my system configuration -Two IDE drives on one controller -Second hdd is boot hdd -I'm using Arch Linux (i686) Is there an official bug tracker which I can use? I only found the debian bug tracker and I can't find any information about bugs on the homepage. Here is my
2015 Aug 02
1
interacting with UART
On Sat, Aug 1, 2015 at 4:56 PM, Tal Lubko via Syslinux <syslinux at zytor.com> wrote: > Hi Geert > > > Thanks for your help. > What I'm planning to do is to write COM32 image that will open UART channel and wait for input (until timeout arrives). > In case input arrives, it will parse and validate it and act accordingly. > My solution doesn't involve user
2017 Sep 28
2
syslinux.cfg, default, labels
Hi, http://www.syslinux.org/wiki/index.php?title=Config > DEFAULT > > DEFAULT command > > Set the default command line (which often references a LABEL). I have tried default vmlinuz-4.12.13_1 root=.... rootflags=.... initrd=.... but vmlinuz does not get executed. I was given a prompt ("boot:"). Despite that "prompt 0" and "timeout 0" are
2006 Jan 23
1
Newbie question: need assistance setting up a boot menu for linux dist + win98
Hi, I want to Boot up from a USB Disk-On-Key, Pull up a menu of: Start Fresh install of WBEL 3.0 Start Fresh install of WBEL 4.0 Start Fresh install of CentOS 3.6 Start Fresh install of CentOS 4.2 Load Win98 boot disk and end with command prompt. My problem is that I'm a novice user (sounds nicer than a newbie :)) ) and my experience with Linux was vanilla installs with no
2006 Sep 04
0
Patch to menu.c32 from syslinux 3.20
Hi, I'm attaching a patch to Syslinux dealing with a handful of issues that were preventing me from using the simple menu interface. Issues covered: * Enable "MENU ONERROR" as a keyword on par with "ONERROR". * Enable hidden menu entries to be used as ontimeout and onerror entries (probably the least estheticalla pleasing part, sorry about that.) * Make global
2013 Jun 28
2
extlinux >= 5.01 menu.c32 timeout doesn't work
Hi, I am using qemu for testing new versions of syslinux before installing on an embedded computer. Everything works fine under qemu (1.5.0), so I updated extlinux from 4.06 to 5.11-pre3 on the computer. I found that the autostart's timeout does not work. The timeout value is correct but nothing happens. It worked well with extlinux 4.06... I tried with extlinux 5.01, 5.10, 5.11-pre3 and
2014 Jul 11
2
Avoid returning to menu if boot error happened
Hi I have a weird early boot bug that most likely happens because of interaction between syslinux (6.03pre18), btrfs and initram generated by Linux Arch installer. For some reason boot fails. Syslinux prints some information and returns back to the menu. Unfortunately it clears all the messages from screen. I really want to know what boot process prints there. Looking at
2005 Aug 13
4
Timing out ajax requests?
Has someone come up with a generic way to handle ajax requests that exceed a certain time? In my concrete case, I have several select boxes for drilling down a hierarchy. When the user clicks an option, the next deeper level is retrieved. To avoid multiple concurrent requests, I disable the select box. As the request may take too long or cause an error, I set a timeout that re-enables the