> 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.7.-huo-qu-an-zhuang-wen-jian.md).

# 2.7.获取安装文件

安装时间会因所选安装组件、安装介质和计算机速度而异。一系列信息可指示进度。

首先，安装程序会格式化所选的磁盘并初始化分区。接下来，在使用 `bootonly media` 或 `mini memstick` 的情况下，它会下载所选组件：

![显示下载不同组件的菜单](https://docs.freebsd.org/images/books/handbook/bsdinstall/bsdinstall-distfile-fetching.png)

**图 31. 获取安装文件**

接下来，会验证安装文件的完整性，确保它们在下载过程中没有损坏或在安装介质中读取错误：

![显示验证不同组件的菜单](https://docs.freebsd.org/images/books/handbook/bsdinstall/bsdinstall-distfile-verifying.png)

**图 32. 校验安装文件**

最后，经过校验的安装文件会被解压到磁盘上：

![显示提取不同组件的菜单](https://docs.freebsd.org/images/books/handbook/bsdinstall/bsdinstall-distfile-extracting.png)

**图 33. 提取安装文件**

在所有请求的安装文件解压完成后，bsdinstall 将显示首次安装后的配置界面。可用的后配置选项将在下一节中概述。


---

# 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.7.-huo-qu-an-zhuang-wen-jian.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.
