Displaying 20 results from an estimated 7000 matches similar to: "need advice: runing gpxelinux.0 without tftp"
2009 Sep 03
1
gpxelinux questions
Hi All,
I've been enjoying playing with gpxe and gpxelinux, however I have a
few questions that I'd love to get some answers for...
1) Will gpxelinux support chain loading of other NBPs without hanging
or is this already resolved ?
2) Why does gpxelinux take much longer than pxelinux to enumerate the
UUID, MAC address, then hex IP address chop ?
3) Can gpxelinux load gpxe scripts at all
2010 Oct 11
1
Problems with gpxelinux and Broadcom 57711
Hello.
We are using gpxelinux from SYSLINUX 4.02. We recently purchased some HP
Proliant BL460c G6 servers with Broadcom BCM 57711 10Gbit NICS.
We have a very simple pxelinux.gpxe script compiled into gpxelinux.0:
#!gpxe
set use-cached 1
dhcp net0
chain http://webserver/gpxe/gpxe.php?IP=${net0/ip}
The PHP script dynamically creates a config file that looks something
like this:
#!gpxe
set
2011 Apr 17
2
gpxelinux.0: pxechain to another NBP then RET fails
IRC user ernini first noticed this. We both tried using
gpxe/gpxelinux.0 from Syslinux-4.04-pre22. ernini used pxechain to a
commercial NBP which RETs (the same as PXELINUX) and failed. Both of
us had success with core/pxelinux.0 from Syslinux-4.04-pre22.
For my test, I have a VM in VMware Server 2.0.2 (VMHW v7). I loaded
gpxelinux.0 using the VM's built-in PXE ROM. Then I used
2011 Oct 07
1
gpxelinux.0 under a QEMU GPXE virtual boot rom?
You're all back! (yippie!). Now I can ask the question that's been nagging
at me over the past month...
Is booting gpxelinux.0, under QEMU, which provides it's own GPXE capable
boot rom supposed to work? Or, is it a redundant (the GPXE boot room
already provides the functionality of gpxelinux.0) and suicidally dumb thing
to do? I've found some references to other people
2011 Nov 29
2
gpxelinux.0 and slow HTTP performance on VMware ESX
Hi,
I found this message in your online mail archive, i have found the same problem and did some research in the past on this. Maybe you would be interested to know it is a problem on any virtualisation product not just ESX. Second it is a problem in gPXE that you embedded in gPXElinux. The problem was build in gPXE after version 0.97 so any gPXElinux build a newer version has this problem. I
2009 Apr 26
3
memdisk issue with gpxelinux.0
Helle,
I'm facing a strange issue with memdisk
The context :
syslinux 3.75
gpxelinux.0
the gpxe stript called from a menu executed through menu.c32 :
#!gpxe
kernel /modules/memdisk initrd=/freedos
initrd /freedos
The output before the freeze :
/boot.gpxe. ok
/modules/memdisk. ok
/freedos...... ok
MEMDISK 3.75 3.75 Copyright 2001-2009 H. Peter Anvin et al
e820: 0000000000000000
2008 Sep 03
4
gpxelinux feature request
Hi All,
A while back there was some mention that gpxe may acquire the
ability to receive command-line parameters. I'd dearly love if
this could become a reality.
It would be fantastic if we could have a pxelinux menu config
as follows:
KERNEL gpxelinux.0
APPEND config http://someserver.net/gpxe-for-this-box.cfg
This would solve a huge number of our problems since we
don't have the
2009 Feb 25
4
[gpxelinux] How to use sanboot.c32 to attach a iscsi lun and then boot from CD
Hi,
I've been trying a couple of day now, but I can't seem to figure it out.
On www.etherboot.org, I found the example of configuring gPXE so that
it mounts an iSCSI lun and then boot from CDROM so you are able to
install on the LUN. But if I use gpxelinux.0 (latest release 3.73),
with sanboot.c32 like this:
label sanboot2008srv
menu label ^[iscsi] Windows server 2008
kernel
2013 Feb 02
1
5.01 problems with gpxelinux.0 (file paths related TFTP and HTTP)
Hello again,
* TFTP and DHCP started using:
dnsmasq --port=0 \
--no-daemon \
--enable-tftp \
--tftp-root=/run/archiso/bootmnt \
--dhcp-range=192.168.0.2,192.168.0.254,86400 \
--dhcp-boot=/arch/boot/syslinux/gpxelinux.0 \
--dhcp-option-force=209,boot/syslinux/archiso.cfg \
--dhcp-option-force=210,/arch
* and for DHCP+HTTP
2015 Oct 24
4
Confusion on lpxelinux vs. gpxelinux vs. ipxe vs gpxe.
Hi All,
I've been trying to understand how to use pxechn.c32 to chain a local
pxelinux menu item to a remote server which has it's own pxelinux hierarchy
served via TFTP and HTTP.
We have no control over DHCP next-server and filename fields so I wanted to
exploit the "prefix" -p option that pxechn.c32 accepts.
I spent a long time hitting my head against a brick wall until I
2010 Mar 16
3
3.86-pre1 gpxelinux.0 SIS900 long boot time / fails to boot / no entries in tftp server log
Okay guys, This is separate from my last few messages. Along with those
attempts, I decided to migrate from pxelinux.0 to gpxelinux.0 in my
existing setup. Admittedly I haven't tried previous gpxelinux.0's but I
am willing to if someone thinks it would be useful. Everything works as
expected with pxelinux.0 of the same version.
With gpxelinux.0:
TFTP Prefix:
Trying to load:
2010 Oct 05
1
TFTP URL support in 4.x
Hello,
I saw this in the release notes for 4.00:
"PXELINUX: TFTP URL syntax (tftp://) supported even when not running
gPXE/gpxelinux"
I can't find any info describing this new functionality (searched wiki
and mailing list), I'm guessing you can now use tftp:// in the paths, e
g:
LABEL mylabel
KERNEL tftp://servername/path/to/mykernel
APPEND myoptions
Correct?
I've
2009 May 12
3
Chain loading hard disk with gPXELinux
Hello syslinux mailing list,
I've been working on a kind of system administration tool (
http://twyna.sourceforge.net/) with a colleague of mine for our Computer
Science Bachelor degree internship. I hope I'm saying that right :)
We use gPXELinux to boot over a web service and it's all working
marvellously, except for the localboot bug. Until now we've used chain.c32
to solve
2009 Jan 05
2
Question about pxelinux and gpxelinux
Hi Hpa and all
I am confused about some function of pxelinux and gpxelinux/gpxe.
1, after I read the document
(http://edgyu.excess.org/ols/2008/H%20Peter%20Anvin%20-%20x86%20network%20bo
oting%3a%20integrating%20gPXE%20and%20PXELINUX.pdf), I knew there are two
major module in standard gPXE, PXE BC and UNDI. And I can understand why I
need to produce different boot file for different NIC from
2008 Apr 02
1
gpxelinux 3.70pre7 - keeppxe problem
First let me say I'm really excited about the possibility of dynamic
menu creation over http using php. When this is stable it will make
maintinging some of our pxelinux infrastructure much easier. Id like to
thank all involved; I'm really looking forward to the gpxe intigration.
After hpa's announment for 3.70pre7 I begain testing. I dropped the new
gpxelinux.0 and new c32 modules
2011 Feb 04
1
sanboot.c32 with gpxelinux 4.03
Hello All.
Yesterday I?m trying another ways but without luck.
Issue still exist ? Please help.
Is it possible to rewrite DHCP setting for sanboot.c32 after gpxelinux.0 load?
Will be nice to have this possibility because:
1. DHCP can be ?black box?.
2. DHCP admin not available.
3. PXE server rewrite dhcp setting.
I cannot boot from cdrom after pxe(gpxelinux.0) ? please help.
LABEL Windows 7
2013 Aug 07
2
pxechain.com and gpxelinux.0 odd behavior
I'm sure I'm doing something wrong here, but I would appreciate a pointer.
I have tried to rtfm, but find the docs a little sparse wrt
pxechain.comand gpxelinux.0.
I am trying to setup a pxe chain server (aka chainloading?) where one of
the entries on one pxe server forwards to another (cobbler, in this case).
I know this works fine with traditional pxelinux.0 images, but it's
2009 Sep 14
2
gpxelinux
Hi All,
I'm trying to setup gpxelinux instead of pxelinux, my goal is to fetch the
configuration files and images via http.
additionally, I want to setup all servers to boot by default from PXE - the
idea is that I can control whats booted in another place, and I don't need
to physically (or virtually) go through menus or do stuff on the machine.
my basic proof of concept is:
isc dhcp
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 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