Displaying 20 results from an estimated 3000 matches similar to: "Final line of menu selectable even if it is disabled"
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and
2012 Oct 10
1
Final line of menu selectable even if it is disabled
Date sent: Tue, 9 Oct 2012 21:09:22 +0200
From: Geert Stappers <stappers at stappers.nl>
To: syslinux at zytor.com
Subject: Re: [syslinux] Final line of menu selectable even if
it is disabled
> On Tue, Oct 09, 2012 at 01:10:31PM +0100, Matt Fleming wrote:
...
>
> Message from Matt Septhon
>
> Sorry I'm not in a position to
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
2013 Jan 29
1
Fwd: Minor syslinux menu system bug report
-------- Original Message --------
From: Alexander Perlis <aperlis at math.lsu.edu>
Sent: Mon Jan 28 18:21:18 PST 2013
To: hpa at zytor.com
Subject: Minor syslinux menu system bug report
Sorry for the intrusion, I know authors dislike receiving direct e-mail,
but I couldn't see bug report submission info at the syslinux website.
This bug report is for syslinux 4.05 and affects both
2016 May 12
2
syslinux vs isolinux - com32 serial port output problem
I have a need to display text to COM2 before loading a kernel. The easiest way to do this was to invade menu.c32 (menumain.c) and add a function to send the string out to the serial port just before the selected menu "label" is executed. In menumain.c, my function is called just before 'if (cmdline)'.
The code I wrote to initialize the hardware and send individual characters
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
2014 Nov 22
3
Use z size specifier for printf-ing size_t variable
Hello.
Use the z size specifier to printf-ing size_t variables to get rid of gcc
warning
format ?%08x? expects type ?unsigned int?, but argument 2 has type ?long unsigned int?
--
MartinS
diff --git a/com32/lib/syslinux/initramfs_file.c b/com32/lib/syslinux/initramfs_file.c
index 7eb55b5..9f9fa75 100644
--- a/com32/lib/syslinux/initramfs_file.c
+++ b/com32/lib/syslinux/initramfs_file.c
@@
2016 May 12
3
syslinux vs isolinux - com32 serial port output problem
On Thu, May 12, 2016 at 06:16:46PM +0200, Good Old Idea via Syslinux wrote:
> On Thu, May 12, 2016 at 02:29:52PM +0000, Janz, Burt via Syslinux wrote:
> > I have a need to display text to COM2 before loading a kernel.
> > The easiest way to do this was to invade menu.c32 (menumain.c) and
> > add a function to send the string out to the serial port just before
> > the
2005 Mar 27
3
RESEND: Problems with menu.c32, and some feature request for menu.c32
I am resending this message because I have not recieved any response back.
I have found two bugs in the menu.c32 utility, part of the syslinux-3.08-pre5 build, and have a couple of requests.
Problem 1:
If you use the ^ symbol to define a number as a hotkey, ex. MENU LABEL ^1 Option #1 , the menu will not print the number highlighted. It will use it as a hot key, it just will not highlight it.
2008 Jan 09
2
MENU / SHA1 passwords not working.
Hi. I'm having a problem with hashing passwords for use in the menu.
If I specify plain passwords in my config it works file:
Example:
MENU MASTER PASSWD 1234567890
MENU PASSWD test123
However if I hash a password using the sha1pass script the resulting hashes
don't work.
MENU MASTER PASSWD $4$9qj4qv8g$HQ6Jl6TVrpign78XeofX2OLmfJo$
MENU PASSWD test123
2019 Apr 17
1
Fix: hotkey uppercasing too wide
Hello,
Stumble upon this issue. If one define digits as hotkeys, the action is also taken for the non-reserved CTRL-P to CTRL-Y (also affect ASCII prior to digits). Here's a quick patch, quickly tested for action on uppercase/lowercase and digit and inaction on "matching" CTRL key.
Regards,
Dany
*Sample config section*
LABEL extra2
MENU LABEL ^2. Two
# pressing 2 activates
2009 Jun 13
1
menu system behaviour with empty config file
The behaviour of the menu system is odd when an empty / not existing config file is specified:
the screen is cleared but not even the menu frame is displayed.
It seems to be a problem with run_menu() from menumain.c:
if (top != prev_top) {
draw_menu(entry, top, 1);
display_help(me->helptext);
} else if (entry != prev_entry) {
2019 Apr 11
3
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 preferable if there only specific keys were allowed to interrupt, reducing
2011 Mar 23
2
Problems with recompiling vesamenu.c32
Hello
I'm using PXELinux with vesamenu.c32 to load a custom knoppix image I made
and to allow access to the WDS menu.
The problem is that the PXElinux loads the menu automatically (unlike WDS
which asks the user to press F12 before loading the menu) and I want it to
load only if the user presses F12 in 5 seconds.
So I tried using the hidden function of the menu with the timeout option
2010 Apr 23
1
Path simple menu integrated progress indicator
This patch modifies the simple menu com32 program to include integrated load progress. It also adds new options to the simple menu configuration
MENU LOADMSG -- allows the user to specify the text to display when loading
MENU LOADMSGROW -- controls where the text is written
Example configuration:
MENU LOADMSG Booting
MENU LOADMSGROW 25
It works with my setup, please let me know if you find
2007 Feb 07
2
SYSLINUX 3.36-pre6 (release candidate)
I have, hopefully, found and fixed the issue with non-kernel binaries
that appeared in 3.35. As a result, I have pushed out 3.36-pre6 and am
classifying it as a release candidate. Please try it out, especially if
you have had problems with 3.35.
ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/
-hpa
2006 Jul 17
2
(un)selectable folders
Hi ya'll
I'm using dovecot 0.99.11 and I have a doubt about some folders.
The Inbox folder is greyed out on most of my clients, and I just
cannot move any message (on other folders) into inbox. I'd like to
know if I can do that.
Besides that, when I select the Drafts folder I get the "Mailbox isn't
selectable" warning, and cannot save any drafts there so, how could I
2019 Feb 09
1
Can't sync mailbox XXX: Mailbox isn't selectable
Hi,
I have users with file system folders, which contain mbox files and
dovecot indexes, in the ~/mail directory.
If I run dsync, I have an error message and the sync can not be completed:
Can't sync mailbox FOLDER_NAME: Mailbox isn't selectable
I could not find any solution via google or any hint what to do in this
situation. Thanks for your help and suggestion,
Tamas
--
Tamas
2012 Jul 16
5
[PATCH 0/5] Deleting __intcall() from Syslinux
From: Matt Fleming <matt.fleming at intel.com>
Since we can't use __intcall() for EFI, and since we can now have the
ELF module code resolve all our symbols at runtime, we should delete
as many references to __intcall() as possible and just access the
symbols directly.
The most interesting patch is the support for weak symbols. We need to
be able to reference derivative-specific
2008 Jan 02
3
inconsistent Int 22h local boot
I have a Dell 1435 system that will not respond correctly to a com32 call
to Local boot
Int 22h
AX=14h
DX = 0
This call should not return. It should unload the PXE+UNDI stacks and
continue the boot process with the next boot device.
This call is working fine for me on an HP DL360G2 and on a Dell PE 850.
But, on this Dell 1435 the call is returning from the Int 22h.
I am using syslinux 3.51