Displaying 20 results from an estimated 10000 matches similar to: "syslinux 2.05-pre1"
2003 May 20
1
SYSLINUX 2.05-pre1 released
Okay, I have finally become convinced that hardware address based config
files should be a standard feature in PXELINUX, so I have added it. I
am a bit worried that it might not work with all DHCP servers (since I'm
trying to do this in a hardware-independent manner), so I'd appreciate
feedback.
This adds one more name to the list of names queried for the config
file, before the IP-based
2016 Mar 06
0
Syslinux 6.04-pre1
On 06.03.2016 16:47, poma wrote:
> ...
>> nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \
>> -DHEXDATE="0x56dc3c62" \
>> -Di386 \
>> -I/tmp/syslinux-6.04-pre1/core/ \
>> -l ldlinux.lsr -o ldlinux.o -MP -MD ./.ldlinux.o.d /tmp/syslinux-6.04-pre1/core/ldlinux.asm
>> nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \
2006 Sep 02
1
About menu.c32 from SYSLINUX 3.30-pre1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
When I tried to use the menu.c32 from SYSLINUX 3.30-pre1, the simple
menu have different background color than that in 3.20.
1. use the menu.c32 from SYSLINUX 3.30-pre1, the simple menu is:
http://lfod.nchc.org.tw/stick/syslinux/syslinux_menu_3.30_pre1.jpg
2. use the menu.c32 from SYSLINUX 3.20, the simple menu is:
2016 Mar 06
0
Syslinux 6.04-pre1
On 05.03.2016 14:43, Gene Cumm via Syslinux wrote:
> After so much time and improvements, I'm glad to see and publicize a
> pre-release, 6.04-pre1 in
> https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.04/
>
> Personally, I've already been working testing the pre-release as-is
> and my tests have been positive so far. I appreciate feedback like
> that
2016 Mar 08
0
Syslinux 6.04-pre1
On 07.03.2016 06:45, poma wrote:
> On 06.03.2016 18:23, poma wrote:
>> On 06.03.2016 16:47, poma wrote:
>>> ...
>>>> nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \
>>>> -DHEXDATE="0x56dc3c62" \
>>>> -Di386 \
>>>> -I/tmp/syslinux-6.04-pre1/core/ \
>>>> -l ldlinux.lsr -o ldlinux.o -MP -MD
2003 Feb 05
1
pxelinux and booting dos
I have got pxelinux booting a DOS ramdisk via the memdisk program from the
command line. However I am having a problem getting it to use the
configuration file. pxelinux find the configuration directory,
pxelinux.cfg and then finds the file, C0A801, and reads the file, but no
matter what I put on my
"kernel" line, it looks for a kernel named "linux". When I create a sofft
2006 Sep 02
0
SYSLINUX 3.30-pre1 with pxelinux ?
SYSLINUX 3.30-pre1 is very cool!
Is that possible we can use SYSLINUX 3.30-pre1 in pxelinux ?
I just tested that, put the configuration file as:
----------------------
default vesamenu.c32
timeout 70
prompt 0
noescape 1
MENU BACKGROUND sample.png
...
label sample
MENU DEFAULT
# MENU HIDE
MENU LABEL pxe-client
# MENU PASSWD
kernel vmlinuz-pxe
append initrd=initrd-pxe.img
2003 Feb 10
1
State of the UNDI stack after booting a DOS image
I'm using PxeLinux to bot DOS images for an automated test application.
After Running the DOS application program, I want to use the UNDI stack to
send a completion status message to the server.
I boot the DOS image with keeppxe, so that the UNDI stack will continue to
be in memory. I am not clear as to what state the stack is left in after
PxeLinux has loaded and transferred control to the
2016 Mar 07
2
Syslinux 6.04-pre1
On 06.03.2016 18:23, poma wrote:
> On 06.03.2016 16:47, poma wrote:
>> ...
>>> nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \
>>> -DHEXDATE="0x56dc3c62" \
>>> -Di386 \
>>> -I/tmp/syslinux-6.04-pre1/core/ \
>>> -l ldlinux.lsr -o ldlinux.o -MP -MD ./.ldlinux.o.d /tmp/syslinux-6.04-pre1/core/ldlinux.asm
>>>
2008 Feb 27
2
SYSLINUX 3.70-pre1: development release
Hi all,
I have pushed out a prerelease of one of the development branches (I
currently have three development branches open), 3.70-pre1.
This release revamps a whole lot of internal APIs to support reading
files without knowing their length ahead of time. This is necessary in
order to support network protocols which do not advertise the transfer size.
The immediate user-visible change is
2016 Mar 06
3
Syslinux 6.04-pre1
...
> nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \
> -DHEXDATE="0x56dc3c62" \
> -Di386 \
> -I/tmp/syslinux-6.04-pre1/core/ \
> -l ldlinux.lsr -o ldlinux.o -MP -MD ./.ldlinux.o.d /tmp/syslinux-6.04-pre1/core/ldlinux.asm
> nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \
> -DHEXDATE="0x56dc3c62" \
> -Di386 \
>
2003 Apr 16
0
SYSLINUX 2.04-pre1 released
I just released SYSLINUX 2.04-pre1. I happened to find that due to a
complete miss on my point all the SYSLINUX derivatives were allocating
104K of low memory and never actually used it. It made it a lot more
compelling to blow the memory on buffers necessary to support large
blocks in PXELINUX. I've also resurrected the non-mtools SYSLINUX
installer, although as a root-only installer.
2003 Apr 05
0
SYSLINUX 2.03-pre1
I have released a SYSLINUX 2.03-pre1 which I'm hoping will fix the
following problems some people have reported, both in PXELINUX:
a) 2.00-pre15 works, but no later version;
b) localboot doesn't work.
If you have either of these problem, please test this release.
ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/
-hpa
2004 Nov 29
1
syslinux-2.12-pre1 install bug
Probably have already seen this, but since I didn't see in the email
archives:
thune:/usr/src/syslinux/syslinux-2.12-pre1# make install
make -C sample com32 all
make[1]: Entering directory `/usr/src/syslinux/syslinux-2.12-pre1/sample'
make[1]: *** No rule to make target `com32'. Stop.
make[1]: Leaving directory `/usr/src/syslinux/syslinux-2.12-pre1/sample'
make: *** [installer]
2002 Aug 16
0
SYSLINUX 1.76-pre1/2.00-pre7 (was: Re: Isolinux doesn'tboot)
> > Alright... I have released SYSLINUX 1.76-pre1 and 2.00-pre7 with this
> > workaround included; please test and I'll promote 1.76-pre1 to 1.76 if
> > it works.
>
> I can test only in couple of days... I.e. on Toshiba...
it does. a.
2007 Dec 13
0
SYSLINUX 3.55-pre1
I have pushed out a SYSLINUX 3.55-pre1. The only difference from 3.54
is that 3.55-pre1 obsoletes the use of the magic cookie option 208, in
accordance with RFC 5071 (http://www.rfc-editor.org/rfc/rfc5071.txt).
I don't consider this a significant enough change to make another
release over, but at least it is out there if people want to experiment
with it. I would really like to know if
2008 Oct 09
0
SYSLINUX 3.73-pre1 (RC)
I have pushed out SYSLINUX 3.73-pre1. It only contains the build fixes
that have accumulated since 3.72, and a version bump of gPXE to the
equivalent of the 0.9.5 gPXE release.
Given the number of people who have had build problems, I'm making this
a release candidate, with the intent of pushing out 3.73 as a minor
fixes release only. If you have the ability to test 3.73-pre1,
2004 Dec 22
5
SYSLINUX 3.00-pre1 released - RELEASE CANDIDATE
Okay, nothing like user mail at 3 am to keep one awake...
I have implemented a filename-based syntax for downloading from an
alternate TFTP server in PXELINUX. If the filename starts with
IP address:: it will:
a) Download from the alternate TFTP server;
b) Suppress the common pathname prefix.
I was considering also adding a configuration file option to set the
default TFTP server, but I
2009 Aug 09
1
[SPAM] Re: Re: SYSLINUX 4.00-pre1
SYSLINUX 4.00-pre1 FAT32 does not support??
------------------
????
??????????????????????????????????????????????http://www.aggov.com?????????????????http://www.aggov.com???
http://www.aggov.com??7*24??????????????
2008 Sep 03
1
[PATCH] Activating FTP for gpxe on Syslinux 3.72-pre1
Could we just activate FTP on gpxe ?
I did a trivial patch for enabling it on top of 3.72-pre1.
Thanks,
Erwan
--- gpxe/src/config.h.old 2008-09-03 09:40:47.055018406 +0200
+++ gpxe/src/config.h 2008-09-03 09:40:54.728065911 +0200
@@ -94,7 +94,7 @@
#undef DOWNLOAD_PROTO_NFS /* Network File System */
#define DOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */
#undef