For all versions of Deployment Solution (6.x and 7.x)
The most common issue that causes this is DHCP Scope Options being configured when they don’t need to be. Most common among these is Option 60. If DHCP and PXE/NBS are hosted from separate servers, then Option 60 (as well as options 43, 66, and 67) should not be enabled.
To fix the corrupted pxemanager.ini file, the following needs to be done on the server that has the PXE manager installed on it.
- Open the services panel.
- Stop the PXE manager service.
- Go to the eXpress share.
- Go to the PXE folder.
- Open the pxemanager.ini file.
- Find the following section > [PXEServer\Shared\ProxyDHCP].
- Highlight that section and delete it.
- Highlight and copy all of the above [PXEServer\Shared\ProxyDHCP] section in the Cause section to the pxemanager.ini file.
- Save the file.
- Go back to the services panel
- Start the pxe manager service.
- This will then download a new pxe.ini.tmp file to the PXE servers.
- PXE will now work and download the PXE boot menu and work as expected.