All links working - 9/3/13
This guide will help you install latest cIOS(Waninkoko,Hermes & Davebaol)
[by Robgee]
FAQ
To run this guide as written you will need:
- Homebrew Channel
- Trucha-signed IOS 36/236
- SD Card(FAT16 or FAT32)
- All installers use D-Pad for navigation and A for Select B for Back
Remove all GameCube memory cards, controllers & usb devices!!!===============
==========================================
Loaders:
Wiiflow 2.2+..
CFG 60+..
uLoader 5.1..
USB Loader GX 2.0+..
Support cIOS V5.1.On the syscheck it will give [v65535] for this version
You also need the mentioned version of loaders to use cios rev18+
Which IOS slots do loaders support: (based on most recent stable releases)
Neogamma: Only supports cIOS slot 249.
USB Loader GX: 200-255
CFG USB Loader: 245,246,247,248,249,250,222,223,224
WiiFlow: 1-253
=====================================================================
Features:
Hermes cIOS with base [ios37] adds support for wii peripherals(microphone,drums etc)
Waninkoko's cIOSXrev19+ with base [ios37] or [ios56] or [57] & [58] does the same.
Some of the new games need base [ios57] Def Jam Rapstar...Grease...Black Ops
=====================================================================
Wad Managers:
1.4/1.5/1.6 need cIOS with base iOS38
1.7 now supports cIOS with base [ios57] & [ios56]
Install the trucha patched [ios36] into [ios236] and use that..
or any other custom IOS with [ios38] base in to any slot above 200
==============================================
Never delete or remove any IOS lower than IOS200!!
==============================================
Recommended Set Up/Best Choices
Davebaol cIOS
Davebaol:
[cIOSXXX] Choice [v2100X] with [ios37](Slow/Alternate to using ios223 for MHTri,Music Games,WM wont work)
[cIOSXXX] Recomended [v2100X] with [ios56] (Fast USB Loading..works for all games except Grease,Def Jam Rapstar,COD:Black Ops)
[cIOSXXX] Choice [v2100X] with [ios57](Better/Faster USB Loading)
Example:You can have 249[56] as the default loads almost all games and 250[57] for the games that need it.Hermes cIOS
Hermes:
[cIOS202] Choice [v5.1] with [ios57](Faster USB Loading,Emulators,MplayerCE,WiiExplorer)
[cIOS202] Choice [v5.1] with [ios60](Better for SMB Shares)
[cIOS222] Recommended [v4] with [ios38] (Alternate to use instead of Wanin cIOS)
[cIOS223] Recommended [v4] with [ios37&38] (Monster Hunter Trii,Music Games)
[cIOS224] Choice [5.1] with [ios57](Faster USB Loading alternate to Wanin cios)
Example:You can have 222[37+38] as the default loads almost all games and 224[57] for the games that need it.Waninkoko cIOS
Waninkoko:
[cIOSXXX] Choice [v19/20/21] with [ios37](Slow/Alternate to using ios223 for MHTri,Music Games,WM wont work)
[cIOSXXX] Recomended [v20 or 21] with [ios56] (Fast USB Loading..works for all games except Grease,Def Jam Rapstar,COD:Black Ops)
[cIOSXXX] Choice [v19/20/21] with [ios57](Better/Faster USB Loading)
[cIOSXXX] Choice [21] with [ios58]( Better/Faster USB Loading...needed to use wii cam)
Example:You can have 249[56] as the default loads almost all games and 250[57] for the games that need it.
Install IOS236
Needed: IOS236 Installer
1.Unzip the IOS236 Installer zip file and copy the IOS236 directory and its contents to sd:/apps.
2.You should now have an sd:/apps/IOS236/boot.dol file among others.
It is important to also have sd:/apps/IOS236/meta.xml
3.Run IOS236 Installer from the Homebrew Channel.
4.Read the startup messages then press 1
5.If your Wii is connected to the Internet, choose "Download IOS from NUS" with the D-pad, otherwise choose "Load IOS from sd card"
6.Confirm your choice with the A button
7.When prompted, push A to continue the installation
For offline installation use NUS Downloader
Download - HERE
Download IOS36-3351.wad(make sure to tick the box pack wad).Put it on the root of your SD:/ios36-3351.wadDavebaol D2X cIOS Best cIOS To Use
Download: D2X cIOS Installer
You will need ios236 installed with ios236 installer for this installer.
1.Download Extract (should be SD:/apps/d2x installer/boot.dol)
2.Load HBC and load The D2X Installer
3.On first screen chose an IOS 236
4.Select D2X version
5.Chose the base IOS
6.Pick the slot(each time you chose the same slot the installation will overwrite)
7.Use the D-Pad to select Network or Wad Installation(if wad point to your SD)
Keep the cIOS above 200 and check your loader can use that slot.
Add new Modules for cIOS
Since d2x cIOS Installer v2.0, it is possible to add cIOS without having to compile sources !
This new functionality can be very useful for installing beta versions of cIOS or even create "hybrid" cIOS such as the cIOS d2x vX but with the EHCI and ES module vY.
To do this, you do not really need any programming skills apart from reading a .xml file and rename things.
So, to add a cIOS to the list, in addition to those already present, you have to grab the modules (file format .app) of the cIOS you want to build (look at ModMii's sources), place them in the right place on the SD/USB device and edit CIOSMAPS.xml file.
In binaries, you will see a file named sampleCIOSMAPS.xml which is actually the "map" of the cIOS v6 d2x (a kind of installation guide for d2x cIOS Installer).
Once opened with an XML editor, it's scary but there are only a few lines we are interested in:
- <ciosgroup name="D2X v6" version="21006" basescount="7"> Here the tag name indicates the name that appears on the d2x cIOS Installer and version the final revision of cIOS (max = 65535). You can edit these two tags as you wish.
- Then enter the spoiler of the IOS Base you want to install, for example IOS Base 37, I open the spoiler <ios base="37" version="5662" contentscount="22" modulescount="7">
- Inside, the only lines that interest us are those that contain the tags module example: <content id="0x26" module="EHCI21006" tmdmoduleid="3"/>. If I want to change the EHCI module, I can simply change its name.
If you put multiples new cIOS, dont forget to change the line <ciosmaps ciosgroupscount="1"> on the top !
- Once the changes are done, save and rename the file sampleCIOSMAPS.xml in CIOSMAPS.xml
- So now, let us see what to do with modules (.app files). The directory tree to use for storing modules mainly depends on the attribute name of the tag ciosgroup involved in the CIOSMAPS.xml. As an example, for a cIOS whith :
Code:<ciosgroup name = "D2X vX beta1" ...I have to put its modules (.app files) in the directory :Code:<directory of d2x cIOS installer> \ D2X \ vX \ beta1 \
Putting a space in the attribute name necessarily gives rise to a new directory
If name="D2XvXbeta1" then the directory will be <directory of d2x cIOS installer>\ D2XvXbeta1 \
- Verify that the modules' names match with those that you put in the CIOSMAPS.xml
- It's over, the d2x cIOS Installer should see your new cIOS and if the modules are misplaced, he will tell youOffline Installation
You still need to download the installer from the link above.
First, you will need NUS Downloader
Download - HERE
Now, download the following IOS's.Or just the ones you want to use
IOS37 v5662
IOS38 v4123
IOS53 v5662
IOS55 v5662
IOS56 v5661
IOS57 v5918
IOS58 v6175
Select the box that says pack as wad.
IOS files should be in the same as NUSD/Titles so move them over to SD:/.wad
Example: SD:/IOS37v5662.wad
Now its ready for offline install.Put the SD in the wii and follow above.
Waninkoko cIOS
Download:
cIOSXrev19 Installer
cIOSXrev20b Installer
cIOSXrev21 Installer
1.Download Extract (should be SD:/apps/cIOSX_revXX-Installer/boot.dol)
2.Load HBC and load The cIOS Installer
3.On first screen chose an IOS with Trucha(Fakesign Bug) 236,36,249,250
4.Chose the base IOS
6.Pick the slot(each time you chose the same slot the installation will overwrite)
7.Use the D-Pad to select Network or Wad Installation(if wad point to your SD)
Keep the cIOS above 200 and check your loader can use that slot.
Offline Installation
You still need to download the installer from the link above.
First, you will need NUS Downloader
Download - HERE
Now, download the following IOS's.Or just the ones you want to use
rev19
IOS37 v3869
IOS38 v3867
IOS57 v5661
rev20
IOS37 v5662
IOS38 v4123
IOS56 v5661
IOS57 v591
rev21
IOS37 v5662
IOS38 v4123
IOS53 v5662
IOS55 v5662
IOS56 v5661
IOS57 v5918
IOS58 v6175
Make sure to select the box that says pack as wad.
IOS wad files should be in the NUSD folder so move them over to SD:/
Example: SD:/IOS37 v5662
Now its ready for offline install.Put the SD in the wii and follow above.
Hermes cIOS
Download:
cIOS Installer v4
cIOS Installer 5.1
1.Download Extract (should be SD:/apps/cIOS222-Installer/boot.dol)
2.Load HBC and load The cIOS Installer
3.On first screen chose an IOS with Trucha(Fakesign Bug) 36,236
4.Chose the IOS you want to install
6.Pick the base IOS you want to use for that IOS
7.If the installer finds the files on SD it will use offline installation.
Offline Installation v4
You still need to download the installer from the link above.
First, you will need NUS Downloader
Download NUSD v15a- HERE
If you need instructions about the use of NUSD then look here - NUS Downloader guide coming soon.
Now comes the hard part.
- Use NUSD to download IOS37 v3612. You will now have a downloaded folder named 0000000100000025v3612. Rename the folder to v3612.
- Use NUSD to download IOS38 v3610. You will now have a downloaded folder named 0000000100000026v3610. Rename the folder to v3610.
Copy the 2 folder to a folder called nus(sd:/nus).Offline Installation 5.1
You still need to download the installer from the link above.
First, you will need NUS Downloader
Download - HERE
Now, download the following IOS's.
v5.1
IOS37 v3869
IOS38 v3867
IOS57 v5661
DO NOT select the box that says pack as wad.
Place the downloads from NUSd folder in folder called ios(should have 3 folders)
Now, copy the ios folder to the root of your Wii SD card. You are now ready do do an offline install of Hermes cIOS.Checking Your c/IOS
Credit
Hermes(cIOS & Installer)
Rodries (5.1 Installer)
Davebaol(cIOS)
Waninkoko(cIOS & Installer)
Dragbe(D2X Installer)
WB3000(NUSd)
It is illegal to obtain/distribute backups of games you do not own.
This guide, myself, and this site DO NOT SUPPORT OR PROMOTE SOFTWARE PIRACY. Play Fair
No help will be given to individuals with questions relating to this. You have been warned!
Last edited by stomp_442; 08-16-2015 at 05:49 PM. Reason: updated the d2x installer
![]()
![]()
USEFUL LINKS........................USEFUL LINKS..........................USEFUL LINKS......................USEFUL LINKS
*Updated with D2X Installer 2.0 and adding modules info
thanks bad_ad
![]()
![]()
USEFUL LINKS........................USEFUL LINKS..........................USEFUL LINKS......................USEFUL LINKS
added ios236 installation due to the d2x installer throwing es-decrypt error (-1017) with ios36 or ios236 from mmm or previous d2x versions ...
![]()
![]()
USEFUL LINKS........................USEFUL LINKS..........................USEFUL LINKS......................USEFUL LINKS
"Macs are the Perfect Computers," said the Perfect Idiot.
(\__/)
(='.'=)This is Bunny. Copy and paste Bunny into your
(")_(")signature to help him gain world domination.
i think its the installer...
![]()
![]()
USEFUL LINKS........................USEFUL LINKS..........................USEFUL LINKS......................USEFUL LINKS
I think you two need a new Wii, I've use the installer multiple times, installing different IOS's to differents slots and the same slot, and with different bases too, all with no errors.
I wonder why some get errors using the installer?
Installer v2.1:
- New icon (thx WiiD)
- Added support of .wad files on SD/USB root for offline installation.
- The Google Code project is now open.
d2x cIOS Installer v2.1
Google Code
Dragbe's release page
![]()
![]()
USEFUL LINKS........................USEFUL LINKS..........................USEFUL LINKS......................USEFUL LINKS
Hermes cIOS Installer v5.1 MOD by Rodries (properly releases both ports on shutdown and other fixes)
![]()
![]()
USEFUL LINKS........................USEFUL LINKS..........................USEFUL LINKS......................USEFUL LINKS
*updated with the installers and .wad installation with d2x 2.1 installer...
Hermes installer mod by rodries runs fast it took 30 seconds to run though installing 222[38] ..
![]()
![]()
USEFUL LINKS........................USEFUL LINKS..........................USEFUL LINKS......................USEFUL LINKS
Bookmarks