> For the complete documentation index, see [llms.txt](https://hackintosh.kirainmoe.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hackintosh.kirainmoe.com/an-zhuang-hou/huo-de-geng-duo-yuan-sheng-ti-yan.md).

# 获得更多原生体验

## Clover 引导 macOS 播放开机音乐

模拟白苹果 Macbook 开机“铛”的声音。

首先下载 [BootAudio-Utility](https://www.lanzous.com/i6ux0dc) 工具包：<https://www.lanzous.com/i6ux0dc>

然后将 sound.wav 和 sound\_night.wav 放到 EFI/CLOVER/themes/你当前使用的主题 目录下；并且将 drivers 和 tools 文件夹合并到你当前使用的 EFI 配置文件中；重启即可。

确保 drivers/UEFI 文件夹下存在 AudioDxe.efi 和 BootChimeDxe.efi；tools 文件夹中存在 BootChimeCfg.efi 和 HdaCodecDump.efi.

配置方法：进入 Clover 的 UEFI Shell, 输入以下命令配置 BootChimeCfg（配置音量、输出设备等）：

```bash
fs0:
cd EFI\CLOVER\tools
BootChimeCfg.efi
```

其中 "fs0" 是你的 Clover 所在 ESP 分区标号。如果你的 ESP 分区不是 fs0 (你可以通过 dir 命令来判断是否存在 EFI 文件夹，从而确定是否为 ESP 分区)，你可以尝试其它的值，例如我的是 fs1.


---

# 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://hackintosh.kirainmoe.com/an-zhuang-hou/huo-de-geng-duo-yuan-sheng-ti-yan.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.
