> For the complete documentation index, see [llms.txt](https://handbook.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.bsdcn.org/di-2-zhang-an-zhuang-freebsd.md).

# 第2章 安装 FreeBSD

- [2.1.概述](https://handbook.bsdcn.org/di-2-zhang-an-zhuang-freebsd/2.1.-gai-shu.md)
- [2.2.最低硬件要求](https://handbook.bsdcn.org/di-2-zhang-an-zhuang-freebsd/2.2.-zui-di-ying-jian-yao-qiu.md)
- [2.3.安装前的准备工作](https://handbook.bsdcn.org/di-2-zhang-an-zhuang-freebsd/2.3.-an-zhuang-qian-de-zhun-bei-gong-zuo.md)
- [2.4.开始安装](https://handbook.bsdcn.org/di-2-zhang-an-zhuang-freebsd/2.4.-kai-shi-an-zhuang.md)
- [2.5.使用 bsdinstall](https://handbook.bsdcn.org/di-2-zhang-an-zhuang-freebsd/2.5.-shi-yong-bsdinstall.md)
- [2.6.分配磁盘空间](https://handbook.bsdcn.org/di-2-zhang-an-zhuang-freebsd/2.6.-fen-pei-ci-pan-kong-jian.md)
- [2.7.获取安装文件](https://handbook.bsdcn.org/di-2-zhang-an-zhuang-freebsd/2.7.-huo-qu-an-zhuang-wen-jian.md)
- [2.8.网络接口、账户、时区、服务和加固](https://handbook.bsdcn.org/di-2-zhang-an-zhuang-freebsd/2.8.-zhang-hu-shi-qu-fu-wu-he-an-quan.md)
- [2.9.故障排除](https://handbook.bsdcn.org/di-2-zhang-an-zhuang-freebsd/2.9.-gu-zhang-pai-chu.md)
- [2.10.使用 Live CD](https://handbook.bsdcn.org/di-2-zhang-an-zhuang-freebsd/2.10.-shi-yong-live-cd.md)


---

# 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://handbook.bsdcn.org/di-2-zhang-an-zhuang-freebsd.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.
