# 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: 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://book.bsdcn.org/hanbook/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.
