Difference between revisions of "ERPXE:FAQ (Frequently Asked Questions)"

From ERPXE Wiki
Line 4: Line 4:
 
read more [[About ERPXE]]
 
read more [[About ERPXE]]
  
== PXE ==
+
== What is PXE? ==
=== What is PXE? ===
 
  
 
from wikipedia: [[http://en.wikipedia.org/wiki/Preboot_Execution_Environment]]
 
from wikipedia: [[http://en.wikipedia.org/wiki/Preboot_Execution_Environment]]
Line 15: Line 14:
 
PXE usually doesn't use your local storage as hard drives or USB drives, so you can do several tasks from the PXE without affecting your computer (unless you want to).
 
PXE usually doesn't use your local storage as hard drives or USB drives, so you can do several tasks from the PXE without affecting your computer (unless you want to).
  
=== What can i do with ERPXE? ===
+
== What can i do with ERPXE? (and any PXE) ==
  
 
you can do alot!
 
you can do alot!
Line 25: Line 24:
 
and lot more....
 
and lot more....
  
=== TFTP ===
+
== TFTP ==
==== What is TFTP? ====  
+
=== What is TFTP? ===  
 
From wikipedia: [[http://en.wikipedia.org/wiki/Tftp TFTP]]
 
From wikipedia: [[http://en.wikipedia.org/wiki/Tftp TFTP]]
 
  Trivial File Transfer Protocol (TFTP) is a file transfer protocol known for its simplicity. It is generally used   
 
  Trivial File Transfer Protocol (TFTP) is a file transfer protocol known for its simplicity. It is generally used   
Line 34: Line 33:
 
in other words: it's a protocol which you computer can talk with a server to download files used mainly by PXE due to it's simplicity.
 
in other words: it's a protocol which you computer can talk with a server to download files used mainly by PXE due to it's simplicity.
  
==== What is TFTP Client and TFTPD Server? ====
+
=== What is TFTP Client and TFTPD Server? ===
  
 
Client: the computer you want to boot using PXE.
 
Client: the computer you want to boot using PXE.

Revision as of 14:58, 29 December 2011

What is ERPXE?

ERPXE is an open source PXE solution. read more About ERPXE

What is PXE?

from wikipedia: [[1]]

"The Preboot eXecution Environment (PXE, also known as Pre-Execution Environment; sometimes pronounced "pixie") is an environment   
to boot computers using a network interface independently of data storage devices (like hard disks) or installed operating  
systems." 

thats mean you can boot your computers on the network without the need of other boot media (Hard drive/CDROM/USB) PXE usually doesn't use your local storage as hard drives or USB drives, so you can do several tasks from the PXE without affecting your computer (unless you want to).

What can i do with ERPXE? (and any PXE)

you can do alot!

  • fix/manipulate the installed OS from outside.
  • clean viruses
  • change partitions include system
  • backup/restore your entire HD
  • run hardware diagnostic tests

and lot more....

TFTP

What is TFTP?

From wikipedia: [TFTP]

Trivial File Transfer Protocol (TFTP) is a file transfer protocol known for its simplicity. It is generally used   
for  automated transfer of configuration or boot files between machines in a local environment. Compared to FTP, TFTP is extremely  
limited, providing no authentication, and is rarely used interactively by a user.

in other words: it's a protocol which you computer can talk with a server to download files used mainly by PXE due to it's simplicity.

What is TFTP Client and TFTPD Server?

Client: the computer you want to boot using PXE. Server: a machine (virtual or physical computer) serving as TFTP server to clients.

Where can I get a TFTP Server?

There are lot of free TFTP server solution available to Linux/Windows/MacOS.

the easy solution whould be to download and use our pre-installed and configured Virtual Machine which includes an TFTP server. you can custome your machine and use other OS to host your TFTP server. for more information follow the Installation instructions.