Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Overview

PXE is an industry standard that enables computers to boot and be imaged over the network. Instead of booting from CD/DVD or USB drive, a computer loads an image over the network into the computer's memory.

Technical Explanation

(from the Landesk Users Guide)

PXE (Preboot Execution Environment) is a networking protocol that enables devices to be booted and imaged from the network, by downloading and installing an executable image file from an image server, before the device boots from the local hard drive. On a PXE-enabled device, the PXE protocol is loaded from either the network adapter's flash memory or ROM, or from the system BIOS.
PXE uses the following communication standards: DHCP (Dynamic Host Configuration Protocol), TFTP (Trivial File Transfer Protocol), and MTFTP (Multicast Trivial File Transfer Protocol).
When a PXE-enabled device boots up, it sends out a DHCP discovery request. If a DHCP server implementing PXE is found, the server assigns an IP address to the device and sends information about available PXE boot servers. After completing the DHCP discovery process, the device contacts the PXE server and downloads an image file through TFTP. The imaging script is then executed, loading the OS image from the imaging server onto the device. The
image file is referenced by an OS deployment script. If you want to learn more about PXE and its underlying technologies and functionality, read
the PXE Specification v2.1 located at http://download.intel.com/design/archives/wfm/downloads/pxespec.pdf.

Procedures

Deploying and removing a PXE representative
Troubleshooting issues with PXE

Issues

  • With some PXE reps, you may get errors when attempting to PXE boot from them. While there can be a variety of causes (detailed here, this is generally fixed by disabling some of the F8 options on the PXE rep. Additional instrucions can be found here: http://community.landesk.com/support/docs/DOC-22479
  • No labels