Update bluebomb.md

This commit is contained in:
NightScript 2020-04-06 12:12:14 -07:00 committed by GitHub
parent 0c133c72e0
commit d76b1923d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,46 +14,49 @@ Bluebomb is an exploit that takes advantage of a flaw in the Wii and Wii mini's
For the original Wii, we recommend using [another exploit](/get-started) instead if you intend to install the Homebrew Channel and/or BootMii.
{: .notice--info}
This exploit will not work on a Wii U's vWii. Please follow [this guide instead](https://wiiuguide.xyz/#/vwii/).
This exploit will not work on a Wii U's vWii. Please follow [this guide](https://wiiuguide.xyz/#/vwii/) instead.
{: .notice--warning}
#### Section I - What you need
- A Linux machine
- If you are using a Chromebook, you do not need to install another Operating System. You can enable [Linux in ChromeOS](https://support.google.com/chromebook/answer/9145439?hl=en)
- If you are using a Chromebook, you do not need to install another Operating System; instead, enable [Linux in ChromeOS](https://support.google.com/chromebook/answer/9145439?hl=en).
- If you have a Raspberry Pi, you can use that instead as it most likely has Linux preinstalled.
- Using Windows Subsystem for Linux will **not** work, due to the inability to access `systemctl`.
- If you do not have Linux, Ubuntu is the most user-friendly option
- If you do not have Linux, [Ubuntu](https://ubuntu.com/download/desktop) is the most user-friendly option
- 32-bit devices will require [Ubuntu 16.04](http://releases.ubuntu.com/16.04/)
- For 64-bit devices it is recommended to use the LTS edition due to its stability, but the latest release works as well You can download both from the [Ubuntu website](https://ubuntu.com/download/desktop).
- A Bluetooth adapter (an internal one will work). If you do not have one, make sure to get one compatible with Linux.
- A USB flash Drive formatted as FAT32 (preferably blank).
- For 64-bit devices it is recommended to use the LTS edition due to its stability, but the latest release works as well.
- You can [flash a Linux install to a USB flash drive](https://ubuntu.com/tutorials/tutorial-create-a-usb-stick-on-windows#1-overview) if you'd not like to install it to your computer.
- A Bluetooth adapter.
- An internal Bluetooth adapter will work.
- If you do not have one, make sure to get one compatible with Linux.
- A USB flash Drive formatted as FAT32.
- This cannot be the same flash drive used for your Linux Machine
#### Section II - Performing the exploit
1. Download the HackMii installer from [the BootMii website](https://bootmii.org/download/).
1. Unpack it and place the `boot.elf` file in your flash drive.
1. Connect the flash drive to the console. For a Wii mini, the USB port is on the back. For a normal Wii, use the bottom port. (or the right port if it's upright).
1. Turn on your console and navigate to the settings menu. On the top right corner you should see a 4-digit code like the one in the picture below. This code is your System Menu version, take a note of this as you will need it later. Afterwards, turn your console off.
2. Unpack it and place the `boot.elf` file in your flash drive.
3. Connect the flash drive to the console. For a Wii mini, the USB port is on the back. For a normal Wii, use the bottom port. (or the right port if it's upright).
4. Turn on your console and navigate to the settings menu. On the top right corner you should see a 4-digit code like the one in the picture below. This code is your System Menu version, take a note of this as you will need it later. Afterwards, turn your console off.
![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 create the bootable USB drive. Note that it will not make any permanent changes to your computer unless you select the installation option. 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 and run these commands:
`wget https://raw.githubusercontent.com/RiiConnect24/Wii-Guide/master/assets/files/bluebomb-helper.sh`
`chmod +x bluebomb-helper.sh`
`./bluebomb-helper.sh`
1. The helper will then download the required files, and ask for information about your console.
5. Launch your Linux Distro
6. Open the Linux Terminal by pressing `Ctrl + Shift + T`.
7. Run the following commands:
- `wget https://raw.githubusercontent.com/RiiConnect24/Wii-Guide/master/assets/files/bluebomb-helper.sh`
- `chmod +x bluebomb-helper.sh`
- `./bluebomb-helper.sh`
8. 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 (U for NTSC and E for PAL models).
- If you have selected a Wii you will be asked to provide your System Menu Version that you took note of before.
1. Turn on your console and **do not** connect any Wiimotes.
1. Press the Sync button repeatedly until the terminal shows `got connection handle`
The console should now boot to the HackMii installer.
9. Turn on your console and **do not** connect any Wiimotes.
10. Press the Sync button repeatedly until the terminal shows `got connection handle`
Make sure that the console is close to the computer running the exploit, Ideally it should be less than 3 feet.
{: .notice--info}
The console should now boot to the HackMii installer. You can now shutdown your Linux computer if you are not planning to use it later.
[If using a Wii, follow this guide](hbc)
[If using a Wii, proceed to installing the Homebrew Channel and BootMii](hbc)
{: .notice--info}
[If using a Wii mini, follow this guide](hbc-mini)
[If using a Wii mini, proceed to installing the Homebrew Channel](hbc-mini)
{: .notice--info}