Guide_3DS/_pages/zh_TW/installing-boot9strap-(homebrew-launcher).txt

67 lines
3.4 KiB
Plaintext
Raw Normal View History

2017-05-21 22:39:40 +02:00
---
2017-05-27 01:20:59 +02:00
title: "安裝 boot9strap透過 Homebrew Launcher"
2017-05-21 22:39:40 +02:00
---
2017-05-27 01:20:59 +02:00
如果您先前已改機過,且已安裝基於 EmuNAND 的自製系統-請注意,本教學是專門用來處理 SysNAND 的。您應在閱讀本手冊時在 SysNAND 中操作,或將其套用至 SysNAND 中。 注意 EmuNAND 與 RedNAND 指的是些微不同運作方式但[同樣道理](http://3dbrew.org/wiki/NAND_Redirection)的用語。
2017-05-21 22:39:40 +02:00
{: .notice--info}
2017-05-27 01:20:59 +02:00
本頁面會有些許的[磁力](https://en.wikipedia.org/wiki/Magnet_URI_scheme)連結,您將需要個像 [Deluge](http://dev.deluge-torrent.org/wiki/Download) 的 BT 種子下載器來下載磁力連結的檔案。
2017-05-21 22:39:40 +02:00
{: .notice--success}
#### 必備項目
* 最新版的 [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest)
2017-05-28 05:57:09 +02:00
* 最新版的 [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(正常版的 boot9strap非 `dev` 檔案)*
2017-05-21 22:39:40 +02:00
* 最新版的 [safehax](https://github.com/TiniVi/safehax/releases/latest)
* 最新版的 [udsploit](https://github.com/smealum/udsploit/releases/latest)
2017-05-30 19:27:28 +02:00
* 最新版的 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 檔案)*
2017-05-21 22:39:40 +02:00
#### 操作說明
##### 第一節 — 準備工作
2017-05-27 01:20:59 +02:00
1. 在 Homebrew Launcher 中,將 SD 卡從主機中拔出,並將其插入電腦中
2017-05-30 19:27:28 +02:00
1. 解壓 Luma3DS `.7z` 內的 `boot.firm` 到 SD 卡的根目錄底下
2017-05-21 22:39:40 +02:00
1. 在 SD 卡的根目錄底下建立一個新的資料夾 `boot9strap`
1. 解壓 boot9strap `.zip` 的 `boot9strap.firm` 及 `boot9strap.firm.sha` 檔案至 SD 卡的 `/boot9strap/` 資料夾中
1. 將 `safehax.3dsx` 複製到 SD 卡中的 `/3ds/` 資料夾底下
1. 將 `udsploit.3dsx` 複製到 SD 卡中的 `/3ds/` 資料夾底下
1. 解壓 SafeB9SInstaller `.zip` 中的 `SafeB9SInstaller.bin` 到 SD 卡的根目錄下,並將其重新命名為 `safehaxpayload.bin`
![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png)
{: .notice--info}
1. 將 SD 卡插回主機中
##### 第二節 — 啟動 SafeB9SInstaller
2017-05-27 01:20:59 +02:00
1. 透過 Homebrew 清單啟動 udsploit
+ 您可能得往下些才會看到此選項
2017-05-21 22:39:40 +02:00
1. 處理完畢後按下「Start」鍵退出 udsploit
+ 可能需要嘗試多次
2017-05-27 01:20:59 +02:00
+ 如果當機的話,透過電源按鈕將您的主機強制關機,並再試一次
1. 透過 Homebrew 清單啟動 safehax
+ 您可能得往下些才會看到此選項
+ 如果您遇到了「PM INIT FAILED」的錯誤訊息的話請確保您在執行 udsploit 時已將無線通訊功能開啟
+ 如果還是遇到了「PM INIT FAILED」錯誤訊息的話請試試看使用 [r19 版的 safehax](https://github.com/TiniVi/safehax/releases/tag/r19)
+ 如果當機的話,按住電源紐強制重啟您的主機再試一次即可
1. 如果一切成功的話,您將自動進入 SafeB9SInstaller
2017-05-21 22:39:40 +02:00
##### 第三節 — 安裝 boot9strap
2017-05-27 01:20:59 +02:00
1. 等待所有的安全性檢查檢查完畢
2017-05-21 22:39:40 +02:00
1. 出現提示時,輸入提示的按鍵組合以安裝 boot9strap
1. 過程結束後按下「A」重啟主機
2017-05-30 19:27:28 +02:00
##### Section IV - Configuring Luma3DS
1. Your device should have rebooted into the Luma3DS configuration menu
+ If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_b9s)
1. Use the (A) button and the D-Pad to turn on the following:
+ **「Show NAND or user string in System Settings」**
1. 按下「Start」鍵以存檔並重新啟動系統
2017-05-21 22:39:40 +02:00
___
2017-05-27 01:20:59 +02:00
繼續至 [完成安裝](finalizing-setup)
2017-05-21 22:39:40 +02:00
{: .notice--primary}