Guide_3DS/_pages/th_TH/installing-boot9strap-(browser).txt

64 lines
3 KiB
Plaintext
Raw Normal View History

2017-05-21 22:39:40 +02:00
---
title: "Installing boot9strap (Browser)"
2017-05-21 22:39:40 +02:00
---
2017-09-29 13:29:26 +02:00
{% include toc title="Table of Contents" %}
2017-05-21 22:39:40 +02:00
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
2017-09-29 13:29:26 +02:00
### What you need
2017-05-21 22:39:40 +02:00
2017-12-01 00:25:35 +01:00
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(the `.7z` file)*
2017-11-30 21:32:37 +01:00
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases)
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
### Instructions
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
#### Section I - Prep Work
2017-05-21 22:39:40 +02:00
1. Power off your device
1. Insert your SD card into your computer
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-21 22:39:40 +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
2017-05-24 07:55:55 +02:00
1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` 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-browser-file-layout.png" | absolute_url }})
2017-07-19 21:10:16 +02:00
{: .notice--info}
2017-05-21 22:39:40 +02:00
1. Reinsert your SD card into your device
1. Power on your device
2017-09-29 13:29:26 +02:00
#### Section II - Launching SafeB9SInstaller
2017-05-21 22:39:40 +02:00
2017-05-24 07:55:55 +02:00
1. Launch the browser and go to one of the following URLs on your device
2017-05-21 22:39:40 +02:00
+ `https://dukesrg.github.io/?SafeB9SInstaller.dat`
2017-05-24 07:55:55 +02:00
+ `http://go.gateway-3ds.com/`
+ `http://www.reboot.ms/3ds/load.html?Launcher.dat`
+ `http://dukesrg.dynu.net/3ds/rop?GW17567.dat&Launcher.dat`
+ Make sure to try each URL if the first one doesn't work (some versions cannot use the first one, and some versions cannot use the last three)
2017-10-09 17:01:36 +02:00
+ If you get an error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working)
2017-05-21 22:39:40 +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-21 22:39:40 +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. Press (Start) to save and reboot
2017-06-06 23:24:28 +02:00
+ If you get an error, just continue the next page
2017-05-21 22:39:40 +02:00
___
Continue to [Finalizing Setup](finalizing-setup)
2017-09-04 06:15:19 +02:00
{: .notice--primary}