Displaying 20 results from an estimated 4000 matches similar to: "gpxe + SYSLINUX menus = Fail?"
2009 Aug 06
1
[PATCH node-image] workaround for gpxe issue with the virt-preview
Unable to boot using qemu-kvm and gPXE from virt-preview repository
https://bugzilla.redhat.com/show_bug.cgi?id=512358
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
common-blacklist.ks | 9 +++++++++
common-pkgs.ks | 3 +++
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/common-blacklist.ks b/common-blacklist.ks
index 7c19aa4..2f8842f 100644
---
2014 Jun 20
2
menu.c32 is not a COM32R image
Hello !
I am completely new to syslinux.
I followed this instruction manually:
http://www.wonkity.com/~wblock/docs/html/pxe.html
I am on debian and do not have syslinux installed, but using
this debian box as a tftp server. I had to modify the instructions
given by the installation above. I downloaded the 6.02 version
and copied the files to the tftp root.
I am using dnsmasq as a tftp
2010 Jul 23
2
PATCH: Let "dhcp" command iterate over interfaces like autoboot()
Hello all,
I was reading http://www.etherboot.org/wiki/appnotes/autobootchainurl,
and figured that as long as I was going to be modifying the code I
might as well try a cleaner solution. ?Attached to this message is a
patch that makes the following changes:
1) Allow the "dhcp" command to accept a list of interfaces and to try
them in order until it succeeds, e.g.:
?gPXE> dhcp net0
2010 Mar 03
1
[gPXE] localboot 0 hang on some machines
Randy McAnally wrote:
>
> Thank you so much, this is the kind of news I needed!
>
> ---------- Original Message -----------
> From: "Arends, R.R." <r.r.arends at hro.nl>
> To: "Randy McAnally" <rsm at fast-serv.com>
> Cc: <gpxe at etherboot.org>
> Sent: Wed, 03 Mar 2010 10:10:56 +0100
> Subject: Re: [gPXE] localboot 0 hang on some
2009 Jan 02
2
gpxe help
Hello,
This is my first post. Please forgive me if I am not posting this in the
right location. I work at a college where we clone staff computer every now
and then. We have an internal network in our office. There is a Linux NAT,
DHCP, PXE server in our office separating the two networks. Internally, we
PXE with images that boot into Ghost to clone computers. We do not have
access to the
2010 Oct 27
0
[gPXE] localboot 0 hang on some machines with gpxelinux.0
I'm bringing back an old thread, but I'm still having problem with this:
http://etherboot.org/pipermail/gpxe/2010-March/000571.html
The summary of that thread is that with gpxelinux.0, on some computers
the command LOCALBOOT 0 will hang the computer. Around the same time
as the original thread, there was a patch to add localboot -1. Also in
the original thread, it was proposed to use
2008 Mar 26
4
SYSLINUX 3.70-pre7: a very special prerelease
I have produced a first cut of integrating gPXE with PXELINUX. This
builds, in addition to the usual pxelinux.0, an image called gpxelinux.0
which includes the gPXE network stack.
The result is that one can now download images via (almost) any network
protocol supported by gPXE, including http. This lets one do fun things
like using a CGI or PHP script for the configuration file.
SAN
2014 Apr 02
3
Xen4CentOS: Unnecessary gpxe / ipxe obsoletes
I installed CentOS6 with the xen4centos set of packages; then I tried
to install KVM (for performance comparison), I got the following error
in YUM:
--> Processing Dependency: /usr/share/gpxe/e1000-0x100e.rom for
package: 2:qemu-kvm-0.12.1.2-2.415.el6_5.4.x86_64
Package gpxe-roms-qemu is obsoleted by ipxe-roms-qemu, but obsoleting
package does not provide for requirements
I manually
2015 Oct 25
4
Confusion on lpxelinux vs. gpxelinux vs. ipxe vs gpxe.
On Sat, Oct 24, 2015 at 6:15 PM, Michael Brown via Syslinux
<syslinux at zytor.com> wrote:
> Also, not a fork: http://git.ipxe.org/ipxe.git/commitdiff/8406115
A fork is a fork, regardless the reasons behind it (yes, I have some
understanding in this case). iPXE is based off of forking further
development as of a certain gPXE commit with some backporting of gPXE
development to iPXE.
--
2008 May 23
3
Syslinux 3.70pre9 - sanboot.c32 says: gPXE API not detected'
Hi,
I have a working PXE environment that chainloads gPXE and loads pxelinux.0
afterwards. As I'm also interested in doing san boot (in my case aoe) I
tried loading the new gpxelinux.0 file instead of my gPXE --> pxelinux.0
setup (works) and booting from my aoe target by adding this to the default
config file:
LABEL doaoe
MENU LABEL Continue AoE
kernel sanboot.c32
append
2013 Sep 24
4
[PATCH 1/1] gpxe: fix possible null pointer dereference
Possibly authority variable (initialized with NULL) might be dereferenced when
an arbitrary path (without "//" on it) is supplied to parse_uri() function
Signed-off-by: Felipe Pena <felipensp at gmail.com>
---
gpxe/src/core/uri.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gpxe/src/core/uri.c b/gpxe/src/core/uri.c
index 6a1f2e5..4987821 100644
---
2007 Oct 12
1
Passing commands from pxelinux to gpxe ?
Hi All,
Sorry if this is a stupid question, but I've managed to get
pxelinux to load gpxe and then manually load linux by
using the gpxe command line and HTTP for the kernel and
initial ram disk.
My question is whether it is possible to somehow pass
gpxe commands through some mechanism other than
the DHCP filename response. Since I don't have control
over our DHCP infrastructure, but do
2008 Jun 25
1
gPXE static IP parameter instead of DHCP
Hey *,
When using gPXE as a second stage loader, the computer will complete this
procedure:
POST/BIOS,
PXE (DHCP+TFTP) -> Download gPXE ROM,
Execute ROM,
Do a second DHCP request,
Download images with HTTP,
I was wondering if PXELinux/gPXE can give the gPXE-ROM some parameters
like a static IP based on the IP they got the first time, so it does not
have to do the second DHCP request.
I am
2013 Jul 02
2
Dell OptiPlex GX620 can longer boot from CD with syslinux-5.X
System: Dell OptiPlex GX620 (Both BIOS A10 and A11 affected)
Medium: Physical CD-RW
Observed: ISOLINUX 5.11 0x51D1AE48 ETCD_ is the only line displayed
on-screen. A flashing cursor trails at the end of the line. Escape key does
not return boot: prompt.
Line1 of syslinux.cfg: DEFAULT vesamenu.c32
Note: Reverting to syslinux-4.06 allows for successful booting on the same
system.
Patrick
On Tue,
2011 Jun 29
4
gpxelinux.0 and slow HTTP performance on VMware ESX VM
Hi,
first of all I would like to voice my deep gratitude to all syslinux developers
for this really important software. I am using it in all my automation projects
and could not manage without.
Unfortunately now I stumbled upon a problem where I am out of my wits and need
some help.
The core problem is that HTTP transfers by gpxelinux.0 are very slow. Sadly this
problem seems to be somehow
2010 Apr 13
5
Easy way to replace gPXE ROM?
This may be a better question for the Xen-Devel list, but I''ll start here...
Does anyone know if there is any easy way to replace the gPXE ROM with a newer version in Xen? Also, anyone know if there are any plans to have some sort of option in the domU config file to specify a boot rom? Looks like qemu-dm has an "-option-rom" option - is there any way in Xen to make use of
2010 Jun 22
1
GPXE arch/i386/scripts/i386.lds:1: undefined symbol `_max_align' referenced in expression
syslinux 3.86 and 4.00-pre55
make[2]: Entering directory
`/home/gzp/src/syslinux-4.00-pre55/gpxe/src'
[AR] bin/blib.a
ar: creating bin/blib.a
[HOSTCC] util/zbin
[LD] bin/undionly.kkpxe.tmp
arch/i386/scripts/i386.lds:1: undefined symbol `_max_align' referenced in expression
make[2]: *** [bin/undionly.kkpxe.tmp] Error 1
make[2]: Leaving directory
2010 Aug 25
0
gPXE+pxelinux fails with static network config
Hi,
As requested on IRC, here are the step-by-step instructions to reproduce
the failure I see:
On http://rom-o-matic.net/gpxe/gpxe-1.0.1/contrib/rom-o-matic/build.php:
output format: .dsk
NIC type: e1000_82540
x CONSOLE_PCBIOS
x CONSOLE_SERIAL
BANNER_TIMEOUT: 20
COMCONSOLE: 0x3F8
_ COMPRESERVE
COMSPEED: 57600
COMDATA: 8
COMPARITY: 0
COMSTOP: 1
x DOWNLOAD_PROTO_TFTP
x DOWNLOAD_PROTO_HTTP
_
2011 Jun 08
3
Chainloading from one PXELINUX to another (with some iPXE in the mix)?
Hello SYSLINUX folks, thanks for all your hard work over the years!
I'm working on a fairly complex deployment services project, and one of the
aspects of it is to make it possible to federate deployment services across
our university. Supporting existing deployment services is a priority, so
I am presently trying to integrate an existing PXELINUX install, part of a
FOG windows imaging
2010 Feb 04
2
[gPXE] Local Boot + SW Raid
This is worth forwarding to SYSLINUX.
On Thu, Feb 4, 2010 at 3:21 AM, Randy McAnally <rsm at fast-serv.com> wrote:
> For some reason I cannot local boot (the default) from any software RAID
> system (where the boot partition is linux raid). ?It hangs at "Booting from
> local disk..." but never exits the pxe rom and just sits there requiring a reboot.
Which RAID level are