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

# Lista de verificación previa a la instalación

### Elementos principales

* [ ] Estudio del sitio completado y aprobado por VergeOS
* [ ] ISO descargada e instalada en una unidad USB
* [ ] USB de clave de cifrado preparado (si se habilita el cifrado)
* [ ] Nodos encendidos con la ISO arrancada hasta la pantalla de instalación de VergeOS
* [ ] Carro de emergencia listo, si corresponde
* [ ] Capacidad de compartir pantalla de forma remota o acceso remoto por IPMI (a través de WAN o VPN)

### Hardware

* [ ] Prueba de estrés del hardware completada
* [ ] Todas las unidades configuradas para **JBOD** (Sin RAID)
* [ ] BIOS configurado con los ajustes de arranque correctos (Legacy / Dual / UEFI)
  * **Nota:** Se requiere UEFI si todas las unidades son NVMe
* [ ] Fuentes de alimentación redundantes conectadas y configuradas (recomendado)
* [ ] Puertos IPMI conectados y configurados
* [ ] Configuración de IPMI probada y configurada
* [ ] Último firmware de IPMI instalado (recomendado)
* [ ] Capacidad de consola remota probada a través de IPMI (en caso de problemas de licencia)

### Red

* [ ] Todos los switches en línea y probados
* [ ] Todos los cables conectados y enlazados
* [ ] Todas las VLAN configuradas (núcleo y externas)
* [ ] Todos los puertos de switch configurados (núcleo y externos)
* [ ] Mínimo de 2 NIC por nodo con conexiones a switches separados
* [ ] Módulos SFP compatibles correctos en uso (si corresponde)
* [ ] Direcciones IP validadas y disponibles

***

{% hint style="info" %}
**Información del documento**

* Última actualización: 2024-08-29
* Versión de vergeOS: 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, and the optional `goal` query parameter:

```
GET https://docs.verge.io/knowledge-base/es/getting-started/preinstallation-checklist.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
