2017-09-09 02:31:05 +02:00
---
2018-10-08 17:26:40 +02:00
title: "Homebrew Channel and BootMii Installation"
2017-09-09 02:31:05 +02:00
---
2023-10-02 17:28:58 +02:00
{% include toc title="Table of Contents" %}
2018-04-08 19:17:15 +02: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-13 00:48:22 +01:00
2023-10-04 04:15:22 +02: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 boot2 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-10-01 06:46:40 +02: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-10-01 06:46:40 +02:00
{: .notice--warning}
2023-10-01 21:43:08 +02:00
### Instructions
2017-09-09 02:31:05 +02:00
2023-10-03 01:24:35 +02: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-03 02:20:42 +02:00
2023-10-05 09:47:09 +02:00
![](/images/hackmii/scam.png)
2023-10-03 02:20:42 +02:00
2023-10-03 01:24:35 +02:00
1. Wait 30 seconds for the text "Press 1 to continue" to appear, then press 1.
1. Select `Continue` .
2023-10-03 02:20:42 +02:00
2023-10-05 09:47:09 +02:00
![](/images/hackmii/test_results.png)
2023-10-03 02:20:42 +02:00
2023-06-27 23:14:06 +02:00
1. Select `Install the Homebrew Channel` .
2023-10-03 02:20:42 +02:00
2023-10-05 09:47:09 +02:00
![](/images/hackmii/hbc_install.png)
2023-10-03 02:20:42 +02:00
2023-10-03 01:24:35 +02:00
1. Once it is completed, select `Continue` .
2023-10-03 02:20:42 +02:00
2023-10-05 09:47:09 +02:00
![](/images/hackmii/hbc_install_ok.png)
2023-10-03 02:20:42 +02:00
2023-10-03 01:24:35 +02:00
1. Select `Back` , then select `BootMii` .
2023-10-03 02:20:42 +02:00
2023-10-05 09:47:09 +02:00
![](/images/hackmii/bootmii_install.png)
2023-10-03 02:20:42 +02:00
2023-06-27 23:14:06 +02:00
1. Select `Install BootMii as IOS` .
2023-10-03 02:20:42 +02:00
2023-10-05 09:47:09 +02:00
![](/images/hackmii/bootmii_install1.png)
2023-10-03 02:20:42 +02:00
2023-10-05 09:47:09 +02:00
![](/images/hackmii/bootmii_install2.png)
2023-10-03 02:20:42 +02:00
2023-10-05 09:47:09 +02:00
![](/images/hackmii/bootmii_install3.png)
2023-10-03 02:20:42 +02:00
2023-10-05 09:47:09 +02:00
![](/images/hackmii/bootmii_install_ok.png)
2023-10-03 02:20:42 +02:00
2023-10-03 01:24:35 +02: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-03 02:20:42 +02:00
2023-10-05 09:47:09 +02:00
![](/images/hackmii/bootmii_install4.png)
2023-10-03 02:20:42 +02:00
2023-10-04 04:15:22 +02:00
1. Select `Exit` .
2023-10-03 01:24:35 +02:00
1. Your console will have booted into the Homebrew Channel.
2021-01-29 21:44:57 +01:00
2023-10-01 21:43:08 +02:00
### Required Reading
2021-10-11 20:48:54 +02:00
2023-10-01 06:46:40 +02: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 20:48:54 +02: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 20:48:54 +02:00
2023-10-04 02:05:52 +02: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-04 02:05:52 +02:00
| ╸📄 boot.dol
| ╸📄 meta.xml
| ╸📄 icon.png
```
2021-10-11 20:48:54 +02:00
`AppName1` and `AppName2` are placeholder names. Do not nest multiple `apps` folders inside the `apps` folder itself.
2021-01-05 16:42:19 +01: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 16:49:45 +01:00
{: .notice--info}
2022-03-14 20:52:57 +01: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-03 01:24:35 +02:00
{: .notice--info}