---
title: "boot9strap 설치 (Fredtool, 레거시)"
{% include toc title="목차" %}
{% capture technical_info %}
<summary><em>기술적 상세 정보 (선택 사항)</em></summary>
시스템 DSiWare를 추출하기 위해, DSiWare 데이터 관리 설정 창의 취약점을 악용합니다.
이 가이드는 시스템의 암호화 키 (movable.sed)를 이용해 DSiWare 백업을 만들어, 시스템이 DSi 인터넷 설정 앱을 SD 카드 루트에 추출하게 합니다.
DSiWare 백업을 만든 후, 이것을 DS 소프트웨어용 설정과 바꿔칠 수 있습니다.
이 작업은 [이곳](https://www.3dbrew.org/wiki/3DS_System_Flaws)에 자세히 설명되어 있는 "FIRM partitions known-plaintext" 익스플로잇을 구현한 작업입니다.
{% endcapture %}
<details>{{ technical_info | markdownify }}</details>
{: .notice--info}
여기까지 왔다면, 시스템 펌웨어 버전이 11.15.0 또는 11.14.0일 것 입니다. 펌웨어 버전이 11.15.0 또는 11.14.0가 아닌 경후, **이 방법은 콘솔을 벽돌로 만들 수 있습니다!!**
{: .notice--warning}
### 준비물
* [Seedminer (Mii)](seedminer-(mii))에서 받은 `movable.sed` 파일
* 최신 버전의 [Frogminer_save](https://github.com/zoogie/Frogminer/releases/latest`) (`Frogminer_save.zip`)
* **11.15.0 또는 11.14.0 사용자**: v6.0.1 버전의 [b9sTool](https://github.com/zoogie/b9sTool/releases/tag/v6.0.1) (직접 다운로드)
* 최신 버전의 [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (`.zip` 파일)
#### 섹션 I - CFW 확인
{% include_relative include/cfw-check-fredtool.txt %}
#### 섹션 II - BannerBomb3
이 섹션에서는 DSiWare 관리 메뉴에서 BannerBomb3 취약점을 실행해 결과물을 컴퓨터에 복사함으로서 다음 섹션에서 사용할 수 있게 합니다.
1. SD 카드를 콘솔에 다시 삽입해 주세요
1. 콘솔을 시작해 주세요
1. 콘솔에서 본체 설정을 열어 주세요
1. `데이터 관리` -> `DSiWare` -> `SD 카드`로 들어가주세요 ([사진](/images/screenshots/bb3/dsiware-management.png))
+ 콘솔은 BB3 multihax 메뉴를 표시할 겁니다
+ 이 과정에서 콘솔이 갑자기 꺼진다면, [이 문제 해결 가이드](troubleshooting#installing-boot9strap-fredtool)를 참고해 주세요.
1. 십자 패드를 이용해 "Dump DSiWare" 에 (A) 버튼을 눌러 선택해 주세요
+ 콘솔이 자동으로 재부팅될 겁니다
1. 콘솔을 종료해 주세요
#### 섹션 III - 준비 작업
{% include_relative include/fredtool-prep.txt %}
#### 섹션 IV - DS 소프트웨어용 설정 덮어쓰기
{% include_relative include/fredtool-write-flipnote.txt %}
#### 섹션 V - Flipnote 익스플로잇
{% include_relative include/install-boot9strap-b9stool.txt method="dsinternet" %}
#### 섹션 VI - Luma3DS 구성
1. (Select) 를 길게 누르고, 이 상태에서 콘솔의 전원을 켜 주세요
{% include_relative include/configure-luma3ds.txt %}
{% include_relative include/luma3ds-installed-note.txt %}
#### 섹션 VII - DS 소프트웨어용 설정 복구
{% include_relative include/fredtool-restore-dsconn.txt %}
___
### [마무리 단계](finalizing-setup) 로 계속합니다
{: .notice--primary}