From c31b592aba980136c45c4a7ef234c867b99539d8 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Mon, 7 Oct 2024 19:48:13 -0700 Subject: [PATCH] troubleshooting: add fragments for remaining guide pages This adds other troubleshooting pages for those that link to SafeB9SInstaller troubleshooting. Some pages direct to post-install, which will link there for now. --- docs/troubleshooting-a9lh-to-b9s.md | 17 +++++++++++++++++ docs/troubleshooting-ntrboot.md | 17 +++++++++++++++++ docs/troubleshooting-safecerthax.md | 17 +++++++++++++++++ docs/troubleshooting-updating-b9s.md | 17 +++++++++++++++++ docs/troubleshooting.md | 7 ++++++- 5 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 docs/troubleshooting-a9lh-to-b9s.md create mode 100644 docs/troubleshooting-ntrboot.md create mode 100644 docs/troubleshooting-safecerthax.md create mode 100644 docs/troubleshooting-updating-b9s.md diff --git a/docs/troubleshooting-a9lh-to-b9s.md b/docs/troubleshooting-a9lh-to-b9s.md new file mode 100644 index 0000000000..beafd7c6e8 --- /dev/null +++ b/docs/troubleshooting-a9lh-to-b9s.md @@ -0,0 +1,17 @@ +# Troubleshooting (A9LH to B9S) + +This page offers troubleshooting advice for commonly encountered issues with the "A9LH to B9S" page. If you are unable to solve your issue with the advice on this page, please join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and describe your issue, including what you have already tried. + + + + + +--- + +::: tip + +Go back to [A9LH to B9S](a9lh-to-b9s) + +::: + + diff --git a/docs/troubleshooting-ntrboot.md b/docs/troubleshooting-ntrboot.md new file mode 100644 index 0000000000..0267f9deb3 --- /dev/null +++ b/docs/troubleshooting-ntrboot.md @@ -0,0 +1,17 @@ +# Troubleshooting (ntrboot) + +This page offers troubleshooting advice for commonly encountered issues with the "Installing boot9strap (ntrboot)" page. If you are unable to solve your issue with the advice on this page, please join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and describe your issue, including what you have already tried. + + + + + +--- + +::: tip + +Go back to [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + +::: + + diff --git a/docs/troubleshooting-safecerthax.md b/docs/troubleshooting-safecerthax.md new file mode 100644 index 0000000000..6fdb4b41ba --- /dev/null +++ b/docs/troubleshooting-safecerthax.md @@ -0,0 +1,17 @@ +# Troubleshooting (safecerthax) + +This page offers troubleshooting advice for commonly encountered issues with the "Installing boot9strap (safecerthax)" page. If you are unable to solve your issue with the advice on this page, please join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and describe your issue, including what you have already tried. + + + + + +--- + +::: tip + +Go back to [Installing boot9strap (safecerthax)](installing-boot9strap-(safecerthax)) + +::: + + diff --git a/docs/troubleshooting-updating-b9s.md b/docs/troubleshooting-updating-b9s.md new file mode 100644 index 0000000000..79471dd82a --- /dev/null +++ b/docs/troubleshooting-updating-b9s.md @@ -0,0 +1,17 @@ +# Troubleshooting (Updating B9S) + +This page offers troubleshooting advice for commonly encountered issues with the "Updating B9S" page. If you are unable to solve your issue with the advice on this page, please join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and describe your issue, including what you have already tried. + + + + + +--- + +::: tip + +Go back to [Updating B9S](updating-b9s) + +::: + + diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 8df3800061..95b55577ea 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -10,10 +10,15 @@ If you're unable to fix your issue, ask for help at [Nintendo Homebrew on Discor * [Installing boot9strap (Soundhax)](troubleshooting-soundhax) * [Installing boot9strap (MSET9)](troubleshooting-mset9) -* [Installing boot9strap (SSLoth-Browser)](troubleshooting-ssloth-browser) * [Installing boot9strap (super-skaterhax)](troubleshooting-super-skaterhax) +* [Installing boot9strap (ntrboot)](troubleshooting-ntrboot) +* [Installing boot9strap (safecerthax)](troubleshooting-safecerthax) +* [Installing boot9strap (SSLoth-Browser)](troubleshooting-ssloth-browser) * [Finalizing Setup](troubleshooting-finalizing-setup) +* [A9LH to B9S](troubleshooting-a9lh-to-b9s) +* [Updating B9S](troubleshooting-updating-b9s) + --- * [Post-Install](troubleshooting-post-install)