Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2bbdda5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
playerjmr committed Apr 17, 2024
1 parent 91e743c commit 1f85a68
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions bootmii.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ <h1 id="page-title" class="page__title" itemprop="headline">BootMii Backup
<ul class="toc__menu" id="markdown-toc">
<li><a href="#requirements" id="markdown-toc-requirements">Requirements</a></li>
<li><a href="#instructions" id="markdown-toc-instructions">Instructions</a></li>
<li><a href="#autobooting" id="markdown-toc-autobooting">Autobooting</a></li>
</ul>

</nav>
Expand Down Expand Up @@ -440,14 +441,23 @@ <h3 id="instructions">Instructions</h3>
<p>Try your best to <a href="bricks">identify your brick condition</a> and reverse the action that caused it in the first place.</p>

<p>To restore from a NAND backup on your SD card, you can follow the instructions for <a href="bootmiirecover">RestoreMii</a>.
<strong>Family edition Wiis (Wiis without GameCube ports) CANNOT restore NAND backups.</strong></p>
<strong>Family edition Wiis (Wiis without GameCube ports) CANNOT restore NAND backups without hardware modification.</strong></p>
</div>

<p class="notice--info">As stated earlier, if you have BootMii installed as boot2, it will launch every time you start your console.
If you would like to change this, you can use the app <a href="https://oscwii.org/library/app/BootMiiConfigurationEditor">BootMii Config Editor</a>. Or, you can edit <code class="language-plaintext highlighter-rouge">sd:/bootmii/bootmii.ini</code> manually.</p>

<p class="notice--info">Two files will have been created on the root of your SD Card: <code class="language-plaintext highlighter-rouge">nand.bin</code> and <code class="language-plaintext highlighter-rouge">keys.bin</code>. <code class="language-plaintext highlighter-rouge">nand.bin</code> is a backup of your console’s internal memory, while <code class="language-plaintext highlighter-rouge">keys.bin</code> are your console’s keys.</p>

<h3 id="autobooting">Autobooting</h3>

<p>If you were able to install BootMii as boot2, but dont want to load the BootMii screen every time you turn on the Wii, you have the option of setting it to autoboot to the system menu. This should make it so you don’t even notice you have BootMii installed as boot2.</p>

<ol>
<li>Open <code class="language-plaintext highlighter-rouge">SD:/bootmii/bootmii.ini</code> with a text editor, such as notepad.</li>
<li>Change <code class="language-plaintext highlighter-rouge">#AUTOBOOT=SYSMENU</code> to <code class="language-plaintext highlighter-rouge">AUTOBOOT=SYSMENU</code> by deleting the <code class="language-plaintext highlighter-rouge">#</code>.</li>
<li>Then change <code class="language-plaintext highlighter-rouge">#BOOTDELAY=5</code> to <code class="language-plaintext highlighter-rouge">BOOTDELAY=1</code> by deleting the <code class="language-plaintext highlighter-rouge">#</code> and turning the <code class="language-plaintext highlighter-rouge">5</code> into a <code class="language-plaintext highlighter-rouge">1</code>.</li>
</ol>

<p class="notice--info">You can also use the <a href="https://oscwii.org/library/app/BootMiiConfigurationEditor">BootMii Config Editor</a> app on the Wii to change these settings.</p>

<p class="notice--info"><a href="priiloader">Continue to Priiloader Installation</a><br />
Priiloader adds a secondary level of brick protection, and is highly recommended even if BootMii was installed as boot2. It is especially important for users of BootMii on IOS.</p>

Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -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.3">Jekyll</generator><link href="https://wii.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://wii.hacks.guide/" rel="alternate" type="text/html" /><updated>2024-04-17T05:48:28+00:00</updated><id>https://wii.hacks.guide/feed.xml</id><title type="html">Wii Hacks Guide</title><subtitle>The complete guide to modding your Wii (and Wii mini)</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.3">Jekyll</generator><link href="https://wii.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://wii.hacks.guide/" rel="alternate" type="text/html" /><updated>2024-04-17T06:36:08+00:00</updated><id>https://wii.hacks.guide/feed.xml</id><title type="html">Wii Hacks Guide</title><subtitle>The complete guide to modding your Wii (and Wii mini)</subtitle><author><name>Nintendo Homebrew</name></author></feed>

0 comments on commit 1f85a68

Please sign in to comment.