--- title: "安装 boot9strap(通过 HBL-USM)" --- {% include toc title="目录内容" %} {% capture technical_info %} 技术细节(选看) 为了破解系统的 SAFE_MODE 固件,我们需要注入一个写入了漏洞的 WiFi 配置文件到主机中。 现在我们能够使用 Homebrew 程序了,接下来我们会利用它进入 slotTool 继续破解下去。 一旦 WiFi 配置文件被注入,我们将会使用到 SAFE_MODE 来继续此教程。SAVE_MODE 是一个所有的 3DS 主机都存在的修复功能,之后它将用于激活被破解的 WiFi 配置文件。 如果你想知道有关 unSAFE_MODE 的更多技术细节,请见[这里](https://github.com/zoogie/unSAFE_MODE/)。 {% endcapture %}
{{ technical_info | markdownify }}
{: .notice--info} ### 兼容性注意 如果你的 LR↑A 键其中有一个坏掉了,请加入 [Nintendo Homebrew Discord 服务器](https://discord.gg/MWxPgEp)然后以英文寻求帮助。(请注意,如果你身处中国大陆,访问 Discord 可能需要科学上网),你也可以到译者的 [QQ 群](https://stray-soul.com/index.php/qqgroup)寻求帮助,群号为 942052497。 {: .notice--danger} ### 你需要准备点啥? * 最新版本的 [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip)(直链) * The latest release of [unSAFE_MODE](https://github.com/zoogie/unSAFE_MODE/releases/download/v1.3/RELEASE_v1.3.zip) (direct download) #### 第一步 – 准备工作 In this section, you will copy the files needed to trigger the unSAFE_MODE exploit onto your console's SD card. Then, you will use Homebrew Launcher to launch slotTool, which will overwrite your Wi-Fi slots with hacked data. 你自己设置的 Wi-Fi 链接点将在这个过程中被暂时覆盖。 1. 将你的 SD 卡插入到电脑 1. 在 SD 卡根目录创建一个名为 `boot9strap` 的文件夹 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the RELEASE `.zip` to the `/boot9strap/` folder on your SD card 1. 检查 SD 卡的根目录是否存在一个名为 `3ds` 的文件夹,如果没有则手动新建一个 + This folder stores homebrew applications and data; it is different from the `Nintendo 3DS` folder that the console automatically generates 1. Copy the `slotTool` folder from the RELEASE `.zip` to the `/3ds/` folder on your SD card 1. Copy `usm.bin` from the RELEASE `.zip` to the root folder on your SD card 1. 从 SafeB9SInstaller `.zip` 压缩包中复制 `SafeB9SInstaller.bin` 到 SD 卡根目录下 1. Reinsert your SD card into your console 1. Power on your console 1. Open the Homebrew Launcher through your method of choice (likely the Internet Browser) 1. 从自制程序列表中找到并启动 slotTool + 如果你的主机卡在了红屏,请长按住电源键来强制关机,然后重试本步骤 1. 选择 “INSTALL exploit to wifi slots 1,2,3 & shutdown” 选项 + 你应该会看到屏幕上出现了一些文字,然后你的主机就关机了 ![]({{ "/images/screenshots/hblusm-root-layout.png" | absolute_url }}) {: .notice--info} ![]({{ "/images/screenshots/boot9strap-folder.png" | absolute_url }}) {: .notice--info} #### 第二步 – unSAFE_MODE {% include_relative include/exploit-usm.txt %} #### 第三步 – 安装 boot9strap {% include_relative include/install-boot9strap-safeb9sinstaller.txt %} {%- include_relative include/configure-luma3ds.txt %} {% include_relative include/luma3ds-installed-note.txt %} #### 第四步 – 还原 WiFi 配置文件 {% include_relative include/remove-usm-slottool.txt %} ___ ### 继续至[完成安装](finalizing-setup) {: .notice--primary}