> 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/pre-installation.md).

# 安装前检查清单

## 前提条件

* [ ] 使用这些说明制作的可启动 USB 驱动器，包含 VergeOS ISO： [可启动介质](/plan-and-deploy/zh/shi-shi-zhi-nan/install-media.md)
* [ ] 加密密钥 USB 已安装并准备就绪（如果启用静态加密）
* [ ] 节点已上电，并从 ISO 启动到 VergeOS 安装界面

## 硬件

* [ ] 硬件老化测试完成
* [ ] 所有驱动器已设置为 JBOD， **不使用 RAID**
* [ ] BIOS 已设置为正确的启动设置（Legacy / Dual / UEFI） **如果所有驱动器都是 NVMe，则需要 UEFI**
* [ ] BIOS 已启用硬件辅助虚拟化
* [ ] BIOS 已启用超线程
* [ ] BIOS 已启用所有处理器核心
* [ ] BIOS 时钟设置正确
* [ ] BIOS 已禁用安全启动
* [ ] 冗余电源已安装并连接（推荐）
* [ ] IPMI 端口已接线并配置
* [ ] IPMI 已设置 / 配置 / 测试
* [ ] 最新的 IPMI 固件（推荐）
* [ ] 测试 IPMI 远程控制台功能（以防许可证不正确）

## 网络

* [ ] 所有交换机均已上线并测试
* [ ] 所有线缆已接好
* [ ] 所有 VLAN 均已配置（核心 - 必需，外部 - 可选）
* [ ] 每个核心交换机应使用独立的 VLAN（例如 core 1 使用 101，core 2 使用 102）
* [ ] 所有交换机端口已配置（核心和外部）
* [ ] 如果绑定外部端口，则外部 Bond 端口已正确设置（不要绑定核心）
* [ ] 每个节点至少 2 块 NIC，且使用独立交换机
* [ ] 正确的受支持 SFP 模块（如适用）
* [ ] 正确的 IP 已验证并可用
* [ ] 正确的网关 IP 已测试/可 ping 通


---

# 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/pre-installation.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.
