Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How boot iPXE script over pxelinux ?
2013-04-24, 06:36 (This post was last modified: 2013-05-07 06:14 by Gelip.)
Post: #4
RE: How boot iPXE script over pxelinux ?
OK, after many attempts Angry Angry succeeded with new files syslinux 5.01. To upgrade PXELINUX 3.86 to 5.01 need copy this files from syslinux-5.01.zip to root TFTP directory:
  • pxelinux.0 (replace old)
  • vesamenu.c32 (replace old)
  • ldlinux.c32
  • libcom32.c32
  • libutil.c32
and add this entry in "default" menu to working ISO over HTTP:
Code:
LABEL winxp
MENU LABEL Mini over HTTP
kernel http://192.168.xxx.xxx/memdisk
initrd http://192.168.xxx.xxx:port/images/mxp14.iso
append raw iso
Of course, also run a HTTP server such as Apache

But some things I do not like:
  • not working automatic boot (TIMEOUT 100 in menu default) :-(
  • vesamenu appears until after 10 seconds after message PXELINUX 5.01.... but this is only sometimes !!? In old version 3.86 vesamenu appears faster.
    --> in this time I see in TFTPD32 that ldlinux.c32 is loading
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How boot iPXE script over pxelinux ? - Gelip - 2013-04-24 06:36



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