Displaying 20 results from an estimated 5000 matches similar to: "ONTIMEOUT and menu"
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
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 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
2005 Nov 03
2
simple menu limitations
I am using the following simple menu and have noticed that items at the
bottom are dropping off. I seem to be limited to 12 items. Is there a
limit to how many items can be on the simple menu?
default pxelinux.cfg/menu.c32
prompt 0
MENU TITLE UWSP PXE Boot Menu
# TIMEOUT 200
LABEL bartpe
MENU LABEL Build 12
KERNEL /STARTROM.0
APPEND keeppxe
LABEL 11dnet
MENU LABEL Build 11DNET beta
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
2004 Jan 15
1
Re: pxegrub + memdisk + dos + undi
sorry - i must have overlooked the part where you mentioned that.. my fault.
What software are you looking at ? Altiris maybe ?
I am, ofcourse interested in the option you are looking for.
Please keep this list updated.
Best regards,
Rijk
-----Original Message-----
From: Aaron McSorley [mailto:aaron.mcsorley at amd.com]
Sent: Thursday, January 15, 2004 4:56 PM
To: rbitter at cntnl.jnj.com
Cc:
2004 Jan 15
1
Re: pxegrub + memdisk + dos + undi
Hi Aaron,
i know it is not an interactive menu - but in my 'config' file i call
for a textfile to be displayed : DISPLAY menu.txt
that contains all my labels. See the first part of my 'config' :
label 0
LOCALBOOT 0
label 1
KERNEL memdisk/memdisk
APPEND initrd=images/w2k/unatt.ima
label 2
KERNEL memdisk/memdisk
APPEND
2003 Nov 24
5
SYSLINUX 2.08-pre1 released
Working on fixing lower-priority bugs that I didn't want to risk
destabilizing the 2.07 release for:
Changes in 2.08:
* Add "timeoutcmd" to allow timeout to have a different action
than just pressing Enter.
* Fix bugs in the COMBOOT/COM32 command-line parsing. APPEND
now works with COMBOOT/COM32 images.
2013 Jun 25
8
Syslinux 6.00 released
On Tue, 25 Jun, at 01:09:47PM, H. Peter Anvin wrote:
> Not really... let's just document "make bios".
There's preliminary documentation in doc/building.txt.
--
Matt Fleming, Intel Open Source Technology Center
2016 Jun 14
2
[PATCH] Fix recognition of keeppxe option
> > kernel.c:new_linux_kernel() to load_linux.c:bios_boot_linux() because
> > there is no convenient way in new_linux_kernel() to control the boot
> > flags value.
>
> This is the part that has me questioning things and trying to recall
> if any other KERNEL-like directives ever utilize keeppxe.
>
@Gene,
Not being a developer myself, I don't understand this
2003 Nov 26
3
SYSLINUX 2.08-pre5 released
Goodness, how many prereleases has there been in the last week... have
lost count...
Anyway, I have implemented the already-promised chainbooting API, and
have included a sample program to chainboot floppies (it works for
harddisks too, but only for the MBR.)
As a bonus, in the process I actually discovered that booting .bs/.bss
images under SYSLINUX was actually broken... that has been
2016 Jun 15
2
[PATCH] Fix recognition of keeppxe option
> On Tue, Jun 14, 2016 at 12:33 PM, Ady via Syslinux <syslinux at zytor.com> wrote:
> >
> >> > kernel.c:new_linux_kernel() to load_linux.c:bios_boot_linux() because
> >> > there is no convenient way in new_linux_kernel() to control the boot
> >> > flags value.
> >>
> >> This is the part that has me questioning things and trying
2014 Dec 03
4
vesamenu back to text before booting
On Tue, 2 Dec 2014, H. Peter Anvin wrote:
> This is the default unless the "quiet" option is set.
Hmm.
tglaser at luna:/srv/tftp $ fgrep -ri quiet .
Binary file ./hdt.c32 matches
Binary file ./ldlinux.c32 matches
Binary file ./vmlinuz matches
Binary file ./linux.c32 matches
Binary file ./debian-installer/jessie/amd64/linux matches
Binary file ./debian-installer/jessie/i386/linux
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
2010 Jul 27
2
[PATCH] core: remove HAS_LOCALBOOT
HAS_LOCALBOOT is set unconditionally in config.inc.
Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
diff --git a/core/comboot.inc b/core/comboot.inc
index 59db7ec..d6f670c 100644
--- a/core/comboot.inc
+++ b/core/comboot.inc
@@ -723,13 +723,9 @@ comapi_idle:
;
; INT 22h AX=0014h Local boot
;
-%if HAS_LOCALBOOT
comapi_localboot:
mov ax,P_DX
jmp local_boot
-%else
2006 Feb 09
1
menu.c32 error "Windows is bypassing your startup files"
Hey,
Firstly i like to say good work on your project, I love the ability to use
PXE to ghost all my machines without the use of floppy disks.
Now i managed to setup PXE correctly using a copy of Barts Boot Disk's with
ModBOOT and modified it to meet our company needs. This works perfect and i
can ghost not a problem using the standard loader prompt
boot:
and inserting text depending on
2014 Mar 31
3
SYSLINUX: Neither prompt nor menu?
On 31-03-14 02:48, Ady wrote:
> First, in the 5+ versions of Syslinux, the shift/alt keys are indeed
> not working as expected. This is a bug (among several issues related
> to keyboard functionality).
Thanks for the reply. I assumed the keys not working would be specific
to my straight-booting wish, but playing around with the suggestions
that you provided, I see it's indeed more
2014 Dec 03
0
vesamenu back to text before booting
On Dec 3, 2014 3:54 AM, "Thorsten Glaser" <t.glaser at tarent.de> wrote:
>
> On Tue, 2 Dec 2014, H. Peter Anvin wrote:
>
> > This is the default unless the "quiet" option is set.
>
> Hmm.
> It does not switch back to text mode when chaining to
> https://www.mirbsd.org/MirOS/current/i386/boot renamed
> to "pxebsd.0" (used to be
2015 Jul 02
1
Compiling Menu.c32
Hello,
First, could you make a tar.gz instead of a tar.xz (at least on debian)?
I compiled the syslinux-4.05+dfsg
I would like to ask you if I shall copy the menu.elf + menu.c32 to the
concerned directory?
The menu.elf is needed or it shall be renamed as menu.c32 ?
Shall ldlinux.sys be too coming from same file?
my simple example of menu:
default menu.c32
prompt 0
MENU TITLE Sample Menu
2013 Dec 09
4
PXELINUX [BIOS] 6.02 - Upgrade to 6.02 from 4.07 introduces local boot regression
Hello All, this is my first post so I'll try to be as verbose as possible.
We have a PXE deployment server serving mostly fujitsu RX300 rack mount
servers with Intel 82575EB Gigabit Ethernet Controllers onboard. I recently
upgraded from version 4.07 to version 6.02 and, without making any edits to
my default menu, immediately noticed a regression. I use vesamenu.c32 to
present a menu to the