Guide_Wii/_pages/en_US/bluebomb.md
2020-04-24 11:26:41 +01:00

4 KiB

title
BlueBomb

{% include toc title="Table of Contents" %}

If you need help with anything regarding this tutorial, please join the Wii mini Hacking Discord server (recommended) {: .notice--info}

BlueBomb

Bluebomb is an exploit that takes advantage of a flaw in the Wii and Wii mini's Bluetooth libraries. Although it is the only exploit that works for the Wii mini, BlueBomb can run on the original Wii as well. This exploit also enables recovery from certain bricks, such as a banner brick.

For the original Wii, we recommend using another exploit 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. {: .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; instead, enable Linux in ChromeOS.
    • 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
      • 32-bit devices will require Ubuntu 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 flash a Linux install to a USB flash drive 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.
  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-character 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
  5. Launch your Linux distro, and ensure you are connected to the internet.
  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
  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 determined by the last letter of the System Menu version (U for USA and E for PAL models).
  • If you have selected a Wii you will be asked to provide your Wii System Menu Version (What you determined in step 4)
  1. Turn on your console and do not connect any Wiimotes.
  2. Press the Sync button repeatedly until the terminal shows got connection handle. This could take numerous attempts, so don't give up.

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, proceed to installing the Homebrew Channel and BootMii {: .notice--info}

If using a Wii mini, proceed to installing the Homebrew Channel {: .notice--info}