Displaying 20 results from an estimated 30000 matches similar to: "Changing hotkey when booting thru syslinux"
2007 Apr 18
2
[Patch]: Drive/Partition and extensible filesystem support for syslinux
Here is the patch for making syslinux enable opening partitions with
fat filesystems (well, the architecture is in place to make it open
other filesystems too).
Usage is like this:
#include <syslinux/io.h>
#include <syslinux/partitions.h>
#include <fs/fat/libfat.h>
syslinux_devdesc dfd;
struct libfat_filesystem* fs;
diskinfo disk_info;
char mbr[512];
static part_entry
2007 Feb 12
4
Read disk not working in 3.35+
Hey,
Looks like read disk function which was launched in 3.35 isnt working.
Did anyone test this on any hardware? I'm using it thru the com32
interface to read contents of the active partition of a USB boot key
(syslinux).
I did a sample test like:
void scanAndPrint()
{
com32sys_t regs_in;
char *sectorBuf = __com32.cs_bounce;
int i;
memset(sectorBuf, 0x0, 512); // XXX MARK 1
2014 Mar 30
2
SYSLINUX: Neither prompt nor menu?
Good day,
I was expecting this to be a FAQ but haven't been able to find an
answer... how would I arrange to, normally, not be presented with either
prompt or menu when booting, yet be still able to call up prompt/menu
when needed?
If the right answer is "set PROMPT 0, provide a DEFAULT entry and no UI
entry" then that doesn't work currently, in the sense that it is then
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
2007 Feb 06
3
Syslinux: Broken file reading for fat16 with 3.35+?
Hello,
I noticed after upgrading from 3.20, I haven't been able to get
syslinux to boot properly with menu.c32 or mboot.c32 from a USB key. I
get an error saying invalid kernel when its trying to load menu.c32 or
mboot.c32 (or any other kernel for that matter). I tried 3.35 and
3.36-pre5. Same exact behaviour.
I'm using the following to compile:
gcc version 3.2.3 20030502 (Red Hat Linux
2015 Dec 09
2
syslinux 6.03 bug related to rev shadow and scroll bar with vshift
I thought I've found three bugs on syslinux 6.03:
(1) With sample config file as is, i.e. leaving commented MENU VSHIFT
and MENU COLOR UNSEL but uncommented MENU COLOR SEL:
A black "border" is displayed below the selected line and on its right edge.
(2) Uncommenting MENU COLOR UNSEL:
This effect appears also on separators and on right edge on every
unselected lines.
(3)
2014 Jul 01
2
Problem: vga TEXT mode has only 8 colors when booting with syslinux
Hello,
First of all, I'm really not an expert so please correct me if I'm
saying anything wrong.
I noticed a difference when using grub2 or syslinux in my linux virtual
console (tty[1-5]) which uses VGA text mode (no graphical mode). To be
sure that I'm using this mode, I did:
$ dmesg | grep -i vga
Console: colour VGA+ 80x25
In my understanding when using the VGA text mode,
2007 Jan 22
1
Knowing your boot disk
folks,
If you boot from syslinux based USB/harddisk, is there a way to know the
partition or disk you booted from? I'm using the mboot module, so if the
info is availble to thru the COM api, i can get it and append it to cmdline.
thanks.
--
Ram
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
2008 Aug 04
1
About "MENU TITLE" and possible hotkey handling
3.71, using isolinux and simple menu system menu.c32
To avoid having many different menu config files (one for each submenu) I'm
trying switching from the once required syntax
====
MENU LABEL > ^Firmware/BIOS
KERNEL menu.c32
APPEND menufw.cfg
====
to
====
MENU BEGIN
MENU TITLE ^Firmware/BIOS
<stuff that was inside menufw.cfg>
MENU END
====
However, it's not
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
2020 Oct 02
2
Customized theme for Syslinux.cfg
Greetings Syslinux forum,
I used this link; https://askubuntu.com/questions/1090891/grub-menu-colors and I followed it's tutorial for implementing the grub theme and was able to delete the menu border by creating a customized grub theme for UEFI boot (grub.cfg)! Do you know if the "syslinux.cfg"(legacy boot grub) can have it's border removed, like do you know if
2004 Dec 18
1
voicemailmain hotkey
Hi Folks
Since updated to 1.0.1/2 I got a prob with the hotkey to
access voicemailmain.
According to the wiki
"0" jumps to extension "o" and "*" to "a"
"0" isn't working, I get vm-sorry followed by HangUp :(
"*" is working and I get access.
So I changed the dialplan to get my voicemail managed.
Tested on zaphfc and capi
Is
2007 Nov 14
2
PXE in wonderland
Hi,
I have collected a bunch of old PII PCs that I am trying to PXE boot.
There NICs are old and so I use etherboot floppy to emulate a native PXE
boot. I have configured tftp, dhcpd, pxelinux, and all the other stuff.
Everything works fine till pxelinux start booting. Then it stucks after
printing the IP row.
--------------- pxelinux output -----------------------
PXELINUX 3.10 2005-08-24
2006 May 17
0
[PATCH] - Hotkey to break hypervisor out of tight loop
This patch provides a simple way to break out of a tight loop and bug:
from the hypervisor monitor press ctrl-A, ctrl-A, ctrl-Z
Signed-off-by: Robert S. Phillips (rphillips@virtualiron.com)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 Aug 18
4
SYSLINUX 3.10-pre11
I have just pushed out SYSLINUX 3.10-pre11. This version hopefully
should fix Curtis' bug (display file garbage) as well as the NOESCAPE
problem. Curtis, Alex and Paul, could you try this version out, please?
-hpa
2007 Feb 06
1
Patch: Building syslinux on gcc 4
For newer distro's (like ubuntu 6.10, FC5+), syslinux build fails due
to gcc 4. Here is a patch to get it to build properly.
The only thing it does is add -fno-stack-protection to CFLAGS in all
the Makefiles.
http://svn.borg.ch/patches/syslinux/syslinux-gcc4.patch
thanks,
Ram
2007 Mar 08
2
Hotkey between Xorg and Wine applications
Hello!
I'm trying to install a Windows application called Macro Express, wich
automatizes a lot of process with recorded macros. The macros are called by
pressing Hotkeys combinations like Control+1 or Control+2 etc. Then, the
macro sends keys to applications.
I have installed the program on kubuntu and Wine 0.9.30. The problems are
that it only regonizes Hotkeys when Macro Express window is
2019 Oct 17
2
Centos 8 Mate?
On Thu, Oct 17, 2019 at 09:08:28AM -0500, Johnny Hughes wrote:
> On 9/24/19 2:41 PM, Frank Cox wrote:
> > Without wanting to sound too pushy, I'm wondering if there is any update on the status of Mate now that Centos 8 has been released?
> >
> > I would love to jump on C8 and start playing with it, but the lack of Mate is kind of a showstopper for me at the moment.
>
2013 Jun 26
2
Syslinux 6.00 released
Hallo,
I wrote am 26.06.13:
> Running "pxelinux": more problems than with 5.10.
> 5.00-pre6: all worked fine
> 5.10: the start menu (GUI) wasn't shown; "tab" showed the labels, and
> the textual menus. Invoking the labels worked.
> 6.00: no GUI start menu. "tab" showed the textual menus. Invoking
> them seems to do nothing (after some