diff --git a/_pages/en_US/cios.md b/_pages/en_US/cios.md index 837774435..b08fb8f81 100644 --- a/_pages/en_US/cios.md +++ b/_pages/en_US/cios.md @@ -20,10 +20,11 @@ Ensure that if you are using an SD card, the lock switch is in the unlocked posi ### Instructions -#### Section I - Downloading (Only required if your Wii doesn't have Internet) +#### Section I - Downloading If your Wii has an Internet connection, you may skip this section.
-However, If you encounter any errors like `tcp_read timeout` and `net_gethostbyname failed:`, this will allow the Wii to skip the downloading step. +However, If you encounter any errors like `net_init failed`, `net_gethostbyname failed:`, or any other issues during the downloading stage +this will allow the Wii to skip the downloading step. {: .notice--warning} If you are not on Windows, you may download & run [this script](/assets/files/d2x_offline_ios.sh), and it will download the WAD files for you. @@ -50,30 +51,41 @@ The WAD files should be on your SD card like this: #### Section II - Installing -If `d2x-v11-beta1` isn't showing up, try select the cIOS base first, then check again. This can also happen if your SD card is locked. -{: .notice--info} - -On each cIOS that you try to install, you will first be shown a grid of active IOS on the Wi. Simply press A again, and it will install. Then, you will be shown a results screen, just press A as well and go to the next cIOS. -{: .notice--info} 1. Copy the `apps` folder in the d2x-cios-installer `.zip` to the root of your SD card or USB drive. 1. Reinsert your SD card or USB drive into your console. 1. Power on your console. 1. Launch the Homebrew Channel. 1. Launch d2x cIOS Installer from the list of homebrew. -1. When asked what IOS you would like to use, select IOS 58. - + This should work in nearly all cases. -1. Now, you will install individual cIOS from 248-251. The exact settings needed are listed below. - + cIOS 248 Installation +1. Set everything to match the following: - ``` - Select cIOS - Select cIOS base <38> - Select cIOS slot <248> - Select cIOS revision <65535> - ``` + ``` + Select cIOS + Select cIOS base <38> + Select cIOS slot <248> + Select cIOS revision <65535> + ``` - ![](/images/cios/d2x_v11_248.png) + ![](/images/cios/d2x_v11_248.png) + +1. Press `A`. This will bring you to the slot map: + + ![](/images/cios/d2x_summary.png) + +1. Press `A` again. + + ![](/images/cios/d2x_installation.png) + +1. After the installation has finished, you will be brought back to the slot map. Ensure that the slot that was just installed is highlighted green. + + ![](/images/cios/d2x_log.png) + + If the slot is highlighted red, try install the cIOS again.
+ If you are getting an error before/during the downloading stages, press B to exit and continue from [Section I](#section-i---downloading). + {: .notice--info} + +1. Press `A`. This will return you to the configuration screen. +1. Repeat the previous 5 steps with the following configurations: + cIOS 249 Installation @@ -107,7 +119,9 @@ On each cIOS that you try to install, you will first be shown a grid of active I ``` ![](/images/cios/d2x_v11_251.png) + +1. Once you have finished with all 4 cIOSes, press B to return to the Homebrew Channel. -Continue to [Open Shop Channel Installation](osc) +Continue to [Open Shop Channel Installation](osc)
Now that your Wii has adequate brick protection, you can install the Open Shop Channel, a trusted repository for homebrew that can be accessed both on and off the Wii. {: .notice--info} diff --git a/images/cios/d2x_installation.png b/images/cios/d2x_installation.png new file mode 100644 index 000000000..80ad4b5f7 Binary files /dev/null and b/images/cios/d2x_installation.png differ diff --git a/images/cios/d2x_log.png b/images/cios/d2x_log.png new file mode 100644 index 000000000..d56abda27 Binary files /dev/null and b/images/cios/d2x_log.png differ diff --git a/images/cios/d2x_summary.png b/images/cios/d2x_summary.png new file mode 100644 index 000000000..ab71a0535 Binary files /dev/null and b/images/cios/d2x_summary.png differ diff --git a/images/cios/d2x_v11_249.png b/images/cios/d2x_v11_249.png index 2106b3d75..76b0f2e4e 100644 Binary files a/images/cios/d2x_v11_249.png and b/images/cios/d2x_v11_249.png differ diff --git a/images/cios/d2x_v11_250.png b/images/cios/d2x_v11_250.png index 33e1d9510..9f6200f1e 100644 Binary files a/images/cios/d2x_v11_250.png and b/images/cios/d2x_v11_250.png differ diff --git a/images/cios/d2x_v11_251.png b/images/cios/d2x_v11_251.png index 7151fa92a..f2ea14fff 100644 Binary files a/images/cios/d2x_v11_251.png and b/images/cios/d2x_v11_251.png differ