# Pritunl Boot Documentation

![](/files/7Q4ob62nmTfD4KtYtXZO)

Welcome to the Pritunl Boot documentation. [**Pritunl Boot**](https://boot.pritunl.com/) is an interactive iPXE boot installation tool. This tool allows for an iPXE Linux installation without knowledge of the system resources such as disk layout and network adapters. The Linux Kickstart installation script will send the resource layout to the boot tool web server. Then the web app will prompt for selecting disks and configuring the network adapters. The Kickstart script will poll the web server waiting for the configuration, and once the selections are made from the web app, the configuration will be applied to the installation.

### Getting Started

The server must have an iPXE environment with an active internet connection. The two modes of installation are explained below.

### Interactive Install

The interactive install initiates the operating system install then in the pre-install script the system disk and network layout is sent back to the Pritunl Boot service. This allows an interactive selection of install disks and network configuration without needing to have information about the system hardware before starting the install. This is the recommended and most versatile mode for most installations.

### Preconfigured Install

The preconfigured install contains the full configuration before initiating the install. This mode is useful for simple configurations that need to be fully automated. Using this mode will limit disk and network configurations.

### Platforms

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:purple;"><strong>Physical Host</strong></mark></td><td></td><td></td><td><a href="/pages/rg2nXB2bGQL8n6JgSajP">/pages/rg2nXB2bGQL8n6JgSajP</a></td></tr><tr><td><mark style="color:orange;"><strong>Latitude.sh Bare Metal</strong></mark></td><td></td><td></td><td><a href="/pages/2xi56Ygw24p7RfTZWUSQ">/pages/2xi56Ygw24p7RfTZWUSQ</a></td></tr><tr><td><mark style="color:$primary;"><strong>Vultr Bare Metal</strong></mark></td><td></td><td></td><td><a href="/pages/8TkrET6qj7LAVMeVsSmD">/pages/8TkrET6qj7LAVMeVsSmD</a></td></tr></tbody></table>


---

# Agent Instructions: 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://docs.pritunl.com/kb/boot/readme.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.
