# 获得更多原生体验

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