iPXE Anywhere 2PXE Server
3.6
3.6
  • Start Here - 2PXE Server 3.6
  • Introduction
    • 2PXE Overview
    • Technical Overview
    • Release Notes
  • Proof of Concept
    • Objectives & Prerequisites
    • Install and Configure 2PXE
    • Testing and Validation
    • 2PXE POC Quick Checklist
  • Planning
    • Planning Your Implementation
    • Permissions
    • Firewall Considerations
    • Antivirus Exclusions
  • Installation
    • 2Pint PXE Server Manual Installation
    • Unattended Installation
    • 2PXE Post Installation Checks
  • Configuration
    • 2PXE Server Configuration File
      • Configuring the 2PXE Request Handlers
    • DHCP Configuration
      • Using DHCP Scope Options
        • Overview - DHCP Scope Options
        • Creating DHCP Scope Options
          • Manually Creating DHCP Scope Options
      • Using IP Helpers
    • Booting custom entries in 2PXE menu
    • iPXE 802.1x Integration
  • Troubleshooting
    • Overview
    • Multi NIC and trunks implementations
    • Custom entries in WinPEShl.ini
    • DP Package Share IIS Permissions
  • Reference
    • iPXE Console Commands
Powered by GitBook
On this page
  • Review Installation Files
  • Check the 2PXE service
  • Check the RemoteInstall Folder
  • 2PXE Windows Event log
  • Adding Boot Images
  1. Installation

2PXE Post Installation Checks

PreviousUnattended InstallationNext2PXE Server Configuration File

Last updated 1 year ago

Review Installation Files

The 2PXE service can be installed to any location, but we recommend it to be installed in the default directory. Once the service is installed, the following files should be present in the installation folder:

  • Main Service Executable: 2Pint.2Pxe.Service.exe

  • Configuration File: 2Pint.2Pxe.Service.exe.config

  • Main DLL: 2Pint.2Pxe.dll

  • PowerShell scripts for managing the PowerShell Extension

  • Readme.txt

  • End User License Agreement file

  • Boot folder with iPXE boot loader files & wimboot binary

Check the 2PXE service

The Windows Installer file will install a service called 2PXE which it will also start during the install. Typical failures to start can be that the license file is wrong, or that something is using the ports that 2PXE is trying to use.

NOTE: Don’t forget that F5 (refresh) button, the service might show as running but is it really?

Check the RemoteInstall Folder

The RemoteInstall directory is created within the 2Pint Software\2PXE \ProgramData folder as per below:

Note: These files are left behind after an msi uninstall of 2PXE, but will be removed if the PowerShell removal script is used.

Inside the RemoteInstall folder you have more folders with default and temporary files. These files are managed by the service and normally don’t require any further configuration.

The figure below shows the root of the RemoteInstall directory used for hosting the boot files used by the TFTP transfer. The only file that requires attention is the Sources, from where the WinPE boot images are accessed. Images needs to be copied to here to allow booting using PowerShell extensions.

If you are using the PowerShell extension with regular Windows Boot Loaders the Sources folder is where you place your boot images.

2PXE Windows Event log

At service startup, the 2PXE service checks for, and if not present, will create a Windows Event log.

Note: The log is located under the Application and Services Logs in the Event Viewer. This log is not removed as a part of the uninstallation.

Adding Boot Images

The Configuration Manager integration handles its own Boot Image process and requires no configuration of Boot Images. If Boot Image retrieval and distribution was working before 2PXE was installed then it should work after.

For adding images when using PowerShell integration, please refer to the 2PXE PowerShell Mode Guide.