> 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/plan-and-deploy/es/guia-de-implementacion/pre-installation.md).

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

## Requisitos previos

* [ ] Unidad USB de arranque con la ISO de VergeOS siguiendo estas instrucciones: [Medio de arranque](/plan-and-deploy/es/guia-de-implementacion/install-media.md)
* [ ] USB de clave de cifrado instalado y listo (si se habilita el cifrado en reposo)
* [ ] Nodos encendidos con la ISO arrancada hasta la pantalla de instalación de VergeOS

## Hardware

* [ ] Prueba de estrés del hardware completada
* [ ] Todas las unidades configuradas para JBOD, **SIN RAID**
* [ ] BIOS configurada con los ajustes de arranque correctos (Legacy / Dual / UEFI) **UEFI requerida si todas las unidades son NVMe**
* [ ] Virtualización asistida por hardware habilitada en la BIOS
* [ ] Hyperthreading habilitado en la BIOS
* [ ] Todos los núcleos del procesador habilitados en la BIOS
* [ ] Relojes de la BIOS configurados correctamente
* [ ] Secure Boot deshabilitado en la BIOS
* [ ] Fuentes de alimentación redundantes configuradas y conectadas (recomendado)
* [ ] Puertos IPMI conectados y configurados
* [ ] IPMI instalado / configurado / probado
* [ ] Firmware IPMI más reciente (recomendado)
* [ ] Probar la capacidad de consola remota IPMI (en caso de licenciamiento incorrecto)

## Red

* [ ] Todos los switches en línea y probados
* [ ] Todos los cables conectados
* [ ] Todas las VLAN configuradas (núcleo - requerido, externa - opcional)
* [ ] Cada switch Core debe estar en una VLAN dedicada (p. ej., 101 para core 1, 102 para core 2)
* [ ] Todos los puertos de switch configurados (core y externos)
* [ ] Puertos de enlace externos configurados correctamente si se enlazan externos (no enlazar Core)
* [ ] Mínimo 2 NIC por nodo y switches separados
* [ ] Módulos SFP compatibles correctos (si corresponde)
* [ ] IP correctas validadas y disponibles
* [ ] IP de puerta de enlace correcta probada / con ping


---

# 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/plan-and-deploy/es/guia-de-implementacion/pre-installation.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.
