Skip to content

Commit

Permalink
Merge branch 'hacks-guide:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mirrormirrorontheweb authored Nov 10, 2023
2 parents 19a1052 + d0c73fa commit 4071979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 2 additions & 1 deletion _pages/en_US/installing-boot9strap-(mset9).txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ In this section, you will prepare the SD card data necessary for the MSET9 explo

1. Run the MSET9 script:
+ **Windows**: Double-click `mset9.bat`
+ **macOS**: Double-click `mset9.command`
+ **Linux**: open a Terminal window, `cd` to the root of your SD card, then type `python3 mset9.py` and press Enter

![Image: MSET9 setup](/images/screenshots/mset9/mset9-select.png)
Expand Down Expand Up @@ -89,7 +90,7 @@ These instructions must be followed **EXACTLY**, so double-check EVERYTHING you
1. Press Enter to close the MSET9 script
1. Reinsert your SD card into your console **without pressing any buttons or touching the screen**
1. If the exploit was successful, you will have booted into SafeB9SInstaller
+ If you get a red screen, follow the [troubleshooting guide](troubleshooting#installing-boot9strap-mset9)
+ If you get a red screen or the console gets stuck on a loading screen, follow the [troubleshooting guide](troubleshooting#installing-boot9strap-mset9)

#### Section III - Installing boot9strap

Expand Down
8 changes: 0 additions & 8 deletions _pages/en_US/troubleshooting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -543,14 +543,6 @@ This happens when no valid title database is present, usually because you never
{% endcapture %}
<details>{{ compat | markdownify }}</details>

{% capture compat %}
<summary><u>Error 11: macOS is not supported!</u></summary>

You are trying to run the MSET9 script from a computer running macOS, which is not currently supported. Try running the script from a computer running Windows or Linux. If you do not have access to such a computer, you will need to follow an [alternate exploit](alternate-exploits).

{% endcapture %}
<details>{{ compat | markdownify }}</details>

{% capture compat %}
<summary><u>Error 12: You don't have 1 ID1, you have (#)!</u></summary>

Expand Down

0 comments on commit 4071979

Please sign in to comment.