> 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/virtual-machines/importing-windows-server-with-uefi-into-vergeos.md).

# Importar Windows Server con UEFI en VergeOS

Esta guía explica cómo migrar una VM de Windows Server con UEFI habilitado desde VMware a VergeOS. El proceso se probó con Windows Server 2019 y 2022, pero también podría funcionar con versiones anteriores de Windows.

{% hint style="info" %}
**Se eliminaron las VMware Tools antes de la migración. Esto se probó en Windows Server 2019 y 2022. También podría funcionar en versiones anteriores de Windows.**
{% endhint %}

## Pasos para importar la VM de Windows Server

1. **Importar la VM** desde el servicio de VMware. Siga los pasos de [esta guía](/run-the-platform/virtual-machines/import-from-vmware.md) para importar la VM a VergeOS.
2. Configure la interfaz del disco principal en **SATA** para compatibilidad durante el arranque inicial.
3. Cambie la **Orden de arranque** a **0** en VergeOS.
4. **Encendido** la VM para arrancar en Windows.
5. Instale el **virtio-win-guest-tools.exe** si no está ya instalado. Este paquete incluye controladores Virtio necesarios para el rendimiento del disco y de la red.
6. Una vez completada la instalación, **Apagar** la VM.
7. **Elimine la unidad EFI**ya que ya no es necesaria después de la migración. Puede quitarla de la configuración de discos de la VM.
8. Cambie la interfaz del disco principal de **SATA** a **Virtio-SCSI** para un rendimiento óptimo.
9. Elimine el archivo de medios (ISO) de la **unidad de CD** en la configuración de la VM.
10. Cambie el **controlador NIC** a **Virtio** para asegurarse de que la VM use un controlador de red de alto rendimiento.
11. Habilite el **QEMU Guest Agent** en la pantalla de edición de la VM para permitir que VergeOS recopile información sobre la VM.
12. **Encendido** vuelva a iniciar la VM y asegúrese de que todo funcione correctamente.
13. Verifique que el agente invitado esté informando a VergeOS revisando el panel de la VM.

{% hint style="success" %}
**Monitoreo del agente invitado**

El estado del agente invitado puede verse en el panel de la VM. Si no informa, asegúrese de que el servicio del agente invitado se esté ejecutando dentro de la VM.
{% endhint %}

***

{% 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/virtual-machines/importing-windows-server-with-uefi-into-vergeos.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.
