---
title: "安装 boot9strap(通过 Soundhax)"
{% include toc title="目录内容" %}
{% capture technical_info %}
<summary><em>技术细节(选看)</em></summary>
关于本页所使用漏洞的技术细节,请见[这里(Soundhax)](https://github.com/nedwill/soundhax) 和[这里(universal-otherapp)](https://github.com/TuxSH/universal-otherapp)。
{% endcapture %}
<details>{{ technical_info | markdownify }}</details>
{: .notice--info}
### 兼容性注意
Soundhax(和 universal-otherapp 一起使用时)与所有区域 1.0.0 至 11.3.0 系统版本的主机兼容。
### 你需要准备点啥?
* 最新版本的 [Soundhax](http://soundhax.com/) **(根据你的 3DS 的区域、型号和版本下载)**
+ 如果点击下载 Soundhax 后浏览器跳转到了一个不可播放的视频,那么请按 Ctrl+S 或 Cmd+S 键将其保存到你的电脑上
* 最新版本的 [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip)(直链)
* 最新版本的 [boot9strap](https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip)(直链)
* 最新版本的 [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest)(下载 Luma3DS `.zip` 文件)
* 最新版本的 [universal-otherapp](https://github.com/TuxSH/universal-otherapp/releases/latest)(下载 `otherapp.bin`)
### 操作步骤
#### 第一步 – 准备工作
本节中,你将会复制一些触发 Soundhax 和 universal-otherapp 所需要的文件。
1. 将主机关机
1. 将你的 SD 卡插入到电脑
1. 复制 Soundhax 的 `.m4a` 文件到你的 SD 卡根目录下
+ 根目录指的是你点进 SD 卡看到的目录,你可以在这个目录下看到 Nintendo 3DS 文件夹,但请不要点进去
1. 复制 `otherapp.bin` 到你的 SD 卡根目录
1. 解压 Luma3DS `.zip` 里的 `boot.firm` 和 `boot.3dsx` 到你 SD 卡的根目录
1. 在 SD 卡根目录创建一个名为 `boot9strap` 的文件夹
1. 从boot9strap `.zip` 文件中复制 `boot9strap.firm` 和 `boot9strap.firm.sha` 到你SD卡的 `/boot9strap/` 文件夹中
1. 从 SafeB9SInstaller `.zip` 压缩包中复制 `SafeB9SInstaller.bin` 到 SD 卡根目录下
1. 将 SD 卡重新插入你的主机
1. 启动你的主机
![]({{ "/images/screenshots/uosoundhax-root-layout.png" | absolute_url }})
![]({{ "/images/screenshots/boot9strap-folder.png" | absolute_url }})
#### 第二步 – 启动 SafeB9SInstaller
本节中,你将通过 Nintendo 3DS 音乐程序启动 Soundhax,它将使用 universal-otherapp 启动 boot9strap(自制固件)安装程序。
1. 启动 “任天堂 3DS 音乐(Nintendo 3DS Sound)”
![]({{ "/images/screenshots/soundhax-welcome.png" | absolute_url }})
1. 如果你从未启动过 “任天堂 3DS 音乐(Nintendo 3DS Sound)”,在启动后收到了小鸟的对话框提示,那么请完成所有的对话,然后关闭此软件再重新打开
+ 在这种情况下,除非你按上文所示的步骤进行操作,直接运行 Soundhax 将会导致这些提示在每次启动“任天堂 3DS 音乐(Nintendo 3DS Sound)”时都会出现
1. 进入 `/sdcard`,然后播放“< 3 nedwill 2016”
+ 有可能需要反复尝试几次
+ 如果主机死机了,请长按电源键关闭主机,然后再试一次
![]({{ "/images/screenshots/soundhax-launch.png" | absolute_url }})
1. 如果一切成功的话,你将自动进入 SafeB9SInstaller
#### 第三步 – 安装 boot9strap
{% include_relative include/install-boot9strap-safeb9sinstaller.txt %}
{%- include_relative include/configure-luma3ds.txt %}
{% include_relative include/luma3ds-installed-note.txt %}
___
### 继续至[完成安装](finalizing-setup)
{: .notice--primary}