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

# Nhập Windows Server với UEFI vào VergeOS

Hướng dẫn này trình bày cách di chuyển một máy ảo Windows Server có bật UEFI từ VMware sang VergeOS. Quy trình đã được thử nghiệm với Windows Server 2019 và 2022, nhưng cũng có thể hoạt động với các phiên bản Windows cũ hơn.

{% hint style="info" %}
**Các công cụ VMware đã được gỡ bỏ trước khi di chuyển. Việc này đã được thử nghiệm trên Windows Server 2019 và 2022. Nó cũng có thể hoạt động trên các phiên bản Windows trước đó.**
{% endhint %}

## Các bước nhập máy ảo Windows Server

1. **Nhập máy ảo** từ dịch vụ VMware. Thực hiện theo các bước từ [hướng dẫn này](/run-the-platform/virtual-machines/import-from-vmware.md) để nhập máy ảo vào VergeOS.
2. Đặt giao diện đĩa chính thành **SATA** để tương thích trong lần khởi động đầu tiên.
3. Thay đổi **Thứ tự khởi động** sang **0** trong VergeOS.
4. **Bật nguồn** để máy ảo khởi động vào Windows.
5. Cài đặt **virtio-win-guest-tools.exe** nếu nó chưa được cài đặt. Gói này bao gồm các trình điều khiển Virtio cần thiết cho hiệu năng đĩa và mạng.
6. Sau khi cài đặt hoàn tất, **Tắt nguồn** máy ảo.
7. **Xóa ổ đĩa EFI**, vì nó không còn cần thiết sau khi di chuyển. Bạn có thể gỡ nó khỏi cài đặt đĩa của máy ảo.
8. Thay đổi giao diện đĩa chính từ **SATA** sang **Virtio-SCSI** để đạt hiệu năng tối ưu.
9. Xóa tệp phương tiện (ISO) khỏi **ổ đĩa CD** trong cài đặt máy ảo.
10. Thay đổi **trình điều khiển NIC** sang **Virtio** để đảm bảo máy ảo sử dụng trình điều khiển mạng hiệu năng cao.
11. Bật **QEMU Guest Agent** trên màn hình chỉnh sửa máy ảo để cho phép VergeOS thu thập thông tin về máy ảo.
12. **Bật nguồn** khởi động máy ảo lại và đảm bảo mọi thứ đang hoạt động đúng cách.
13. Xác minh rằng tác nhân khách đang báo cáo lại cho VergeOS bằng cách kiểm tra bảng điều khiển máy ảo.

{% hint style="success" %}
**Theo dõi tác nhân khách**

Trạng thái của tác nhân khách có thể được xem trên bảng điều khiển của máy ảo. Nếu nó không báo cáo lại, hãy đảm bảo dịch vụ tác nhân khách đang chạy bên trong máy ảo.
{% endhint %}

***

{% hint style="info" %}
**Thông tin tài liệu**

* Cập nhật lần cuối: 2024-08-29
* Phiên bản 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/vi/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.
