> 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/getting-started/preinstallation-checklist.md).

# 安装前检查清单

### 主要项目

* [ ] 现场勘查已完成并由 VergeOS 批准
* [ ] ISO 已下载并安装到 USB 驱动器
* [ ] 已准备好加密密钥 USB（如果启用加密）
* [ ] 节点已通电，ISO 已启动至 VergeOS 安装界面
* [ ] 如适用，故障应急车已准备就绪
* [ ] 远程屏幕共享功能或远程 IPMI 访问（通过 WAN 或 VPN）

### 硬件

* [ ] 硬件老化测试已完成
* [ ] 所有驱动器已设置为 **JBOD** （无 RAID）
* [ ] BIOS 已配置为正确的启动设置（Legacy / Dual / UEFI）
  * **注意：** 如果所有驱动器都是 NVMe，则需要 UEFI
* [ ] 冗余电源已连接并设置完成（推荐）
* [ ] IPMI 端口已接通并配置
* [ ] IPMI 设置已测试并配置完成
* [ ] 已安装最新的 IPMI 固件（推荐）
* [ ] 已通过 IPMI 测试远程控制台功能（以防出现许可问题）

### 网络

* [ ] 所有交换机均已联机并测试完成
* [ ] 所有线缆已接通并连接
* [ ] 所有 VLAN 均已配置（核心和外部）
* [ ] 所有交换机端口均已配置（核心和外部）
* [ ] 每个节点至少配备 2 个 NIC，并连接到不同的交换机
* [ ] 正在使用正确且受支持的 SFP 模块（如适用）
* [ ] IP 地址已验证且可用

***

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

* 最后更新：2024-08-29
* 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/getting-started/preinstallation-checklist.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.
