Displaying 20 results from an estimated 200 matches similar to: "RFC: Feature: MENU HIDDEN behaviour on ANY key"
2019 Apr 12
1
RFC: Feature: MENU HIDDEN behaviour on ANY key
> Le 11 avr. 2019 ? 14:48, Ady Ady via Syslinux <syslinux at syslinux.org> a ?crit :
> 
> 
>> Hello,
>> 
>> Here's a small enhancement feature for menu.c32. Looking for feedback before
>> starting any coding (not sure when I'll have time for implementation)
>> 
>> Regards,
>> Dany St-Amant
>> 
>> 
>> *Problem
2019 Apr 11
0
RFC: Feature: MENU HIDDEN behaviour on ANY key
> Hello,
> 
> Here's a small enhancement feature for menu.c32. Looking for feedback before
> starting any coding (not sure when I'll have time for implementation)
> 
> Regards,
> Dany St-Amant
> 
> 
> *Problem statement*
> 
> When MENU HIDDEN is used on an headless server, any noise on the serial
> console can interrupt the boot; it would be
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
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
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
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
2014 Sep 13
2
Arrow key feature request
On Thu, Sep 11, 2014 at 4:09 PM, Ady <ady-sf at hotmail.com> wrote:
>> Since keystrokes were brought up, this seems like a reasonable time to
>> make the following seemingly simple-to-implement feature request:
>>
>> Navigating a multi-level menu structure seems to require use of
>> UP/DOWN/ENTER/ESC. It would be easier to quickly search/navigate if it
>>
2009 May 03
3
Domain-specific HLT when idle
Hello hpa,
We are developing a Xen-based virtualization service, and we are trying 
to reduce excessive CPU utilization at isolinux boot prompts.  When 
users boot up a virtual machine on an isolinux boot CD, the CPU starts 
spinning at 100%.  These machines frequently get left in this state for 
days or weeks, degrading the service for everyone else.
You replied to the work-around discussed in
2011 Feb 17
5
[PATCH 0/4] Reduce core size
From: Matt Fleming <matt.fleming at linux.intel.com>
These patches are based on the elflink branch.
This set of patches is my attempt at moving the command-line interface
functionality out of the core and into an ELF module to reduce the
size of the core.
The most interesting patch is [PATCH 4/4] which moves the cli code out
of core/elflink and into com32/elflink/modules. [PATCH 4/4] is
2016 Jul 07
3
no boot, no message
On Thu, Jul 7, 2016 at 8:00 AM, Ady Ady via Syslinux <syslinux at zytor.com> wrote:
>
>>
> We would need at least:
>
> A_ the partitions and directory structure in which the following items
> are _located_ :
/dev/sda1:
#  tree .
.
??? extlinux
?   ??? ldlinux.c32
?   ??? ldlinux.sys
?   ??? libcom32.c32
?   ??? libmenu.c32
?   ??? libutil.c32
?   ??? menu.c32
?   ???
2013 Jul 18
4
FW: pxelinux 5.x, 6.x memtest problem
Hi,
OK. I build syslinux-6.02-pre6 from
https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.02/syslinux-6.02-pre6.tar.gz
on a Debian jessie/sid system (with gnu-efi_3.0u+debian-2 from
experimental):
root at jessie: ~# cd /tmp
root at jessie:/tmp# wget
https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.02/syslinux-6.02-pre6.tar.gz
root at jessie:/tmp# tar xfz
2017 Nov 24
9
Help for setting up windows unattended installation
Hi.
I have looked at PXElinux<http://www.syslinux.org/wiki/index.php?title=PXELINUX> to understand all this, but I'm very sorry I don't.
I have managed to setup to boot from PXELinux, but I'm not an expert on how to setup a menu file for making a windows unattended installation.
Could someone help me with that?
Is there some kind of a forum for this or is it just by email?
2014 Jun 09
2
NOTABMSG issue with 6.03
Hi all,
I can't suppress TAB menu prompt and I wonder if this feature is working or not.
I'm using extlinux and here is a cut from extlinux.conf:
UI menu.c32
prompt 0
MENU TITLE MYPC
MENU AUTOBOOT Automatic boot in # second{,s}...
MENU NOTABMSG
timeout 100
TOTALTIMEOUT 1800
label main
    MENU DEFAULT
    MENU LABEL Linux Kernel 3.x
...
I'm using latest code from the git tagged as
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
2011 Jun 04
1
hanging localboot
Ive got a soekris 4801 on which Ive used pxelinux...
its bios is set to go to pxeboot 1st, then localboot.
Ive got:
    label bootlocal
      MENU label ^9 Boot Local
      localboot 0
      # timeout 80
      # TOTALTIMEOUT 9000
but using hangs:
Booting from local disk...
PXE-M0F: Exiting MacPhyter PXE ROM.
then nothing.
the same compact flash image works fine when boot order is 80 1st,
or
2009 May 04
3
[RFC][PATCH] poweroff COMBOOT module
This module is able to power off a system via APM.
It was tested on QEMU, Bochs and VMware.
Possible usage:
TIMEOUT 3000
TOTALTIMEOUT 9000
ONTIMEOUT poweroff.com
- Sebastian
Index: syslinux-3.80-pre7/modules/poweroff.asm
===================================================================
--- /dev/null
+++ syslinux-3.80-pre7/modules/poweroff.asm
@@ -0,0 +1,86 @@
+		absolute 0
+pspInt20:	resw 1
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
From: Matt Fleming <matt.fleming at linux.intel.com>
This is a series of patches that,
* shrink the core by moving things into an ldlinux ELF module
* begin wiring up some of the C versions of various functions
The core now only contains essential code and loads the ldlinux module
to do everything else, like providing a command line interface and
loading kernels.
The config file parsing
2009 Jul 16
2
[PATCH server] updated anyterm/ovirt integration
host static anyterm content locally,
 url parameterize anyterm rows/cols/general param
 update spec/makefile
 Ideally I wanted and tried hard to put all this into a
 seperate ovirt-server--anyterm subpackage, but we cannot
 'reopen' the ovirt server virtual host defined in
 ovirt-server.conf to add the neccessary rewrite rules. it would
 be nice to figure out a way to do this
---
2011 Mar 10
2
Does not auto boot after time out
I am having difficulty trying to figure out how to get a computer to
boot from it's local disk automatically after the pxe menu times out.
I installed syslinux-3.11-4 with yum onto CentOS 5.5
It boots to the local disk if I select Local from the menu and press
enter but it never times out and boots localy.
The AUTOBOOT message doesn't appear either.  
Which instructions in the PXELINUX
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.