*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> pxeboot (8)              
Title
Content
Arch
Section
 

PXEBOOT(8)

Contents


NAME    [Toc]    [Back]

     pxeboot -- Preboot Execution Environment (PXE) bootloader

DESCRIPTION    [Toc]    [Back]

     The pxeboot bootloader is a modified version of the system third-stage
     bootstrap loader(8) configured to run under Intel's Preboot Execution
     Environment (PXE) system.	PXE is a form of smart boot ROM, built into
     Intel EtherExpress Pro/100 and 3Com 3c905c Ethernet cards, and Ethernetequipped
 Intel motherboards.  PXE supports DHCP configuration and provides
 low-level NIC access services.  The pxeboot bootloader retrieves
     the kernel, modules, and other files either via NFS over UDP or by TFTP,
     selectable through compile-time options.  In combination with a memory
     file system image or NFS-mounted root file system, pxeboot allows for
     easy, EEPROM-burner free construction of diskless machines.

     The pxeboot binary is loaded just like any other boot file, by specifying
     it in the DHCP server's configuration file.  Below is a sample configuration
 for the ISC DHCP v2 server:

	   option domain-name "example.com";
	   option routers 10.0.0.1;
	   option subnet-mask 255.255.255.0;
	   option broadcast-address 10.0.0.255;
	   option domain-name-servers 10.0.0.1;
	   server-name "DHCPserver";
	   server-identifier 10.0.0.1;

	   default-lease-time 120;
	   max-lease-time 120;

	   subnet 10.0.0.0 netmask 255.255.255.0 {
		  filename "pxeboot";
		  range 10.0.0.10 10.0.0.254;
	   }

     pxeboot recognizes next-server and option root-path directives as the
     server and path to NFS mount for file requests, respectively, or the
     server to make TFTP requests to.  Note that pxeboot expects to fetch
     /boot/loader.rc from the specified server before loading any other files.

     In all other respects, pxeboot acts just like loader(8).

     As PXE is still in its infancy, some firmware versions may not work properly.
  The pxeboot bootloader has been extensively tested on version 0.99
     of Intel firmware; pre-release versions of the newer 2.0 firmware are
     known to have problems.  Check with the device's manufacturer for their
     latest stable release.

     For further information on Intel's PXE specifications and Wired for Management
 (WfM) systems, see http://developer.intel.com/ial/wfm/.

SEE ALSO    [Toc]    [Back]

      
      
     loader(8)

HISTORY    [Toc]    [Back]

     The pxeboot bootloader first appeared in FreeBSD 4.1.

AUTHORS    [Toc]    [Back]

     The pxeboot bootloader was written by John Baldwin <[email protected]> and
     Paul Saab <[email protected]>.  This manual page was written by Doug White
     <[email protected]>.


FreeBSD 5.2.1			  May 1, 2000			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
env IRIX set environment for command execution, print environment
env HP-UX set environment for command execution
env Tru64 Displays or sets the current environment, or displays the values of environment variables
printenv Tru64 Displays or sets the current environment, or displays the values of environment variables
window FreeBSD window environment
putenv IRIX change or add value to environment
env FreeBSD set and print environment
printenv FreeBSD print out the environment
printenv OpenBSD print out the environment
pxfgetenv IRIX Returns a value for the environment name
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service