2017-05-21 16:39:40 -04:00
---
2017-05-24 01:55:55 -04:00
title: "Instalando boot9strap (MSET)"
2017-05-21 16:39:40 -04:00
---
2017-09-29 07:29:26 -04:00
{% include toc title="Table of Contents" %}
2018-02-18 10:47:39 -05:00
### What You Need
2017-05-21 16:39:40 -04:00
2018-04-24 18:00:17 -04:00
* Um flashcart de DS que funcione na versão do seu dispositivo
2018-06-14 21:10:54 -04: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)*
2019-10-07 21:45:16 -04:00
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest)
2018-06-14 21:10:54 -04:00
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest)
2017-05-21 16:39:40 -04:00
2017-09-29 07:29:26 -04:00
### Instructions
2017-05-21 16:39:40 -04:00
2017-09-29 07:29:26 -04:00
#### Section I - Prep Work
2017-05-21 16:39:40 -04:00
1. Desligue seu dispositivo
2018-02-22 16:41:06 -05:00
1. Insira o cartão SD no seu computador
2019-10-07 21:45:16 -04:00
1. Copy `boot.firm` from the Luma3DS `.zip` to the root of your SD card
2017-11-30 15:32:37 -05:00
1. Copy `boot.3dsx` to the root of your SD card
2017-05-21 16:39:40 -04:00
1. Crie uma pasta chamada `boot9strap` na raiz do seu cartão SD
1. Copie os arquivos `boot9strap.firm` e `boot9strap.firm.sha` do `.zip` do boot9strap para a pasta `/boot9strap/` no seu cartão SD
1. Copie `SafeB9SInstaller.dat` do `.zip` do SafeB9SInstaller para a raiz de seu cartão SD
2017-07-19 15:10:16 -04:00
2017-09-29 07:29:26 -04:00
![]({{ "/images/screenshots/boot9strap-mset-file-layout.png" | absolute_url }})
2017-07-19 15:10:16 -04:00
{: .notice--info}
2017-05-21 16:39:40 -04:00
1. Reinsira seu cartão SD no seu dispositivo
2017-05-22 16:18:58 -04:00
1. Copie `SafeB9SInstaller.nds` do `.zip` do SafeB9SInstaller para seu flashcart de DS
2017-05-21 16:39:40 -04:00
1. Ligue o seu dispositivo
2017-09-29 07:29:26 -04:00
#### Section II - Launching SafeB9SInstaller
2017-05-21 16:39:40 -04:00
1. Inicie seu flashcart de DS no seu dispositivo
2017-05-22 16:18:58 -04:00
1. Inicie `SafeB9SInstaller.nds` usando seu flashcart
2017-05-21 16:39:40 -04:00
1. Selecione a opção correspondente à sua versão
+ 4.X.X -> "4.x SafeB9SInstaller"
+ 6.X.X -> "6.x SafeB9SInstaller"
1. Reinicie o sistema e, depois, vá para a Configuração do Console, "Outras Configurações", "Perfil", "Perfil Nintendo DS"
1. Se o exploit tiver sucesso, você terá entrado no SafeB9SInstaller
2017-09-29 07:29:26 -04:00
#### Section III - Installing boot9strap
2017-05-21 16:39:40 -04:00
1. Espere todos as verificações de segurança finalizarem
1. Quando solicitado, aperte a sequência de botões solicitada para instalar o boot9strap
2017-05-22 16:18:58 -04:00
1. Quando concluído, aperte (A) para reiniciar o seu dispositivo
2017-05-30 13:27:28 -04:00
2017-09-29 07:29:26 -04:00
#### Section IV - Configuring Luma3DS
2017-05-30 13:27:28 -04:00
2017-05-30 21:43:00 -04:00
1. Seu dispositivo deve ter reiniciado no menu de configuração de Luma3DS
2017-09-29 07:29:26 -04:00
+ If you get a black screen, [follow this troubleshooting guide](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap)
2019-02-10 22:32:33 +01:00
1. Use o botão (A) e os botões direcionais para ativar o seguinte:
2017-05-30 13:27:28 -04:00
+ **"Show NAND or user string in System Settings"**
1. Aperte (Start) para salvar e reiniciar
2017-06-06 17:24:28 -04:00
+ Se você receber um erro, apenas continue a próxima página
2017-05-21 16:39:40 -04:00
___
2018-02-18 10:47:39 -05:00
### Continue to [Finalizing Setup](finalizing-setup)
2018-02-22 16:41:06 -05:00
{: .notice--primary}