changed wording around
This commit is contained in:
parent
1f15c2c152
commit
8752f38bea
1 changed files with 11 additions and 15 deletions
|
@ -40,23 +40,19 @@ This exploit will not work on a Wii U's vWii. Please follow [this guide instead]
|
||||||
![SystemMenuVersion](/images/Wii/SystemMenuVersion.png)
|
![SystemMenuVersion](/images/Wii/SystemMenuVersion.png)
|
||||||
|
|
||||||
1. Start the Linux Operating System. If you do not have it installed on your computer, you can temporarily install and boot it from a flash drive (not the one used for the HackMii installer) You can follow [this guide](https://ubuntu.com/tutorials/tutorial-create-a-usb-stick-on-windows#1-overview) to get help with that. As an ISO, provide the ISO linked in Section I that fits your configuration.
|
1. Start the Linux Operating System. If you do not have it installed on your computer, you can temporarily install and boot it from a flash drive (not the one used for the HackMii installer) You can follow [this guide](https://ubuntu.com/tutorials/tutorial-create-a-usb-stick-on-windows#1-overview) to get help with that. As an ISO, provide the ISO linked in Section I that fits your configuration.
|
||||||
1. Open the Linux Terminal by pressing `Ctrl + Shift + T` or by opening it from the app menu.
|
1. Open the Linux Terminal by pressing `Ctrl + Shift + T` or by opening it from the app menu and run these commands
|
||||||
1. Type the following command to Download the automatic installer for BlueBomb: `wget https://github.com/RiiConnect24/Wii-Guide/tree/master/assets/files/bluebomb-helper.sh`.
|
```
|
||||||
1. Type this command to make the file executable: `chmod a+x bluebomb-helper.sh`.
|
wget https://github.com/RiiConnect24/Wii-Guide/tree/master/assets/files/bluebomb-helper.sh
|
||||||
1. Now, type this command to start the installer `./bluebomb-helper.sh`
|
chmod a+x bluebomb-helper.sh
|
||||||
1. Wait until the installer checks that BlueBomb can be ran on your computer and downloads the required files.
|
./bluebomb-helper.sh
|
||||||
1. Once you are asked for your console type, type either `1` for a Wii console or `2` for a Wii mini.
|
```
|
||||||
1.
|
1. The helper will then download the required files, and ask for information about your console.
|
||||||
- If you have selected a Wii mini you will be asked to provide your region. This can be found in the original packaging, the bottom of the console (RVL-201(EUR) for PAL or RVL-201(USA) for NTSC models) or can be determined by the last digit of the System Menu version (`4.3E` for PAL and `4.3U` for NTSC). Either type in `1` for NTSC or `2` for PAL.
|
- If you have selected a Wii mini you will be asked to provide your region. This can be found in the original packaging, the bottom of the console (RVL-201(EUR) for PAL or RVL-201(USA) for NTSC models) or can be determined by the last digit of
|
||||||
|
Make sure that the console is close to the computer running the exploit, Ideally it should be less than 3Ft.
|
||||||
- If you have selected an original Wii, you will be asked to provide the System Menu version that you took note of before. Just type in the 4-digit code (without the `Ver.` part). It should be something like this: `4.3U`.
|
|
||||||
1. Hit enter to start the exploit. If you are asked for a password, type it in and press enter. If you are using Linux from a flash drive, just hit enter. The terminal should now print `Waiting to accept`.
|
|
||||||
|
|
||||||
Make sure that the console is close to the computer running the console, Ideally it should be less than 3Ft.
|
|
||||||
{: .notice--info}
|
{: .notice--info}
|
||||||
|
|
||||||
1. Turn on your console by the built-in button and make sure **NO controllers are connected!!!**
|
1. Turn on your consoe and **do not** connect any Wiimotes
|
||||||
1. Hit the Sync red button on your console repeatedly until the terminal prints: `Got connection handle:`
|
1. Press the Sync button repeatedly until the terminal shows `got connection handle`
|
||||||
The console should now boot to the HackMii installer (If you are using a Wii mini do **not** attempt to install BootMii).
|
The console should now boot to the HackMii installer (If you are using a Wii mini do **not** attempt to install BootMii).
|
||||||
|
|
||||||
[Continue to Homebrew Channel and BootMii Installation](hbc)
|
[Continue to Homebrew Channel and BootMii Installation](hbc)
|
||||||
|
|
Loading…
Reference in a new issue