> 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/zh/system-administration/updating-vergeos-system-with-airgap-license.md).

# 使用 Airgap 许可证更新 VergeOS 系统

## 概述

{% hint style="info" %}
**要点**

* 系统更新应在维护窗口期间执行
* 本指南详细介绍了使用空隔许可证手动更新 VergeOS 系统的过程。
* 更新通过 ISO 文件执行，确保没有互联网访问的系统也能保持最新。
* 开始前，请确保您拥有有效的空隔许可证和最新的 ISO 文件。
  {% endhint %}

本指南提供了使用 ISO 文件手动更新您的空隔 VergeOS 系统的分步流程。

## 前提条件

* 访问 VergeOS 云控制台。
* 最新的 VergeOS 更新 ISO 文件。
* 有效的空隔许可证。
* 您 VergeOS 系统的近期备份。

## 步骤

1. **下载更新 ISO**

   * 访问 VergeOS 更新页面： <https://updates.verge.io/download>.
   * 下载最新的 VergeOS 发行版 ISO 文件。

   <div data-gb-custom-block data-tag="hint" data-style="success" class="hint hint-success"><p><strong>专业提示</strong></p><p>请确保该 ISO 文件与您当前的 VergeOS 版本相对应，以避免兼容性问题。</p></div>
2. **将 ISO 上传到 VergeOS**

   * 登录到您的 VergeOS 环境。
   * 导航到 **文件**
   * 将下载的 ISO 文件上传到 **文件** 部分。

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>上传过程可能需要几分钟，具体取决于您的网络速度。</p></div>
3. **配置更新设置**
   * 前往 **系统** > **更新** > **编辑设置**.
   * 在 **更新来源** 下拉菜单中，选择 `-- 更新 ISO --`.
   * 从中选择您刚上传的 ISO 文件 ***文件***.
   * 点击 **提交** 以保存设置。
4. **执行更新**

   * 返回到 **更新** 部分并点击 **检查更新**.
   * 一旦检测到更新，点击 **下载**.
   * 下载完成后，点击 **安装**.
   * 按照提示 **重新启动** 系统以应用更新。

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p><strong>重要提示</strong></p><p>请勿中断更新过程。请确保系统在更新期间保持通电并处于连接状态。</p></div>

## 故障排除

{% hint style="warning" %}
**常见问题**

* **问题：** 上传 ISO 后未检测到更新。
  * **解决方案：** 确保 ISO 已正确上传，并在更新来源设置中重新选择它。
* **问题：** 更新过程中出错。
  * **解决方案：** 检查系统日志以获取详细错误信息，并验证您的空隔许可证是否有效。
* **问题：** 更新后系统无法重启。
  * **解决方案：** 请联系 Verge 支持寻求帮助。
  *

{% endhint %}

## 其他资源

* [VergeOS ISO 下载](https://updates.verge.io/download)
* [快照](/automate-protect-and-extend/backup-and-dr/snapshots-overview.md)

## 反馈

{% hint style="info" %}
**需要帮助吗？**

如果您在更新过程中遇到任何问题或有任何疑问，请联系我们的支持团队。
{% endhint %}

***

{% hint style="info" %}
**文档信息**

* 最后更新：2024-08-19
* 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/zh/system-administration/updating-vergeos-system-with-airgap-license.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.
