> 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/2.1.-gai-shu.md).

# 2.1.概述

FreeBSD 支持多种架构，包括 amd64、ARM®、RISC-V® 和 PowerPC®。根据架构和平台，可以[下载](https://www.freebsd.org/where/)不同镜像来安装或直接运行 FreeBSD。

镜像类型包括：

* 虚拟机磁盘镜像，如 `qcow2`、`vmdk`、`vhd` 和裸设备镜像。这些不是安装镜像，而是已预安装 FreeBSD 的镜像，可直接进行安装后的任务。虚拟机镜像在云环境中也很常用。
* SD 卡镜像，适用于嵌入式系统，如树莓派。这些文件需解压缩后以裸镜像写入 SD 卡，开发板将从 SD 卡引导。
* 安装镜像，用于从 ISO 或 USB 设备引导，在驱动器上安装 FreeBSD，用于常规的桌面、笔记本电脑或服务器系统。

本章的其余部分说明了第三种情况，解释如何使用名为 bsdinstall 的基于文本的安装程序安装 FreeBSD。安装程序和此处所示内容之间可能存在细微差异，因此请将本章作为通用指南，而不是逐字逐句的指令。

通过阅读本章，你将了解：

* 如何获取 FreeBSD 镜像，创建 FreeBSD 安装介质。
* 如何引导 bsdinstall。
* bsdinstall 将询问的问题，它们的含义以及如何回答。
* 如何排除安装失败的故障。
* 如何在决定安装之前体验 FreeBSD 的 Live 版本。


---

# 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:

```
GET https://handbook.bsdcn.org/di-2-zhang-an-zhuang-freebsd/2.1.-gai-shu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
