Deploying to gh-pages from @ hacks-guide/Guide_3DS@7298a14320 🚀

This commit is contained in:
lifehackerhansol 2023-11-25 21:23:01 +00:00
parent 15d33b98e7
commit c41b307251
2 changed files with 13 additions and 4 deletions

View file

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-11-24T23:25:03+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-11-25T21:22:49+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>

View file

@ -963,7 +963,7 @@ window.cookieconsent.initialise({
<p class="notice--info"><img src="/images/screenshots/mset9/mset9-root-layout.png" alt="MSET9 root layout" /></p>
<p>If your SD card layout is correct, then your SD card most likely isnt being read by your console. Re-format it (<a href="formatting-sd-(windows)">Windows</a>, <a href="formatting-sd-(linux)">Linux</a>), then start again from the beginning of <a href="installing-boot9strap-(mset9)#section-i---prep-work">Section I</a>.</p>
<p>If your SD card layout is correct, then your SD card most likely isnt being read by your console. Re-format it (<a href="formatting-sd-(windows)">Windows</a>, <a href="formatting-sd-(linux)">Linux</a>, <a href="formatting-sd-(mac)">macOS</a>), then start again from the beginning of <a href="installing-boot9strap-(mset9)#section-i---prep-work">Section I</a>.</p>
</details>
@ -983,6 +983,15 @@ window.cookieconsent.initialise({
</details>
<details>
<summary><u>Error 04: No HOME Menu Extdata.</u></summary>
<p>Your SD card is not formatted properly.</p>
<p>Copy everything off the SD Card to your PC, re-format it (<a href="formatting-sd-(windows)">Windows</a>, <a href="formatting-sd-(linux)">Linux</a>, <a href="formatting-sd-(mac)">macOS</a>), copy everything back, then start again from the beginning of <a href="installing-boot9strap-(mset9)#section-i---prep-work">Section I</a>.</p>
</details>
<details>
<summary><u>Error 05: No Mii Maker Data!</u></summary>
@ -1082,7 +1091,7 @@ window.cookieconsent.initialise({
<p>You may be missing <code class="language-plaintext highlighter-rouge">SafeB9S.bin</code> from the root of your SD card, or the file may be corrupted. Copy it from the MSET9 <code class="language-plaintext highlighter-rouge">.zip</code>, replacing any existing files.</p>
<p>Alternatively, your SD card may be improperly formatted or partitioned. Try reformatting your SD card: <a href="formatting-sd-(windows)">Windows</a>, <a href="formatting-sd-(linux)">Linux</a> <em>(this will wipe your SD card data)</em></p>
<p>Alternatively, your SD card may be improperly formatted or partitioned. Try reformatting your SD card: <a href="formatting-sd-(windows)">Windows</a>, <a href="formatting-sd-(linux)">Linux</a>, <a href="formatting-sd-(mac)">macOS</a> <em>(this will wipe your SD card data)</em></p>
</details>
@ -1120,7 +1129,7 @@ window.cookieconsent.initialise({
</li>
<li>Type the number corresponding to your console model and version, then press Enter</li>
<li>Type <code class="language-plaintext highlighter-rouge">3</code>, then press Enter to remove MSET9</li>
<li>If possible, use a new SD card; otherwise, backup and reformat your existing SD card as FAT32 (<a href="formatting-sd-(windows)">Windows</a>, <a href="formatting-sd-(linux)">Linux</a>)</li>
<li>If possible, use a new SD card; otherwise, backup and reformat your existing SD card as FAT32 (<a href="formatting-sd-(windows)">Windows</a>, <a href="formatting-sd-(linux)">Linux</a>, <a href="formatting-sd-(mac)">macOS</a>)</li>
<li>Insert the formatted, blank SD card into your console</li>
<li>Return to <a href="installing-boot9strap-(mset9)#section-i---prep-work">Section I Step 1</a></li>
</ol>