From 02f2a9d769a2d42b20cf7c515e879158ecb04858 Mon Sep 17 00:00:00 2001 From: Florian <88926852+Gruetzig@users.noreply.github.com> Date: Sun, 19 Feb 2023 20:07:32 +0100 Subject: [PATCH 1/5] LMFAO --- _pages/en_US/troubleshooting.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/_pages/en_US/troubleshooting.txt b/_pages/en_US/troubleshooting.txt index f6ce4d8781..ec52e211c5 100644 --- a/_pages/en_US/troubleshooting.txt +++ b/_pages/en_US/troubleshooting.txt @@ -379,6 +379,24 @@ Follow these steps in order: {% endcapture %}
{{ compat | markdownify }}
+% capture compat %} +To use the Internet Browser, please update your system using the System Update option in the System Settings. + +First, make sure you entered the correct proxy for the connection you're using. If not, go back to [Section II](installing-boot9strap-(ssloth-browser).html#section-ii---ssloth) of the page. + +If all of this is correct, your 3DS might be cart-updated. In this case, you need to update the 3DS and use Seedminer. +Disable the proxy first. + +If you have an old model, try a Safe Mode update. Safe Mode is a system update menu that is accessed by holding (Left Shoulder) + (Right Shoulder) + (D-Pad Up) + (A) before while and after pressing the POWER button when turning the device on. If everything worked correctly, it will fail and then load the SafeB9SInstaller. At that point, you can continue with [Section IV](installing-boot9strap-(ssloth-browser)#section-iv---installing-boot9strap). + +If your NVer, the 1 or 2 numbers after the system version is below 37, e.g. 11.4.0-**36** you can do [Soundhax](installing-boot9strap-(soundhax)). For the Soundhax file, select version: \ +1.x - 2.1 for number 0-2 +2.1 - 2.2 for number 3-5 +3.x - 4.x for number 6-10 +5.x - 11.3 for number 11-36 +{% endcapture %} +
{{ compat | markdownify }}
+ {% capture compat %} Failed to open SafeB9SInstaller.bin From 6669bfebd63549d9339b2b2a0e128ff5712c989a Mon Sep 17 00:00:00 2001 From: Gruetzig Date: Sun, 19 Feb 2023 20:28:06 +0100 Subject: [PATCH 2/5] fix build and style --- _pages/en_US/troubleshooting.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_pages/en_US/troubleshooting.txt b/_pages/en_US/troubleshooting.txt index ec52e211c5..8ee73cdd05 100644 --- a/_pages/en_US/troubleshooting.txt +++ b/_pages/en_US/troubleshooting.txt @@ -379,21 +379,21 @@ Follow these steps in order: {% endcapture %}
{{ compat | markdownify }}
-% capture compat %} -To use the Internet Browser, please update your system using the System Update option in the System Settings. +{% capture compat %} +"To use the Internet Browser, please update your system using the System Update option in the System Settings." First, make sure you entered the correct proxy for the connection you're using. If not, go back to [Section II](installing-boot9strap-(ssloth-browser).html#section-ii---ssloth) of the page. -If all of this is correct, your 3DS might be cart-updated. In this case, you need to update the 3DS and use Seedminer. +If all of this is correct, your 3DS is cart-updated. In this case, you need to update the 3DS and use Seedminer. Disable the proxy first. If you have an old model, try a Safe Mode update. Safe Mode is a system update menu that is accessed by holding (Left Shoulder) + (Right Shoulder) + (D-Pad Up) + (A) before while and after pressing the POWER button when turning the device on. If everything worked correctly, it will fail and then load the SafeB9SInstaller. At that point, you can continue with [Section IV](installing-boot9strap-(ssloth-browser)#section-iv---installing-boot9strap). If your NVer, the 1 or 2 numbers after the system version is below 37, e.g. 11.4.0-**36** you can do [Soundhax](installing-boot9strap-(soundhax)). For the Soundhax file, select version: \ -1.x - 2.1 for number 0-2 -2.1 - 2.2 for number 3-5 -3.x - 4.x for number 6-10 -5.x - 11.3 for number 11-36 +1.x - 2.1 for number 0-2 \ +2.1 - 2.2 for number 3-5 \ +3.x - 4.x for number 6-10 \ +5.x - 11.3 for number 11-36. {% endcapture %}
{{ compat | markdownify }}
From c410dba1cec95eae4e0da5cdbd82cb45ad7c8cc0 Mon Sep 17 00:00:00 2001 From: Gruetzig Date: Sun, 19 Feb 2023 21:46:18 +0100 Subject: [PATCH 3/5] add link to seedminer and other small change --- _pages/en_US/troubleshooting.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_pages/en_US/troubleshooting.txt b/_pages/en_US/troubleshooting.txt index 8ee73cdd05..8f6379c81e 100644 --- a/_pages/en_US/troubleshooting.txt +++ b/_pages/en_US/troubleshooting.txt @@ -382,9 +382,9 @@ Follow these steps in order: {% capture compat %} "To use the Internet Browser, please update your system using the System Update option in the System Settings." -First, make sure you entered the correct proxy for the connection you're using. If not, go back to [Section II](installing-boot9strap-(ssloth-browser).html#section-ii---ssloth) of the page. +First, make sure you entered the correct proxy for the connection you're using. If not, go back to [Section II](installing-boot9strap-(ssloth-browser).html#section-ii---ssloth). -If all of this is correct, your 3DS is cart-updated. In this case, you need to update the 3DS and use Seedminer. +If all of this is correct, your device is cart-updated. In this case, you need to update the device and use [Seedminer](seedminer). Disable the proxy first. If you have an old model, try a Safe Mode update. Safe Mode is a system update menu that is accessed by holding (Left Shoulder) + (Right Shoulder) + (D-Pad Up) + (A) before while and after pressing the POWER button when turning the device on. If everything worked correctly, it will fail and then load the SafeB9SInstaller. At that point, you can continue with [Section IV](installing-boot9strap-(ssloth-browser)#section-iv---installing-boot9strap). From 5754956510c94a1ad40de8e25dea88458300dfd0 Mon Sep 17 00:00:00 2001 From: Florian <88926852+Gruetzig@users.noreply.github.com> Date: Thu, 23 Feb 2023 22:10:26 +0100 Subject: [PATCH 4/5] number wrong, thanks nintendo for 3.0.0-5 and 3.0.0-6 --- _pages/en_US/troubleshooting.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_pages/en_US/troubleshooting.txt b/_pages/en_US/troubleshooting.txt index 8f6379c81e..9032ad325d 100644 --- a/_pages/en_US/troubleshooting.txt +++ b/_pages/en_US/troubleshooting.txt @@ -391,8 +391,8 @@ If you have an old model, try a Safe Mode update. Safe Mode is a system update m If your NVer, the 1 or 2 numbers after the system version is below 37, e.g. 11.4.0-**36** you can do [Soundhax](installing-boot9strap-(soundhax)). For the Soundhax file, select version: \ 1.x - 2.1 for number 0-2 \ -2.1 - 2.2 for number 3-5 \ -3.x - 4.x for number 6-10 \ +2.1 - 2.2 for number 3-4 \ +3.x - 4.x for number 5-10 \ 5.x - 11.3 for number 11-36. {% endcapture %}
{{ compat | markdownify }}
From f500bff4557cd236eed53b2d86d176fa54375bf5 Mon Sep 17 00:00:00 2001 From: lily Date: Sun, 5 Mar 2023 21:34:31 -0800 Subject: [PATCH 5/5] troubleshooting: ssloth alternate methods reword --- _pages/en_US/troubleshooting.txt | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/_pages/en_US/troubleshooting.txt b/_pages/en_US/troubleshooting.txt index 9032ad325d..8ab564488e 100644 --- a/_pages/en_US/troubleshooting.txt +++ b/_pages/en_US/troubleshooting.txt @@ -382,18 +382,29 @@ Follow these steps in order: {% capture compat %} "To use the Internet Browser, please update your system using the System Update option in the System Settings." -First, make sure you entered the correct proxy for the connection you're using. If not, go back to [Section II](installing-boot9strap-(ssloth-browser).html#section-ii---ssloth). +First, make sure you entered the correct proxy for the connection you're using. If not, go back to [Section II](installing-boot9strap-(ssloth-browser).html#section-ii---ssloth). If the proxy is correct, then your device has been cart-updated, which means an alternate exploit will need to be used. -If all of this is correct, your device is cart-updated. In this case, you need to update the device and use [Seedminer](seedminer). -Disable the proxy first. +Method 1
+If the two numbers before the region in the system version string is equal to or less than 36 (e.g. Ver. 11.14.0-**36**U), you can follow [Soundhax](installing-boot9strap-(soundhax)). When prompted to select a firmware to generate the sound file, use: -If you have an old model, try a Safe Mode update. Safe Mode is a system update menu that is accessed by holding (Left Shoulder) + (Right Shoulder) + (D-Pad Up) + (A) before while and after pressing the POWER button when turning the device on. If everything worked correctly, it will fail and then load the SafeB9SInstaller. At that point, you can continue with [Section IV](installing-boot9strap-(ssloth-browser)#section-iv---installing-boot9strap). +* 1.x - 2.1 if the number is between 0 and 2 +* 2.1 - 2.2 if the number is between 3 and 4 +* 3.x - 4.x if the number is between 5 and 10 +* 5.x - 11.3 if the number is between 11 and 36 + +Method 2 (Old 3DS only)
+If you have an Old 3DS / Old 3DS XL / 2DS, you can try a Safe Mode update, which will trigger an alternate exploit: + +1. Ensure that the proxy that you used for SSLoth is still actively applied to your internet connection +1. With your device powered off, hold the following buttons: (Left Shoulder) + (Right Shoulder) + (D-Pad Up) + (A), and while holding these buttons together, power on your device + + Keep holding the buttons until the device boots into Safe Mode (a "system update" menu) +1. Press "OK" to accept the update +1. If everything worked correctly, the update will fail and the 3DS will boot into SafeB9SInstaller. If it did, then continue from [Section IV](installing-boot9strap-(ssloth-browser)#section-iv---installing-boot9strap). + +--- + +If these methods didn't work (or do not apply to you), update your device to the latest version and follow [Seedminer](seedminer). -If your NVer, the 1 or 2 numbers after the system version is below 37, e.g. 11.4.0-**36** you can do [Soundhax](installing-boot9strap-(soundhax)). For the Soundhax file, select version: \ -1.x - 2.1 for number 0-2 \ -2.1 - 2.2 for number 3-4 \ -3.x - 4.x for number 5-10 \ -5.x - 11.3 for number 11-36. {% endcapture %}
{{ compat | markdownify }}