Difference between revisions of "ERPXE:Installation"

From ERPXE Wiki
Line 5: Line 5:
 
= Custom Installation =
 
= Custom Installation =
  
==== Enable DHCP ====
 
from ERPXE terminal:
 
chkconfig dhcpd on
 
service dhcpd start
 
 
update the gateway in ERPXE to your current router/gateway.
 
 
==== Configure your DHCP ====
 
ERPXE configured as 10.0.0.1. many modules needs this IP.
 
if you need another to change this you should read [[Change IP]] article.
 
 
add the following rules to your dhcp server:
 
next-server 10.0.0.1;
 
filename [gpxelinux.0];
 
 
rules 66, 67 in microsoft dhcp.
 
  
 
=== TFTPD Custom Installation ===
 
=== TFTPD Custom Installation ===

Revision as of 20:43, 12 December 2011

VMDK Installation

VMDK File is pre-installed.

Custom Installation

TFTPD Custom Installation

Choosing TFTP Service

any TFTP server should be ok for ERPXE. consider the one best fits your needs. note: not all servers tested!

there are more TFTP servers available. you should check what best suits you.

For Windows:

- Tftpd32
- TFTP Server for Windows
- Open TFTP Server

For Linux/Unix:

- Open TFTP Server
- tftp-hpa for BSD
- Advanced TFTP

for Mac:

- TFTP Server 3.4
- MacTFTP Client 1.2 (Shareware)

NOTE: not all modules supported on every OS due to NFS/CIFS/HTTP limitations.

Recommended: CentOS (Tested on CentOS 5.0-6.0) using xinetd-tftp as TFTP server.

Installing ERPXE

Copy the content of ERPXE solution into the shared directory of your TFTP server.

Configuring ERPXE

Check the POST-Installation info for your downloaded version or within the doc folder inside your distribution.




That's it. enjoy ERPXE.