---
title: "Instalando boot9strap (Navegador)"
---

{% include toc title="Table of Contents" %}

### Leitura Obrigatória

Se você já fez um hack no seu dispositivo antes e tem um CFW baseado em EmuNAND, esse guia lida exclusivamente com a SysNAND, e você deve seguir todas as instruções a partir da ou aplicando para a SysNAND. Note que os termos EmuNAND e RedNAND se referem a implementações ligeiramente diferentes do [mesmo conceito](http://3dbrew.org/wiki/NAND_Redirection).

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/).

### What You Need

* 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)*
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest){:target="_blank"}

### Instructions

#### Section I - Prep Work

1. Desligue seu dispositivo
1. Insira o cartão SD no seu computador
1. Copie o `boot.firm` do `.7z` do Luma3DS para a raíz do seu cartão SD
1. Copy `boot.3dsx` to the root of your SD card
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` e `Launcher.dat` do `.zip` do SafeB9SInstaller para a raiz de seu cartão SD

    ![]({{ "/images/screenshots/boot9strap-browser-file-layout.png" | absolute_url }})
    {: .notice--info}

1. Reinsira seu cartão SD no seu dispositivo
1. Ligue o seu dispositivo

#### Section II - Launching SafeB9SInstaller

1. Inicie o navegador e vá para uma das seguintes URLs no seu dispositivo
  + `https://dukesrg.github.io/?SafeB9SInstaller.dat`
  + `http://go.gateway-3ds.com/`
  + `http://www.reboot.ms/3ds/load.html?Launcher.dat`
  + `http://dukesrg.dynu.net/3ds/rop?GW17567.dat&Launcher.dat`
  + Certifique-se de tentar cada URL se a primeira não funcionar (algumas versões não podem usar a primeira, e algumas versões não podem usar as 3 últimas)
  + If you get an error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working)
1. Se o exploit tiver sucesso, você terá entrado no SafeB9SInstaller

#### Section III - Installing boot9strap

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
1. Quando concluído, aperte (A) para reiniciar o seu dispositivo

#### Section IV - Configuring Luma3DS

1. Seu dispositivo deve ter reiniciado no menu de configuração de Luma3DS
  + If you get a black screen, [follow this troubleshooting guide](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap)
1. Use o botão (A) e os botões direcionais para ativar o seguinte:    
  + **"Show NAND or user string in System Settings"**
1. Aperte (Start) para salvar e reiniciar
  + Se você receber um erro, apenas continue a próxima página

___

### Continue to [Finalizing Setup](finalizing-setup)
{: .notice--primary}