search for: ontimeout

Displaying 20 results from an estimated 105 matches for "ontimeout".

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 s...
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 dokeymap cdroot vga=791 splash=silent,theme:livecd-2005.1 CONSOLE=/dev/tty1...
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 # Boot To Local Drive label localboot LOCALBOOT 0
2005 Dec 12
2
Configuration question for syslinux 3.11 menu and ontimeout option
...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 TITLE Installation Version 1.2 F1 boot.msg F2 options.msg F3 general.msg F4 param.msg F5 rescue.msg F7 snake.msg label linux MENU LABEL Linux kernel vmlinuz append initrd=initrd.img ramdisk_size=8192 label text MENU LABEL Linux Text Installat...
2012 May 04
3
[GIT PULL] elflink fixes
...4c70..b15a082 100644 --- a/com32/elflink/ldlinux/config.h +++ b/com32/elflink/ldlinux/config.h @@ -35,6 +35,7 @@ extern short nohalt; //idle.inc extern const char *default_cmd; //"default" command line extern const char *onerror; //"onerror" command line +extern const char *ontimeout; //"ontimeout" command line extern void cat_help_file(int key); extern struct menu_entry *find_label(const char *str); diff --git a/com32/elflink/ldlinux/ldlinux.c b/com32/elflink/ldlinux/ldlinux.c index da93c54..f11a65c 100644 --- a/com32/elflink/ldlinux/ldlinux.c +++ b/com32/elflink...
2005 Nov 06
2
Does advanced menu actually support ontimeout?
...dvanced 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 even show the menu at all if the user doesn't press a key within a certain time period. But, I want it to show the menu and simply time out after a while of no keypresses. Is there any way to implement this that doesn't require several pages of code?...
2009 Mar 18
2
Issue with timeout option?
...lock(253,0) Please append a correct "root=" boot option; here are the available partitions: Then it shows the hard disk and cd drive options. Kernel panic - not syncing: VGS: Unable to mount root fs on unknown- block(253,0). If I select the same kernel from the menu, it boots fine? the Ontimeout is: Ontimeout bz28.7 Has something changed? Thanks. +----------------------------------------------------------+ Michael D. Setzer II - Computer Science Instructor Guam Community College Computer Center mailto:mikes at kuentos.guam.net...
2009 Mar 01
2
ONTIMEOUT pxelinux.0
I'm fond of using the above with TIMEOUT 100 and vesamenu.c32 so the system just cycles the menus repeatedly awaiting user interaction. However if user interacts, but then don't choose anything for a few minutes, the next time she chooses the pxelinux.0 option it will hang. This occurs on different models of HP ProLiant DL G5. The only way to recover is to hard reset the system. Is
2014 Apr 19
0
Some behaviors observed in recent versions
Testing the following (uncommon) syslinux.cfg with different Syslinux versions allows getting to several observations; some might be of interest to users, and some for the Syslinux developers. syslinux.cfg *** UI menu.c32 DEFAULT help TIMEOUT 30 # ONTIMEOUT help LABEL pwd COM32 pwd.c32 LABEL help MENU HELP help.txt *** 1_ For the TIMEOUT-related directives to behave as expected, at least 2 LABELs shall be present. 2_ Manually selecting "LABEL help" from the menu will display the content of "help.txt". 3_ Letting the DEFAUL...
2008 Apr 22
5
which should I use: TIMEOUT, ONTIMEOUT, or ONERROR ?
Hi. I'm trying to get around the problem of an overloaded tftp server causing a pxelinux client hanging at the boot: prompt, waiting for input (no one will input anything to it). The server is OK enough to give the pxebootloader but not the config file, as in this thread: http://syslinux.zytor.com/archives/2004-June/003662.html So, in that case, I guess setting TIMEOUT to some
2017 Sep 28
2
syslinux.cfg, default, labels
...t executed fine. So, *is the use of labels mandatory?*... (This is on linux, booting is via extlinux.) What is the absolute shortest syslinux.cfg when I want to just start immediately the vmlinuz? No menu, no prompt, no implicit command line, no keystroke watching, no autocompleting. The 'ontimeout' is the same as 'default', or is there any difference? Only one of them can be present?
2015 Aug 02
1
interacting with UART
...s Syslinux supports UART in COM32 image? There's two easy options in my opinion, depending on the data you're feeding or can feed via the UART. 1) menu.c32 in serial mode. Using the shortcut keys to select a label then providing an <enter> keystroke, it'll work. Set DEFAULT or ONTIMEOUT, TIMEOUT, SERIAL, CONSOLE, and create LABELs with MENU LABELs containing '^' for the shortcuts. 2) Custom COM32 with character-based read() calls to stdin, setting stdin/stdout with the SERIAL and CONSOLE directives, with calls to syslinux_run_command(). I'd recommend avoiding direct...
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 can't get the console to work.. what am I doing wrong? Please cc me because I don't always check the thread. Than...
2006 Aug 31
0
FW: Time out would not boot from local drive
> ONTIMEOUT is meant to be a label I think that wrong . :) Actually, I just looked at my config and I have TIMEOUT .localboot -1 -----Original Message----- From: Ardill, Robert (DTEI) Sent: Thursday, 31 August 2006 10:05 AM To: 'Greg_Chu at Wendys.com' Cc: 'SYSLINUX at zytor.com' Subject: RE...
2010 Mar 12
4
PXELINUX menu is not displayed at start-up
...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 MENU LABEL Fai Generated kernel vmlinuz-2.6.26-2-amd64 append initrd=initrd.img-2.6.26-2-amd64 ip=dhcp root=/dev/nfs nfsroot=172.16.31.23:/srv/fai/nfsroot boot=live FAI_FLAGS=verbose,sshd,createvt FAI_ACTION=install When I s...
2005 Sep 28
1
complex menu and timeout handler
hy, i'm looking for a way to register the start of a specific menu entry (the parameter is "linux") with the ontimeout handler, unfortunately the complex example only offers beep(). what is the correct way to start this specific entry? something like char *call = "linux"; return call; thx in advance, marco
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
2013 Sep 06
1
5.10 regression (from 5.01) MENU INCLUDE broken.
...n one "LABEL live"; change > the label names so to make them unique, at least within each cfg file > if not all across). > > 3. Correct "Ur vesamenu.c32". > > 4. By using multiple UI directives in INCLUDEd cfg files, together > with several TIMEOUT and ONTIMEOUT directives (also in INCLUDEd cfg > files), you are elevating the chances of "unexpected" behaviors. > Using these directives in INCLUDEd files is indeed allowed, but you > are more prone to some "rare" result. This might not be a real > problem, but simplifying t...
2012 Dec 06
4
problems with isolinux over serial console
Hi, I'm missing something in my isolinux.cfg configuration but I'm not quite sure what it is. menu.c32 displays properly over video console, but on the serial connection, the first letter of the labels are duplicated, and the margin is pushed off towards the right: http://dl.dropbox.com/u/59666947/isolinux.jpg my config is: --- cut --- 1. serial 0 115200 2. console 0 3. 4.
2005 Aug 13
4
Timing out ajax requests?
...disable the select box. As the request may take too long or cause an error, I set a timeout that re-enables the select boxes. Now, this isn''t really complicated, but it makes my code just slightly messier. What I''d like best is to have a two options on Ajax: timeoutDelay and onTimeout, where on a timeout the request is aborted. Does the base XmlHttpRequest support this in any way? A very quick web search didn''t bring up any relevant info. Michael -- Michael Schuerig Most people would rather die than think. mailto:michael@schuerig.de...