Template:SetupWindows

From ERPXE Wiki
Revision as of 11:10, 5 February 2012 by Admin (talk | contribs) (Created page with "In this manual we will use [http://en.wikipedia.org/wiki/Windows_XP Windows XP] and [http://tftpd32.jounin.net/ TFTPD32] as an example: == Setup a TFTP Service == The first thi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In this manual we will use Windows XP and TFTPD32 as an example:

Setup a TFTP Service

The first thing to do is to setup a server which will serve ERPXE to your LAN clients BOOT calls. TFTP server is the responsible service for answering PXE calls.

If you don't have one on your local network you should read 'Install TFTPD32 Server' for more info.

This tutorial assumes that TFTPD32 working directory is on "c:\tftpboot"

Extract ERPXE

Download ERPXE from http://www.erpxe.com/downloads/.
Extract ERPXE content to "tftpboot" directory

Setup Shares

Some ERPXE plugins requires either HTTP, SAMBA or NFS for recieving files after it has loaded. you can check the requirement for each plugin at the Plugins page and setup services as needed. it's recommended to setup all three.

Add HTTP support
Install Internet Information Services (control panel - add and remove programs).
In The IIS Console click the Default Website.
Add a virtual directory named "er" pointing to \tftpboot\er\shares\http\.
Add Share (SAMBA support)
Add a user named erpxe
Set erpxe password to "erpxe"
Share the tftpboot\er\shares folder as "erpxe"
Add NFS support
NFS on windows