Displaying 20 results from an estimated 600 matches similar to: "SYSLINUX 3.10 released"
2005 Sep 03
0
SYSLINUX 3.11 released
Changes in 3.11:
* MEMDISK: Fix bug by which accessing the real floppy disk
as B: in MS-DOS was broken.
* Simple menu system: allow tweaking of the screen layout.
* Simple menu system: better command-line editing, correctly
handle command lines above 256 characters.
* PXELINUX: revert memory allocation change that caused
problems
2005 Aug 18
2
Nasty Bug (BIOS?).
At first I thought, I was dealing with the known EBIOS/CBIOS-problem.
The symptom was exactly the same (hangs at ...EBIOS). As 3.10-pre8 and
3.10-pre9, in contrary what was mentioned in the ML, did not bring any
improvement, I looked deeper into what could be my specific problem.
I found out that the program just halted at 'cmp [esi],edx' (line 658;
ldlinux.asm 3.10-pre9)! By replacing
2005 Aug 03
1
SYSLINUX 3.10-pre3
I released a new prerelease for SYSLINUX which supports PCI BIOS access
for ethersel.c32. If you've had trouble with ethersel.c32, I would
appreciate it if you'd test it out.
http://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/
Thanks,
-hpa
2010 Sep 21
1
[Pull request] disklib: fixes for write functions
Hello Erwan,
You will find below a pull request for the bug reported by Robert Jordan
in the disk library.
The first patch is the one he tested (see
http://syslinux.zytor.com/archives/2010-September/015341.html) and
the second one is a sanity check for the number of sectors written by call (
see http://syslinux.zytor.com/archives/2010-September/015342.html).
Thanks,
The following changes
2005 Jan 29
4
ethersel.c32 issues
Hello!
ethersel.c32 does not seem to work with all PCs. I have prepared a
floppy that uses ethersel.c32 to load a NIC-specific file (etherboot
.zlilo image). See http://etherboot.anadex.de for details.
It works with every NIC and every PC I own, but not with VMWare. I know
VMWare has some problems, so that did not bother me at all and I
published it anyway but I have received several e-mails
2005 Dec 02
3
PXE-on-a-disk Intel EM64T reboot
Hello! I have been successful using SYSLINUX and Etherboot to create a
generic "PXE-on-a-disk" package, a floppy image and CD image that
support as many Ethernet cards as possible.
These have support for all of Etherboot's modules that support real PCI
cards: about 25-or-so drivers and 250-or-so cards. I've built Etherboot
ZLILO images, one for each driver, set up to boot
2007 Feb 08
1
[PATCH 1/1]: Ethersel must use the pci com32 module instead of builtin pci detection code
From : Erwan Velu <erwan.velu at free.fr>
This patch
- remove the pci detection code from ethersel
- add a find_pci_device() function in the PCI com32 module
- make ethersel using the pci com32 module instead of builtin pci
detection code
Testing and feedback are welcome.
Signed-off-by:Erwan Velu <erwan.velu at free.fr>
-------------- next part --------------
A non-text attachment
2005 Aug 09
4
SYSLINUX 3.10-pre6
This version cleans up the Ethersel (PCI config probing) changes I have
been iterating with Alex Heinz. It's not the same code (so please test,
especially Alex), but it should work the same.
As before, if you have a machine for which 2.13 worked and 3.0x hasn't
worked, please test this version too.
http://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/
-hpa
2005 Jan 05
2
SYSLINUX-3.02 released
Tying up lose ends, and adding the ethersel module for the Etherboot folks.
-hpa
Changes in 3.02:
* SYSLINUX: The "unix" installer now sets the MS-DOS
attributes (hidden, system, readonly.)
* COM32 library: build the .lnx (test modules for running
under Linux) as architecture native modules, in case
i386 devel libraries aren't
2015 Sep 20
1
[syslinux:master] com32/modules: Split build by architecture. Add dir.c32
On Sun, Sep 20, 2015 at 8:33 AM, syslinux-bot for Gene Cumm
<gene.cumm at gmail.com> wrote:
> Commit-ID: e0ac1d2fdf7d7c58457f3796a12561cce95ca29f
> Gitweb: http://www.syslinux.org/commit/e0ac1d2fdf7d7c58457f3796a12561cce95ca29f
> Author: Gene Cumm <gene.cumm at gmail.com>
> AuthorDate: Sun, 20 Sep 2015 08:30:55 -0400
> Committer: Gene Cumm <gene.cumm at
2006 Aug 17
1
Request for Ideas
I've been submitting a patch t o add a com32 module able to parse the
DMI table.
I'm starting now the next step : having a way to boot some different
menu regarding the dmi structures. I've been looking for some ideas with
the ethersel syntax :
DEV [DID xxxx:yyyy[/mask]] [RID zz-zz] [SID uuuu:vvvv[/mask]] commandline
In other hand, a nice implementation must allow to do :
"if
2008 Aug 22
1
syslinux-3.71-21-gbd09a6d - build breakage
Got the following trying to build git master:
gcc -std=gnu99 -m32 -fno-stack-protector -mregparm=3 -DREGPARM=3 -march=i386 -Os -W -Wall -march=i386 -fomit-frame-pointer -D__COM32__
-nostdinc -iwithprefix include -I../../com32/libutil/include -I../../com32/include -c -o chain.o chain.c
ld -m elf_i386 -T ../../com32/lib/com32.ld -o chain.elf chain.o ../../com32/libutil/libutil_com.a
2005 Jan 26
2
Multi-NIC network boot floppy+cd+hd+com with PXE and NBI support: does interest?
Hi!
I'm preparing what should be a general "network boot" solution for the
ones that needs to do network boot on PC without BIOS support / ROM chips.
It supports both PXE (like pxelinux.0) and NBI images.
I've prepared a precompiled multi-driver image that can autodetect and
handle nearly 30 PCI and ISA NICs.
My "remote boot kit" contains the same image in 4
2006 Feb 17
4
What do you which you new about pxelinux?
Hi All,
I am going to be presenting a 45 minute session at Linux World in
April on how to use PXELinux to provision linux systems, among other
things.
This probably isn't of value to most on the list, as it is geared
towards giving new users a jumpstart on what's needed so that they
can get up and going quickly along with some practical suggestions
and tips.
I'll be
2005 Apr 21
2
ethersel.c32 issues
My apologies if this is no longer an issue or has been resolved in some other
manner. It was quicker for me to simply do some quick hacking than to
research more fully.
Regarding this message from Feb 2005:
>>> Did you make progress with ethersel.c32?
>>> Is there anything I can do to help?
>>>
>>
>> I've been out of town. If you could sprinkle some
2005 Aug 21
4
SYSLINUX 3.10-pre15
I just picked up 3.10-pre15 and the "PXELINUX corrupts graphic filename
referenced from DISPLAY file" bug is zapped. Yipee! Thanks hpa. And
Arwin too, if that 'xor esi,esi' was the crux.
However, LOCALBOOT -1 and LOCALBOOT 0 don't work the same as they did
for me in 3.07. :-(
3.07:
LOCALBOOT -1 apears to work as I have a hard disk listed in bios boot
order after the
2010 Oct 23
0
SYSLINUX 4.03 released
It was actually released yesterday, but due to some technical
difficulties I didn't get a chance to announce it properly:
Syslinux 4.03 is primarily a bug fix release.
Changes in 4.03:
* Don't hang if no configuration file is found.
* Better support for booting from MBRs which don't pass
handover information.
* EXTLINUX: Try to be smarter about
2008 Dec 04
3
Patch: Allow args with spaces
Hi,
the first attached patch extends the argument parsing code to allow (shell
like) spaces. A config like
LABEL BIOSupdate
KERNEL dmiselect.c32
APPEND "ESPRIMO P5925" "memdisk initrd=/dos/FSC-E5925.img raw"
will result in args[]:
ESPRIMO P5925
memdisk initrd=/dos/FSC-E5925.img raw
instead of (current code):
"ESPRIMO
P5925"
"memdisk
2008 Jul 19
0
[PATCH] ethersel: use library functions
Replace get_config() and execute() with syslinux_config_file() and
syslinux_run_command().
- Sebastian
Index: syslinux-3.71-pre14-8-gb8f5d7d/com32/modules/ethersel.c
===================================================================
--- syslinux-3.71-pre14-8-gb8f5d7d.orig/com32/modules/ethersel.c 2008-07-18 19:45:15.000000000 +0200
+++ syslinux-3.71-pre14-8-gb8f5d7d/com32/modules/ethersel.c
2005 Aug 18
0
SYSLINUX 3.10-pre10 pushed out
I have pushed out SYSLINUX 3.10-pre10 with the fix for Arwin's bug.
Still no idea about the bug reported by Curtis Doty.
Pending issues before 3.10:
- Need for forward-port EBIOS changes from SYSLINUX to EXTLINUX;
- Verify EXTLINUX functionality on Supermicro systems;
- Try to make some head or tail out of menu.c32 hang, if at all possible;
- NOESCAPE.
- Curtis' bug (garbage at end of