diff --git a/docs/troubleshooting/common-issues-fixes.md b/docs/troubleshooting/common-issues-fixes.md
index 561c400a1..689a430a8 100644
--- a/docs/troubleshooting/common-issues-fixes.md
+++ b/docs/troubleshooting/common-issues-fixes.md
@@ -38,4 +38,38 @@ Nothing special, you can leave them there, delete them or replace them with new
### My console suddenly lost online connectivity and I have an HDD sitting on top of the console, what should I do?
The internal antenna may have been influenced by the hard drive magnet.
-You can move the HDD to a different position atop the Wii U, or move it off the Wii U entirely.
\ No newline at end of file
+You can move the HDD to a different position atop the Wii U, or move it off the Wii U entirely.
+----------
+
+# SD Card Layout
+This is an example of what your SD Card should look like after you set it up. If you have a `-5` error or the `FSOpenFile failed` error your file locations may be incorrect.
+```
+💾sd:
+ ┣ 📂cbhc (CBHC only)
+ ┃ ┣ 📜bootDrcTex.tga
+ ┃ ┣ 📜bootTvTex.tga
+ ┃ ┣ 📜iconTex.tga
+ ┃ ┗ 📜title.txt
+ ┣ 📂haxchi (Haxchi & CBHC only)
+ ┃ ┣ 📜bootDrcTex.tga
+ ┃ ┣ 📜bootTvTex.tga
+ ┃ ┣ 📜config.txt
+ ┃ ┣ 📜iconTex.tga
+ ┃ ┗ 📜title.txt
+ ┣ 📂install
+ ┃ ┗ 📂Homebrew Launcher Channel (Haxchi & CBHC only)
+ ┃ ┣ 📜00000000.app
+ ┃ ┣ 📜00000003.h3
+ ┃ ┣ ...
+ ┃ ┣ 📜title.cert
+ ┃ ┣ 📜title.tik
+ ┃ ┗ 📜title.tmd
+ ┗ 📂wiiu
+ ┣ 📂apps
+ ┃ ┣ 📂homebrew_launcher
+ ┃ ┃ ┣ 📜homebrew_launcher.elf
+ ┃ ┃ ┣ 📜icon.png
+ ┃ ┃ ┗ 📜meta.xml
+ ┃ ┗ (All other apps like disc2app, nanddumper, etc. should be here too)
+ ┗ 📜payload.elf
+```
diff --git a/docs/user-guide/cbhc/sd-preparation.md b/docs/user-guide/cbhc/sd-preparation.md
index 061f9b19e..bace75b35 100644
--- a/docs/user-guide/cbhc/sd-preparation.md
+++ b/docs/user-guide/cbhc/sd-preparation.md
@@ -38,4 +38,43 @@ We will now place the required CFW files and some additional homebrew files on t
1. Copy the contents of the `wiiu-extracttosd.zip` file to the root of your SD Card.
1. Copy the contents of the `homebrew_launcher.v.1.4.zip` file to the root of your SD Card.
1. Copy the contents of the `savemii_mod.zip` file to the root of your SD Card.
-1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card.
\ No newline at end of file
+1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card.
+----------
+
+### SD Card Layout {docsify-ignore}
+
+
+Click here to show the final SD Card layout.
+
+```
+💾sd:
+ ┣ 📂cbhc
+ ┃ ┣ 📜bootDrcTex.tga
+ ┃ ┣ 📜bootTvTex.tga
+ ┃ ┣ 📜iconTex.tga
+ ┃ ┗ 📜title.txt
+ ┣ 📂haxchi
+ ┃ ┣ 📜bootDrcTex.tga
+ ┃ ┣ 📜bootTvTex.tga
+ ┃ ┣ 📜config.txt
+ ┃ ┣ 📜iconTex.tga
+ ┃ ┗ 📜title.txt
+ ┣ 📂install
+ ┃ ┗ 📂Homebrew Launcher Channel
+ ┃ ┣ 📜00000000.app
+ ┃ ┣ 📜00000003.h3
+ ┃ ┣ ...
+ ┃ ┣ 📜title.cert
+ ┃ ┣ 📜title.tik
+ ┃ ┗ 📜title.tmd
+ ┗ 📂wiiu
+ ┣ 📂apps
+ ┃ ┣ 📂homebrew_launcher
+ ┃ ┃ ┣ 📜homebrew_launcher.elf
+ ┃ ┃ ┣ 📜icon.png
+ ┃ ┃ ┗ 📜meta.xml
+ ┃ ┗ (All other apps like disc2app, nanddumper, etc. should be here too)
+ ┗ 📜payload.elf
+```
+
+
diff --git a/docs/user-guide/haxchi/sd-preparation.md b/docs/user-guide/haxchi/sd-preparation.md
index 0b129dcca..622def4e6 100644
--- a/docs/user-guide/haxchi/sd-preparation.md
+++ b/docs/user-guide/haxchi/sd-preparation.md
@@ -36,4 +36,38 @@ We will now place the required CFW files and some additional homebrew files on t
1. Copy the contents of the `wiiu-extracttosd.zip` file to the root of your SD Card.
1. Copy the contents of the `homebrew_launcher.v.1.4.zip` file to the root of your SD Card.
1. Copy the contents of the `savemii_mod.zip` file to the root of your SD Card.
-1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card.
\ No newline at end of file
+1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card.
+----------
+
+### SD Card Layout {docsify-ignore}
+
+
+Click here to show the final SD Card layout.
+
+```
+💾sd:
+ ┣ 📂haxchi
+ ┃ ┣ 📜bootDrcTex.tga
+ ┃ ┣ 📜bootTvTex.tga
+ ┃ ┣ 📜config.txt
+ ┃ ┣ 📜iconTex.tga
+ ┃ ┗ 📜title.txt
+ ┣ 📂install
+ ┃ ┗ 📂Homebrew Launcher Channel
+ ┃ ┣ 📜00000000.app
+ ┃ ┣ 📜00000003.h3
+ ┃ ┣ ...
+ ┃ ┣ 📜title.cert
+ ┃ ┣ 📜title.tik
+ ┃ ┗ 📜title.tmd
+ ┗ 📂wiiu
+ ┣ 📂apps
+ ┃ ┣ 📂homebrew_launcher
+ ┃ ┃ ┣ 📜homebrew_launcher.elf
+ ┃ ┃ ┣ 📜icon.png
+ ┃ ┃ ┗ 📜meta.xml
+ ┃ ┗ (All other apps like disc2app, nanddumper, etc. should be here too)
+ ┗ 📜payload.elf
+```
+
+
diff --git a/docs/user-guide/mocha/indexiine/sd-preparation.md b/docs/user-guide/mocha/indexiine/sd-preparation.md
index f5fabe17a..e214d6c87 100644
--- a/docs/user-guide/mocha/indexiine/sd-preparation.md
+++ b/docs/user-guide/mocha/indexiine/sd-preparation.md
@@ -37,3 +37,23 @@ We will now place the required CFW files and some additional homebrew files on t
1. Copy the contents of the `savemii_mod.zip` file to the root of your SD Card.
1. Copy the `config.ini` file to the `/wiiu/apps/mocha` folder on your SD Card.
1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card.
+----------
+
+### SD Card Layout {docsify-ignore}
+
+
+Click here to show the final SD Card layout.
+
+```
+💾sd:
+ ┗ 📂wiiu
+ ┣ 📂apps
+ ┃ ┣ 📂homebrew_launcher
+ ┃ ┃ ┣ 📜homebrew_launcher.elf
+ ┃ ┃ ┣ 📜icon.png
+ ┃ ┃ ┗ 📜meta.xml
+ ┃ ┗ (All other apps like disc2app, nanddumper, etc. should be here too)
+ ┗ 📜payload.elf
+```
+
+
diff --git a/docs/user-guide/mocha/online-exploit/sd-preparation.md b/docs/user-guide/mocha/online-exploit/sd-preparation.md
index dedc3caf6..7eca26431 100644
--- a/docs/user-guide/mocha/online-exploit/sd-preparation.md
+++ b/docs/user-guide/mocha/online-exploit/sd-preparation.md
@@ -34,4 +34,24 @@ We will now place the required CFW files and some additional homebrew files on t
1. Copy the contents of the `mocha.zip` file to the root of your SD Card.
1. Copy the contents of the `savemii_mod.zip` file to the root of your SD Card.
1. Copy the `config.ini` file to the `/wiiu/apps/mocha` folder on your SD Card.
-1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card.
\ No newline at end of file
+1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card.
+----------
+
+### SD Card Layout {docsify-ignore}
+
+
+Click here to show the final SD Card layout.
+
+```
+💾sd:
+ ┗ 📂wiiu
+ ┣ 📂apps
+ ┃ ┣ 📂homebrew_launcher
+ ┃ ┃ ┣ 📜homebrew_launcher.elf
+ ┃ ┃ ┣ 📜icon.png
+ ┃ ┃ ┗ 📜meta.xml
+ ┃ ┗ (All other apps like disc2app, nanddumper, etc. should be here too)
+ ┗ 📜payload.elf
+```
+
+