Displaying 20 results from an estimated 1100 matches similar to: "syslinux 4.06pre11 issues"
2012 Apr 04
1
memdisk speed diagnostics?
Would it be a usefull addition to memdisk's "pause" parameter if it
showed the loading speed for the specified disk image file?
The idea is to verify if a device is really loading an operating
system's data at the intended device/controller/interface/bus (etc)
speed. My own system has a habit of setting usb2.0 interface to
1.1-speeds for example.
With (hopefully) bootable
2012 Nov 28
3
5.00pre11 initial comments
Initial comments about 5.00-pre11.
1_ Using ctrl+v at the boot prompt:
SYSLINUX 5.00 5.00-pre11CHS Copyright ...
Initial copyright notice when booting to Syslinux prompt:
SYSLINUX 5.00 CHS 5.00-pre11 Copyright ...
Request: make the ctrl+v result to be shown as the initial copyright
notice (including order and space characters).
2_ Hello.c32 is still behaving differently than in 4.06.
2014 May 20
2
"EDD Load error" on btrfs, how to debug?
Hi
On Mon, May 19, 2014 at 6:58 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On May 19, 2014 5:17 PM, "Anatol Pomozov" <anatol.pomozov at gmail.com> wrote:
>
>> Besides syslinux itself other things has changed e.g. gcc (but I
>> really hope my problem not because of compiler).
>
> This alone can be the trigger.This might be a starting point: build
2011 Dec 18
1
[PATCH][GIT-PULL] updates for cptime/prdhcp
The following changes since commit deb7c5589182cc19499670c45104c5caa1a895fe:
H. Peter Anvin (1):
Merge commit 'syslinux-4.05' into lwip
are available in the git repository at:
git://github.com/geneC1/syslinux.git com32-cptime-upd-for-hpa
Gene Cumm (3):
cptime.c32: Move to modules; include in Makefile
cptime.txt: AsciiDoc manpage for cptime.c32
prdhcp.c32:
2012 Oct 06
4
Syslinux 4.06-pre12
Hi,
I've just pushed out a last -pre release before 4.06 final. The purpose
of this prerelease was to make sure that all the build infrastructure is
configured correctly and to ensure that the win installer problem is now
gone (I've done the build on an F16 machine which should have a working
mingw toolchain).
Barring any major problems I'll do the final release this week.
--
Matt
2011 Dec 30
2
pxelinux 4.10-pre17 HTTP performance (cptime)
Hi,
thanks for writing cptime, after manually adding it to the Makefile of a
lwip git checkout it compiled fine (same about prdhcp) (only isohybrid
complained about a missing uuid/uuid.h)...
I have a 64bit VM with VMXNET3 and go there this result:
[image: cptime.png]
(can everybody see the picture?)
The download of a 180MB large file (Parted Magic initrd) takes between 60
and 72 seconds,
2014 May 13
4
Building extlinux (Syslinux 6.03-pre11)
On May 13, 2014 4:04 PM, "Ady" <ady-sf at hotmail.com> wrote:
> > 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.
> > I don't believe it can be used as is:
> > bash# file syslinux
> > syslinux: ELF 32-bit LSB executable, Intel 80386, version
2012 Sep 21
2
cptime/memdisk block size
Is there any documentation available about what block size MEMDISK uses
to load (big iso/harddisk) image files?
Experimenting with cptime.c32 on a Lexar Triton Jumpdrive (64GB, 170MB/s
read in Windows, 150MB/s write in Windows) on bootable USB3.0 resulted
in the following, depending on specified block size:
* 2048 bytes --> 25MB/s
* 2MB --> 61MB/s
It would be nice to know at which speed
2012 Sep 19
2
Issue with pxe chainloading and grub2
Hello everyone,
I am trying to chainload grub2 using both pxechain.com and pxechn.c32 and
in both cases once grub2 loads it fails to find the grub config file on the
server. My setup is as follows:
1. DHCP (192.168.1.2) server points to a multi pxe server menu on itself.
The entry in the dhcp config file is:
*class "installerator-pxeclients" {
match if substring (option
2012 Sep 10
1
Problem with NTFS support
While testing the syslinux-4.06-pre11, I encountered a failure booting Windows Vista using syslinux. Looking at the details of the failing machine, I discovered that the main difference between this machine and the working ones is taht, on this machine, the MFT is fragmented in multiple fragments, and ldlinux.sys is indexed in one of the extended fragments. Does the syslinux NTFS implementation
2014 May 20
3
"EDD Load error" on btrfs, how to debug?
Hi
On Tue, May 20, 2014 at 3:12 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On May 20, 2014 12:33 AM, "Anatol Pomozov" <anatol.pomozov at gmail.com> wrote:
>>
>> Hi
>>
>> On Mon, May 19, 2014 at 6:58 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
>> > On May 19, 2014 5:17 PM, "Anatol Pomozov" <anatol.pomozov at
2009 Mar 22
2
[PATCH 1/3] pci: remove (void)cfgtype;
Remove "(void)cfgtype;" from com32/lib/pci/scan.c.
- Sebastian
Index: syslinux-3.74-pre11-2-g4fc8259/com32/lib/pci/scan.c
===================================================================
--- syslinux-3.74-pre11-2-g4fc8259.orig/com32/lib/pci/scan.c
+++ syslinux-3.74-pre11-2-g4fc8259/com32/lib/pci/scan.c
@@ -441,7 +441,6 @@ struct pci_domain *pci_scan(void)
int cfgtype;
2011 Dec 01
1
[PATCH][GIT-PULL] New Module: cptime.c
The following changes since commit dfdfec6e416896fe2800b58ef3e14e648033c67a:
H. Peter Anvin (1):
Merge remote-tracking branch 'origin/master' into lwip
are available in the git repository at:
git://github.com/geneC1/syslinux.git com32-cptime-for-hpa
Gene Cumm (1):
cptime.c32: Simple module to test download rates
com32/samples/cptime.c | 284
2005 Jun 05
2
pxelinux and DISPLAY
I've begun tinkering with syslinux v3 and have uncovered an anomoly with
the DISPLAY file when called by pxelinux.0.
If I have:
DISPLAY boot.msg
With an "^Xsplash.lss\n" in the file boot.msg (exactly: 18 73 70 6C 61
73 68 2E 6C 73 73 0A) file, it will fail to load the rle image. And
produce some goofy results in the tftpd log:
Jun 5 06:27:06 pxe in.tftpd[24649]: RRQ from
2011 Jun 15
1
COM32 module for detecting Memdisk?
I know there's a module to check which syslinux bootloader was used, but
is there also a module for detecting MEMDISK?
Basicly I want to use the same isolinux.cfg for a CD which boots an ISO.
Issue is that the inner ISO also uses same Isolinux (+ menu), which
isn't very user-friendly.
So:
CD --> ISOLINUX (menu) --> MEMDISK CDROM.ISO --> ISOLINUX (menu) -->
diskette
2014 Nov 22
3
Use z size specifier for printf-ing size_t variable
Hello.
Use the z size specifier to printf-ing size_t variables to get rid of gcc
warning
format ?%08x? expects type ?unsigned int?, but argument 2 has type ?long unsigned int?
--
MartinS
diff --git a/com32/lib/syslinux/initramfs_file.c b/com32/lib/syslinux/initramfs_file.c
index 7eb55b5..9f9fa75 100644
--- a/com32/lib/syslinux/initramfs_file.c
+++ b/com32/lib/syslinux/initramfs_file.c
@@
2014 Jun 19
5
testing out 6.03 network booting...
Hi all,
wasnt sure whether this was the best place to put this information; but something seems to have gone 'backwards' in the later pre-releases of 6.03 regarding network booting.
below are results of me testing - i did each a few times to make sure they are valid results.
hope it helps identify something that's gone awry ?
so far, 6.03 pre11 and pre13 (excluding efi32) seem most
2012 Sep 02
2
RFC:documents for new modules; Interest in rewriting exiting documentation
I'm interested in redoing doc/syslinux.txt into 2 AsciiDoc documents,
splitting configuration from command.
First, however, I'm requesting comments on my recent documentation of
several modules I have written. My goal is to be clear, concise, and
complete. Acknowledgements and constructive comments are welcome. If
it would help to also post converted copies of these documents (HTML,
2012 Feb 20
1
[GIT-PULL] repo change and pull reminder
I've changed my repo from git://github.com/geneC1/syslinux.git to
git://github.com/geneC/syslinux.git and still have several git-pull
requests pending.
Change from native compiled C application to Perl to remove the
platform association:
git://github.com/geneC/syslinux.git diag-geodsp-perl-for-hpa
Add AsciiDoc documentation and minor fixes to cptime.c32 and prdhcp.c32:
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