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

# 第 21 章 FreeBSD 高级安装

- [21.1 安装双系统（先安装 FreeBSD）](https://book.bsdcn.org/di-21-zhang-freebsd-gao-ji-an-zhuang/di-21.1-jie-an-zhuang-shuang-xi-tong-xian-an-zhuang-freebsd.md)
- [21.2 安装双系统（后安装 FreeBSD）](https://book.bsdcn.org/di-21-zhang-freebsd-gao-ji-an-zhuang/di-21.2-jie-an-zhuang-shuang-xi-tong-hou-an-zhuang-freebsd.md)
- [21.3 腾讯云轻量云安装 FreeBSD（传统引导和 MBR 分区表）](https://book.bsdcn.org/di-21-zhang-freebsd-gao-ji-an-zhuang/di-21.3-jie-teng-xun-yun-qing-liang-yun-an-zhuang-freebsd-chuan-tong-yin-dao-he-mbr-fen-qu-biao.md)
- [21.4 KVM、QEMU 等平台安装 FreeBSD（传统引导和 MBR 分区表）](https://book.bsdcn.org/di-21-zhang-freebsd-gao-ji-an-zhuang/di-21.4-jie-kvm-qemu-deng-ping-tai-an-zhuang-freebsd-chuan-tong-yin-dao-he-mbr-fen-qu-biao.md)
- [21.5 阿里云轻量应用服务器安装 FreeBSD（UEFI 和 GPT 分区表）](https://book.bsdcn.org/di-21-zhang-freebsd-gao-ji-an-zhuang/di-21.5-jie-a-li-yun-qing-liang-ying-yong-fu-wu-qi-an-zhuang-freebsd-uefi-he-gpt-fen-qu-biao.md)
- [21.6 QEMU 安装 RISC-V FreeBSD（基于 x86 Windows 主机）](https://book.bsdcn.org/di-21-zhang-freebsd-gao-ji-an-zhuang/di-21.6-jie-qemu-an-zhuang-risc-v-freebsd-ji-yu-x86-windows-zhu-ji.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://book.bsdcn.org/di-21-zhang-freebsd-gao-ji-an-zhuang.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.
