| | 86 | |
| | 87 | Details on PXE can be located [https://en.wikipedia.org/wiki/Preboot_Execution_Environment here]. |
| | 88 | |
| | 89 | ---- |
| | 90 | === Notes === |
| | 91 | |
| | 92 | PXE service is heavily dependent on a properly configured DHCP and tftpboot service. We use the following versions: |
| | 93 | {{{ |
| | 94 | ii tftpd-hpa 5.2-1ubuntu1 HPA's tftp server |
| | 95 | ii isc-dhcp-server 4.1.ESV-R4-0ubuntu5.9 ISC DHCP server for automatic IP address assignment |
| | 96 | }}} |
| | 97 | |
| | 98 | ---- |
| | 99 | |
| | 100 | === Installation and Configuration === |
| | 101 | |
| | 102 | The PXE service is packaged in the ''omf-aggmgr-pxe-5.4'' package. It can be installed form the package repository with |
| | 103 | |
| | 104 | {{{ |
| | 105 | apt-get install omf-aggmgr-pxe-5.4 |
| | 106 | }}} |
| | 107 | |
| | 108 | Instructions on how to add the Orbit software repository to your list of apt-sources can be found [wiki:Documentation/kPackages#UsingtheOribtPackageRepository here]. |
| | 109 | |
| | 110 | Once installed the service is configured by TODO. |