wii mini cios separate guide, updated site navigation to include wii mini articles

This commit is contained in:
CommandBlock6417 2020-04-06 18:56:32 +03:00
parent 6d7a00e412
commit 7c435d89fa
3 changed files with 61 additions and 3 deletions

View file

@ -47,18 +47,19 @@ chmod a+x bluebomb-helper.sh
./bluebomb-helper.sh
```
1. The helper will then download the required files, and ask for information about your console.
- If you have selected a Wii mini you will be asked to provide your region. This can be found in the original packaging, the bottom of the console (RVL-201(EUR) for PAL or RVL-201(USA) for NTSC models) or can be determined by the last digit of
- If you have selected a Wii mini you will be asked to provide your region. This can be found in the original packaging, the bottom of the console (RVL-201(EUR) for PAL or RVL-201(USA) for NTSC models) or can be determined by the last digit of
Make sure that the console is close to the computer running the exploit, Ideally it should be less than 3 feet.
{: .notice--info}
- If you have selected a Wii you will be asked to provide your System Menu Version that you took note of before.
1. Turn on your console and **do not** connect any Wiimotes
1. Turn on your console and **do not** connect any Wiimotes.
1. Press the Sync button repeatedly until the terminal shows `got connection handle`
The console should now boot to the HackMii installer.
[Continue to Homebrew Channel and BootMii Installation](hbc)
{: .notice--info}
If you are using a Wii mini, you can follow [this guide](ciosmini) to install Leseratte's d2xl cIOS after installing the Homebrew channel.
If you are using a Wii mini, follow [this guide](hbc-mini) to install the Homebrew channel instead
{: .notice--info}
If you wish to use Wiimmfi on a Wii mini, you have to run the [Ethernet Enabler Homebrew](/assets/files/Wii_Mini_Ethernet_Enable.zip) app made by Fullmetal5. To run it, just unzip it in the `apps` folder in your USB drive and run it from the Homebrew channel. Please note that you will need a USB to LAN adapter as well as a low power USB 2.0 HUB.

51
_pages/en_US/cios-mini.md Normal file
View file

@ -0,0 +1,51 @@
---
title: "d2xl cIOS for Wii mini (experimental)"
---
{% include toc title="Table of Contents" %}
This tutorial will tell you how to install Leseratte's d2xl Wii mini cIOS (custom IOS). This is required if you want to load games with a USB Loader. Some homebrew might work better using cIOS.
![d2x cIOS Installer](/images/cIOS.png)
If you have a Wii, Install [this cIOS](cios) instead. Attempting to install this cIOS on a Wii may **brick your console!!**
{: .notice--warning}
This d2x cIOS installer was been originally developed for the Wii U's vWii by DaveBaol and custom cIOS was created by Leseratte for the Wii mini. The original download page can be found [here](https://wii.leseratte10.de/d2xl-cIOS/). Github page can be found [here](https://github.com/Leseratte10/d2xl-cios). Please note that this cIOS is still experimental, though no problem with functionality has been reported.
{: .notice--info}
#### What you need
* A Wii mini with the Homebrew Channel
* A USB drive
* Leseratte's [d2xl cIOS Installer](/assets/files/d2xl_wii_mini_cIOS_installer_v1_beta2.zip)
#### Instructions
##### Section I - Downloading
1. Extract the d2xl cIOS Installer and put it in the `apps` folder on your USB drive.
1. Insert your USB drive into your Wii mini and launch d2xl cIOS Installer from the Homebrew Channel.
##### Section II - Installing
1. Press continue, then set the options to the following:
```
Select cIOS: d2xl-v1-beta2
Select cIOS base: 57
Select cIOS slot: 249
```
Take a note of the version number (either v31776 or v31775)
1. Once set, press A to install. Once done, exit the installer.
- If the install fails with a `TMD version mismatch` error, move the dpad left or right in the `Select cIOS` option until the version number is different than the one you tried before.
##### Options once complete
You can now use homebrew such as [USB Loader GX](usbloadergx).
{: .notice--info}
[Continue to site navigation](site-navigation)<br>
We have many other tutorials that you might like.
{: .notice--info}

View file

@ -32,6 +32,7 @@ sitemap: false
+ [LetterBomb](letterbomb)
+ [Priiloader](priiloader)
+ [str2hax](str2hax)
+ [BlueBomb](bluebomb)
+ [Wii Mod Lite](wiimodlite)
**Homebrew**
@ -46,6 +47,11 @@ sitemap: false
+ [USB Loader GX](usbloadergx)
+ [Wii Backup Manager](wiibackupmanager)
**Wii mini**
+ [Installing The Homebrew Channel on the Wii mini](hbc-mini)
+ [Installing cIOS on the Wii mini](cios-mini)
**Site**
+ [Home](/)
+ [Get Started](get-started)