similar to: SYSLINUX 2.08-pre11

Displaying 20 results from an estimated 40000 matches similar to: "SYSLINUX 2.08-pre11"

2003 Dec 10
0
SYSLINUX 2.08-pre10
Ok, despite what I said yesterday I decided to release a 2.08-pre10. The only difference over 2.08-pre9 is that I have added a small program in the "samples" directory called chain.c32. This allows chainbooting local floppies and hard disks: chain fd0 ; Chainboot the first floppy drive chain hd0 ; Chainboot the first hard drive chain hd1 3 ; Chainboot partition 3 on the second
2005 Jul 07
0
pxelinux and DISPLAY
Hey, I just wanted to mention that the same problem still exists for me in version 3.09, altough the changelog mentions: Reduce the command line to 511 characters; 1023 caused memory overflows. Was this meant to be a solution for this problem, or does this entry of the changelog apply to another bug? thx, marco >Yesterday Curtis Doty said: > > > >>I've begun
2009 Jul 15
2
bug or user error - menu.c32 in syslinux-3.62-pre11
Im trying to use newer simple-menu features, and have found that the following config-file (closely based on wiki pxelinux example) - fails for 3.62-pre11, - works for 3.62-pre10 where 'working' is successive reloads such that re-edits of file are seen on next reload and broken is issuing this error: Initial menu has no LABEL entries! boot: #>
2003 Dec 12
0
SYSLINUX 2.08 released
It's pretty much the same as 2.08-pre11. 2.08 mostly a collection of minor enhancements. Changes in 2.08: * Add new configuration command "ontimeout" to allow timeout to have a different action than just pressing Enter. * Add new configuration command "onerror" to allow a custom command to be executed in case the kernel image is not
2014 May 13
0
Building extlinux (Syslinux 6.03-pre11)
> On Tue, May 13, 2014 at 7:51 PM, Ady <ady-sf at hotmail.com> wrote: > > > > I wonder why the already built-in binaries are not enough / adequate. > > Or, in other words, I am curious about why do you need to build your > > own binary files, instead of using the files that are already there > > in the official archives in kernel.org. > > I don't
2005 Sep 13
2
Fw: Issue with pxelinux
I've been working with Matt Burgess here on this problem, and have found the following: syslinux 3.08-pre10 ? broken >>> config.inc:max_cmd_len=255 syslinux 3.08-pre11 ? works >>> config.inc:max_cmd_len=1023 syslinux 3.08 ? works >>> config.inc:max_cmd_len=1023 syslinux 3.09-pre1 ? works >>> config.inc:max_cmd_len=1023 syslinux 3.09-pre2 ? broken
2003 Nov 26
3
SYSLINUX 2.08-pre5 released
Goodness, how many prereleases has there been in the last week... have lost count... Anyway, I have implemented the already-promised chainbooting API, and have included a sample program to chainboot floppies (it works for harddisks too, but only for the MBR.) As a bonus, in the process I actually discovered that booting .bs/.bss images under SYSLINUX was actually broken... that has been
2014 May 14
1
Building extlinux (Syslinux 6.03-pre11)
On Tue, May 13, 2014 at 11:52 PM, Gene Cumm <gene.cumm at gmail.com> wrote: > make bios clean > make bios installer > > This should satisfy your goal. bash$ git clone git://git.zytor.com/syslinux/syslinux.git syslinux-6.03-pre11 bash$ cd syslinux-6.03-pre11 bash$ make bios clean ... bash$ make bios installer make -r -C /sources/syslinux-6.03-pre11 -f
2005 Aug 30
0
SYSLINUX 3.11-pre11 -- release candidate
I ended up implementing the "totaltimeout" command per discussion on the SYSLINUX mailing list, and adjusted the timeout of the menu system accordingly. The necessary restructuring really wasn't too painful with judicious use of longjmp() and subroutines -- basically poor man's exception handling. Thus, I have released 3.11-pre11; barring no objections or problems I will
2004 Feb 06
0
SYSLINUX 2.09-pre11
Hi all, I have released SYSLINUX 2.09-pre11; the only difference is Murali's latest patches for the menu system, mostly to add the ability to add separators to the menus. ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/ Please test it out. Some time over the weekend I'm going to do a sweep for bug fixes I've forgotten and otherwise I'd like to release 2.09 next
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
2012 Nov 27
0
Syslinux-5.00-pre11
Hi guys, Here's another 5.00 prerelease. This one includes fixes for most of the bugs reported in the last round of feedback. The XFS filesystem code from Paulo also got merged this time and there were a bunch of fixes from a Coverity report. This won't be the last prerelease, but we are nearing the end of the 5.00 release cycle, so please do test. Shortlog append below. --- Chen
2014 May 13
2
Building extlinux (Syslinux 6.03-pre11)
On Tue, May 13, 2014 at 7:51 PM, Ady <ady-sf at hotmail.com> wrote: > > I wonder why the already built-in binaries are not enough / adequate. > Or, in other words, I am curious about why do you need to build your > own binary files, instead of using the files that are already there > in the official archives in kernel.org. I don't believe it can be used as is: bash# file
2014 May 13
0
Building extlinux (Syslinux 6.03-pre11)
On May 13, 2014 6:02 PM, "H. Peter Anvin" <hpa at zytor.com> wrote: > > On 05/13/2014 02:52 PM, Gene Cumm wrote: > > > > Alexey: > > > > make bios clean > > make bios installer > > > > This should satisfy your goal. > > > > I don't *think* you want the bit "bios" in there... > > -hpa That
2014 May 13
0
Building extlinux (Syslinux 6.03-pre11)
On May 13, 2014 6:14 PM, "H. Peter Anvin" <hpa at zytor.com> wrote: > > On 05/13/2014 03:07 PM, Gene Cumm wrote: > > > > That should make "make" ignore efi32 and efi64. > > > > Normally when you specify two things on the "make" command line it tries > to build both, i.e.: > > make bios clean > > ... is
2014 May 14
1
Building extlinux (Syslinux 6.03-pre11)
On Tue, 13 May, at 06:43:11PM, Gene Cumm wrote: > On May 13, 2014 6:14 PM, "H. Peter Anvin" <hpa at zytor.com> wrote: > > > > On 05/13/2014 03:07 PM, Gene Cumm wrote: > > > > > > That should make "make" ignore efi32 and efi64. > > > > > > > Normally when you specify two things on the "make" command line it
2014 May 13
2
Building extlinux (Syslinux 6.03-pre11)
On 05/13/2014 03:07 PM, Gene Cumm wrote: > > That should make "make" ignore efi32 and efi64. > Normally when you specify two things on the "make" command line it tries to build both, i.e.: make bios clean ... is (almost) the same thing as ... make bios make clean -hpa
2005 May 02
0
AW: SYSLINUX 3.08-pre10, including "bigraw" support
hi, i've tested with 2 version of awdflash and uniflash: here the results: it only worked with freedos, not with win98 dos; with win98 the images were not bootable; but that does not matter; freedos is ok. awdflash 8.27.45: flash ok awdflash 8.27.41 (uses protected mode): flash ok uniflash 1.40: when starting flashing the program freeze. awdflash 8.27.45 never worked before so i think this
2014 May 13
2
Building extlinux (Syslinux 6.03-pre11)
On 05/13/2014 02:52 PM, Gene Cumm wrote: > > Alexey: > > make bios clean > make bios installer > > This should satisfy your goal. > I don't *think* you want the bit "bios" in there... -hpa
2007 Dec 29
1
another index question
I am hoping for some advice regarding another index problem. The code below is intended to assign a value of 'V' if values on certain variables are >= 1, assign a value of 'N' if values on certain variables are >= 1 on other variables and assign a 'O' if values on any variable which have a value <= 0. The outcome of this code is to assign a single