Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ipxe and mboot.c32
2014-02-25, 23:07
Post: #17
RE: ipxe and mboot.c32
So to go back in time and answer the original poster's question, the following snippet of an iPXE script will work to boot the XenServer 6.2 installer, provided two conditions are met.

First, that the contents of the ISO hierarchy are mirrored into a webserver directory, e.g. /var/www/xenserver

Second, that the mboot.c32 from boot/pxelinux/mboot.c32 is symlinked to the root of this hierarchy, e.g. ln -s boot/pxelinux/mboot.c32 /var/www/xenserver/mboot.c32

Code:
:xen-install
set 210:string http://pxe.server.example.net/xenserver/
set 209:string http://pxe.server.example.net/xenserver/boot/isolinux/isolinux.cfg
chain http://pxe.server.example.net/xenserver/boot/pxelinux/pxelinux.0
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
ipxe and mboot.c32 - betabox - 2012-03-01, 21:08
RE: ipxe and mboot.c32 - betabox - 2012-03-05, 09:49
RE: ipxe and mboot.c32 - loper.t2h - 2013-07-20, 14:27
RE: ipxe and mboot.c32 - loper.t2h - 2013-07-20, 18:08
RE: ipxe and mboot.c32 - loper.t2h - 2013-07-24, 13:38
RE: ipxe and mboot.c32 - loper.t2h - 2013-07-24, 14:26
RE: ipxe and mboot.c32 - loper.t2h - 2013-07-25, 13:25
RE: ipxe and mboot.c32 - Izaac - 2014-02-25 23:07



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