similar to: Building extlinux (Syslinux 6.03-pre11)

Displaying 20 results from an estimated 1000 matches similar to: "Building extlinux (Syslinux 6.03-pre11)"

2014 May 13
0
Building extlinux (Syslinux 6.03-pre11)
On May 13, 2014 5:09 AM, "Alexey Orishko" <alexey.orishko at gmail.com> wrote: > > Hi all, > > I'm building extlinux on a rather limited linux system (LFS), bios > version (no efi). > Unfortunately, extlinux.txt does not contain any information related > to build procedures and dependencies. Did you check README or doc/distrib.txt? > python
2013 Jan 06
1
[PATCH] menugen: Make it compatible with Py3k
Signed-off-by: Paulo Alcantara <pcacjr at zytor.com> --- com32/cmenu/menugen.py | 56 +++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/com32/cmenu/menugen.py b/com32/cmenu/menugen.py index 70ec1f8..da64d93 100644 --- a/com32/cmenu/menugen.py +++ b/com32/cmenu/menugen.py @@ -72,9 +72,9 @@ class Menusystem:
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
2014 May 13
2
Building extlinux (Syslinux 6.03-pre11)
On Tue, May 13, 2014 at 11:54 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > Did you check README or doc/distrib.txt? I've read all files in doc folder as well as done some google search.. >> What are the dependencies besides python? >> Could using python be avoided while building extlinux? > > Do you plan on having any COM32 modules in your boot system? Due to
2014 May 13
0
Building extlinux (Syslinux 6.03-pre11)
> On Tue, May 13, 2014 at 11:54 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > > Did you check README or doc/distrib.txt? > > I've read all files in doc folder as well as done some google search.. > > >> What are the dependencies besides python? > >> Could using python be avoided while building extlinux? > > > > Do you plan on having any
2010 Dec 02
1
Syslinux Digest, Vol 93, Issue 1
All, Thanks for all your help. Now, I can compile the latest source code base on RedHat 5.5 after update nasm(to 2.09) and binutil(2.17). And *make spotless* before *make* under core/ directory. But with the new pxelinux.0, the PXEClient can not bootup. The error info, No valid file system found! And stuck in there. I think maybe the gcc cause the problem. My gcc version is 4.1.2. Thanks aaron
2015 Sep 08
3
cannot compile simple.c from within Syslinux 6.03
Hello All, This is my first time requesting help, so please bear with me. I don't upgrade Syslinux very often (only when the need arises), until now I have been using version 4.05. However, I have recently acquired several UEFI servers that are in need of being able to do OS installations via pxelinux. I have upgraded to Syslinux version 6.03, however I am not able to compile my custom
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
2014 May 13
0
Building extlinux (Syslinux 6.03-pre11)
On May 13, 2014 5:49 PM, "Gene Cumm" <gene.cumm at gmail.com> wrote: > > 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
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
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
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
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 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
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
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and
2012 Jun 29
1
[syslinux:elflink] elflink: fix dependency problem in cmenu/ Makefile
On Fri, 2012-06-29 at 07:42 -0700, syslinux-bot for H. Peter Anvin wrote: > elflink: fix dependency problem in cmenu/Makefile > > Instead of adding library dependencies implicitly, make them explicit > and use --as-needed to avoid bogus DT_NEEDED entries from being > generated. This is fine, but... > diff --git a/com32/cmenu/Makefile b/com32/cmenu/Makefile > index
2017 Aug 24
4
cmenu.c32 Symbol not found luaL_checklstring
Hello everyone, I am trying to PXE boot my Acer Aspire G3-773G laptop. It uses UEFI, so I load 64bit syslinux.efi (v6.03) and it automatically loads ldlinux.e64. All is fine. But when I want to use cmenu.c32 (with UI cmenu.c32 in the config file), the loader downloads: * cmenu.c32 * libmenu.c32 * libcom32.c32 * libutil.c32 Then syslinux reports: "unable to load cmenu.c32:
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