diff --git a/docs/troubleshooting/common-issues-fixes.md b/docs/troubleshooting/common-issues-fixes.md index 5f0a1477c..eacb0e53b 100644 --- a/docs/troubleshooting/common-issues-fixes.md +++ b/docs/troubleshooting/common-issues-fixes.md @@ -2,7 +2,7 @@ --- ### Haxchi common errors - - **-3:** No SD Card detected. Re-insert the SD Card and try again. Make sure the SD Card is in FAT32 format. If the error persists, try blowing into the SD slot as it can get dusty inside. + - **-3:** No SD Card detected. Re-insert the SD Card and try again. Make sure the SD Card is in FAT32 format. If the error persists, try blowing into the SD slot as it can get dusty inside. - **-4:** SD detected but could not mount. Check to see if the SD is using MBR and not GPT. Also, check to see if there are any other partitions on the SD Card and merge them into one primary partition. @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. diff --git a/docs/user-guide/tiramisu/autoboot.md b/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/docs/user-guide/tiramisu/autoboot.md +++ b/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/docs/user-guide/tiramisu/nand-backup.md b/docs/user-guide/tiramisu/nand-backup.md index d5f4407a8..8a6535884 100644 --- a/docs/user-guide/tiramisu/nand-backup.md +++ b/docs/user-guide/tiramisu/nand-backup.md @@ -21,7 +21,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/docs/user-guide/tiramisu/sd-preparation.md b/docs/user-guide/tiramisu/sd-preparation.md index 557d5f5f6..0d75cb5fe 100644 --- a/docs/user-guide/tiramisu/sd-preparation.md +++ b/docs/user-guide/tiramisu/sd-preparation.md @@ -26,7 +26,9 @@ We will now place the required CFW files and some additional homebrew files on t 1. **Extract** and copy the contents of the newly downloaded Tiramisu *`.zip`* file to the root of your SD Card. 1. Copy the `01_sigpatches.rpx` file to `/wiiu/environments/tiramisu/modules/setup` on your SD Card. -?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. +?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + + If you're using a Mac, you have to select `Merge` instead of replace. ----------