similar to: Configuration question for syslinux 3.11 menu and ontimeout option

Displaying 20 results from an estimated 300 matches similar to: "Configuration question for syslinux 3.11 menu and ontimeout option"

2005 Dec 09
2
Development Question for version 2.11 of isolinux
Hi 2 all ! I want to implement a new option into version 2.11 of syslinux: The feature should do the following: Ask the user if he really wants to boot from dvd. If no keyboard key is pressed in an amount of time it should boot from the next device configured in BIOS (INT 18h). I looked up the isolinux.asm and tried 2 entry points for my code: 1. entry point: label
2007 Aug 22
5
Slow concurrent actions on the same LVM logical volume
Hi 2 all ! I have problems with concurrent filesystem actions on a ocfs2 filesystem which is mounted by 2 nodes. OS=RH5ES and OCFS2=1.2.6 F.e.: If I have a LV called testlv which is mounted on /mnt on both servers and I do a "dd if=/dev/zero of=/mnt/test.a bs=1024 count=1000000" on server 1 and do at the same time a du -hs /mnt/test.a it takes about 5 seconds for du -hs to execute: 270M
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
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 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
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
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
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
2008 Jul 30
1
Filesystem usage after mkfs.ocfs2
Hi ! I recognized today that if I create a new filesystem that already 2% of the filesystem are used: /dev/mapper/raid3VG-sts007 79G 1.1G 78G 2% /srv/xyz/sts/007 even if the filesystem is completly empty. What are this 2% of (hidden) data or is it some kind of reserved blocks ? yours Arnold -- Arnold Maderthaner J4Care Inc.
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
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
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,
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
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
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: [syslinux] Time out would not boot from local drive ONTIMEOUT is meant to be a
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
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
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.
> > > 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 > >