Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
appnote:xenserver [2014/09/01 14:05]
mcb30 created
appnote:xenserver [2014/09/01 14:26]
robinsmidsrod
Line 1: Line 1:
 ===== Installing XenServer via iPXE ===== ===== Installing XenServer via iPXE =====
 +
 +{{ :​logos:​xen.png?​149x67|Xen logo}}
  
 You can use iPXE to boot into the XenServer installer via HTTP: You can use iPXE to boot into the XenServer installer via HTTP:
Line 12: Line 14:
 </​code>​ </​code>​
  
-  * Create an iPXE script file ''/​var/​www/​boot/​xenserver/​xen.ipxe''​) containing:<​code> ​ #!ipxe+  * Create an iPXE script file (''/​var/​www/​boot/​xenserver/​xen.ipxe''​) containing:<​code> ​ #!ipxe
   kernel boot/xen dom0_max_vcpus=1-2 dom0_mem=max:​752M com1=115200,​8n1 console=com1,​vga   kernel boot/xen dom0_max_vcpus=1-2 dom0_mem=max:​752M com1=115200,​8n1 console=com1,​vga
   module boot/​vmlinux xencons=hvc console=hvc0 console=tty0   module boot/​vmlinux xencons=hvc console=hvc0 console=tty0
Line 20: Line 22:
  
   * Instruct iPXE to boot from your ''​xen.ipxe''​ script, e.g. using<​code>​   * Instruct iPXE to boot from your ''​xen.ipxe''​ script, e.g. using<​code>​
-chain http://​your.web.server/​boot/​xen.ipxe+chain http://​your.web.server/​boot/xenserver/xen.ipxe
 </​code>​ </​code>​
  
appnote/xenserver.txt ยท Last modified: 2014/09/01 14:36 by robinsmidsrod
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.