> 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/windows-is-unable-to-detect-a-virtual-disk-drive.md).

# Windows không thể phát hiện ổ đĩa ảo

### Ổ đĩa ảo không được phát hiện trong Windows

Trong hầu hết các trường hợp, điều này là do ổ đĩa **Loại giao diện** được đặt thành **virtIO-SCSI** (đây là giá trị mặc định) trên bất kỳ máy ảo nào đang được tạo. Nếu đúng như vậy, bạn sẽ cần tải **trình điều khiển virtIO** trong quá trình cài đặt Windows. Windows không nhận diện sẵn các giao diện virtIO, nên không thể nhìn thấy ổ đĩa ảo.

Có thể tải xuống trình điều khiển virtIO mã nguồn mở từ [tại đây](https://github.com/virtio-win/virtio-win-pkg-scripts/blob/master/README.md) do Fedora Linux cung cấp.

Nếu cần trình điều khiển virtIO của Red Hat do yêu cầu trình điều khiển đã ký trong Windows, bạn sẽ cần tạo một tài khoản Red Hat trên trang web của họ và tải trình điều khiển trực tiếp từ họ.

### Cài đặt trình điều khiển virtIO trong quá trình cài đặt Windows

Trong quá trình cài đặt Windows, người dùng có thể sử dụng các công cụ giao diện console để thay đổi ảnh CD-ROM thành file ISO trình điều khiển virtIO vừa tải xuống. Thông tin về cách sử dụng các công cụ giao diện console có thể được tìm thấy trong trợ giúp nội tuyến trong danh mục có tiêu đề **VDI** trong phần **Sử dụng Console**.

Ngoài ra, bạn có thể chọn thay đổi ổ đĩa ảo **Loại giao diện** sang **SATA** và Windows sẽ tìm thấy ổ đĩa ảo rồi tiếp tục cài đặt.

{% hint style="warning" %}
**Lưu ý về hiệu năng**

Điều này sẽ ảnh hưởng đến hiệu năng do trình điều khiển SATA được mô phỏng bằng phần mềm.
{% 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/windows-is-unable-to-detect-a-virtual-disk-drive.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.
