Guide_3DS/_pages/ko_KR/installing-boot9strap-(2xrsa).txt

68 lines
3.4 KiB
Plaintext
Raw Normal View History

2017-05-22 22:18:58 +02:00
---
title: "Installing boot9strap (2xrsa)"
2017-05-22 22:18:58 +02:00
---
2017-09-29 13:29:26 +02:00
{% include toc title="Table of Contents" %}
2018-02-25 07:59:42 +01:00
### Required Reading
To extract the `.7z` files linked on this page, you will need a file archiver like [7-Zip](http://www.7-zip.org/) or [The Unarchiver](https://theunarchiver.com/).
2018-02-18 16:47:39 +01:00
### What You Need
2017-05-23 00:41:18 +02:00
2018-06-15 03:10:54 +02:00
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest)
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)*
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest)
2017-05-23 00:41:18 +02:00
2017-09-29 13:29:26 +02:00
### Instructions
2017-05-23 00:41:18 +02:00
2017-09-29 13:29:26 +02:00
#### Section I - Prep Work
2017-05-23 00:41:18 +02:00
1. 기기를 종료해 주세요.
1. SD 카드를 컴퓨터에 삽입해 주세요.
2017-05-30 19:27:28 +02:00
1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card
2017-11-30 21:32:37 +01:00
1. Copy `boot.3dsx` to the root of your SD card
2017-05-23 00:41:18 +02:00
1. Create a folder named `boot9strap` on the root of your SD card
1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card
1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card
2017-07-19 21:10:16 +02:00
2017-09-29 13:29:26 +02:00
![]({{ "/images/screenshots/boot9strap-2xrsa-file-layout.png" | absolute_url }})
2017-07-19 21:10:16 +02:00
{: .notice--info}
2017-05-23 00:41:18 +02:00
1. SD 카드를 기기에 다시 삽입해 주세요.
2017-06-12 01:13:02 +02:00
1. Power on your device
2017-05-23 00:41:18 +02:00
2017-09-29 13:29:26 +02:00
#### Section II - Launching SafeB9SInstaller
2017-05-23 00:41:18 +02:00
2017-05-27 01:20:59 +02:00
1. Launch the browser and go to the following URL on your device
2018-02-10 06:04:31 +01:00
+ `http://2xrsa.hacks.guide`
2017-06-16 00:32:09 +02:00
+ If you are on a New 3DS, New 2DS, or Old 2DS and Wireless Communication is off, you can re-enable the wireless by removing the battery and unplugging the charger for several seconds then booting back up
2017-05-23 00:41:18 +02:00
+ "서비스 불가능 지역입니다. (This service is not available in your region)" 오류가 뜬다면 본체 설정에서 기기의 국적을 2.1.0 CTRTransfer에서 설치한 NAND의 지역에 맞게 바꿔 주세요.
+ CTRTransfer 작섭 중 청소년 보호 기능을 끄는 것을 깜박했거나 다른 이유로 무선 통신 설정에 접속할 수 없다면, 기기가 `attwifi`라는 이름의 네트워크에 비밀번호 없이 자동으로 접속할 것이라는 것을 명심해 주세요.
2017-09-29 13:29:26 +02:00
+ If you get another error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working)
2017-05-23 00:41:18 +02:00
1. If the exploit was successful, you will have booted into SafeB9SInstaller
2017-09-29 13:29:26 +02:00
#### Section III - Installing boot9strap
2017-05-23 00:41:18 +02:00
1. Wait for all safety checks to complete
1. When prompted, input the key combo given to install boot9strap
1. Once it has completed, press (A) to reboot your device
2017-05-30 19:27:28 +02:00
2017-09-29 13:29:26 +02:00
#### Section IV - Configuring Luma3DS
2017-05-30 19:27:28 +02:00
1. Your device should have rebooted into the Luma3DS configuration menu
2017-09-29 13:29:26 +02:00
+ If you get a black screen, [follow this troubleshooting guide](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap)
2017-05-30 19:27:28 +02:00
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-06-06 23:24:28 +02:00
+ If you get an error, just continue the next page
2017-05-23 00:41:18 +02:00
___
2017-09-29 13:29:26 +02:00
New 3DS 2.1.0 users *must* [restore their NAND backup](godmode9-usage#nand_restore) before going to the [Finalizing Setup](finalizing-setup) page.
2017-05-23 00:41:18 +02:00
{: .notice--danger}
2018-02-18 16:47:39 +01:00
### Continue to [Finalizing Setup](finalizing-setup)
2017-09-04 06:15:19 +02:00
{: .notice--primary}