The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How boot iPXE script over pxelinux ?
2013-04-23, 15:26 (This post was last modified: 2013-04-23 16:10 by Gelip.)
Post: #1
How boot iPXE script over pxelinux ?
I have own configured server TFTPD32 with DHCP and TFTP (pxelinux.0 + menu default). Now I learned that HTTP protocol is faster than TFTP to load ISO images. I want change loading ISO images to HTTP protocol in file default. I make script for boot over HTTP protocol:
Code:
#!ipxe
initrd http://192.168.xxx.xxx:port/mxp14.iso
chain memdisk iso
How to do it?
Code:
LABEL image
MENU LABEL Boot ISO over HTTP
kernel mxp14.ipxe
but this not working :-(

I know that this working in menu.ipxe booted from TFTP like this:
Code:
:image
echo ISO over HTTP
chain mxp14.ipxe
goto start
but i want this with menu default. Is this is possible?

If this is not possible please help me how boot ISO over HTTP automatic other way.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How boot iPXE script over pxelinux ? - Gelip - 2013-04-23 15:26



User(s) browsing this thread: 1 Guest(s)