similar to: Booting with Syslinux 6.01 & 6.02 fails, causes restart.

Displaying 20 results from an estimated 3000 matches similar to: "Booting with Syslinux 6.01 & 6.02 fails, causes restart."

2014 Aug 24
1
Library_modules (list of & wiki write permissions)
Hello, I poked a little bit to extract the list of modules dependencies in Syslinux v6 (see below). I have attached a bash script that generate a nice table from the tarball. The output can either be an ASCII table, or wiki markup, typically for the page Library_modules[1]. I am not in the wiki Editor group, so I can't put that in the wiki. anyway, here's an updated dependency tree for
2015 Feb 10
1
Missing make dependencies?
I'm seeing some sporadic build failures with 'make -j4'. The failures are: make[4]: *** No rule to make target 'hello.c32', needed by 'all'. Stop. I've only seen the failures with com32/samples/hello.c32 and com32/rosh/rosh.c32. I'm not a make expert, but I think it's due to missing dependencies. This patch seems to fix my failures, but I'm
2013 Feb 06
1
Weird ldlinux loading trouble
Hi, I'm currently on elflink branch with commit 52443dc7dc5a203d053b70e870e6b83986ebb530 I did a make spotless before the following problem. If I do a make inside com32/ my hdt.c32 is working properly. If I do a make inside com32/hdt/ my hdt.c32 is not working and fails with Failed to load ldlinux.c32 To to my tests, I use the following command qemu-kvm -net nic -net user -boot n -tftp
2014 Mar 05
2
PXELINUX and http?
On 3/5/2014 4:21 AM, Gene Cumm wrote: > tp. But I can't get it to work. > 5.10 introduced lpxelinux.0, a variant that uses UNDI+lwIP instead of PXE calls. Ah, ok, the wording in 5.10 change log is a little ambiguous then...It seems to imply (to me at least) that http support was added to pxelinux.0 with an old TCP stack, but lpxelinux.0 has http with a new TCP stack. > >>
2012 Jun 26
2
[GIT PULL] elflink bug fixes
Hi Peter, Please pull the following changes. Paulo, I had to revert your "pxe: resolve names via DNS from protected-mode code" change because dns_resolv() is only implemented for PXELINUX and causes undefined symbol references for ISOLINUX, etc. Feel free to make the change again on top of the revert. The following changes since commit e7bd19def830e8341b1a100956345f1028740b9e:
2014 Mar 05
0
PXELINUX and http?
On Wed, Mar 5, 2014 at 12:40 PM, Virtual Xmas <luvs.christmas at gmail.com> wrote: > On 3/5/2014 4:21 AM, Gene Cumm wrote: >> tp. But I can't get it to work. >> 5.10 introduced lpxelinux.0, a variant that uses UNDI+lwIP instead of PXE >> calls. > Ah, ok, the wording in 5.10 change log is a little ambiguous then...It seems > to imply (to me at least) that
2014 Dec 17
0
[PATCH] build: sort sources to build in a more deterministic way
It has been observed that binaries contents are depending on the order of linked objects. This order is caused by GNU make's wildcard function and the position of sources on filesystem. This change tries to prevent this kind of randomness. Also consider building using -j1 flag to make it even more reproductible. Change-Id: Ie8eee7f336e6f1fa2863c4150d967afd15519f1d Bug:
2011 Apr 11
0
[PATCH] Makefile: Move Makefile fragments into mk/
From: Matt Fleming <matt.fleming at linux.intel.com> Move the MCONFIG files into a mk/ directory and give them more descriptive names. This is purely a cosmetic change to make the 'include' directives a bit more coherent by making it obvious exactly which MCONFIG file we're including. For example, in com32/lua/src/Makefile we exchange the line, include ../../MCONFIG for the
2011 Apr 29
1
[PATCH] hdt: libmenu.a no longer exists
From: Matt Fleming <matt.fleming at linux.intel.com> Don't link against libmenu.a, it no longer exists as it was removed in commit 74518b8b691c ("elflink: Make ELF the default object format"). This fixes the following build error, make[2]: *** No rule to make target `../cmenu/libmenu/libmenu.a', needed by `hdt.c32'. Stop. Signed-off-by: Matt Fleming
2010 Jul 25
0
[PATCH] HDT: Fix cursor on exit from Menu Mode
From: Gene Cumm <gene.cumm at gmail.com> CMenu: Fix cursor on exit from showmenus() Signed-off-by: Gene Cumm <gene.cumm at gmail.com> This fixes the issue in hdt.c32 that Kent Robotti noticed where exiting directly from Menu Mode caused the cursor to not be displayed. This same issue also affects com32/cmenu/simple.c32 and probably others using showmenus(). --- diff --git
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
2012 Aug 14
1
[GIT PULL] elflink fixes
Hi Peter, The main part of this pull request includes commits that try to replace as many __intcall() invocations as possible. Some remain, but not many (and eventually they'll be gone too). There's also a patch to make better use of ld's --as-needed option and various other bug fixes/cleanups. The following changes since commit ff7334a2ce536b7f4b1f6d6f93ff4e285a3bd45a: Only
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
2009 Oct 05
1
merging lua branch
hi all, I think Ive successfully merged the lua branch with master, it needed a minor fix to a Makefile, as follows. I couldnt coax it to give me anything via git format-patch <something>, so I got this from qgit: Is there a more correct way to submit this ?? [jimc at harpo syslinux.git]$ more patch diff --combined com32/Makefile index 4a58485,5d1ff44..81e7a16 --- a/com32/Makefile +++
2011 Apr 28
1
elflink: build failure
make[2]: *** No rule to make target `../cmenu/libmenu/libmenu.a', needed by `hdt.c32'. Stop. Sebastian
2013 Nov 23
0
Booting with Syslinux 6.01 & 6.02 fails, causes restart.
On Sat, Nov 23, 2013 at 5:49 AM, Evert Vorster <evorster at gmail.com> wrote: > Hi there. > > I had a quick look through the archives, and I spotted a similar issue > being reported in October, but no resolution, unfortunately. > "[syslinux] Syslinux 6.02 BIOS" > > I am booting in legacy (bios) mode on a gpt partition on my laptop. > It's a HP ENVY dv7.
2015 Mar 16
2
Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
On Mon, Mar 16, 2015 at 1:41 PM, Ady via Syslinux <syslinux at zytor.com> wrote: > Hmm... AFAIK, efibootmgr currently accepts slash and automatically > converts it into backslash. So for a current version of efibootmgr, a > path like: > /EFI/syslinux/syslinux.efi > (including the initial slash) should be OK as command-line argument. > ?Right?. I just used the
2012 Oct 19
3
[PATCH 0/3] elflink fixes
From: Matt Fleming <matt.fleming at intel.com> The first two patches in this series are fixes for bugs reported by someone in #syslinux. The third makes dmitest.c32 actually wait for user input. If no one has any objections/concerns, I'll pull this into the official elflink branch. Matt Fleming (3): core: Print error message if we don't load ldlinux.c32 Clean up $(GPLLIB) leak
2013 Nov 23
2
Booting with Syslinux 6.01 & 6.02 fails, causes restart.
Hi there. I had a quick look through the archives, and I spotted a similar issue being reported in October, but no resolution, unfortunately. "[syslinux] Syslinux 6.02 BIOS" I am booting in legacy (bios) mode on a gpt partition on my laptop. It's a HP ENVY dv7. CPU: Intel i7, BIOS: InsydeH2O version: F. 12 With syslinux 4.06, it boots flawlessly. With syslinux 6.01 and 6.02, the
2011 Apr 16
6
[PATCH 0/6] Makefile cleanups
From: Matt Fleming <matt.fleming at linux.intel.com> This series includes a patch (PATCH 1/6) that I sent previously but I thought it was worth sending it again since the rest of the series depends on it, and it also gives a bit of context. These cleanups make it simpler to do the big switchover to ELF modules on the elflink branch because the libraries in $LIBS are now contained in one