3DS:SafeB9SInstaller: Difference between revisions
From Hacks Guide Wiki
More actions
entrypoint is one word, add clarification to the usage section, lay framework for errors |
m Tophatted moved page User:Tophatted/SafeB9SInstaller to 3DS:SafeB9SInstaller: Page has been mostly completed |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
| title = SafeB9SInstaller | | title = SafeB9SInstaller | ||
}} | }} | ||
{{Page WIP|notes=Add more common errors}} | |||
'''SafeB9SInstaller''' is a tool used to install [[3DS:Boot9strap|boot9strap]]. It supports a wide range of entrypoints, allowing it to be launched by numerous different exploits across every system version. | '''SafeB9SInstaller''' is a tool used to install [[3DS:Boot9strap|boot9strap]]. It supports a wide range of entrypoints, allowing it to be launched by numerous different exploits across every system version. | ||
| Line 14: | Line 16: | ||
SafeB9SInstaller should be used alongside [[3dsguide:|the guide]] or the [[3DS:Alternate Exploits|alternate exploits]] article. A <code>boot9strap</code> folder containing <code>boot9strap.firm</code> and <code>boot9strap.firm.sha</code> is always required to be present on the root, and in most situations <code>SafeB9SInstaller.bin</code> needs to be placed on the root alongside it. Depending on how SafeB9SInstaller is being launched (e.g. with the [[3DS:Luma3DS#Features| Luma3DS chainloader]]) another file, like <code>SafeB9SInstaller.firm</code> may need to be used instead of <code>SafeB9SInstaller.bin</code>. | SafeB9SInstaller should be used alongside [[3dsguide:|the guide]] or the [[3DS:Alternate Exploits|alternate exploits]] article. A <code>boot9strap</code> folder containing <code>boot9strap.firm</code> and <code>boot9strap.firm.sha</code> is always required to be present on the root, and in most situations <code>SafeB9SInstaller.bin</code> needs to be placed on the root alongside it. Depending on how SafeB9SInstaller is being launched (e.g. with the [[3DS:Luma3DS#Features| Luma3DS chainloader]]) another file, like <code>SafeB9SInstaller.firm</code> may need to be used instead of <code>SafeB9SInstaller.bin</code>. | ||
==Features== | ==Features== | ||
* Safe installation of boot9strap | *Safe installation of boot9strap | ||
* Keycombo in order to confirm the user wants to proceed with the installation | *Keycombo in order to confirm the user wants to proceed with the installation | ||
* Install boot9strap from arm9loaderhax | *Install boot9strap from arm9loaderhax | ||
** New 3DS users will need to provide a clean copy of sector0x96 as <code>secret_sector.bin</code> in order to revert arm9loaderhax | **New 3DS users will need to provide a clean copy of sector0x96 as <code>secret_sector.bin</code> in order to revert arm9loaderhax | ||
* Backup firm0 and firm1 before installation | *Backup firm0 and firm1 before installation | ||
==Common Errors== | ==Common Errors== | ||
If you see “SigHaxed FIRM was not installed! Check lower screen for more info.” it means that SafeB9SInstaller couldn’t install boot9strap. To continue, check below if you have one of the following errors: | If you see “SigHaxed FIRM was not installed! Check lower screen for more info.” it means that SafeB9SInstaller couldn’t install boot9strap. To continue, check below if you have one of the following errors: | ||
==== Sighaxed FIRM - file not found ==== | ====Sighaxed FIRM - file not found==== | ||
SafeB9SInstaller could not find <code>boot9strap.firm</code> or <code>boot9strap.firm.sha</code> in the <code>boot9strap</code>. Double check that <code>boot9strap</code> is spelled correctly and on the root of your SD card. If it is, verify that <code>boot9strap.firm</code> and <code>boot9strap.firm.sha</code> are inside the <code>boot9strap</code> folder. | SafeB9SInstaller could not find <code>boot9strap.firm</code> or <code>boot9strap.firm.sha</code> in the <code>boot9strap</code> folder. Double check that <code>boot9strap</code> is spelled correctly and on the root of your SD card. If it is, verify that <code>boot9strap.firm</code> and <code>boot9strap.firm.sha</code> are inside the <code>boot9strap</code> folder. | ||