> 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/run-the-platform/zh/xu-ni-ji/guest-os-compatibility.md).

# VergeOS 来宾操作系统兼容性

VergeOS 基于 Linux KVM 技术构建，为 x86\_64 客户机操作系统提供广泛兼容性。这包括 Windows、Linux 发行版、FreeBSD 以及为 KVM 环境设计的虚拟设备。虽然任何兼容 x86\_64 的操作系统都应能正常运行，但本指南列出了常见的经过测试的配置。

{% hint style="success" %}
**虚拟设备**

为 KVM 环境打包的虚拟设备与 VergeOS 完全兼容。这包括来自支持基于 KVM 部署的厂商的 OVA/OVF 格式。
{% endhint %}

## Microsoft Windows 支持

### Windows 桌面版

| 版本          | 推荐接口       | 最低内存 | 说明                      |
| ----------- | ---------- | ---- | ----------------------- |
| Windows 11  | VirtIO     | 4 GB | 使用最新 VirtIO 驱动程序可获得最佳性能 |
| Windows 10  | VirtIO     | 2 GB | 支持所有版本（家庭版、专业版、企业版）     |
| Windows 8.1 | VirtIO/IDE | 2 GB | 可能需要传统硬件支持              |
| Windows 7   | IDE/SATA   | 2 GB | 旧版操作系统 - 驱动支持有限         |

### Windows Server 版本

| 版本             | 推荐接口       | 最低内存 | 说明              |
| -------------- | ---------- | ---- | --------------- |
| Server 2025    | VirtIO     | 2 GB | 使用最新驱动程序可获得最佳性能 |
| Server 2022    | VirtIO     | 2 GB | 使用最新驱动程序可获得最佳性能 |
| Server 2019    | VirtIO     | 2 GB | 支持所有角色和功能       |
| Server 2016    | VirtIO     | 2 GB | 推荐用于生产环境        |
| Server 2012 R2 | VirtIO/IDE | 2 GB | 延长支持于 2023 年结束  |
| Server 2008 R2 | IDE/SATA   | 2 GB | 仅支持旧版           |

## Linux 支持

### 企业级 Linux 发行版

| 发行版             | 版本         | 推荐接口   | 最低内存 | 说明          |
| --------------- | ---------- | ------ | ---- | ----------- |
| RHEL            | 7, 8, 9    | VirtIO | 2 GB | 原生支持 VirtIO |
| SUSE Enterprise | 11, 12, 15 | VirtIO | 2 GB | 内置驱动支持      |
| Oracle Linux    | 6, 7, 8, 9 | VirtIO | 2 GB | 建议使用 UEK 内核 |

### 社区企业级 Linux

| 发行版           | 版本   | 推荐接口   | 最低内存 | 说明           |
| ------------- | ---- | ------ | ---- | ------------ |
| AlmaLinux     | 8, 9 | VirtIO | 2 GB | 与 RHEL 二进制兼容 |
| Rocky Linux   | 8, 9 | VirtIO | 2 GB | 原生驱动支持       |
| CentOS        | 7, 8 | VirtIO | 2 GB | 内置 VirtIO 支持 |
| CentOS Stream | 8    | VirtIO | 2 GB | 滚动发布模式       |

### 基于 Debian 的发行版

| 发行版        | 版本                  | 推荐接口   | 最低内存 | 说明          |
| ---------- | ------------------- | ------ | ---- | ----------- |
| Debian     | 8, 9, 10, 11, 12    | VirtIO | 1 GB | 原生驱动支持      |
| Ubuntu LTS | 20.04, 22.04, 24.04 | VirtIO | 2 GB | 推荐用于生产环境    |
| Ubuntu     | 12.04 - 19.04       | VirtIO | 1 GB | 较旧版本 - 支持有限 |

## FreeBSD 支持

| 版本         | 支持状态 | 推荐接口        | 最低内存 | 说明                |
| ---------- | ---- | ----------- | ---- | ----------------- |
| FreeBSD 13 | 完整   | VirtIO      | 1 GB | 使用 VirtIO 可获得最佳性能 |
| FreeBSD 12 | 完整   | VirtIO      | 1 GB | 可用于生产环境           |
| FreeBSD 11 | 有限   | VirtIO/SATA | 1 GB | 旧版支持              |
| FreeBSD 10 | 有限   | SATA        | 1 GB | 基本兼容              |

{% hint style="info" %}
**驱动支持**

为获得最佳性能，建议在支持的情况下使用 VirtIO 驱动程序。Windows 客户机可能需要额外安装驱动程序，而大多数现代 Linux 发行版都包含原生 VirtIO 支持。
{% endhint %}

{% hint style="info" %}
**其他操作系统支持**

虽然此列表代表了常见的经过测试的配置，但 VergeOS 基于 KVM 的架构使其几乎可以支持任何 x86\_64 操作系统或与 KVM 兼容的虚拟设备。如需此处未列出的特定操作系统或虚拟设备的指导，请联系支持。
{% endhint %}

## 技术注意事项

{% hint style="info" %}
**系统要求**

* 内存需求因操作系统和工作负载而异
* 生产规模规划时务必查阅厂商文档
* 考虑虚拟化带来的额外开销
  {% endhint %}

{% hint style="success" %}
**存储接口选项**

* VirtIO：提供最佳性能的现代接口（推荐）
* SATA：与大多数操作系统兼容，需要 Q35 机器类型
* IDE：可用于旧版操作系统支持，需要 i440FX 机器类型
  {% endhint %}

{% hint style="warning" %}
**架构支持**

* VergeOS 支持 64 位（x86\_64）操作系统
* 不正式支持 32 位操作系统
  {% endhint %}

{% hint style="info" %}
**性能优化**

* 在支持的情况下安装并配置 VirtIO 驱动程序
* Windows 客户机需要额外安装 VirtIO 驱动程序
* 大多数现代 Linux 发行版都包含 VirtIO 支持
* 保持客户机操作系统和驱动程序更新
  {% 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/run-the-platform/zh/xu-ni-ji/guest-os-compatibility.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.
