diff --git a/_pages/en_US/bootmii.md b/_pages/en_US/bootmii.md index 0c9768932..10998c47a 100644 --- a/_pages/en_US/bootmii.md +++ b/_pages/en_US/bootmii.md @@ -45,10 +45,8 @@ If you have BootMii installed as boot2 you will need to launch BootMii by restar 5. When the backup is fully complete, exit the NAND backup screen by pressing any button. 6. To exit BootMii, press the Back button (the one with the arrow) and then you can press either the Wii Menu button or the Homebrew Channel button to exit where you want to. - [Continue to Priiloader Installation](priiloader) Priiloader adds a level of brick protection, and we recommend it, especially if you were only able to install BootMii IOS. diff --git a/_pages/en_US/cios.md b/_pages/en_US/cios.md index 32fe98afd..20fa13969 100644 --- a/_pages/en_US/cios.md +++ b/_pages/en_US/cios.md @@ -60,6 +60,8 @@ Select cIOS version: 65535 ![Install cIOS 251](/images/cios/Install251.png) 1. Once set, press A twice again to install, and then exit once done. +#### Troubleshooting + {% capture bruh %} Although the majority of games should work straight away with the defaults, some may require using a specific cIOS to function, or to utilize certain features within the game.
Examples include: diff --git a/_pages/en_US/hbc.md b/_pages/en_US/hbc.md index 069aae544..e792eb37d 100644 --- a/_pages/en_US/hbc.md +++ b/_pages/en_US/hbc.md @@ -38,6 +38,25 @@ You can always install it at a later date. 8. Once done, select `Continue`, and then select `Exit` to go to the Homebrew Channel +#### Required Reading + +You can now use the Homebrew Channel to launch homebrew apps. Open Shop Channel is a one-stop shop for downloading homebrew, which you will learn how to install further in this guide. + +Here's a tip - when installing homebrew applications on your SD Card or USB drive, your folder structure should look like this: + +```💾sd or usb: + ┣ 📂apps + ┃ ┣ 📂AppName1 + ┃ ┃ ┣ 📜boot.dol / boot.elf + ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┗ 📜meta.xml + ┃ ┗ 📂AppName2 + ┃ ┣ 📜boot.dol / boot.elf + ┃ ┣ 📜icon.png + ┃ ┗ 📜meta.xml``` + +`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)
Making a NAND backup with BootMii at this point is highly recommended. {: .notice--info}