> 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/plan-and-deploy/implementation-guide/pre-installation.md).

# Pre-installation checklist

## Prerequisites

* [ ] Bootable USB drive with VergeOS ISO using these instructions: [Bootable Media](/plan-and-deploy/implementation-guide/install-media.md)
* [ ] Encryption Key USB installed and ready (if enabling at-rest encryption)
* [ ] Nodes powered up with ISO booted to VergeOS Install screen

## Hardware

* [ ] Hardware burn-in complete
* [ ] All Drives setup for JBOD, **NO RAID**
* [ ] BIOS set to proper boot settings (Legacy / Dual / UEFI) **UEFI required if all drives are NVMe**
* [ ] BIOS hardware assisted virtualization enabled
* [ ] BIOS hyperthreading enabled
* [ ] BIOS all processor cores enabled
* [ ] BIOS clocks set correctly
* [ ] BIOS Secure Boot disabled
* [ ] Redundant Power supplies setup and connected (recommended)
* [ ] IPMI ports patched and configured
* [ ] IPMI setup / configured / tested
* [ ] Latest IPMI firmware (recommended)
* [ ] Test IPMI remote console capability (in case of incorrect licensing)

## Network

* [ ] All switches online and tested
* [ ] All cables patched
* [ ] All VLANs configured (core - required, external - optional)
* [ ] Each Core switch should be on a dedicated VLAN (ex 101 for core 1, 102 for core 2)
* [ ] All switch ports configured (core and external)
* [ ] External Bond ports setup correctly if bonding external (do not bond Core)
* [ ] 2 NICs per node minimum and separate switches
* [ ] Correct Supported SFP modules (if applicable)
* [ ] Correct IPs validated and available
* [ ] Correct Gateway IP tested/pingable


---

# 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/plan-and-deploy/implementation-guide/pre-installation.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.
