mirror of
https://github.com/hacks-guide/Guide_WiiU-OLD.git
synced 2024-11-23 09:19:56 +00:00
New Crowdin translations (#109)
This commit is contained in:
parent
4ce0b63d84
commit
6c4c4594a9
@ -1,7 +1,7 @@
|
||||
---
|
||||
main:
|
||||
-
|
||||
title: Home
|
||||
title: Acasă
|
||||
url: /
|
||||
-
|
||||
title: FAQ
|
||||
@ -41,19 +41,19 @@ footer:
|
||||
title: Why Ads?
|
||||
sidebar_title:
|
||||
-
|
||||
title: Overall Progress
|
||||
title: Progres total
|
||||
sidebar_pages:
|
||||
-
|
||||
title: Home
|
||||
title: Acasă
|
||||
url: /
|
||||
-
|
||||
title: Get Started
|
||||
title: Începeți (Wii U)
|
||||
url: get-started
|
||||
-
|
||||
title: Homebrew Launcher
|
||||
url: homebrew-launcher
|
||||
-
|
||||
title: Multiple Options
|
||||
title: Mai multe opţiuni
|
||||
url: multiple-options
|
||||
-
|
||||
title: Mocha CFW
|
||||
|
@ -78,5 +78,5 @@ You may reconnect any USB devices after the installation has completed.
|
||||
**Never format your device while CBHC is installed or you will BRICK!**
|
||||
{: .notice--danger}
|
||||
|
||||
Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -6,57 +6,61 @@ title: "F3 (Linux)"
|
||||
|
||||
### Required Reading
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using F3.
|
||||
This is an add-on section for checking your SD card for errors using F3.
|
||||
|
||||
Depending on the size of your SD card and the speed of your computer, this process can take up to several hours!
|
||||
|
||||
This page is for Linux users only. If you are not on Linux, check out the [H2testw (Windows)](h2testw-(windows)) or [F3X (Mac)](f3x-(mac)) pages.
|
||||
This page is for Linux users only. If you are not on Linux, check out the [H2testw (windows)](h2testw-(windows)) or [F3X (mac)](f3x-(mac)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest version of [F3](https://github.com/AltraMayor/f3/archive/v6.0.zip)
|
||||
|
||||
### Instructions
|
||||
|
||||
1. Unzip the F3 `.zip` file
|
||||
1. `cd` into the F3 directory
|
||||
1. Unzip the f3 `.zip` file
|
||||
1. `cd` into the f3 directory
|
||||
1. Run `make` to compile F3
|
||||
1. Insert your SD card into your computer
|
||||
1. Mount your SD card
|
||||
1. Run `./f3write <your SD card mount point>`
|
||||
1. Run `./f3write <your sd card mount point>`
|
||||
1. Wait until the process is complete. See below for an example output.
|
||||
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~ bash
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~
|
||||
|
||||
1. Run `./f3read <your SD card mount point>`
|
||||
1. Run `./f3read <your sd card mount point>`
|
||||
1. Wait until the process is complete. See below for an example output.
|
||||
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
~~~ bash
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
~~~
|
||||
|
||||
___
|
||||
|
||||
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on the SD card
|
||||
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on your SD card
|
||||
{: .notice--success}
|
||||
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ Depending on the size of your SD card and the speed of your computer, this proce
|
||||
|
||||
This page is for Mac users only. If you are not on Mac, check out the [H2testw (Windows)](h2testw-(windows)) or [F3 (Linux)](f3-(linux)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest release of [F3X](https://github.com/insidegui/F3X/releases/latest)
|
||||
|
||||
@ -33,5 +33,5 @@ If the test shows the result `Success! Your card is ok!` your SD card is good an
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -21,7 +21,7 @@ Your SD card *cannot* be named `wiiu`, or it will cause problems.
|
||||
Before starting, you may want to check your SD card for errors using [H2testw (Windows)](h2testw-(windows)), [F3 (Linux)](f3-(linux)), or [F3X (Mac)](f3x-(mac))!
|
||||
{: .notice--warning}
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* [`config.txt`]({{ base_path }}/images/config.txt)
|
||||
* The latest release of [Homebrew App Store](https://github.com/vgmoose/hbas/releases/latest)
|
||||
@ -128,5 +128,5 @@ Note that, unless you block updates with this method on all current and future c
|
||||
|
||||
___
|
||||
|
||||
Continue to [Homebrew Launcher](homebrew-launcher)
|
||||
### Continue to [Homebrew Launcher](homebrew-launcher)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ Depending on the size of your SD card and the speed of your computer, this proce
|
||||
|
||||
This page is for Windows users only. If you are not on Windows, check out the [F3 (Linux)](f3-(linux)) or [F3X (Mac)](f3x-(mac)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest version of [h2testw](http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip)
|
||||
|
||||
@ -36,5 +36,5 @@ If the test shows the result `Test finished without errors`, your SD card is goo
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -10,7 +10,7 @@ Haxchi is a custom firmware that patches signature checks, region checks, and ru
|
||||
|
||||
Haxchi is an exploit that allows us to launch CFW directly from the system menu without using the Homebrew Launcher.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
+ A legitimate copy of one of the exploitable DS virtual console games installed to your Wii U's internal memory
|
||||
+ If you do not already have one of the exploitable games installed, see [Get Started](get-started)
|
||||
@ -39,5 +39,5 @@ Currently, you must launch the DS virtual console game every time you reboot in
|
||||
|
||||
<div class="notice--info">{{ notice-1 | markdownify }}</div>
|
||||
|
||||
Continue to [Coldboot Haxchi](coldboot-haxchi).
|
||||
### Continue to [Coldboot Haxchi](coldboot-haxchi).
|
||||
{: .notice--primary}
|
||||
|
@ -26,7 +26,7 @@ Alternatively, click [here](https://crowdin.com/project/wii-u-guide) to help to
|
||||
|
||||
## What is Homebrew?
|
||||
|
||||
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. It allows you to run homebrew games, tools like save editing and backup, and emulators for various older systems.
|
||||
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators.
|
||||
|
||||
Running homebrew on your console is 100% free using nothing but the system's browser.
|
||||
|
||||
@ -60,5 +60,5 @@ firmware to Coldboot Haxchi powered Mocha Custom Firmware. It utilizes homebrew
|
||||
|
||||
___
|
||||
|
||||
Continue to [Get Started](get-started)
|
||||
### Continue to [Get Started](get-started)
|
||||
{: .notice--primary}
|
@ -51,7 +51,7 @@ ___
|
||||
|
||||
This method requires that you rerun the web exploit used above *after every reboot*. It is not recommended that you use this on 5.5.2 as that version's web exploit is extremely unreliable.
|
||||
|
||||
Continue to [Mocha CFW](mocha-cfw)
|
||||
### Continue to [Mocha CFW](mocha-cfw)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
||||
@ -60,7 +60,7 @@ ___
|
||||
|
||||
This method uses a cheap exploitable DS Virtual Console game to launch your Custom Firmware automatically at boot. This is *essentially required* for users on 5.5.2 as the web exploit for that version is extremely unreliable.
|
||||
|
||||
Continue to [Haxchi](haxchi)
|
||||
### Continue to [Haxchi](haxchi)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
@ -29,5 +29,5 @@ ___
|
||||
You will need to launch Mocha CFW from the Homebrew Launcher every time you reboot in order to enter patched SysNAND.
|
||||
{: .notice}
|
||||
|
||||
Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -78,5 +78,5 @@ You may reconnect any USB devices after the installation has completed.
|
||||
**Never format your device while CBHC is installed or you will BRICK!**
|
||||
{: .notice--danger}
|
||||
|
||||
Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -6,57 +6,61 @@ title: "F3 (Linux)"
|
||||
|
||||
### Required Reading
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using F3.
|
||||
This is an add-on section for checking your SD card for errors using F3.
|
||||
|
||||
Depending on the size of your SD card and the speed of your computer, this process can take up to several hours!
|
||||
|
||||
This page is for Linux users only. If you are not on Linux, check out the [H2testw (Windows)](h2testw-(windows)) or [F3X (Mac)](f3x-(mac)) pages.
|
||||
This page is for Linux users only. If you are not on Linux, check out the [H2testw (windows)](h2testw-(windows)) or [F3X (mac)](f3x-(mac)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest version of [F3](https://github.com/AltraMayor/f3/archive/v6.0.zip)
|
||||
|
||||
### Instructions
|
||||
|
||||
1. Unzip the F3 `.zip` file
|
||||
1. `cd` into the F3 directory
|
||||
1. Unzip the f3 `.zip` file
|
||||
1. `cd` into the f3 directory
|
||||
1. Run `make` to compile F3
|
||||
1. Insert your SD card into your computer
|
||||
1. Mount your SD card
|
||||
1. Run `./f3write <your SD card mount point>`
|
||||
1. Run `./f3write <your sd card mount point>`
|
||||
1. Wait until the process is complete. See below for an example output.
|
||||
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~ bash
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~
|
||||
|
||||
1. Run `./f3read <your SD card mount point>`
|
||||
1. Run `./f3read <your sd card mount point>`
|
||||
1. Wait until the process is complete. See below for an example output.
|
||||
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
~~~ bash
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
~~~
|
||||
|
||||
___
|
||||
|
||||
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on the SD card
|
||||
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on your SD card
|
||||
{: .notice--success}
|
||||
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ Depending on the size of your SD card and the speed of your computer, this proce
|
||||
|
||||
This page is for Mac users only. If you are not on Mac, check out the [H2testw (Windows)](h2testw-(windows)) or [F3 (Linux)](f3-(linux)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest release of [F3X](https://github.com/insidegui/F3X/releases/latest)
|
||||
|
||||
@ -33,5 +33,5 @@ If the test shows the result `Success! Your card is ok!` your SD card is good an
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -21,7 +21,7 @@ Your SD card *cannot* be named `wiiu`, or it will cause problems.
|
||||
Before starting, you may want to check your SD card for errors using [H2testw (Windows)](h2testw-(windows)), [F3 (Linux)](f3-(linux)), or [F3X (Mac)](f3x-(mac))!
|
||||
{: .notice--warning}
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* [`config.txt`]({{ base_path }}/images/config.txt)
|
||||
* The latest release of [Homebrew App Store](https://github.com/vgmoose/hbas/releases/latest)
|
||||
@ -128,5 +128,5 @@ Note that, unless you block updates with this method on all current and future c
|
||||
|
||||
___
|
||||
|
||||
Continue to [Homebrew Launcher](homebrew-launcher)
|
||||
### Continue to [Homebrew Launcher](homebrew-launcher)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ Depending on the size of your SD card and the speed of your computer, this proce
|
||||
|
||||
This page is for Windows users only. If you are not on Windows, check out the [F3 (Linux)](f3-(linux)) or [F3X (Mac)](f3x-(mac)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest version of [h2testw](http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip)
|
||||
|
||||
@ -36,5 +36,5 @@ If the test shows the result `Test finished without errors`, your SD card is goo
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -10,7 +10,7 @@ Haxchi is a custom firmware that patches signature checks, region checks, and ru
|
||||
|
||||
Haxchi is an exploit that allows us to launch CFW directly from the system menu without using the Homebrew Launcher.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
+ A legitimate copy of one of the exploitable DS virtual console games installed to your Wii U's internal memory
|
||||
+ If you do not already have one of the exploitable games installed, see [Get Started](get-started)
|
||||
@ -39,5 +39,5 @@ Currently, you must launch the DS virtual console game every time you reboot in
|
||||
|
||||
<div class="notice--info">{{ notice-1 | markdownify }}</div>
|
||||
|
||||
Continue to [Coldboot Haxchi](coldboot-haxchi).
|
||||
### Continue to [Coldboot Haxchi](coldboot-haxchi).
|
||||
{: .notice--primary}
|
||||
|
@ -26,7 +26,7 @@ Alternatively, click [here](https://crowdin.com/project/wii-u-guide) to help to
|
||||
|
||||
## What is Homebrew?
|
||||
|
||||
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. It allows you to run homebrew games, tools like save editing and backup, and emulators for various older systems.
|
||||
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators.
|
||||
|
||||
Running homebrew on your console is 100% free using nothing but the system's browser.
|
||||
|
||||
@ -60,5 +60,5 @@ firmware to Coldboot Haxchi powered Mocha Custom Firmware. It utilizes homebrew
|
||||
|
||||
___
|
||||
|
||||
Continue to [Get Started](get-started)
|
||||
### Continue to [Get Started](get-started)
|
||||
{: .notice--primary}
|
@ -51,7 +51,7 @@ ___
|
||||
|
||||
This method requires that you rerun the web exploit used above *after every reboot*. It is not recommended that you use this on 5.5.2 as that version's web exploit is extremely unreliable.
|
||||
|
||||
Continue to [Mocha CFW](mocha-cfw)
|
||||
### Continue to [Mocha CFW](mocha-cfw)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
||||
@ -60,7 +60,7 @@ ___
|
||||
|
||||
This method uses a cheap exploitable DS Virtual Console game to launch your Custom Firmware automatically at boot. This is *essentially required* for users on 5.5.2 as the web exploit for that version is extremely unreliable.
|
||||
|
||||
Continue to [Haxchi](haxchi)
|
||||
### Continue to [Haxchi](haxchi)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
@ -29,5 +29,5 @@ ___
|
||||
You will need to launch Mocha CFW from the Homebrew Launcher every time you reboot in order to enter patched SysNAND.
|
||||
{: .notice}
|
||||
|
||||
Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -78,5 +78,5 @@ You may reconnect any USB devices after the installation has completed.
|
||||
**Never format your device while CBHC is installed or you will BRICK!**
|
||||
{: .notice--danger}
|
||||
|
||||
Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -6,57 +6,61 @@ title: "F3 (Linux)"
|
||||
|
||||
### Required Reading
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using F3.
|
||||
This is an add-on section for checking your SD card for errors using F3.
|
||||
|
||||
Depending on the size of your SD card and the speed of your computer, this process can take up to several hours!
|
||||
|
||||
This page is for Linux users only. If you are not on Linux, check out the [H2testw (Windows)](h2testw-(windows)) or [F3X (Mac)](f3x-(mac)) pages.
|
||||
This page is for Linux users only. If you are not on Linux, check out the [H2testw (windows)](h2testw-(windows)) or [F3X (mac)](f3x-(mac)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest version of [F3](https://github.com/AltraMayor/f3/archive/v6.0.zip)
|
||||
|
||||
### Instructions
|
||||
|
||||
1. Unzip the F3 `.zip` file
|
||||
1. `cd` into the F3 directory
|
||||
1. Unzip the f3 `.zip` file
|
||||
1. `cd` into the f3 directory
|
||||
1. Run `make` to compile F3
|
||||
1. Insert your SD card into your computer
|
||||
1. Mount your SD card
|
||||
1. Run `./f3write <your SD card mount point>`
|
||||
1. Run `./f3write <your sd card mount point>`
|
||||
1. Wait until the process is complete. See below for an example output.
|
||||
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~ bash
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~
|
||||
|
||||
1. Run `./f3read <your SD card mount point>`
|
||||
1. Run `./f3read <your sd card mount point>`
|
||||
1. Wait until the process is complete. See below for an example output.
|
||||
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
~~~ bash
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
~~~
|
||||
|
||||
___
|
||||
|
||||
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on the SD card
|
||||
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on your SD card
|
||||
{: .notice--success}
|
||||
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ Depending on the size of your SD card and the speed of your computer, this proce
|
||||
|
||||
This page is for Mac users only. If you are not on Mac, check out the [H2testw (Windows)](h2testw-(windows)) or [F3 (Linux)](f3-(linux)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest release of [F3X](https://github.com/insidegui/F3X/releases/latest)
|
||||
|
||||
@ -33,5 +33,5 @@ If the test shows the result `Success! Your card is ok!` your SD card is good an
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -21,7 +21,7 @@ Your SD card *cannot* be named `wiiu`, or it will cause problems.
|
||||
Before starting, you may want to check your SD card for errors using [H2testw (Windows)](h2testw-(windows)), [F3 (Linux)](f3-(linux)), or [F3X (Mac)](f3x-(mac))!
|
||||
{: .notice--warning}
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* [`config.txt`]({{ base_path }}/images/config.txt)
|
||||
* The latest release of [Homebrew App Store](https://github.com/vgmoose/hbas/releases/latest)
|
||||
@ -128,5 +128,5 @@ Note that, unless you block updates with this method on all current and future c
|
||||
|
||||
___
|
||||
|
||||
Continue to [Homebrew Launcher](homebrew-launcher)
|
||||
### Continue to [Homebrew Launcher](homebrew-launcher)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ Depending on the size of your SD card and the speed of your computer, this proce
|
||||
|
||||
This page is for Windows users only. If you are not on Windows, check out the [F3 (Linux)](f3-(linux)) or [F3X (Mac)](f3x-(mac)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest version of [h2testw](http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip)
|
||||
|
||||
@ -36,5 +36,5 @@ If the test shows the result `Test finished without errors`, your SD card is goo
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -10,7 +10,7 @@ Haxchi is a custom firmware that patches signature checks, region checks, and ru
|
||||
|
||||
Haxchi is an exploit that allows us to launch CFW directly from the system menu without using the Homebrew Launcher.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
+ A legitimate copy of one of the exploitable DS virtual console games installed to your Wii U's internal memory
|
||||
+ If you do not already have one of the exploitable games installed, see [Get Started](get-started)
|
||||
@ -39,5 +39,5 @@ Currently, you must launch the DS virtual console game every time you reboot in
|
||||
|
||||
<div class="notice--info">{{ notice-1 | markdownify }}</div>
|
||||
|
||||
Continue to [Coldboot Haxchi](coldboot-haxchi).
|
||||
### Continue to [Coldboot Haxchi](coldboot-haxchi).
|
||||
{: .notice--primary}
|
||||
|
@ -26,7 +26,7 @@ Alternatively, click [here](https://crowdin.com/project/wii-u-guide) to help to
|
||||
|
||||
## What is Homebrew?
|
||||
|
||||
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. It allows you to run homebrew games, tools like save editing and backup, and emulators for various older systems.
|
||||
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators.
|
||||
|
||||
Running homebrew on your console is 100% free using nothing but the system's browser.
|
||||
|
||||
@ -60,5 +60,5 @@ firmware to Coldboot Haxchi powered Mocha Custom Firmware. It utilizes homebrew
|
||||
|
||||
___
|
||||
|
||||
Continue to [Get Started](get-started)
|
||||
### Continue to [Get Started](get-started)
|
||||
{: .notice--primary}
|
@ -51,7 +51,7 @@ ___
|
||||
|
||||
This method requires that you rerun the web exploit used above *after every reboot*. It is not recommended that you use this on 5.5.2 as that version's web exploit is extremely unreliable.
|
||||
|
||||
Continue to [Mocha CFW](mocha-cfw)
|
||||
### Continue to [Mocha CFW](mocha-cfw)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
||||
@ -60,7 +60,7 @@ ___
|
||||
|
||||
This method uses a cheap exploitable DS Virtual Console game to launch your Custom Firmware automatically at boot. This is *essentially required* for users on 5.5.2 as the web exploit for that version is extremely unreliable.
|
||||
|
||||
Continue to [Haxchi](haxchi)
|
||||
### Continue to [Haxchi](haxchi)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
@ -29,5 +29,5 @@ ___
|
||||
You will need to launch Mocha CFW from the Homebrew Launcher every time you reboot in order to enter patched SysNAND.
|
||||
{: .notice}
|
||||
|
||||
Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -78,5 +78,5 @@ You may reconnect any USB devices after the installation has completed.
|
||||
**Never format your device while CBHC is installed or you will BRICK!**
|
||||
{: .notice--danger}
|
||||
|
||||
Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -6,57 +6,61 @@ title: "F3 (Linux)"
|
||||
|
||||
### Required Reading
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using F3.
|
||||
This is an add-on section for checking your SD card for errors using F3.
|
||||
|
||||
Depending on the size of your SD card and the speed of your computer, this process can take up to several hours!
|
||||
|
||||
This page is for Linux users only. If you are not on Linux, check out the [H2testw (Windows)](h2testw-(windows)) or [F3X (Mac)](f3x-(mac)) pages.
|
||||
This page is for Linux users only. If you are not on Linux, check out the [H2testw (windows)](h2testw-(windows)) or [F3X (mac)](f3x-(mac)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest version of [F3](https://github.com/AltraMayor/f3/archive/v6.0.zip)
|
||||
|
||||
### Instructions
|
||||
|
||||
1. Unzip the F3 `.zip` file
|
||||
1. `cd` into the F3 directory
|
||||
1. Unzip the f3 `.zip` file
|
||||
1. `cd` into the f3 directory
|
||||
1. Run `make` to compile F3
|
||||
1. Insert your SD card into your computer
|
||||
1. Mount your SD card
|
||||
1. Run `./f3write <your SD card mount point>`
|
||||
1. Run `./f3write <your sd card mount point>`
|
||||
1. Wait until the process is complete. See below for an example output.
|
||||
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~ bash
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~
|
||||
|
||||
1. Run `./f3read <your SD card mount point>`
|
||||
1. Run `./f3read <your sd card mount point>`
|
||||
1. Wait until the process is complete. See below for an example output.
|
||||
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
~~~ bash
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
~~~
|
||||
|
||||
___
|
||||
|
||||
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on the SD card
|
||||
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on your SD card
|
||||
{: .notice--success}
|
||||
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ Depending on the size of your SD card and the speed of your computer, this proce
|
||||
|
||||
This page is for Mac users only. If you are not on Mac, check out the [H2testw (Windows)](h2testw-(windows)) or [F3 (Linux)](f3-(linux)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest release of [F3X](https://github.com/insidegui/F3X/releases/latest)
|
||||
|
||||
@ -33,5 +33,5 @@ If the test shows the result `Success! Your card is ok!` your SD card is good an
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -21,7 +21,7 @@ Your SD card *cannot* be named `wiiu`, or it will cause problems.
|
||||
Before starting, you may want to check your SD card for errors using [H2testw (Windows)](h2testw-(windows)), [F3 (Linux)](f3-(linux)), or [F3X (Mac)](f3x-(mac))!
|
||||
{: .notice--warning}
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* [`config.txt`]({{ base_path }}/images/config.txt)
|
||||
* The latest release of [Homebrew App Store](https://github.com/vgmoose/hbas/releases/latest)
|
||||
@ -128,5 +128,5 @@ Note that, unless you block updates with this method on all current and future c
|
||||
|
||||
___
|
||||
|
||||
Continue to [Homebrew Launcher](homebrew-launcher)
|
||||
### Continue to [Homebrew Launcher](homebrew-launcher)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ Depending on the size of your SD card and the speed of your computer, this proce
|
||||
|
||||
This page is for Windows users only. If you are not on Windows, check out the [F3 (Linux)](f3-(linux)) or [F3X (Mac)](f3x-(mac)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest version of [h2testw](http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip)
|
||||
|
||||
@ -36,5 +36,5 @@ If the test shows the result `Test finished without errors`, your SD card is goo
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -10,7 +10,7 @@ Haxchi is a custom firmware that patches signature checks, region checks, and ru
|
||||
|
||||
Haxchi is an exploit that allows us to launch CFW directly from the system menu without using the Homebrew Launcher.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
+ A legitimate copy of one of the exploitable DS virtual console games installed to your Wii U's internal memory
|
||||
+ If you do not already have one of the exploitable games installed, see [Get Started](get-started)
|
||||
@ -39,5 +39,5 @@ Currently, you must launch the DS virtual console game every time you reboot in
|
||||
|
||||
<div class="notice--info">{{ notice-1 | markdownify }}</div>
|
||||
|
||||
Continue to [Coldboot Haxchi](coldboot-haxchi).
|
||||
### Continue to [Coldboot Haxchi](coldboot-haxchi).
|
||||
{: .notice--primary}
|
||||
|
@ -26,7 +26,7 @@ Alternatively, click [here](https://crowdin.com/project/wii-u-guide) to help to
|
||||
|
||||
## What is Homebrew?
|
||||
|
||||
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. It allows you to run homebrew games, tools like save editing and backup, and emulators for various older systems.
|
||||
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators.
|
||||
|
||||
Running homebrew on your console is 100% free using nothing but the system's browser.
|
||||
|
||||
@ -60,5 +60,5 @@ firmware to Coldboot Haxchi powered Mocha Custom Firmware. It utilizes homebrew
|
||||
|
||||
___
|
||||
|
||||
Continue to [Get Started](get-started)
|
||||
### Continue to [Get Started](get-started)
|
||||
{: .notice--primary}
|
@ -51,7 +51,7 @@ ___
|
||||
|
||||
This method requires that you rerun the web exploit used above *after every reboot*. It is not recommended that you use this on 5.5.2 as that version's web exploit is extremely unreliable.
|
||||
|
||||
Continue to [Mocha CFW](mocha-cfw)
|
||||
### Continue to [Mocha CFW](mocha-cfw)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
||||
@ -60,7 +60,7 @@ ___
|
||||
|
||||
This method uses a cheap exploitable DS Virtual Console game to launch your Custom Firmware automatically at boot. This is *essentially required* for users on 5.5.2 as the web exploit for that version is extremely unreliable.
|
||||
|
||||
Continue to [Haxchi](haxchi)
|
||||
### Continue to [Haxchi](haxchi)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
@ -29,5 +29,5 @@ ___
|
||||
You will need to launch Mocha CFW from the Homebrew Launcher every time you reboot in order to enter patched SysNAND.
|
||||
{: .notice}
|
||||
|
||||
Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -78,5 +78,5 @@ You may reconnect any USB devices after the installation has completed.
|
||||
**Never format your device while CBHC is installed or you will BRICK!**
|
||||
{: .notice--danger}
|
||||
|
||||
Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -6,57 +6,61 @@ title: "F3 (Linux)"
|
||||
|
||||
### Required Reading
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using F3.
|
||||
This is an add-on section for checking your SD card for errors using F3.
|
||||
|
||||
Depending on the size of your SD card and the speed of your computer, this process can take up to several hours!
|
||||
|
||||
This page is for Linux users only. If you are not on Linux, check out the [H2testw (Windows)](h2testw-(windows)) or [F3X (Mac)](f3x-(mac)) pages.
|
||||
This page is for Linux users only. If you are not on Linux, check out the [H2testw (windows)](h2testw-(windows)) or [F3X (mac)](f3x-(mac)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest version of [F3](https://github.com/AltraMayor/f3/archive/v6.0.zip)
|
||||
|
||||
### Instructions
|
||||
|
||||
1. Unzip the F3 `.zip` file
|
||||
1. `cd` into the F3 directory
|
||||
1. Unzip the f3 `.zip` file
|
||||
1. `cd` into the f3 directory
|
||||
1. Run `make` to compile F3
|
||||
1. Insert your SD card into your computer
|
||||
1. Mount your SD card
|
||||
1. Run `./f3write <your SD card mount point>`
|
||||
1. Run `./f3write <your sd card mount point>`
|
||||
1. Wait until the process is complete. See below for an example output.
|
||||
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~ bash
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~
|
||||
|
||||
1. Run `./f3read <your SD card mount point>`
|
||||
1. Run `./f3read <your sd card mount point>`
|
||||
1. Wait until the process is complete. See below for an example output.
|
||||
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
~~~ bash
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
~~~
|
||||
|
||||
___
|
||||
|
||||
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on the SD card
|
||||
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on your SD card
|
||||
{: .notice--success}
|
||||
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ Depending on the size of your SD card and the speed of your computer, this proce
|
||||
|
||||
This page is for Mac users only. If you are not on Mac, check out the [H2testw (Windows)](h2testw-(windows)) or [F3 (Linux)](f3-(linux)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest release of [F3X](https://github.com/insidegui/F3X/releases/latest)
|
||||
|
||||
@ -33,5 +33,5 @@ If the test shows the result `Success! Your card is ok!` your SD card is good an
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -21,7 +21,7 @@ Your SD card *cannot* be named `wiiu`, or it will cause problems.
|
||||
Before starting, you may want to check your SD card for errors using [H2testw (Windows)](h2testw-(windows)), [F3 (Linux)](f3-(linux)), or [F3X (Mac)](f3x-(mac))!
|
||||
{: .notice--warning}
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* [`config.txt`]({{ base_path }}/images/config.txt)
|
||||
* The latest release of [Homebrew App Store](https://github.com/vgmoose/hbas/releases/latest)
|
||||
@ -128,5 +128,5 @@ Note that, unless you block updates with this method on all current and future c
|
||||
|
||||
___
|
||||
|
||||
Continue to [Homebrew Launcher](homebrew-launcher)
|
||||
### Continue to [Homebrew Launcher](homebrew-launcher)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ Depending on the size of your SD card and the speed of your computer, this proce
|
||||
|
||||
This page is for Windows users only. If you are not on Windows, check out the [F3 (Linux)](f3-(linux)) or [F3X (Mac)](f3x-(mac)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest version of [h2testw](http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip)
|
||||
|
||||
@ -36,5 +36,5 @@ If the test shows the result `Test finished without errors`, your SD card is goo
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -10,7 +10,7 @@ Haxchi is a custom firmware that patches signature checks, region checks, and ru
|
||||
|
||||
Haxchi is an exploit that allows us to launch CFW directly from the system menu without using the Homebrew Launcher.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
+ A legitimate copy of one of the exploitable DS virtual console games installed to your Wii U's internal memory
|
||||
+ If you do not already have one of the exploitable games installed, see [Get Started](get-started)
|
||||
@ -39,5 +39,5 @@ Currently, you must launch the DS virtual console game every time you reboot in
|
||||
|
||||
<div class="notice--info">{{ notice-1 | markdownify }}</div>
|
||||
|
||||
Continue to [Coldboot Haxchi](coldboot-haxchi).
|
||||
### Continue to [Coldboot Haxchi](coldboot-haxchi).
|
||||
{: .notice--primary}
|
||||
|
@ -26,7 +26,7 @@ Alternatively, click [here](https://crowdin.com/project/wii-u-guide) to help to
|
||||
|
||||
## What is Homebrew?
|
||||
|
||||
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. It allows you to run homebrew games, tools like save editing and backup, and emulators for various older systems.
|
||||
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators.
|
||||
|
||||
Running homebrew on your console is 100% free using nothing but the system's browser.
|
||||
|
||||
@ -60,5 +60,5 @@ firmware to Coldboot Haxchi powered Mocha Custom Firmware. It utilizes homebrew
|
||||
|
||||
___
|
||||
|
||||
Continue to [Get Started](get-started)
|
||||
### Continue to [Get Started](get-started)
|
||||
{: .notice--primary}
|
@ -51,7 +51,7 @@ ___
|
||||
|
||||
This method requires that you rerun the web exploit used above *after every reboot*. It is not recommended that you use this on 5.5.2 as that version's web exploit is extremely unreliable.
|
||||
|
||||
Continue to [Mocha CFW](mocha-cfw)
|
||||
### Continue to [Mocha CFW](mocha-cfw)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
||||
@ -60,7 +60,7 @@ ___
|
||||
|
||||
This method uses a cheap exploitable DS Virtual Console game to launch your Custom Firmware automatically at boot. This is *essentially required* for users on 5.5.2 as the web exploit for that version is extremely unreliable.
|
||||
|
||||
Continue to [Haxchi](haxchi)
|
||||
### Continue to [Haxchi](haxchi)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
@ -29,5 +29,5 @@ ___
|
||||
You will need to launch Mocha CFW from the Homebrew Launcher every time you reboot in order to enter patched SysNAND.
|
||||
{: .notice}
|
||||
|
||||
Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -78,5 +78,5 @@ Nach dem Abschluss der Installation kannst du die zuvor entfernten USB Geräte w
|
||||
**Formatiere niemals das Gerät auf dem CBHC installiert ist oder du erzeugst ein BRICK!**
|
||||
{: .notice--danger}
|
||||
|
||||
Mache weiter mit [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -6,57 +6,61 @@ title: "F3 (Linux)"
|
||||
|
||||
### Required Reading
|
||||
|
||||
Diese Seite erklärt dir den Prozess, wie du deine SD Karte mit F3 auf Fehler überprüfen kannst.
|
||||
This is an add-on section for checking your SD card for errors using F3.
|
||||
|
||||
Basierend auf der Größe der SD Karte und der Geschwindigkeit deines Computers kann dieser Prozess mehrere Stunden dauern!
|
||||
|
||||
Diese Seite ist nur für Linux-Nutzer gedacht. Falls du kein Linux System einsetzt, schau dir stattdessen die [H2testw (Windows)](h2testw-(windows)) oder [F3X (Mac)](f3x-(mac)) Seiten an.
|
||||
Diese Seite ist nur für Linux-Nutzer gedacht. If you are not on Linux, check out the [H2testw (windows)](h2testw-(windows)) or [F3X (mac)](f3x-(mac)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* Die neueste Version von [F3](https://github.com/AltraMayor/f3/archive/v6.0.zip)
|
||||
|
||||
### Instructions
|
||||
|
||||
1. Entpacke die F3 `.zip`-Datei
|
||||
1. Wechsel mit `cd` in das F3-Verzeichnis
|
||||
1. Unzip the f3 `.zip` file
|
||||
1. `cd` into the f3 directory
|
||||
1. Verwende `make`, um F3 zu kompilieren
|
||||
1. Stecke deine SD Karte in den Computer
|
||||
1. Hänge deine SD Karte ein
|
||||
1. Führe `./f3write <Dein SD-Karten-Einhängepunkt>` aus
|
||||
1. Run `./f3write <your sd card mount point>`
|
||||
1. Warte, bis der Prozess abgeschlossen ist. Folgendermaßen könnte das Ergebnis aussehen.
|
||||
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~ bash
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~
|
||||
|
||||
1. Führe `./f3read <Dein SD-Karten-Einhängepunkt>` aus
|
||||
1. Run `./f3read <your sd card mount point>`
|
||||
1. Warte, bis der Prozess abgeschlossen ist. Folgendermaßen könnte das Ergebnis aussehen.
|
||||
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
~~~ bash
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
~~~
|
||||
|
||||
___
|
||||
|
||||
Lautet das Ergebnis `Data LOST: 0.00 Byte (0 sectors)` funktioniert deine SD Karte einwandfrei und du kannst alle `.h2w`-Dateien auf der SD Karte löschen
|
||||
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on your SD card
|
||||
{: .notice--success}
|
||||
|
||||
Falls der Test jedoch ein anderes Ergebnis anzeigen sollte, ist deine SD Karte möglicherweise korrupt oder beschädigt und du müsstest diese möglicherweise austauschen!
|
||||
{: .notice--danger}
|
||||
|
||||
Zurück zu [Los geht's](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ Basierend auf der Größe der SD Karte und der Geschwindigkeit deines Computers
|
||||
|
||||
Diese Seite ist nur für macOS-Nutzer. Falls du kein Mac System einsetzt, schau dir stattdessen die [H2testw (Windows)](h2testw-(windows)) oder [F3 (Linux)](f3-(linux)) Seiten an.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* Die neueste Version von [F3X](https://github.com/insidegui/F3X/releases/latest)
|
||||
|
||||
@ -33,5 +33,5 @@ Wenn der Test das Ergebnis `Success! Your card is ok!` anzeigt, ist deine SD Kar
|
||||
Falls der Test jedoch ein anderes Ergebnis anzeigen sollte, ist deine SD Karte möglicherweise korrupt oder beschädigt und du müsstest diese eventuell austauschen!
|
||||
{: .notice--danger}
|
||||
|
||||
Zurück zu [Los geht's](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -21,7 +21,7 @@ Die SD-Karte **darf nicht** `wiiu` genannt werden, sonst treten Probleme auf.
|
||||
Bevor du anfängst, solltest du deine SD-Karte auf Fehler überprüfen. Verwende dazu [H2testw (Windows)](h2testw-(windows)), [F3 (Linux)](f3-(linux)), oder [F3X (macOS)](f3x-(mac))!
|
||||
{: .notice--warning}
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* [`config.txt`]({{ base_path }}/images/config.txt)
|
||||
* Die neueste Version des [Homebrew App Store](https://github.com/vgmoose/hbas/releases/latest)
|
||||
@ -128,5 +128,5 @@ Beachte, dass sofern du nicht mit Hilfe dieser Methode Updates für alle aktuell
|
||||
|
||||
___
|
||||
|
||||
Mache weiter mit [Homebrew Launcher](homebrew-launcher)
|
||||
### Continue to [Homebrew Launcher](homebrew-launcher)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ Basierend auf der Größe der SD Karte und der Geschwindigkeit deines Computers
|
||||
|
||||
Diese Seite ist nur für Windowsnutzer gedacht. Falls du kein Windows System einsetzt, schau dir stattdessen die [F3 (Linux)](f3-(linux))(h2testw-(windows)) oder [F3X (Mac)](f3x-(mac)) Seiten an.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* Die neueste Version von [h2testw](http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip)
|
||||
|
||||
@ -36,5 +36,5 @@ Falls der Test das Ergebnis `Test finished without errors` anzeigt, dann ist dei
|
||||
Falls der Test jedoch ein anderes Ergebnis anzeigen sollte, ist deine SD Karte möglicherweise korrupt oder beschädigt und du müsstest diese eventuell austauschen!
|
||||
{: .notice--danger}
|
||||
|
||||
Zurück zu [Los geht's](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -10,7 +10,7 @@ Haxchi ist eine custom firmware die Signaturprüfungen und Regionsprüfungen pat
|
||||
|
||||
Haxchi ist ein Exploit, der es uns erlaubt CFW direkt vom Wii U Menü zu starten, ohne den Homebrew Launcher zu nutzen.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
+ Ein legal erworbenes DS Virtual Console Spiel aus der folgenden Liste, installiert im internen Speicher der Wii U
|
||||
+ Wenn du noch keines der kompatiblen Spiele installiert hast schau unter: [Anleitung](Anleitung)
|
||||
@ -39,5 +39,5 @@ Zurzeit musst du das DS Virtual Console Spiel bei jedem Neustart erneut laden um
|
||||
|
||||
<div class="notice--info">{{ notice-1 | markdownify }}</div>
|
||||
|
||||
Fahre fort mit [Coldboot Haxchi](coldboot-haxchi).
|
||||
### Continue to [Coldboot Haxchi](coldboot-haxchi).
|
||||
{: .notice--primary}
|
||||
|
@ -26,7 +26,7 @@ Alternatively, click [here](https://crowdin.com/project/wii-u-guide) to help to
|
||||
|
||||
## Was ist Homebrew?
|
||||
|
||||
[**Homebrew**](https://de.wikipedia.org/wiki/Homebrew) bezeichnet für gewöhnlich Software, die nicht von Nintendo autorisiert wurde. Es erlaubt dir, Homebrewspiele, -werkzeuge (wie z. B. Speicherstandbearbeitung/-backups), oder Emulatoren für verschiedene ältere Konsolen laufen zu lassen.
|
||||
[**Homebrew**](https://de.wikipedia.org/wiki/Homebrew) bezeichnet für gewöhnlich Software, die nicht von Nintendo autorisiert wurde. This includes homebrew tools, applications, games, and emulators.
|
||||
|
||||
Homebrew auf deiner Konsole laufen zu lassen ist 100% kostenlos, mit nichts außer dem Internetbrowser.
|
||||
|
||||
@ -60,5 +60,5 @@ Es wird empfohlen, dass deine SD-Karte mindestens 16GB oder 32GB groß ist, um g
|
||||
|
||||
___
|
||||
|
||||
Continue to [Get Started](get-started)
|
||||
### Continue to [Get Started](get-started)
|
||||
{: .notice--primary}
|
@ -51,7 +51,7 @@ ___
|
||||
|
||||
Diese Methode setzt vorraus dass du den oben genannten Exploit *nach jedem Neustart* anwendest. Es ist nicht empfohlen diese Methode auf Version 5.5.2 zu verwenden da der Web Exploit sehr instabil ist.
|
||||
|
||||
Continue to [Mocha CFW](mocha-cfw)
|
||||
### Continue to [Mocha CFW](mocha-cfw)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
||||
@ -60,7 +60,7 @@ ___
|
||||
|
||||
Die zweite Methode ist ein günstiges DS Virtual Console Spiel zu kaufen um die Custom Firmware automatisch beim Systemstart zu patchen. Dies ist *unbedingt nötig* für Nutzer der Version 5.5.2 da der Web Exploit sehr instabil ist.
|
||||
|
||||
Continue to [Haxchi](haxchi)
|
||||
### Continue to [Haxchi](haxchi)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
@ -29,5 +29,5 @@ ___
|
||||
Du musst jedes mal wenn die Wii U neu startet in den Homebrew Launcher und von dort aus Mocha CFW laden um ins gepatchte SysNAND zu gelangen.
|
||||
{: .notice}
|
||||
|
||||
Mache weiter mit [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -78,5 +78,5 @@ You may reconnect any USB devices after the installation has completed.
|
||||
**Never format your device while CBHC is installed or you will BRICK!**
|
||||
{: .notice--danger}
|
||||
|
||||
Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -6,57 +6,61 @@ title: "F3 (Linux)"
|
||||
|
||||
### Required Reading
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using F3.
|
||||
This is an add-on section for checking your SD card for errors using F3.
|
||||
|
||||
Depending on the size of your SD card and the speed of your computer, this process can take up to several hours!
|
||||
|
||||
This page is for Linux users only. If you are not on Linux, check out the [H2testw (Windows)](h2testw-(windows)) or [F3X (Mac)](f3x-(mac)) pages.
|
||||
This page is for Linux users only. If you are not on Linux, check out the [H2testw (windows)](h2testw-(windows)) or [F3X (mac)](f3x-(mac)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest version of [F3](https://github.com/AltraMayor/f3/archive/v6.0.zip)
|
||||
|
||||
### Instructions
|
||||
|
||||
1. Unzip the F3 `.zip` file
|
||||
1. `cd` into the F3 directory
|
||||
1. Unzip the f3 `.zip` file
|
||||
1. `cd` into the f3 directory
|
||||
1. Run `make` to compile F3
|
||||
1. Insert your SD card into your computer
|
||||
1. Mount your SD card
|
||||
1. Run `./f3write <your SD card mount point>`
|
||||
1. Run `./f3write <your sd card mount point>`
|
||||
1. Wait until the process is complete. See below for an example output.
|
||||
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~ bash
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~
|
||||
|
||||
1. Run `./f3read <your SD card mount point>`
|
||||
1. Run `./f3read <your sd card mount point>`
|
||||
1. Wait until the process is complete. See below for an example output.
|
||||
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
~~~ bash
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
~~~
|
||||
|
||||
___
|
||||
|
||||
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on the SD card
|
||||
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on your SD card
|
||||
{: .notice--success}
|
||||
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ Depending on the size of your SD card and the speed of your computer, this proce
|
||||
|
||||
This page is for Mac users only. If you are not on Mac, check out the [H2testw (Windows)](h2testw-(windows)) or [F3 (Linux)](f3-(linux)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest release of [F3X](https://github.com/insidegui/F3X/releases/latest)
|
||||
|
||||
@ -33,5 +33,5 @@ If the test shows the result `Success! Your card is ok!` your SD card is good an
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -21,7 +21,7 @@ Your SD card *cannot* be named `wiiu`, or it will cause problems.
|
||||
Before starting, you may want to check your SD card for errors using [H2testw (Windows)](h2testw-(windows)), [F3 (Linux)](f3-(linux)), or [F3X (Mac)](f3x-(mac))!
|
||||
{: .notice--warning}
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* [`config.txt`]({{ base_path }}/images/config.txt)
|
||||
* The latest release of [Homebrew App Store](https://github.com/vgmoose/hbas/releases/latest)
|
||||
@ -128,5 +128,5 @@ Note that, unless you block updates with this method on all current and future c
|
||||
|
||||
___
|
||||
|
||||
Continue to [Homebrew Launcher](homebrew-launcher)
|
||||
### Continue to [Homebrew Launcher](homebrew-launcher)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ Depending on the size of your SD card and the speed of your computer, this proce
|
||||
|
||||
This page is for Windows users only. If you are not on Windows, check out the [F3 (Linux)](f3-(linux)) or [F3X (Mac)](f3x-(mac)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest version of [h2testw](http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip)
|
||||
|
||||
@ -36,5 +36,5 @@ If the test shows the result `Test finished without errors`, your SD card is goo
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -10,7 +10,7 @@ Haxchi is a custom firmware that patches signature checks, region checks, and ru
|
||||
|
||||
Haxchi is an exploit that allows us to launch CFW directly from the system menu without using the Homebrew Launcher.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
+ A legitimate copy of one of the exploitable DS virtual console games installed to your Wii U's internal memory
|
||||
+ If you do not already have one of the exploitable games installed, see [Get Started](get-started)
|
||||
@ -39,5 +39,5 @@ Currently, you must launch the DS virtual console game every time you reboot in
|
||||
|
||||
<div class="notice--info">{{ notice-1 | markdownify }}</div>
|
||||
|
||||
Continue to [Coldboot Haxchi](coldboot-haxchi).
|
||||
### Continue to [Coldboot Haxchi](coldboot-haxchi).
|
||||
{: .notice--primary}
|
||||
|
@ -26,7 +26,7 @@ Alternatively, click [here](https://crowdin.com/project/wii-u-guide) to help to
|
||||
|
||||
## What is Homebrew?
|
||||
|
||||
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. It allows you to run homebrew games, tools like save editing and backup, and emulators for various older systems.
|
||||
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators.
|
||||
|
||||
Running homebrew on your console is 100% free using nothing but the system's browser.
|
||||
|
||||
@ -60,5 +60,5 @@ firmware to Coldboot Haxchi powered Mocha Custom Firmware. It utilizes homebrew
|
||||
|
||||
___
|
||||
|
||||
Continue to [Get Started](get-started)
|
||||
### Continue to [Get Started](get-started)
|
||||
{: .notice--primary}
|
@ -51,7 +51,7 @@ ___
|
||||
|
||||
This method requires that you rerun the web exploit used above *after every reboot*. It is not recommended that you use this on 5.5.2 as that version's web exploit is extremely unreliable.
|
||||
|
||||
Continue to [Mocha CFW](mocha-cfw)
|
||||
### Continue to [Mocha CFW](mocha-cfw)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
||||
@ -60,7 +60,7 @@ ___
|
||||
|
||||
This method uses a cheap exploitable DS Virtual Console game to launch your Custom Firmware automatically at boot. This is *essentially required* for users on 5.5.2 as the web exploit for that version is extremely unreliable.
|
||||
|
||||
Continue to [Haxchi](haxchi)
|
||||
### Continue to [Haxchi](haxchi)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
@ -29,5 +29,5 @@ ___
|
||||
You will need to launch Mocha CFW from the Homebrew Launcher every time you reboot in order to enter patched SysNAND.
|
||||
{: .notice}
|
||||
|
||||
Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -78,5 +78,5 @@ You may reconnect any USB devices after the installation has completed.
|
||||
**Never format your device while CBHC is installed or you will BRICK!**
|
||||
{: .notice--danger}
|
||||
|
||||
Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -6,57 +6,61 @@ title: "F3 (Linux)"
|
||||
|
||||
### Required Reading
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using F3.
|
||||
This is an add-on section for checking your SD card for errors using F3.
|
||||
|
||||
Depending on the size of your SD card and the speed of your computer, this process can take up to several hours!
|
||||
|
||||
This page is for Linux users only. If you are not on Linux, check out the [H2testw (Windows)](h2testw-(windows)) or [F3X (Mac)](f3x-(mac)) pages.
|
||||
This page is for Linux users only. If you are not on Linux, check out the [H2testw (windows)](h2testw-(windows)) or [F3X (mac)](f3x-(mac)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest version of [F3](https://github.com/AltraMayor/f3/archive/v6.0.zip)
|
||||
|
||||
### Instructions
|
||||
|
||||
1. Unzip the F3 `.zip` file
|
||||
1. `cd` into the F3 directory
|
||||
1. Unzip the f3 `.zip` file
|
||||
1. `cd` into the f3 directory
|
||||
1. Run `make` to compile F3
|
||||
1. Insert your SD card into your computer
|
||||
1. Mount your SD card
|
||||
1. Run `./f3write <your SD card mount point>`
|
||||
1. Run `./f3write <your sd card mount point>`
|
||||
1. Wait until the process is complete. See below for an example output.
|
||||
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~ bash
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~
|
||||
|
||||
1. Run `./f3read <your SD card mount point>`
|
||||
1. Run `./f3read <your sd card mount point>`
|
||||
1. Wait until the process is complete. See below for an example output.
|
||||
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
~~~ bash
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
~~~
|
||||
|
||||
___
|
||||
|
||||
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on the SD card
|
||||
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on your SD card
|
||||
{: .notice--success}
|
||||
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ Depending on the size of your SD card and the speed of your computer, this proce
|
||||
|
||||
This page is for Mac users only. If you are not on Mac, check out the [H2testw (Windows)](h2testw-(windows)) or [F3 (Linux)](f3-(linux)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest release of [F3X](https://github.com/insidegui/F3X/releases/latest)
|
||||
|
||||
@ -33,5 +33,5 @@ If the test shows the result `Success! Your card is ok!` your SD card is good an
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -21,7 +21,7 @@ Your SD card *cannot* be named `wiiu`, or it will cause problems.
|
||||
Before starting, you may want to check your SD card for errors using [H2testw (Windows)](h2testw-(windows)), [F3 (Linux)](f3-(linux)), or [F3X (Mac)](f3x-(mac))!
|
||||
{: .notice--warning}
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* [`config.txt`]({{ base_path }}/images/config.txt)
|
||||
* The latest release of [Homebrew App Store](https://github.com/vgmoose/hbas/releases/latest)
|
||||
@ -128,5 +128,5 @@ Note that, unless you block updates with this method on all current and future c
|
||||
|
||||
___
|
||||
|
||||
Continue to [Homebrew Launcher](homebrew-launcher)
|
||||
### Continue to [Homebrew Launcher](homebrew-launcher)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ Depending on the size of your SD card and the speed of your computer, this proce
|
||||
|
||||
This page is for Windows users only. If you are not on Windows, check out the [F3 (Linux)](f3-(linux)) or [F3X (Mac)](f3x-(mac)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest version of [h2testw](http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip)
|
||||
|
||||
@ -36,5 +36,5 @@ If the test shows the result `Test finished without errors`, your SD card is goo
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -10,7 +10,7 @@ Haxchi is a custom firmware that patches signature checks, region checks, and ru
|
||||
|
||||
Haxchi is an exploit that allows us to launch CFW directly from the system menu without using the Homebrew Launcher.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
+ A legitimate copy of one of the exploitable DS virtual console games installed to your Wii U's internal memory
|
||||
+ If you do not already have one of the exploitable games installed, see [Get Started](get-started)
|
||||
@ -39,5 +39,5 @@ Currently, you must launch the DS virtual console game every time you reboot in
|
||||
|
||||
<div class="notice--info">{{ notice-1 | markdownify }}</div>
|
||||
|
||||
Continue to [Coldboot Haxchi](coldboot-haxchi).
|
||||
### Continue to [Coldboot Haxchi](coldboot-haxchi).
|
||||
{: .notice--primary}
|
||||
|
@ -26,7 +26,7 @@ Alternatively, click [here](https://crowdin.com/project/wii-u-guide) to help to
|
||||
|
||||
## What is Homebrew?
|
||||
|
||||
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. It allows you to run homebrew games, tools like save editing and backup, and emulators for various older systems.
|
||||
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators.
|
||||
|
||||
Running homebrew on your console is 100% free using nothing but the system's browser.
|
||||
|
||||
@ -60,5 +60,5 @@ firmware to Coldboot Haxchi powered Mocha Custom Firmware. It utilizes homebrew
|
||||
|
||||
___
|
||||
|
||||
Continue to [Get Started](get-started)
|
||||
### Continue to [Get Started](get-started)
|
||||
{: .notice--primary}
|
@ -51,7 +51,7 @@ ___
|
||||
|
||||
This method requires that you rerun the web exploit used above *after every reboot*. It is not recommended that you use this on 5.5.2 as that version's web exploit is extremely unreliable.
|
||||
|
||||
Continue to [Mocha CFW](mocha-cfw)
|
||||
### Continue to [Mocha CFW](mocha-cfw)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
||||
@ -60,7 +60,7 @@ ___
|
||||
|
||||
This method uses a cheap exploitable DS Virtual Console game to launch your Custom Firmware automatically at boot. This is *essentially required* for users on 5.5.2 as the web exploit for that version is extremely unreliable.
|
||||
|
||||
Continue to [Haxchi](haxchi)
|
||||
### Continue to [Haxchi](haxchi)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
@ -29,5 +29,5 @@ ___
|
||||
You will need to launch Mocha CFW from the Homebrew Launcher every time you reboot in order to enter patched SysNAND.
|
||||
{: .notice}
|
||||
|
||||
Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -78,5 +78,5 @@ Puedes volver a conectar cualquier dispositivo USB luego de haber completado la
|
||||
**¡Nunca formatees tu consola mientras tenga CBHC instalado o tendrás un BRICK!**
|
||||
{: .notice--danger}
|
||||
|
||||
Continúa en [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continúa en [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -6,11 +6,11 @@ title: "F3 (Linux)"
|
||||
|
||||
### Lectura requerida
|
||||
|
||||
Esta página te guiará a través del proceso de comprobación de errores de tu tarjeta SD usando F3.
|
||||
Esta es una sección adicional para revisar tu tarjeta SD en busca de errores usando F3.
|
||||
|
||||
Dependiendo del tamaño tu tarjeta SD y la velocidad de tu computadora, ¡este proceso podría tardar varias horas!
|
||||
|
||||
Esta página es sólo para usuarios de Linux. Si no estás en Linux, revisa las páginas [H2testw (Windows)](h2testw-(windows)) o [F3X (Mac)](f3x-(mac)).
|
||||
Esta página es sólo para usuarios de Linux. Si no estás en Linux, revisa las páginas [H2testw (windows)](h2testw-(windows)) o [F3X (mac)](f3x-(mac)).
|
||||
|
||||
### Qué necesitas
|
||||
|
||||
@ -18,37 +18,41 @@ Esta página es sólo para usuarios de Linux. Si no estás en Linux, revisa las
|
||||
|
||||
### Instrucciones
|
||||
|
||||
1. Descomprime el archivo `.zip` de F3
|
||||
1. Haz `cd` al directorio de F3
|
||||
1. Descomprime el archivo `.zip` de f3
|
||||
1. Navega con `cd` al directorio de f3
|
||||
1. Ejecuta `make` para compilar F3
|
||||
1. Inserta tu tarjeta SD en tu computadora
|
||||
1. Monta tu tarjeta SD
|
||||
1. Ejecuta `./f3write <el punto de montaje de tu tarjeta SD>`
|
||||
1. Ejecuta `./f3write <punto de montaje de tu tarjeta sd>`
|
||||
1. Espera hasta que se complete el proceso. Revisa a continuación un ejemplo de resultado.
|
||||
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~ bash
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~
|
||||
|
||||
1. Ejecuta `./f3read <el punto de montaje de tu tarjeta SD>`
|
||||
1. Ejecuta `./f3read <punto de montaje de tu tarjeta sd>`
|
||||
1. Espera hasta que se complete el proceso. Revisa a continuación un ejemplo de resultado.
|
||||
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
~~~ bash
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
~~~
|
||||
|
||||
___
|
||||
|
||||
@ -58,5 +62,5 @@ Si la comprobación muestra el resultado `Data LOST: 0.00 Byte (0 sectors)` tu t
|
||||
Si la comprobación muestra otro tipo de resultado, ¡tu tarjeta SD puede estar corrupta o dañada y tendrás que reemplazarla!
|
||||
{: .notice--danger}
|
||||
|
||||
Regresa a [Comencemos](get-started)
|
||||
### Regresa a [Comencemos](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -33,5 +33,5 @@ Si la comprobación muestra el resultado `Success! Your card is ok!` tu tarjeta
|
||||
Si la comprobación muestra otro tipo de resultado, ¡tu tarjeta SD puede estar corrupta o dañada y tendrás que reemplazarla!
|
||||
{: .notice--danger}
|
||||
|
||||
Regresa a [Comencemos](get-started)
|
||||
### Regresa a [Comencemos](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -128,5 +128,5 @@ Tenga en cuenta que, a menos que bloquees las actualizaciones con este método e
|
||||
|
||||
___
|
||||
|
||||
Continúa a [Homebrew Launcher](homebrew-launcher)
|
||||
### Continúa a [Homebrew Launcher](homebrew-launcher)
|
||||
{: .notice--primary}
|
||||
|
@ -36,5 +36,5 @@ Si la comprobación muestra el resultado `Test finished without errors`, tu tarj
|
||||
Si la comprobación muestra otro tipo de resultado, ¡tu tarjeta SD puede estar corrupta o dañada y tendrás que reemplazarla!
|
||||
{: .notice--danger}
|
||||
|
||||
Regresa a [Comencemos](get-started)
|
||||
### Regresa a [Comencemos](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -39,5 +39,5 @@ Actualmente, debes iniciar tu juego de consola virtual de DS cada vez que reinic
|
||||
|
||||
<div class="notice--info">{{ notice-1 | markdownify }}</div>
|
||||
|
||||
Continúa en [Coldboot Haxchi](coldboot-haxchi).
|
||||
### Continúa en [Coldboot Haxchi](coldboot-haxchi).
|
||||
{: .notice--primary}
|
||||
|
@ -26,7 +26,7 @@ Alternativamente, haz clic [aquí](https://crowdin.com/project/wii-u-guide) para
|
||||
|
||||
## ¿Qué es Homebrew?
|
||||
|
||||
[**Homebrew**](https://es.wikipedia.org/wiki/Homebrew) suele referirse a software no autorizado por Nintendo. Esto te permite ejecutar varios juegos caseros, herramientas para editar y respaldar partidas y emuladores de varios sistemas antiguos.
|
||||
[**Homebrew**](https://es.wikipedia.org/wiki/Homebrew) suele referirse a software no autorizado por Nintendo. Esto incluye herramientas de homebrew, aplicaciones, juegos y emuladores.
|
||||
|
||||
Ejecutar homebrew en tu consola es 100% gratuito usando nada más que el navegador de internet de la consola.
|
||||
|
||||
@ -60,5 +60,5 @@ Respaldar, editar y restaurar partidas guardadas de muchos juegos
|
||||
|
||||
___
|
||||
|
||||
Continúa en [Comencemos](get-started)
|
||||
### Continúa en [Comencemos](get-started)
|
||||
{: .notice--primary}
|
@ -51,7 +51,7 @@ ___
|
||||
|
||||
Este método requiere que vuelvas a ejecutar el exploit web utilizado anteriormente *después de cada reinicio*. Se recomienda que utilices esto en la 5.5.2 ya que la versión web del exploit es extremadamente poco confiable.
|
||||
|
||||
Continúa a [Mocha CFW](mocha-cfw)
|
||||
### Continúa a [Mocha CFW](mocha-cfw)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
||||
@ -60,7 +60,7 @@ ___
|
||||
|
||||
Este método utiliza un juego de la consola virtual de DS barato y vulnerable para ejecutar Custom Firmware automáticamente al encender la consola. Esto es *esencialmente requerido* para usuarios de la 5.5.2 ya que el exploit web para esa versión es extremadamente poco confiable.
|
||||
|
||||
Continúa a [Haxchi](haxchi)
|
||||
### Continúa a [Haxchi](haxchi)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
@ -29,5 +29,5 @@ ___
|
||||
Necesitarás iniciar Mocha CFW desde el Homebrew Launcher cada vez que reinicias para iniciar la SysNAND modificada.
|
||||
{: .notice}
|
||||
|
||||
Continúa en [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continúa en [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -78,5 +78,5 @@ You may reconnect any USB devices after the installation has completed.
|
||||
**Never format your device while CBHC is installed or you will BRICK!**
|
||||
{: .notice--danger}
|
||||
|
||||
Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -6,57 +6,61 @@ title: "F3 (Linux)"
|
||||
|
||||
### Required Reading
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using F3.
|
||||
This is an add-on section for checking your SD card for errors using F3.
|
||||
|
||||
Depending on the size of your SD card and the speed of your computer, this process can take up to several hours!
|
||||
|
||||
This page is for Linux users only. If you are not on Linux, check out the [H2testw (Windows)](h2testw-(windows)) or [F3X (Mac)](f3x-(mac)) pages.
|
||||
This page is for Linux users only. If you are not on Linux, check out the [H2testw (windows)](h2testw-(windows)) or [F3X (mac)](f3x-(mac)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest version of [F3](https://github.com/AltraMayor/f3/archive/v6.0.zip)
|
||||
|
||||
### Instructions
|
||||
|
||||
1. Unzip the F3 `.zip` file
|
||||
1. `cd` into the F3 directory
|
||||
1. Unzip the f3 `.zip` file
|
||||
1. `cd` into the f3 directory
|
||||
1. Run `make` to compile F3
|
||||
1. Insert your SD card into your computer
|
||||
1. Mount your SD card
|
||||
1. Run `./f3write <your SD card mount point>`
|
||||
1. Run `./f3write <your sd card mount point>`
|
||||
1. Wait until the process is complete. See below for an example output.
|
||||
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~ bash
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~
|
||||
|
||||
1. Run `./f3read <your SD card mount point>`
|
||||
1. Run `./f3read <your sd card mount point>`
|
||||
1. Wait until the process is complete. See below for an example output.
|
||||
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
~~~ bash
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
~~~
|
||||
|
||||
___
|
||||
|
||||
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on the SD card
|
||||
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on your SD card
|
||||
{: .notice--success}
|
||||
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ Depending on the size of your SD card and the speed of your computer, this proce
|
||||
|
||||
This page is for Mac users only. If you are not on Mac, check out the [H2testw (Windows)](h2testw-(windows)) or [F3 (Linux)](f3-(linux)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest release of [F3X](https://github.com/insidegui/F3X/releases/latest)
|
||||
|
||||
@ -33,5 +33,5 @@ If the test shows the result `Success! Your card is ok!` your SD card is good an
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -21,7 +21,7 @@ Your SD card *cannot* be named `wiiu`, or it will cause problems.
|
||||
Before starting, you may want to check your SD card for errors using [H2testw (Windows)](h2testw-(windows)), [F3 (Linux)](f3-(linux)), or [F3X (Mac)](f3x-(mac))!
|
||||
{: .notice--warning}
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* [`config.txt`]({{ base_path }}/images/config.txt)
|
||||
* The latest release of [Homebrew App Store](https://github.com/vgmoose/hbas/releases/latest)
|
||||
@ -128,5 +128,5 @@ Note that, unless you block updates with this method on all current and future c
|
||||
|
||||
___
|
||||
|
||||
Continue to [Homebrew Launcher](homebrew-launcher)
|
||||
### Continue to [Homebrew Launcher](homebrew-launcher)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ Depending on the size of your SD card and the speed of your computer, this proce
|
||||
|
||||
This page is for Windows users only. If you are not on Windows, check out the [F3 (Linux)](f3-(linux)) or [F3X (Mac)](f3x-(mac)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* The latest version of [h2testw](http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip)
|
||||
|
||||
@ -36,5 +36,5 @@ If the test shows the result `Test finished without errors`, your SD card is goo
|
||||
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
|
||||
{: .notice--danger}
|
||||
|
||||
Return to [Get Started](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -10,7 +10,7 @@ Haxchi is a custom firmware that patches signature checks, region checks, and ru
|
||||
|
||||
Haxchi is an exploit that allows us to launch CFW directly from the system menu without using the Homebrew Launcher.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
+ A legitimate copy of one of the exploitable DS virtual console games installed to your Wii U's internal memory
|
||||
+ If you do not already have one of the exploitable games installed, see [Get Started](get-started)
|
||||
@ -39,5 +39,5 @@ Currently, you must launch the DS virtual console game every time you reboot in
|
||||
|
||||
<div class="notice--info">{{ notice-1 | markdownify }}</div>
|
||||
|
||||
Continue to [Coldboot Haxchi](coldboot-haxchi).
|
||||
### Continue to [Coldboot Haxchi](coldboot-haxchi).
|
||||
{: .notice--primary}
|
||||
|
@ -26,7 +26,7 @@ Alternatively, click [here](https://crowdin.com/project/wii-u-guide) to help to
|
||||
|
||||
## What is Homebrew?
|
||||
|
||||
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. It allows you to run homebrew games, tools like save editing and backup, and emulators for various older systems.
|
||||
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators.
|
||||
|
||||
Running homebrew on your console is 100% free using nothing but the system's browser.
|
||||
|
||||
@ -60,5 +60,5 @@ firmware to Coldboot Haxchi powered Mocha Custom Firmware. It utilizes homebrew
|
||||
|
||||
___
|
||||
|
||||
Continue to [Get Started](get-started)
|
||||
### Continue to [Get Started](get-started)
|
||||
{: .notice--primary}
|
@ -51,7 +51,7 @@ ___
|
||||
|
||||
This method requires that you rerun the web exploit used above *after every reboot*. It is not recommended that you use this on 5.5.2 as that version's web exploit is extremely unreliable.
|
||||
|
||||
Continue to [Mocha CFW](mocha-cfw)
|
||||
### Continue to [Mocha CFW](mocha-cfw)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
||||
@ -60,7 +60,7 @@ ___
|
||||
|
||||
This method uses a cheap exploitable DS Virtual Console game to launch your Custom Firmware automatically at boot. This is *essentially required* for users on 5.5.2 as the web exploit for that version is extremely unreliable.
|
||||
|
||||
Continue to [Haxchi](haxchi)
|
||||
### Continue to [Haxchi](haxchi)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
@ -29,5 +29,5 @@ ___
|
||||
You will need to launch Mocha CFW from the Homebrew Launcher every time you reboot in order to enter patched SysNAND.
|
||||
{: .notice}
|
||||
|
||||
Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -78,5 +78,5 @@ Vous pouvez reconnecter tous les périphériques USB une fois l’installation t
|
||||
**Ne formatez jamais votre Wii U alors que CBHC est installé ou vous BRICKEREZ !**
|
||||
{: .notice--danger}
|
||||
|
||||
Continuez vers [Homebrew Launcher (Chaîne)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
@ -6,57 +6,61 @@ title: "F3 (Linux)"
|
||||
|
||||
### Required Reading
|
||||
|
||||
Cette page vous décrira les étapes nécessaires à la vérification d'erreurs sur votre carte SD en utilisant F3.
|
||||
This is an add-on section for checking your SD card for errors using F3.
|
||||
|
||||
En fonction de la taille de votre carte SD et de la vitesse de votre ordinateur, ce processus peut prendre plusieurs heures!
|
||||
|
||||
Ces instructions ne concernent que les utilisateurs Linux. Si vous n'êtes pas sous Linux, utilisez [H2testw (windows)](h2testw-(windows)) ou [F3X (mac)](f3x-(mac)).
|
||||
Ces instructions ne concernent que les utilisateurs Linux. If you are not on Linux, check out the [H2testw (windows)](h2testw-(windows)) or [F3X (mac)](f3x-(mac)) pages.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* La dernière version de [F3](https://github.com/AltraMayor/f3/archive/v6.0.zip)
|
||||
|
||||
### Instructions
|
||||
|
||||
1. Décompressez le fichier F3 `.zip`
|
||||
1. `cd` dans le répertoire F3
|
||||
1. Unzip the f3 `.zip` file
|
||||
1. `cd` into the f3 directory
|
||||
1. Lancez `make` pour compiler F3
|
||||
1. Insérez votre carte SD dans votre ordinateur
|
||||
1. Montez votre carte SD
|
||||
1. Exécutez la commande `./f3write <your SD card mount point>`
|
||||
1. Run `./f3write <your sd card mount point>`
|
||||
1. Attendez la fin de l'opération. Voir ci-dessous pour un exemple de sortie terminal.
|
||||
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~ bash
|
||||
$ ./f3write /media/michel/6135-3363/
|
||||
Free space: 29.71 GB
|
||||
Creating file 1.h2w ... OK!
|
||||
...
|
||||
Creating file 30.h2w ... OK!
|
||||
Free space: 0.00 Byte
|
||||
Average Writing speed: 4.90 MB/s
|
||||
~~~
|
||||
|
||||
1. Exécutez la commande `./f3read <your SD card mount point>`
|
||||
1. Run `./f3read <your sd card mount point>`
|
||||
1. Attendez la fin de l'opération. Voir ci-dessous pour un exemple de sortie terminal.
|
||||
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
~~~ bash
|
||||
$ ./f3read /media/michel/6135-3363/
|
||||
SECTORS ok/corrupted/changed/overwritten
|
||||
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
|
||||
...
|
||||
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
|
||||
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
Data OK: 29.71 GB (62309312 sectors)
|
||||
Data LOST: 0.00 Byte (0 sectors)
|
||||
Corrupted: 0.00 Byte (0 sectors)
|
||||
Slightly changed: 0.00 Byte (0 sectors)
|
||||
Overwritten: 0.00 Byte (0 sectors)
|
||||
Average Reading speed: 9.42 MB/s
|
||||
~~~
|
||||
|
||||
___
|
||||
|
||||
Si le test présente le résultat `Data LOST: 0.00 Byte (0 sectors)`, votre carte SD est en bon état et vous êtes libres de supprimer tous les fichiers `.h2w`présents sur la carte SD
|
||||
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on your SD card
|
||||
{: .notice--success}
|
||||
|
||||
Si le test présente n'importe quel autre résultat, votre carte SD est peut être corrompue ou endommagée et vous serez peut être amenés à la remplacer!
|
||||
{: .notice--danger}
|
||||
|
||||
Retournez vers [Bien démarrer](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ En fonction de la taille de votre carte SD et de la vitesse de votre ordinateur,
|
||||
|
||||
Cette page est pour les utilisateurs de Mac uniquement. Si vous n’êtes pas sur Mac, consultez [H2testw (Windows)](h2testw-(windows)) ou [F3 (Linux)](f3-(linux)).
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* La dernière version de [F3X](https://github.com/insidegui/F3X/releases/latest)
|
||||
|
||||
@ -33,5 +33,5 @@ Si le test affiche le résultat `Success! Your card is ok!`votre carte SD est bo
|
||||
Si le test présente n'importe quel autre résultat, votre carte SD est peut être corrompue ou endommagée et vous serez peut être amenés à la remplacer!
|
||||
{: .notice--danger}
|
||||
|
||||
Retournez vers [Bien démarrer](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -21,7 +21,7 @@ Votre carte SD *NE DOIT PAS* être renommée `wiiu`, ou cela provoquera des dysf
|
||||
Avant de commencer, il serait de bonne garde de vérifier l'intégrité de votre carte SD. Pour traquer les éventuelles erreurs qu'elle peut contenir, ce programme devrait vous convenir : [H2testw (Windows)](h2testw-(windows)), [F3 (Linux)](f3-(linux)), ou [F3X (Mac)](f3x-(mac))!
|
||||
{: .notice--warning}
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* [`config.txt`]({{ base_path }}/images/config.txt)
|
||||
* La dernière version de [Homebrew App Store](https://github.com/vgmoose/hbas/releases/latest)
|
||||
@ -128,5 +128,5 @@ Notez que, à moins que vous bloquez les mises à jour avec cette méthode sur t
|
||||
|
||||
___
|
||||
|
||||
Continuer vers [Homebrew Launcher](homebrew-launcher)
|
||||
### Continue to [Homebrew Launcher](homebrew-launcher)
|
||||
{: .notice--primary}
|
||||
|
@ -12,7 +12,7 @@ Dépendant de la capacité de votre carte SD et la vitesse d'exécution de votre
|
||||
|
||||
Cette page est destinée aux utilisateurs de Windows uniquement. Si vous n’êtes pas sous Windows, consultez [F3 (Linux)](f3-(linux)) ou [F3X (Mac)](f3x-(mac)).
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
* La dernière version de [h2testw](http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip)
|
||||
|
||||
@ -36,5 +36,5 @@ Si le test affiche le résultat `Test finished without errors`, votre carte SD e
|
||||
Si le test montre tout autre résultat, votre carte SD peut être corrompu ou endommagé et vous devrez la remplacer !
|
||||
{: .notice--danger}
|
||||
|
||||
Retournez vers [Bien démarrer](get-started)
|
||||
### Return to [Get Started](get-started)
|
||||
{: .notice--primary}
|
||||
|
@ -10,7 +10,7 @@ Haxchi est un custom firmware qui patche le contrôle des signatures, la vérifi
|
||||
|
||||
Haxchi est un exploit qui permet de lancer le CFW directement depuis le menu d'accueil sans utiliser l'Homebrew Launcher.
|
||||
|
||||
### What you need
|
||||
### What You Need
|
||||
|
||||
+ Une copie légitime de l'un des jeux de DS "Console Virtuelle" exploitables installée dans la mémoire interne de votre Wii U
|
||||
+ Si vous n'avez pas encore l'un des jeux exploitables installé sur votre console, allez voir [Pour Commencer](get-started)
|
||||
@ -39,5 +39,5 @@ Actuellement, vous devez lancer le jeu DS Console Virtuelle à chaque fois que v
|
||||
|
||||
<div class="notice--info">{{ notice-1 | markdownify }}</div>
|
||||
|
||||
Continuer vers [Coldboot Haxchi](coldboot-haxchi).
|
||||
### Continue to [Coldboot Haxchi](coldboot-haxchi).
|
||||
{: .notice--primary}
|
||||
|
@ -26,7 +26,7 @@ Alternatively, click [here](https://crowdin.com/project/wii-u-guide) to help to
|
||||
|
||||
## Qu'est-ce que les Homebrews?
|
||||
|
||||
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) signifie habituellement "les logiciels non autorisé par Nintendo". Cela vous permet de lancer des jeux homebrew (fait maison), des outils comme des éditeurs de sauvegarde et de backup (récupération), et des émulateurs pour d'anciennes consoles.
|
||||
[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) signifie habituellement "les logiciels non autorisé par Nintendo". This includes homebrew tools, applications, games, and emulators.
|
||||
|
||||
Lancer des homebrews sur votre console est 100% gratuit en n'utilisant rien d'autre que le navigateur de la console.
|
||||
|
||||
@ -60,5 +60,5 @@ et d'installer Coldboot Haxchi avec le Custom Firmware Mocha. Ce guide utilise d
|
||||
|
||||
___
|
||||
|
||||
Continue to [Get Started](get-started)
|
||||
### Continue to [Get Started](get-started)
|
||||
{: .notice--primary}
|
@ -51,7 +51,7 @@ ___
|
||||
|
||||
Cette méthode nécessite que vous ré-exécutiez l'exploit du navigateur utilisé ci-dessus *après chaque redémarrage*. Il est déconseillé d'utiliser cette méthode sur les consoles en 5.5.2 car l'exploit du navigateur n'est pas fiable.
|
||||
|
||||
Continue to [Mocha CFW](mocha-cfw)
|
||||
### Continue to [Mocha CFW](mocha-cfw)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
||||
@ -60,7 +60,7 @@ ___
|
||||
|
||||
Cette méthode utilise un jeu de DS "Console Virtuelle" à petit prix pour lancer le Custom Firmware automatiquement au démarrage. Elle est *essentiellement requise* pour les utilisateurs de la version 5.5.2 car l'exploit du navigateur pour cette version n'est pas fiable.
|
||||
|
||||
Continue to [Haxchi](haxchi)
|
||||
### Continue to [Haxchi](haxchi)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
@ -29,5 +29,5 @@ ___
|
||||
Vous devrez lancer Mocha CFW depuis le Homebrew Launcher chaque fois que vous redémarrez afin d'entrer dans la SysNAND patché.
|
||||
{: .notice}
|
||||
|
||||
Continuez vers [Homebrew Launcher (Chaîne)](homebrew-launcher-(channel)).
|
||||
### Continue to [Homebrew Launcher (Channel)](homebrew-launcher-(channel)).
|
||||
{: .notice--primary}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user