> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/knowledge-base/getting-started/preinstallation-checklist.md).

# Pre-installation Checklist

### Main Items

* [ ] Site Survey completed and approved by VergeOS
* [ ] ISO downloaded and installed on a USB drive
* [ ] Encryption Key USB prepared (if enabling encryption)
* [ ] Nodes powered up with ISO booted to the VergeOS Install screen
* [ ] Crash cart ready, if applicable
* [ ] Remote screen share capability or remote IPMI access (via WAN or VPN)

### Hardware

* [ ] Hardware burn-in completed
* [ ] All drives set up for **JBOD** (No RAID)
* [ ] BIOS configured to the proper boot settings (Legacy / Dual / UEFI)
  * **Note:** UEFI is required if all drives are NVMe
* [ ] Redundant power supplies connected and set up (recommended)
* [ ] IPMI ports patched and configured
* [ ] IPMI setup tested and configured
* [ ] Latest IPMI firmware installed (recommended)
* [ ] Remote console capability tested via IPMI (in case of licensing issues)

### Network

* [ ] All switches online and tested
* [ ] All cables patched and connected
* [ ] All VLANs configured (core and external)
* [ ] All switch ports configured (core and external)
* [ ] Minimum of 2 NICs per node with connections to separate switches
* [ ] Correct supported SFP modules in use (if applicable)
* [ ] IP addresses validated and available

***

{% hint style="info" %}
**Document Information**

* Last Updated: 2024-08-29
* vergeOS Version: 4.12.6
  {% endhint %}


---

# 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://docs.vergeos-demo.com/knowledge-base/getting-started/preinstallation-checklist.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.
