Displaying 20 results from an estimated 20000 matches similar to: "SYSLINUX 3.30-pre1 screenshot"
2006 Sep 01
2
SYSLINUX 3.30-pre1 released
Hi all,
I have pushed out a SYSLINUX 3.30-pre1. The main difference versus
earlier versions is that this version contains a *preview* of a VESA
graphical menu system (vesamenu.c32); it's used the same way as
menu.c32, with the addition of a few more commands (which can also be
used in menu.c32 in this new version):
MENU BACKGROUND file.png
... loads a background image in PNG format.
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:
2007 Dec 10
2
SYSLINUX 3.54-pre1 (bug fix release candidate)
I just uploaded SYSLINUX 3.54-pre1.
This is a release candidate, since it fixes a bug which I considers
significant. As it turns out, the problem with the graphical menu under
Qemu/KVM (requiring -std-vga) was actually an invalid assumption that
SYSLINUX was making, and didn't verify. Fixing the assumption was easy
enough to do, so I have fixed it.
Added is also a new set of menu
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 08
2
Syslinux 6.04-pre1
On 03/08/2016 02:53 PM, Gene Cumm wrote:
>
> Poma, in my opinion, this behavior means it's your/Fedora's responsibility
> to propose a change that distinguishes between broken and working NASM
> 2.11.06 or revert the commit in your/Fedora's build.
>
Yes, it is highly problematic to have especially build tools with
version numbers that don't match upstream having
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
2016 Apr 04
3
hdt error on syslinux 6.0.4-pre1?
Was seeing it I could get any closer with the efi boot using the 6.0.4, and
didn't have any more luck. Did a test with it in bios mode and it works for the
regular kernels, but when I tried the hdt.c32 I get the following error?
Undef symbol FAIL: parse_url
Failed to load COM32 file hdt.c32
Only find urlparce.c in the PXE directory, and no reference to it in any files in
the hdt
2002 Oct 29
2
SYSLINUX 2.01-pre1 released
This isn't strictly speaking a SYSLINUX release, it's a change to
MEMDISK and mkdiskimage to allow the creation of hard disk images with
DOSEMU headers. This should make it easier to create bootable DOS hard
disk images under DOSEMU.
ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/
-hpa
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??????????????
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 Nov 24
5
SYSLINUX 2.08-pre1 released
Working on fixing lower-priority bugs that I didn't want to risk
destabilizing the 2.07 release for:
Changes in 2.08:
* Add "timeoutcmd" to allow timeout to have a different action
than just pressing Enter.
* Fix bugs in the COMBOOT/COM32 command-line parsing. APPEND
now works with COMBOOT/COM32 images.
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
2012 Mar 27
1
Syslinux 5.00-pre1 preview release
Hi all,
I have released a technology preview version of the elflink branch as
sylinux-5.00-pre1. It is basically functional but definitely has a fair
share of rough edges. Nevertheless it would be great if people would be
willing to test it out and let us know what works and doesn't work...
-hpa
--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak
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 \
>
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
>>>
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]
2007 Jun 08
2
syslinux-3.36 Physical Floppy Disk Access Problem
Hello,
I am using the pxelinux.0 and memdisk files from distribution syslinux-3.36.
I am no longer able to access the real floppy disk drive B: instead I just
get a mirrored copy of the emulated floppy disk A:
The default config file is as follows
label 1
kernel memdisk
append initrd=kd202.img
I was previously using the sysliunx-3.20 distribution which gave me access
to the real floppy
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
2004 Nov 17
1
SYSLINUX 2.12-pre1 released: initial libcom32 release
Hi all,
I have released SYSLINUX 2.12-pre1. This version has an initial version
of libcom32, a small C library based on klibc for writing com32 programs
in C. It is far from perfect yet, but it should be a lot easier to use
than hand-coding everything.
As usual, find this stuff in:
ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/
-hpa
2005 Jan 12
1
SYSLINUX 3.07-pre1: chainloading fix
I will not push half-finished features into production.
I will not push half-finished features into production.
I will not push half-finished features into production.
I have pushed out syslinux-3.07-pre1; this should have a fix for the
chainloading problem. It actually turned out to be multiple problems,
some of which makes me believe chain.c32 probably hasn't worked since
2.12 or so.