2017-09-08 19:31:05 -05:00
---
2018-10-08 10:26:40 -05:00
title: "Homebrew Channel and BootMii Installation"
2017-09-08 19:31:05 -05:00
---
2023-10-02 10:28:58 -05:00
{% include toc title="Table of Contents" %}
2018-04-08 12:17:15 -05:00
The Homebrew Channel is where you will go to launch homebrew applications.
2023-10-04 04:15:22 +02:00
BootMii is a piece of software that can backup and restore your Wii's NAND storage, and if installed in boot2, provide brick protection.
2018-02-12 17:48:22 -06:00
2024-01-22 04:25:06 -06:00
BootMii can be installed in two ways: directly to a part of the Wii bootloader called boot2, and via an IOS. BootMii under boot2 is preferred as it provides extended brick protection, but Wiis with a vulnerable boot1 that allows this installation are considerably rarer, having been manufactured before 2009. In most cases, installing BootMii as IOS should be fine, as long as you also install [Priiloader ](priiloader ).
2023-09-30 21:46:40 -07:00
{: .notice--info}
2023-10-04 04:15:22 +02:00
If you do not have an SD card, you cannot install nor use BootMii, regardless of whether you install it as IOS or boot2.
You can always [install it later ](hackmii ).
2023-09-30 21:46:40 -07:00
{: .notice--warning}
2023-10-01 12:43:08 -07:00
### Instructions
2017-09-08 19:31:05 -05:00
2023-10-02 16:24:35 -07:00
1. Your console should be powered on and showing the HackMii Installer from the previous part of the guide.
+ You will see a scam warning screen.
2023-10-02 17:20:42 -07:00
2023-10-05 00:47:09 -07:00
![](/images/hackmii/scam.png)
2023-10-02 17:20:42 -07:00
2023-10-02 16:24:35 -07:00
1. Wait 30 seconds for the text "Press 1 to continue" to appear, then press 1.
1. Select `Continue` .
2023-10-02 17:20:42 -07:00
2023-10-05 00:47:09 -07:00
![](/images/hackmii/test_results.png)
2023-10-02 17:20:42 -07:00
2023-06-27 16:14:06 -05:00
1. Select `Install the Homebrew Channel` .
2023-10-02 17:20:42 -07:00
2023-10-05 00:47:09 -07:00
![](/images/hackmii/hbc_install.png)
2023-10-02 17:20:42 -07:00
2023-10-02 16:24:35 -07:00
1. Once it is completed, select `Continue` .
2023-10-02 17:20:42 -07:00
2023-10-05 00:47:09 -07:00
![](/images/hackmii/hbc_install_ok.png)
2023-10-02 17:20:42 -07:00
2023-10-02 16:24:35 -07:00
1. Select `Back` , then select `BootMii` .
2023-10-02 17:20:42 -07:00
2023-10-05 00:47:09 -07:00
![](/images/hackmii/bootmii_install.png)
2023-10-02 17:20:42 -07:00
2023-06-27 16:14:06 -05:00
1. Select `Install BootMii as IOS` .
2023-10-02 17:20:42 -07:00
2023-10-05 00:47:09 -07:00
![](/images/hackmii/bootmii_install1.png)
2023-10-02 17:20:42 -07:00
2023-10-05 00:47:09 -07:00
![](/images/hackmii/bootmii_install2.png)
2023-10-02 17:20:42 -07:00
2023-10-05 00:47:09 -07:00
![](/images/hackmii/bootmii_install3.png)
2023-10-02 17:20:42 -07:00
2023-10-05 00:47:09 -07:00
![](/images/hackmii/bootmii_install_ok.png)
2023-10-02 17:20:42 -07:00
2023-10-02 16:24:35 -07:00
1. Once it is completed, select `Continue` .
1. If you have the option to `Install BootMii as boot2` , please do so as well.
2023-10-02 17:20:42 -07:00
2023-10-05 00:47:09 -07:00
![](/images/hackmii/bootmii_install4.png)
2023-10-02 17:20:42 -07:00
2023-10-04 04:15:22 +02:00
1. Select `Exit` .
2023-10-02 16:24:35 -07:00
1. Your console will have booted into the Homebrew Channel.
2021-01-29 20:44:57 +00:00
2023-10-01 12:43:08 -07:00
### Required Reading
2021-10-11 13:48:54 -05:00
2023-09-30 21:46:40 -07:00
You can now use the Homebrew Channel to launch homebrew apps, as well as BootMii for backing up and restoring your NAND if you were able to install it.
2021-10-11 13:48:54 -05:00
2023-10-04 04:15:22 +02:00
Note: When installing homebrew applications on your SD Card or USB drive, your folder structure should look like this:
2021-10-11 13:48:54 -05:00
2023-10-03 19:05:52 -05:00
```
💾 SD Card or USB Drive
| ╸📁 apps
2023-10-04 04:15:22 +02:00
| ╸📁 AppName1
| ╸📄 boot.dol
| ╸📄 meta.xml
| ╸📄 icon.png
| ╸📁 AppName2
2023-10-03 19:05:52 -05:00
| ╸📄 boot.dol
| ╸📄 meta.xml
| ╸📄 icon.png
```
2021-10-11 13:48:54 -05:00
`AppName1` and `AppName2` are placeholder names. Do not nest multiple `apps` folders inside the `apps` folder itself.
2021-01-05 15:42:19 +00:00
[Continue to making a NAND Backup using BootMii ](bootmii )< br >
2023-10-04 04:15:22 +02:00
Making a NAND backup at this point is highly recommended, as they can be used to recover from bricks.
2021-01-05 15:49:45 +00:00
{: .notice--info}
2022-03-14 14:52:57 -05:00
2023-10-04 04:15:22 +02:00
Tip: If a Wii has BootMii installed as boot2, your disc drive will flash very briefly after the immediate flash that happens when you press the POWER Button.
2023-10-02 16:24:35 -07:00
{: .notice--info}