> 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/zh/shi-shi-zhi-nan/install-media.md).

# 创建可启动安装介质

本指南说明如何在不同操作系统上创建可启动的 USB，以安装 VergeOS。

## Windows

1. **下载 VergeOS 安装 ISO**.
   * 请 [联系我们](/overview/zh/support-and-services.md) 获取下载链接。
2. **将 USB 驱动器插入** 你的电脑。

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>此 USB 驱动器将被覆盖。</p></div>
3. **下载并启动 Rufus** 从 <https://rufus.ie/en/>.
4. 在 Rufus 中：
   * 选择你的 **USB 设备** 在 **设备**.
   * 点击 **选择** 按钮并选择 VergeOS 安装 ISO。
   * 点击 **开始**.
5. 出现提示时，选择 **DD 模式** 以写入镜像。

   <div data-gb-custom-block data-tag="hint" data-style="danger" class="hint hint-danger"><p><strong>重要：选择 DD 模式</strong></p><p>Rufus 默认使用 ISO 模式，但你 <strong>必须选择 DD 模式</strong> 用于 VergeOS。选择 ISO 模式将导致 USB 驱动器无法启动。</p></div>
6. Rufus 将开始创建可启动 USB。完成后，你的 USB 就可以用于 VergeOS 安装了。

***

## macOS

1. **下载 VergeOS 安装 ISO**.
   * 请 [联系我们](/overview/zh/support-and-services.md) 获取下载链接。
2. **将 USB 驱动器插入** 你的电脑。

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>此 USB 驱动器将被覆盖。</p></div>
3. **下载并安装 BalenaEtcher** 从 <https://www.balena.io/etcher/>.
4. **启动 BalenaEtcher** 并：
   * 点击 **从文件刷写**，然后选择 VergeOS ISO。
   * 选择目标 **USB 磁盘** （注意不要选择隐藏驱动器）。
   * 点击 **刷写！** 开始该过程。
5. 刷写过程完成后，你的 USB 驱动器就可以启动并安装 VergeOS 了。

***

## Linux Mint

1. **下载 VergeOS 安装 ISO**.
   * 请 [联系我们](/overview/zh/support-and-services.md) 获取下载链接。
2. **将 USB 驱动器插入** 你的电脑。

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>此 USB 驱动器将被覆盖。</p></div>
3. 使用 Mint 的文件浏览器，导航到已下载的 ISO 文件：
   * **右键单击** 该 ISO 并选择 **制作可启动 USB 盘**.
   * 在 USB 镜像写入器中，选择 **USB 媒体** 将安装文件写入到其中。
   * 出现提示时使用你的管理员密码进行身份验证。
   * 点击 **进行身份验证** 以开始将 ISO 写入 USB 驱动器。
4. 过程完成后，你的可启动 USB 盘就可以用于 VergeOS 安装了。


---

# 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/zh/shi-shi-zhi-nan/install-media.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.
