Guide_3DS/_pages/zh_CN/flashing-ntrboot-(3ds-multi-system).txt

59 lines
2.4 KiB
Text
Raw Normal View History

2017-08-18 10:33:24 +02:00
---
2019-03-19 18:20:56 +01:00
title: "写入 ntrboot 漏洞 (通过多台 3DS)"
2017-08-18 10:33:24 +02:00
---
2019-03-19 18:20:56 +01:00
{% include toc title="目录内容" %}
2017-09-29 13:29:26 +02:00
2019-03-19 18:20:56 +01:00
### 必读事项
2018-02-18 16:47:39 +01:00
2019-03-19 18:20:56 +01:00
请在开始前仔细阅读 [ntrboot](ntrboot) 章节的内容
2017-08-18 10:33:24 +02:00
2019-03-19 18:20:56 +01:00
本方法会需要暂时用到一台已经破解了 boot9strap 的3DS主机 你的烧录卡在本方法中不受 3DS 系统版本的限制。
2017-08-18 10:33:24 +02:00
2019-04-29 00:49:08 +02:00
请注意,在某些极少见情況下,某些伪劣烧录卡有可能会在破解过程中损坏并且无法恢复。 这是一般不会发生的, 但是无论如何,我们只支持写在兼容表格中的烧录卡 为了防止买到伪劣烧录卡,我们建议你从一些知名度较高的网站上购买你需要的烧录卡(比如[NDS Card](http://www.nds-card.net/))。
2017-08-18 10:33:24 +02:00
{: .notice--danger}
2019-03-19 18:20:56 +01:00
### 准备工作
2017-08-18 10:33:24 +02:00
2019-03-19 18:20:56 +01:00
* 一张兼容 ntrboot 的烧录卡
* 两台 3DS 主机
+ ** 3DS **:已经破解了 boot9strap 的 3DS
+ ** 目标 3DS **:运行原厂系统的 3DS
* 最新版 [boot9strap] (https://github.com/SciresM/boot9strap/releases/latest) *(下载 `ntr` 名字的文件;不要下载 `devkit` 名字的文件)*
* 最新版 [ntrboot_flasher](https://github.com/ntrteam/ntrboot_flasher/releases/latest)
2017-08-18 10:33:24 +02:00
2018-03-20 01:29:03 +01:00
### 操作步骤
2017-08-18 10:33:24 +02:00
2019-03-19 18:20:56 +01:00
#### 第一步 — 准备工作
1. 关闭 **源3DS**
1. 将 **源3DS** 的SD卡插入你的电脑
1. 在 SD 卡根目录创建一个名为 `ntrboot` 的文件夹
1. 解压 boot9strap ntr `.zip` 然后复制 `boot9strap_ntr.firm` 和 `boot9strap_ntr.firm.sha` 到 SD 卡根目录的`/ntrboot/` 文件夹
1. 复制 `ntrboot_flasher.firm` 到 **源3DS** SD 卡的 `/luma/payloads/` 文件夹中
1. 将 **源3DS** 的 SD 卡重新插回 **源3DS**
1. 将兼容 ntrboot 的 DS / DSi 烧录卡插入 **源3DS** 中
#### 第二步 — 写入 ntrboot
1. 在 **源3DS** 开机时按住 “Start” 键,运行 Luma3DS chainloader
1. 选择 “ntrboot_flasher”
1. 请仔细阅读警告信息
1. 按 “A” 键继续
1. 选择对应你的烧录卡
+ 如果你在上屏列表中没有看到你的烧录卡,请阅读下屏以获取每个选项的更多信息
1. 选择 “Dump Flash”
1. 等待检查完成
1. 按 “A” 键继续
1. 按 “A” 键返回主菜单
1. 选择 “Inject Ntrboot”
1. 按 “A” 键选择 “retail unit ntrboot”
1. 等待检查完成
1. 按 “A” 返回主菜单
1. 按 “B” 键关闭 **源 3DS**
2017-08-18 10:33:24 +02:00
___
2019-03-19 18:20:56 +01:00
### 继续至 [安装 boot9strap (通过ntrboot)](installing-boot9strap-(ntrboot))
2017-09-04 06:15:19 +02:00
{: .notice--primary}