Guide_Wii/_pages/en_US/hbc.md
lifehackerhansol e41355d482
treewide: further markdown fixing
- Newlines must be placed around the images to make sizing consistent.
- Added newline to all pages
- Fixed list rendering in some sections
2023-10-03 18:10:18 -07:00

81 lines
3.2 KiB
Markdown

---
title: "Homebrew Channel and BootMii Installation"
---
{% include toc title="Table of Contents" %}
The Homebrew Channel is where you will go to launch homebrew applications.
BootMii is a piece of software that can backup and restore your Wii's NAND storage, and if installed in boot2, provides brick protection.
Regarding BootMii, there are two ways that it can be installed: directly to a part of the Wii bootloader called boot2, and via an IOS. Preferably you would want to install BootMii under boot2 as it provides extended brick protection, however Wiis with a vulnerable boot2 are considerably rare and made mostly before 2009. In most cases, installing BootMii as IOS should be fine, as long as you also install [Priiloader](priiloader).
{: .notice--info}
If you do not have an SD card, you cannot install nor use BootMii; regardless of whether or not you install it as IOS or boot2.
You can always [install it at a later date](hackmii).
{: .notice--warning}
### Instructions
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.
![Scam Screen](/images/hackmii/scam.png)
1. Wait 30 seconds for the text "Press 1 to continue" to appear, then press 1.
1. Select `Continue`.
![Results](/images/hackmii/test_results.png)
1. Select `Install the Homebrew Channel`.
![Homebrew Channel installation](/images/hackmii/hbc_install.png)
1. Once it is completed, select `Continue`.
![Homebrew Channel installation OK](/images/hackmii/hbc_install_ok.png)
1. Select `Back`, then select `BootMii`.
![BootMii](/images/hackmii/bootmii_install.png)
1. Select `Install BootMii as IOS`.
![BootMii installation](/images/hackmii/bootmii_install1.png)
![BootMii SD card prompt](/images/hackmii/bootmii_install2.png)
![BootMii SD card preparation](/images/hackmii/bootmii_install3.png)
![BootMii installation OK](/images/hackmii/bootmii_install_ok.png)
1. Once it is completed, select `Continue`.
1. If you have the option to `Install BootMii as boot2`, please do so as well.
![BootMii boot2 Installation](/images/hackmii/bootmii_install4.png)
1. Select `Exit`
1. Your console will have booted into the Homebrew Channel.
### Required Reading
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.
Here's a tip - when installing homebrew applications on your SD Card or USB drive, your folder structure should look like this:
```
💾 SD Card or USB Drive
| ╸📁 apps
| ╸📁 AppName
| ╸📄 boot.dol
| ╸📄 meta.xml
| ╸📄 icon.png
```
`AppName1` and `AppName2` are placeholder names. Do not nest multiple `apps` folders inside the `apps` folder itself.
[Continue to making a NAND Backup using BootMii](bootmii)<br>
Making a NAND backup at this point is highly recommended, and is one of the only ways to save your Wii from a brick in some cases.
{: .notice--info}
Tip: You can tell if a Wii has BootMii installed as boot2 if your disc drive flashes very briefly, only after the immediate flash that happens when you press the POWER Button.
{: .notice--info}