Displaying 20 results from an estimated 10000 matches similar to: "PXE boot of KVM virtual fails"
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
2008 Jul 01
0
SYSLINUX 3.70 released
Hello everyone,
I have just released SYSLINUX 3.70, which is the first version which
includes gPXE for support of non-TFTP network scripts, as well as a
large number of other enhancments. gPXE support is still somewhat
experimental - in particular it still doesn't support chaining other NBPs.
Very special thanks to:
- rPath, Inc, my employer, for the uncountable hours I've spent
2010 Feb 21
1
SYSLINUX 3.85 released
Syslinux 3.85 is a bug fix and minor new feature release. The biggest
change is undoubtedly that gPXELINUX is now considered feature
complete, and should be able to be a drop-in for PXELINUX for all uses.
Special thanks to Intel Corporation, my current employer, for their
support for my Syslinux work.
Changes in 3.85:
* gPXELINUX: updated to gPXE 1.0.0. gPXELINUX can now do NBP
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
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
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
2008 May 27
1
need advice: runing gpxelinux.0 without tftp
Hi,
?I happily use gpxelinux.0 in subnets where nic-embedded pxe stack can
load it from a tftp server pointed by the dhcp daemon.
Now I'd like to know the best way to run gpxelinux.0 in a special
subnets, where no tftp trafic is allowed, http is served through a
reverse proxy, and dhcp is ok.
I tried "gpxe on local media (rom/iso/floppy/usb) -> gpxelinux.0" with
limited success
2009 Apr 16
0
SYSLINUX 3.75 released
3.75 is a bug fix release for 3.74.
Changes in 3.75:
* PXELINUX: fix the "keeppxe" option, which was broken in
3.74.
* MEMDISK: correct the extraction of geometry information from
the MBR of a hard disk image, again broken in 3.74.
* extlinux(1) man page from Brian Pellin.
* Simple menu: MENU SAVE is now controllable on a menu-by-menu
2009 Oct 05
2
Syslinux 3.83 released
Hi all,
I have just released Syslinux 3.83. Special thanks to my employer,
Intel, for letting me spend time on this.
It is somewhat of a meager release despite four months, as most of the
work has gone into the future-work branches.
-hpa
Changes in 3.83:
* PXELINUX: clear memory before handing over to a chainloaded
NBP. This may help avoid a bug in Windows RIS.
*
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
2010 Jun 28
1
Syslinux 4.00 released
After 64 prereleases, 626 commits, 52,742 lines of changes, and tons of
work by many, many people, Syslinux 4.00 is now officially released.
Syslinux 4.00 is the first of a set of major code restructuring
releases. The single biggest new features are btrfs and ext4 support,
and support for disks larger than 2 TiB.
Huge thanks to:
- Intel, for sponsoring mine, Alek Du's and Feng Tang's
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 Oct 01
2
How to support iSCSI multipath...
Hi Bootmeisters,
I am using gpxelinux.0 + sanboot.c32 to boot a diskless machine into Linux. I
would like to use device-mapper-multipath to provide fault tolerant access to
its root disk.
Although I am able to do this by hardcoding the additional paths in the initrd,
it would be better if the bootloader could pass the information in the iBFT
(iSCSI Boot Firmware Table). However, at the
2013 Jan 11
2
HP Probook 6570b - Unable to locate configuration file
Hi,
We currently use pxelinux and tftp-hpa for pxe booting new machines and
installing our OS of choice. This has worked great for the past year, and
just about every HP laptop we've tried so far has worked flawlessy, until
now...?
We recently bought a bunch of HP ProBook 6570b laptops but couldn't get them
to work with our pxelinux setup. What we see is that the 6570b stops at
the
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 Sep 14
2
[PATCH] ifgpxe.c32
ifgpxe.c32 is a com32 module that will run one command if gPXE extensions are available, and a different command if not.
At VMware, we use this module to chain-load gpxelinux.0 from pxelinux.0. Both of those binaries use exactly the same configuration file, and this module allows us to differentiate between the two cases and break the infinite chain-loading loop that might result. Typical usage:
2011 Jul 28
0
Booting from a local disk fails..
Good day, Pasi.
Perhaps you'd be interested in joining the Syslinux mailing-list, if you haven't done so already.
Is part of the problem description that the 'LOCALBOOT 0' directive does not behave as expected?
If I'm not mistaken, I believe that 'LOCALBOOT 0' will return control to the computer's PXE boot ROM code. The PXE boot ROM code is then supposed to
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
2013 Jan 08
4
SysLinux 5.0 - Problems booting via PXE
Hello SysLinux Team,
I have recently installed version 5.0of SysLinuxwhat may be I should not have
done so.
Now my problem is, that everytime I start via PXE (gpxe) I only get the boot:
prompt and
not the menu as expected (all was working fine with previous versions incl 4.06)
In the server log I can see atftpd serving some files to the workstation but not
as before
where it tried to find the
2010 Dec 03
1
Enable debug messages for gpxelinux.0
All,
For several days, I've been trying to debug an issue booting a Windows 7 machine over iscsi (utilizing gpxelinux.0 and sanboot.c32).
?
??? - I can get it to function OK utilizing plain gPXE (so I know my iscsi config is OK and also the iscsi drive is OK).
??? - When utilizing gpxelinux, the system shows that the iscsi drive is mounting and trying to boot. However, at that point the