> For the complete documentation index, see [llms.txt](https://documentation.2pintsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.2pintsoftware.com/deployr/1.2/setup-deployr-enterprise/configuring-pxe-booting/using-2pxe-with-ipxe-anywhere-web-service.md).

# Using 2PXE with iPXE Anywhere Web Service

PXE booting the DeployR boot images can also be done using the 2Pint Software 2PXE service integrated with the iPXE Anywhere Web Service.  See the [iPXE Web Service documentation](https://documentation.2pintsoftware.com/2pxe-ws) for information on installation and configuration.  This requires configuring the 2PXE service for integration with the iPXE Web Service, as well as customization of the IPXE Web Service scripts to add custom boot menu options for DeployR.

To add the DeployR boot menu options, edit the "C:\Program Files\2Pint Software\iPXE AnywhereWS\Scripts\Boot\iPXEBoot.ps1" script to add the needed entries.  First, add entries to the build menu:

<figure><img src="/files/LIZLXpEhjleKTIdTq7Nu" alt=""><figcaption></figcaption></figure>

Then add entries that specify how those menu entries should be processed (specifying the URL for the DeployR server):

<figure><img src="/files/zwRkAvWAVZnfnqsO8wj5" alt=""><figcaption></figcaption></figure>

Restart the iPXE Anywhere Web Service service after editing the script.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.2pintsoftware.com/deployr/1.2/setup-deployr-enterprise/configuring-pxe-booting/using-2pxe-with-ipxe-anywhere-web-service.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
