Guide_3DS/_pages/ko_KR/updating-b9s.txt

67 lines
2.9 KiB
Plaintext
Raw Normal View History

2017-06-05 09:41:55 +02:00
---
title: "Updating B9S"
---
This page is for existing boot9strap users to update their installation of boot9strap to the latest version.
{% capture notice-1 %}
There have been reports of a wave of bans being handed out to CFW users by Nintendo. To protect yourself, please do the following steps before starting this guide:
1. Go to System Settings, then "Internet Settings", then "SpotPass", then "Sending of System Information"
1. Disable the "Sending of System Information" option
1. Exit the System Settings
1. Go to your Friend's List (the Face Icon in the top row of your Home Menu)
+ If you receive an error and are kicked out of the menu, the Friend's List setting is already disabled
1. Go to the Friend's List settings, then "Friend Notification Settings", then "Show friends what you're playing"
1. Disable the "Show friends what you're playing" option
1. Exit your Friend's List
{% endcapture %}
<div class="notice--danger">{{ notice-1 | markdownify }}</div>
#### 준비물
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest)
2017-06-06 07:48:13 +02:00
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
2017-09-13 06:15:18 +02:00
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
2017-06-05 09:41:55 +02:00
#### 진행 방법
##### 섹션 I - 준비 작업
For all steps in this section, overwrite any existing files on your SD card.
{: .notice--info}
1. 기기를 종료해 주세요.
1. SD 카드를 컴퓨터에 삽입해 주세요.
1. Create a folder named `boot9strap` on the root of your SD card
2017-09-13 06:15:18 +02:00
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
2017-06-05 09:41:55 +02:00
1. Copy `SafeB9SInstaller.firm` from the SafeB9SInstaller `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card
1. SD 카드를 기기에 다시 삽입해 주세요.
##### Section II - Installing boot9strap
1. (start)를 누른 채 시작해 Luma3DS chainloader 메뉴를 실행해 주세요.
1. Launch SafeB9SInstaller by pressing (A)
1. Wait for all safety checks to complete
1. When prompted, input the key combo given to install boot9strap
2017-09-13 06:15:18 +02:00
1. Once it has completed, hold (Start) while pressing (A) to reboot your device to the Luma3DS chainloader
2017-06-05 09:41:55 +02:00
2017-09-13 06:15:18 +02:00
##### Section III - Cleanup SD Card
2017-06-05 09:41:55 +02:00
2017-07-25 20:26:34 +02:00
1. Launch GodMode9 by holding (Start) during boot
2017-07-12 22:30:42 +02:00
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
2017-07-19 21:10:16 +02:00
1. (Home)을 눌러 작업 메뉴를 띄워 주세요.
1. "More..."를 선택해 주세요.
1. Select "Scripts..."
2017-09-13 06:15:18 +02:00
1. Select "cleanup_sd_card"
2017-07-19 21:10:16 +02:00
1. When prompted, press (A) to proceed
2017-08-21 12:37:00 +02:00
1. Press (A) to continue
2017-09-13 06:15:18 +02:00
1. Press (Start) to reboot
2017-06-05 09:41:55 +02:00
___
2017-09-13 06:15:18 +02:00
It is recommended that you use Luma3DS Updater to update your Luma3DS installation after you have completed the boot9strap update.
{: .notice--info}