Displaying 20 results from an estimated 10000 matches similar to: "SYSLINUX 3.02-pre1 released"
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
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
2005 Jan 03
1
SYSLINUX 3.01 released
Some people have reported portability problems with SYSLINUX 3.00,
mostly due to the use of HDIO_GETGEO_BIG, which is deprecated;
additionally, the advanced menu system wouldn't build for everyone due
to a spurious reference to %ebp.
This release fixes these things, plus makes the extlinux installer
default to zipdisk geometry (64 heads, 32 sectors) if it can't guess
anything else.
2005 Jan 03
2
(no subject)
Hello all,
apologies if my question has an obvious answer or it's too naive (I sent
this directly to Peter with the intent of not chocking the list with
possibly ridicolous questions...).
I just tried to build both syslinux-3.00 and 3.01, with the same bad
result.
Out of the box compilation with:
make depend
make installer
fails with:
...
gcc -Wp,-MT,extlinux.o,-MMD,.extlinux.o.d -W
2005 Jan 05
1
Re: Problem compiling syslinux-3.01
On Tue, Jan 04, 2005 at 06:50:53PM -0800, H. Peter Anvin wrote:
>
> Okay, your <linux/fs.h> is broken beyond repair. The proper definition
> of BLKGETSIZE64 is:
>
> #define BLKGETSIZE64 _IOR(0x12,114,size_t)
>
> There is no "sizeof", and u64 doesn't belong in the user headers. I
> suspect this particular screwup is probably the reason that
2005 Jan 04
2
Re: Problem compiling syslinux-3.01
In my last post I pasted the last few line of the compile log for
syslinux-3.02pre2. Here are the correct lines from my failed attempt to
compile syslinux-3.01. Still the same error.
make[1]: Leaving directory `/usr/src/syslinux-3.01/unix'
make[1]: Entering directory `/usr/src/syslinux-3.01/extlinux'
gcc -Wp,-MT,extlinux.o,-MMD,.extlinux.o.d -W -Wall -Wno-sign-compare
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="''" \
2016 Mar 05
2
build problems with 6.04-pre1
hello everybody,
apologies if I'm missing something here
Just tried to build 6.04-pre1 test version with:
make bios installer
and found some problems all (seemingly) related to inaccurate paths in
various Makefiles.
I enclose a complete patch at the end of this email, which details the
problems I found and how they got fixed for me.
As an example, this is the first error I got:
2016 Mar 06
0
Syslinux 6.04-pre1
I am excited to try this on my system that hangs with 6.03. Is this the best place to report if it continues not to work?
Thanks for all of this work!
Sent from my iPhone
> On Mar 5, 2016, at 08:43, Gene Cumm via Syslinux <syslinux at zytor.com> wrote:
>
> After so much time and improvements, I'm glad to see and publicize a
> pre-release, 6.04-pre1 in
>
2009 Aug 07
1
SYSLINUX 4.00-pre1
Hi everyone,
I have pushed out a development preview release of Liu's filesystems in
C code (including ext4 support for EXTLINUX). It is called 4.00-pre1,
which doesn't mean it is the final 4.00 by any means (it isn't even
current with respect to some aspects of the 3.8x branch.) However, it
is now available for people to try out.
It is checked into the fsc branch
2014 Jan 16
0
installing syslinux on a fresh system (SATA)
Hello
Thanks and sorry for the mistake.
The situation is a little better (Thanks to Ady).
Here is my extlinux.conf :
prompt 1
DEFAULT lnx
LABEL lnx
SAY Now booting my first extlinux
LINUX /bzImage
APPEND ro root=/dev/sda1
Linux still does not run, I still get the prompt.
The good news is that if I type the name of the label ("lnx"), the kernel
DOES load (and does not crash any
2014 Jan 16
3
installing syslinux on a fresh system (SATA)
Hi!
I have the same situation, but some more information :
1) I have tried to change the last line to "APPEND root=/dev/sda1", it did
not seem to make any difference
2) If I type ENTER at the prompt, syslinux loads the kernel (but with the
same results mentioned above).
So, clearly I have a problem with my extlinux.conf.
Thanks
Mau
On Thu, Jan 16, 2014 at 10:33 AM, Mau Z
2016 Mar 05
11
Syslinux 6.04-pre1
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 from Gabriele Balducci and testing "make bios installer".
Yes, there are a
2005 Jan 12
3
syslinux build fails with 2.6 linux headers
As the subject says, building syslinux fails when built against 2.6.8.1
kernel headers. Anybody out there have a patch? The compile errors are
below.
set -e ; for i in memdisk dos win32 mtools unix extlinux sample com32 ; do make DATE=0x41e470ae HEXDATE=0x41e470ae -C $i all ; done
make[1]: Entering directory `/usr/src/syslinux-3.07-pre1/memdisk'
make[1]: Nothing to be done for `all'.
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 \
>
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]
2014 Jan 14
2
installing syslinux on a fresh system (SATA)
On 01/14/2014 10:34 AM, Mattias Schlenker wrote:
> Am 14.01.2014 17:48, schrieb Mau Z:
>>
>> prompt 1
>> DEFAULT linux
>> LABEL linux
>> SAY Now booting my first extlinux
>> KERNEL /bzImage
>> APPEND ro root=/dev/sda1
>>
>> but I got the same results........
>>
>
> 1. Use "LINUX" instead of "KERNEL" to
2013 Jul 12
1
Syslinux 4.07-pre1 released
Folks,
I've just spun a 4.07 prerelease. People were asking for a release that
contained the commits that have been sitting in the master branch, and
I've heard that distros are packaging the master branch just to get at
them.
---
Matt Fleming (4):
extlinux: Avoid dereferencing a garbage pointer
Merge branch 'searchdir_leak-406' of
2020 Jul 23
2
extlinux - Failed to load ldlinux.c32
Thank you for your answer. I need to correct some information from my
previous post: booting from `/` did not work either. I just assumed it
did based on previous experience. But with that successful build on
development branch, it did not either.
> I would suggest trying first the official binaries that are already
> included in the official distribution archive (6.03-pre1). Let me
2014 Jan 15
2
installing syslinux on a fresh system (SATA)
> On Wed, Jan 15, 2014 at 1:54 AM, H. Peter Anvin <hpa at zytor.com> wrote:
>
> > On 01/14/2014 10:34 AM, Mattias Schlenker wrote:
> > > Am 14.01.2014 17:48, schrieb Mau Z:
> > >>
> > >> prompt 1
> > >> DEFAULT linux
> > >> LABEL linux
> > >> SAY Now booting my first extlinux
> > >> KERNEL /bzImage