diff --git a/_pages/en_US/bricks.md b/_pages/en_US/bricks.md index 24d03cfb3c05..4ae707b7d2fc 100644 --- a/_pages/en_US/bricks.md +++ b/_pages/en_US/bricks.md @@ -36,6 +36,7 @@ To resolve this issue, open HBC through Priiloader and access MyMenuifyMOD to in #### Cause A semibrick occurs when a different region System Menu or a different region custom theme is installed. This causes the Wii to fail to find the Wii settings page files. +![Semibrick](/images/bricks/semibrick.png) #### Solutions If this was caused by a theme you installed, use MyMenuifyMod to re-download the original theme file. @@ -53,6 +54,7 @@ If you are actually in the process of a region change, use [ARC-ME](https://gith This brick is a more fatal version of a [Semibrick](#semibrick). If your SYSCONF gets corrupt or damaged, the Wii will regenerate it and start the setup phase. However, the setup pages are in a similar location to the Wii settings pages. If you have an incorrect region System menu or theme, the Wii cannot find them. +![System menu brick](/images/brick/sysmenu-brick.png) #### Solutions @@ -84,6 +86,22 @@ To resolve this problem, you can try reseat or replace the Wi-Fi/Bluetooth modul If you are on a Wii Mini, you must install a Wi-Fi module. +## Error 003 Brick + +#### Cause + +This brick happens when a non-Korean System Menu on 4.2 or 4.3 detects that the Korean key is present. + +This is usually an immediate follow-up to a Wii System Update on an unsuspecting region-changed Korean Wii. +![Error 003](/images/bricks/error-003.png) + +#### Solutions + +Since this brick most often occurs after the System menu updates, Priiloader will not be present. + +Korean Wiis also released with System menu 3.3, around the time that Nintendo [fixed the Trucha bug in boot1](https://wiibrew.org/wiki/3.3#Changes), so BootMii as Boot2 cannot be installed to any Korean Wii. + +The only way to fix this brick is with [BlueBomb](bluebomb), or a way to launch homebrew by launching a game through the Recovery menu. ## IOS brick diff --git a/images/bricks/error-003.png b/images/bricks/error-003.png new file mode 100644 index 000000000000..d0c3213c28de Binary files /dev/null and b/images/bricks/error-003.png differ diff --git a/images/bricks/semibrick.png b/images/bricks/semibrick.png new file mode 100644 index 000000000000..7a7a31723ef5 Binary files /dev/null and b/images/bricks/semibrick.png differ diff --git a/images/bricks/sysmenu-brick.png b/images/bricks/sysmenu-brick.png new file mode 100644 index 000000000000..a54ddefe6937 Binary files /dev/null and b/images/bricks/sysmenu-brick.png differ