Displaying 20 results from an estimated 500 matches similar to: "SYSLINUX 3.00-pre9 released"
2004 May 23
2
Re: problem and maybe bug in 2.08 and later with vmware 4.5.1
>I found a problem with pxelinux in 2.08 and 2.09pre13 when working with
>vmware 4.5.1 (the latest with builtin support fpr pxe-boot). With 2.07 and
>2.01 it works without problems. But when trying the later versions there is
>trouble. I reach pxeboot.msg
>and it shows fine but when I try to choose an image it dosent give keyboard
>feedback (first I thought it had hanged) but
2004 Jun 30
1
initramfs and kernel 2.6.7
Hi,
I 'am trying to launch linux kernel 2.6.7 with initramfs.
My pxelinux.cfg/default file looks as follows:
default a1
prompt 1
timeout 600
label a1
kernel vmlinuz-2.6.7-1
append initrd=initramfs_data.cpio.gz root=/dev/ram0 init=/linuxrc
Kernel image vmlinuz-2.6.7-1 and initramfs_data.cpio.gz was loaded
succesfully by pxelinux.
Kernel says:
checking if image is initramfs... it is
but
2008 Jun 27
6
Last call for Syslinux 3.70
Hi all,
I have just released syslinux-3.70-pre25. Unless someone has something
big and scary that either I have managed to miss or was just stumbled
over, I'm going to release 3.70 final some time between tomorrow and Monday.
Thus, *please holler now* if there are any stop-ship problems still known...
-hpa
2008 Feb 26
2
3.62-pre16: Compiling on old (2.4 kernel) distros
I have put a compile hack in for older distros and pushed it out as
syslinux-3.62-pre16; for those who have reported compilation problem on
older distros I would greatly appreciate if you could confirm if it
works now (it worked for me on a CentOS 3.9 VM.)
-hpa
2012 Nov 01
1
Syslinux 4.06 and 5.00-pre9 Binary Sizes
This is an attempt to avoid potential confusion. Here are some example
sizes for the two Syslinux versions mentioned in the e-mail subject.
Your build results might be different.
4.06:
1 55 Sep 22 22:23 modules/int18.com
1 108 Nov 1 18:07 version.mk
1 138 Nov 1 18:07 version.gen
1 138 Nov 1 18:07 version.h
1 239 Sep 22 22:23 modules/poweroff.com
1 408 Sep 22 22:25
2004 Dec 30
2
bug / incompatibility with USB booting in Syslinux 3.00 pre9 ?
Hi,
I'm Florent BERANGER, from Flonix ( http://www.flonix.com ).
After several tests, we have found that Syslinux 3.00 pre9 is no longer
compatible with USB stick booting.
Syslinux 2.13 works fine with this feature.
Error infos :
Syslinux 3.00 pre9 only displays its version and a new line with a "a"
character and then hangs.
Tests configuration :
Syslinux applied from : Linux
2018 Jan 03
11
[PATCH 0/6] crypto: engine - Permit to enqueue all async requests
Hello
The current crypto_engine support only ahash and ablkcipher request.
My first patch which try to add skcipher was Nacked, it will add too many functions
and adding other algs(aead, asymetric_key) will make the situation worst.
This patchset remove all algs specific stuff and now only process generic crypto_async_request.
The requests handler function pointer are now moved out of struct
2018 Jan 10
1
[PATCH 6/6] crypto: stm32-cryp: convert to the new crypto engine API
On 03/01/18 21:11, Corentin Labbe wrote:
> This patch convert the stm32-cryp driver to the new crypto engine API.
> Signed-off-by: Corentin Labbe <clabbe.montjoie at gmail.com>
> ---
> drivers/crypto/stm32/stm32-cryp.c | 21 ++++++++++++++++-----
> 1 file changed, 16 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/crypto/stm32/stm32-cryp.c
2018 Jan 10
1
[PATCH 5/6] crypto: stm32-hash: convert to the new crypto engine API
On 03/01/18 21:11, Corentin Labbe wrote:
> This patch convert the stm32-hash driver to the new crypto engine API.
>
> Signed-off-by: Corentin Labbe <clabbe.montjoie at gmail.com>
> ---
> drivers/crypto/stm32/stm32-hash.c | 18 +++++++++++++-----
> 1 file changed, 13 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/crypto/stm32/stm32-hash.c
2017 Nov 29
9
[PATCH RFC 0/4] crypto: engine - Permit to enqueue all async requests
Hello
The current crypto_engine support only ahash and ablkcipher.
My first patch which try to add skcipher was Nacked, it will add too many functions
and adding other algs(aead, asymetric_key) will make the situation worst.
This patchset remove all algs specific stuff and now only process generic crypto_async_request.
The requests handler function pointer are now moved out of struct engine and
2017 Nov 29
9
[PATCH RFC 0/4] crypto: engine - Permit to enqueue all async requests
Hello
The current crypto_engine support only ahash and ablkcipher.
My first patch which try to add skcipher was Nacked, it will add too many functions
and adding other algs(aead, asymetric_key) will make the situation worst.
This patchset remove all algs specific stuff and now only process generic crypto_async_request.
The requests handler function pointer are now moved out of struct engine and
2014 Mar 04
2
6.03-pre6 minor building suggestions
In Syslinux 6.03-pre6:
_ The txt/html/*.html files are currently created 3 times, one for
each firmware. I think they should be created only once (under the
main txt/html/ directory), just as the rest of the documentation is.
In that case, the <respective_firmware>/txt/html/ subdirectories
should not even be created.
_ The bios/dosutil/ directory contains copybs.com and eltorito.sys,
2014 Mar 15
2
6.03-pre6 minor building suggestions
On Mar 4, 2014 7:42 PM, "Ady" <ady-sf at hotmail.com> wrote:
>
>
> > In Syslinux 6.03-pre6:
> >
> > _ The txt/html/*.html files are currently created 3 times, one for
> > each firmware. I think they should be created only once (under the
> > main txt/html/ directory), just as the rest of the documentation is.
> > In that case, the
2018 Jan 26
10
[PATCH v2 0/6] crypto: engine - Permit to enqueue all async requests
Hello
The current crypto_engine support only ahash and ablkcipher request.
My first patch which try to add skcipher was Nacked, it will add too many functions
and adding other algs(aead, asymetric_key) will make the situation worst.
This patchset remove all algs specific stuff and now only process generic crypto_async_request.
The requests handler function pointer are now moved out of struct
2018 Jan 26
10
[PATCH v2 0/6] crypto: engine - Permit to enqueue all async requests
Hello
The current crypto_engine support only ahash and ablkcipher request.
My first patch which try to add skcipher was Nacked, it will add too many functions
and adding other algs(aead, asymetric_key) will make the situation worst.
This patchset remove all algs specific stuff and now only process generic crypto_async_request.
The requests handler function pointer are now moved out of struct
2012 Nov 03
1
A Few Syslinux 5.00-pre9 Bugs
Just a few bug-reports, before I forget:
- A Windows installer bug for 4.06 and presumably 5.00-pre9 whereby the ADV
contains backslashes. Reproduced with: syslinux.exe --directory \two\dirs
e:
- An open() (?) bug for 4.06 and presumably 5.00-pre9 whereby the filename
/ubcd/custom/syslinux-5.00-pre9/com32/gplinclude/acpi/facs.h fails to open()
after 134 iterations in a loop where it's
2014 Mar 27
1
Any hints about compiling syslinux 6.03-pre9 on AMD64?
Dear all,
I packaged syslinux 6.03-pre9 on AMD64 Debian Sid, however, the problem
is, I have problem to use it for PXE booting (BIOS mode).
It always gives me "Failed to load COM32 file vesamenu.c32".
I am sure all the settings are correct because if I switch to the
prebuilt syslinux downloaded from
2002 Oct 22
2
PXELINUX memory overwrite bug - SYSLINUX 2.00-pre9 released
Hi everyone,
Kevin Tran of Broadcom just identified a very serious bug in PXELINUX
where random parts of the PXE stack would get overwritten by PXELINUX.
As a result, I have release SYSLINUX 2.00-pre9 for testing; if you have
had problems with PXELINUX **PLEASE** test this version. I will try to
make a SYSLINUX 2.00 some time this week if this tests out OK.
I will also hunt for similar bugs
2005 Aug 29
1
SYSLINUX 3.11-pre9 -- release candidate; release delayed
Based on a few reports I've gotten today, I have make a new release
candidate, 3.11-pre9, and am pushing out the release target to Friday,
September 2.
New in this release candidate:
- Change to MEMDISK, which hopefully will work right both on machines
with and without physical floppies.
- Try to enable the 16550A FIFO for serial console. I'm hoping this
will help eliminate dropped
2017 Mar 02
3
Domain name suffix woes
Example problem -
We have a domain with following DNS records
330.domain.com CNAME 330.blah.domain.com
330.blah.domain.com A 10.0.1.2
foo.domain.com A 10.0.2.2
Now, when I set `search domain.com` in /etc/resolv.conf, I can use SSH to
connect to foo like this
`ssh user at foo`
and I can connect to the 330 A record like this
`ssh user at 330.blah`
However I cannot connect to the