search for: pxechain

Displaying 20 results from an estimated 75 matches for "pxechain".

2011 Jul 27
1
Failing to get pxechain.com working, SYSLINUX 3.86.
...I know I need to upgrade SYSLINUX, but since we are using the CMenu's it's not that easy of an upgrade. I have been (slowly) working on a new iPXE/pxelinux 4.04 install that I am migrating to. However, I have an interesting problem. Using any of the examples I have seen, I can not make pxechain.com work. "pxechain.com ::/path/pxelinux.0" "pxechain.com ::path/pxelinux.0" "pxechain.com 192.168.1.12::/path/pxelinux.0" "pxechain.com 192.168.1.12::path/pxelinux.0" Having seen a thread where it appears pxechain.com is interchangeable, I tried the one f...
2010 Jul 23
4
Equivalent of pxechain.com for (USB key based) syslinux
...among many different distributions. The goal is that I should be able to dump each distribution's CD contents into a separate subdirectory, and have a master menu that hands off to each distribution's subdirectory. A while back, when faced with a similar task on a PXE server, I came across pxechain.com which elegantly solves this issue. With pxechain.com I can say the following in my master pxelinux.cfg/default: default menu.c32 prompt 0 menu title LGL PXE boot menu timeout 100 LABEL KubuntuNet menu Kubuntu network install kernel pxechain.com append ::kubuntu904/netb...
2009 May 13
9
PXELINUX, pxechain.com and Etherboot
Hi, Anyone has tried to use pxechain with Etherboot? Here is my problem: The Etherboot client had no problem to get the list of install servers manual from the pxechain. But didn't matter which server was chosen, Etherboot client always tried to use the first server to do the installation. Etherboot 5.4 was used. What the pr...
2014 Dec 25
2
Chain-loading from WDS to PXELinux on a different tftp server
...lt PATH to include the IP address of a different TFTP server in PXE Linux. The new implementation will have to have a separate folder for EFI64, EFI32, PXE 2.1 because that's what I think WDS demands - or at least for whatever chainloads the PXELinux off another TFTP server. 2) As a fallback, PXEChain as I understand requires another DHCP server http://www.vcritical.com/2011/06/peaceful-coexistence-wds-and-linux-pxe-servers/ http://www.syslinux.org/wiki/index.php/Common_Problems#pxechain.com-2 These docs look good by they don't explain how it all plays together with PXELinux dual booting w...
2010 Jan 21
2
pxelinux and WDS
Hello, We are trying to set up a configuration with pxelinux on a linux machine and WDS, allowing us to be free to boot linux netboot installers from the tftp server. We have validated that pointing our dhcp server to the wds server works perfectly. Our idea was to use pxechain.com to launch the wdsnbp.com kernel as below : label windows KERNEL pxechain.com APPEND <ip address>::\Boot\x86\wdsnbp.com wdsnbp.com loads perfectly from the WDS server but our problem is that WDS uses dhcp to find which is the next server to load the next part of the WDS bo...
2014 Dec 26
0
Chain-loading from WDS to PXELinux on a different tftp server
...ns; no client normal would request this option from a DHCP). > The new implementation will have to have a separate folder for EFI64, EFI32, PXE 2.1 because that's what I think WDS demands - or at least for whatever chainloads the PXELinux off another TFTP server. > > 2) As a fallback, PXEChain as I understand requires another DHCP server Not necessarily but "the devil is in the details". > http://www.vcritical.com/2011/06/peaceful-coexistence-wds-and-linux-pxe-servers/ >http://www.syslinux.org/wiki/index.php/Common_Problems#pxechain.com-2 This was a possible workaround...
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 pxechain.com to load PXELINUX...
2017 Jul 10
2
pxechain.com loops back with WDSNBP started using DHCP Referral
...server : 10.87.3.19 # cat /srv/tftp/pxelinux.cfg/default DEFAULT menu.c32 PROMPT 0 MENU TITLE Main Menu LABEL CentOS-7-x86_64 KERNEL CentOS-7-x86_64/vmlinuz APPEND initrd=CentOS-7-x86_64/initrd.img ks=http://vsxansible01.wdm.local/anaconda-ks.cfg LABEL Windows Deployment Services kernel pxechain.com append 10.87.0.202::\boot\x64\wdsnbp.com # cat /etc/dnsmasq.d/provisioning.conf port=0 log-dhcp dhcp-range=10.87.3.19,proxy,255.255.248.0 dhcp-boot=pxelinux.0 pxe-service=X86PC,"Network Boot",pxelinux enable-tftp tftp-root=/srv/tftp # output after choosing the "Windows Dep...
2009 May 02
1
[PATCH] pxechain: remove unused ipaddrbuf
Remove unused ipaddrbuf. - Sebastian Index: syslinux-3.80-pre5-5-gd562154/modules/pxechain.asm =================================================================== --- syslinux-3.80-pre5-5-gd562154.orig/modules/pxechain.asm +++ syslinux-3.80-pre5-5-gd562154/modules/pxechain.asm @@ -556,6 +556,3 @@ close_status: dw 0 PXEOpenParms: open_status: dw 0 open_ciaddr: dd 0 - - section .bss...
2017 Jul 10
0
pxechain.com loops back with WDSNBP started using DHCP Referral
....cfg/default > DEFAULT menu.c32 > PROMPT 0 > MENU TITLE Main Menu > > LABEL CentOS-7-x86_64 > KERNEL CentOS-7-x86_64/vmlinuz > APPEND initrd=CentOS-7-x86_64/initrd.img > ks=http://vsxansible01.wdm.local/anaconda-ks.cfg > LABEL Windows Deployment Services > kernel pxechain.com > append 10.87.0.202::\boot\x64\wdsnbp.com Use pxechn.c32 as WDSNBP since ~2008R2 doesn't like being loaded this way. http://www.syslinux.org/wiki/index.php?title=Pxechn.c32#EXAMPLES > # cat /etc/dnsmasq.d/provisioning.conf > port=0 > log-dhcp > dhcp-range=10.87.3.19,pr...
2013 Aug 07
0
pxechain.com and gpxelinux.0 odd behavior
On Wed, Aug 7, 2013 at 3:58 PM, Hans Lellelid <hans at velum.net> wrote: > 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 > failing when I try to forward to...
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 failing when I try to forward to a gpxelinux.0 image. We...
2017 Jul 10
0
pxechain.com loops back with WDSNBP started using DHCP Referral
...NU TITLE Main Menu >>> >>> LABEL CentOS-7-x86_64 >>> KERNEL CentOS-7-x86_64/vmlinuz >>> APPEND initrd=CentOS-7-x86_64/initrd.img >>> ks=http://vsxansible01.wdm.local/anaconda-ks.cfg >>> LABEL Windows Deployment Services >>> kernel pxechain.com >>> append 10.87.0.202::\boot\x64\wdsnbp.com >> >> Use pxechn.c32 as WDSNBP since ~2008R2 doesn't like being loaded this >> way. >> >> http://www.syslinux.org/wiki/index.php?title=Pxechn.c32#EXAMPLES > > I tried wget > https://www.kernel.org...
2017 Jul 10
3
pxechain.com loops back with WDSNBP started using DHCP Referral
...gt;> PROMPT 0 >> MENU TITLE Main Menu >> >> LABEL CentOS-7-x86_64 >> KERNEL CentOS-7-x86_64/vmlinuz >> APPEND initrd=CentOS-7-x86_64/initrd.img >> ks=http://vsxansible01.wdm.local/anaconda-ks.cfg >> LABEL Windows Deployment Services >> kernel pxechain.com >> append 10.87.0.202::\boot\x64\wdsnbp.com > > Use pxechn.c32 as WDSNBP since ~2008R2 doesn't like being loaded this way. > > http://www.syslinux.org/wiki/index.php?title=Pxechn.c32#EXAMPLES I tried wget https://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-5....
2012 Jan 17
0
Status of PXEChain? (and friends)
...4.0.3. I have in front of me 4.0.5, and 4.0.10-pre 17. Also git:master (4.0.6?), and git:lwip (4.0.10?). I need to replace my existing 4.0.3 anyway. Looking to try 4.0.10-pre17. But above all else, I'm looking for whatever build carries the best chance of me being able to boot pxelinux, then pxechain to another pxelinux, windows deployment server, acronis snap-deploy server, or xcat catalog server. And if if it is possible, a little syntax help/example would be appreciated as well. Thanks! -Ken
2013 Aug 08
0
pxechain.com and gpxelinux.0 odd behavior
...r attempts to chain load from lpxelinux.0 -> tftp://server2/lpxelinux.0 also failed, I suspect for a similar error. (2) The new gpxelinux.0 in 5.10 seems to not work at all (with our VMWare VMs, anyway). That may be on the known-bugs list. (3) I assume I should be using pxechn.c32 instead of pxechain.com now always? I updated the pxelinux.cfg/default on my first-stop server to look like this: label cobbler COM32 pxechn.c32 append tftp://172.20.30.10/lpxelinux.0 This specific example (using lpxelinux.0) refuses to load the http-url kernel from my cobbler box, but if I use non-URL paths (i.e....
2010 Nov 07
1
pxechn.c32: Status
Now that pxechain.com can work (with my patch to core/pxelinux.asm), a PXE Chainload COM32 is not as big of a deal but I agree with HPA that it would be a good idea, especially considering the possible flexibility that this may allow. For the moment, I've named the chain module pxechn.c32 in order to not collid...
2013 Aug 08
2
pxechain.com and gpxelinux.0 odd behavior
On 08/08/2013 10:05 AM, Hans Lellelid wrote: > > label cobbler > COM32 pxechn.c32 > append tftp://172.20.30.10/lpxelinux.0 > > This specific example (using lpxelinux.0) refuses to load the http-url > kernel from my cobbler box, but if I use non-URL paths (i.e. TFTP) for > kernel and initrd it works just fine. > Does that include a URL-path for TFTP? Any useful
2013 Aug 08
0
pxechain.com and gpxelinux.0 odd behavior
On Thu, Aug 8, 2013 at 6:48 PM, H. Peter Anvin <hpa at zytor.com> wrote: > On 08/08/2013 10:05 AM, Hans Lellelid wrote: > > > > label cobbler > > COM32 pxechn.c32 > > append tftp://172.20.30.10/lpxelinux.0 > > > > This specific example (using lpxelinux.0) refuses to load the http-url > > kernel from my cobbler box, but if I use non-URL paths
2013 Aug 08
0
pxechain.com and gpxelinux.0 odd behavior
On Thu, Aug 8, 2013 at 7:15 PM, H. Peter Anvin <hpa at zytor.com> wrote: > On 08/08/2013 04:14 PM, Hans Lellelid wrote: > > > > Sorry, I will give some better output tomorrow. I think when this > > happened I was still using menu.c32 so I didn't see any output, it just > > reloaded the menu. But I will respond back tomorrow after trying this > > with