Update several pages (#193)

* Update common-issues-fixes.md

Added more context to an existing error and an additional error with info.

* Add minor info to step 7

Some people try changing the boot title for some reason before actually launching the environment. So holding + does nothing for them

* Update backup instructions

Some minor changes

* Update nand backup instructions

Some minor changes with an extra step

* Update sd-preparation.md

Added a note about replacing files on a mac

* Minor change in sd-preparation
pull/198/head
Vanny 6 months ago committed by GitHub
parent df8d4e45b1
commit 5a764bc80a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 <code>/wiiu<wbr>/apps<wbr>/homebrew_launcher</code> 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.

@ -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.

@ -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.**
?> **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.**

@ -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.
----------

Loading…
Cancel
Save