0098.html 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>BlueBomb Wii Homebrew Method from Linux Virtualbox VM</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  7. <script type="text/javascript">
  8. $(function(){
  9. $('textarea').each(function(i,e){
  10. theTextarea = $(this);
  11. theTextarea.height((theTextarea[0].scrollHeight-5) +'px');
  12. });
  13. $('li').each(function(i,e){
  14. var uuid = 'li_' + Math.floor(Math.random() * Math.floor(1000000)).toString() + '_' + i.toString();
  15. $(this).contents().wrap('<span id="'+ uuid +'"><label for="cb_'+ uuid +'"></label></span>');
  16. $(this).prepend('<input type="checkbox" class="completeBox" id="cb_' + uuid +'" rel="'+ uuid +'" />')
  17. });
  18. $('code,div.codeBlock,textarea.codeBlock').each(function(i,e){
  19. theElement = $(this);
  20. var lines = theElement.html().split("\n");
  21. theElement.empty();
  22. for(l=0;l<lines.length;l++){
  23. if($.trim(lines[l]) != '' && $.trim(lines[l]).substr(0,1) != '#' && $.trim(lines[l]).indexOf(' #') == -1 && lines[l].substr(0, 4).toUpperCase() != 'REM '){
  24. theElement.append('<input type="image" src="images/clipboard.png" value="" class="copy-text" rel="copy_'+ i +'_'+ l +'" data-clipboard-text="'+ lines[l].replace(/"/g, '&quot;') +'" /><span id="copy_'+ i +'_'+ l +'">'+ lines[l] +'</span>');
  25. } else {
  26. theElement.append(lines[l]);
  27. }
  28. }
  29. });
  30. $(document).on('click','input.copy-text',function(){
  31. theButton = $(this);
  32. $('input.copy-text').attr('src','images/clipboard.png');
  33. $('span.copy-animation').removeClass('copy-animation');
  34. try {
  35. $('#'+ theButton.attr('rel')).addClass('copy-animation');
  36. navigator.clipboard.writeText(theButton.data('clipboard-text').replace(/<[^>]*>?/gm, ''));
  37. theButton.attr('src','images/clipboard_active.png');
  38. } catch(err) {
  39. }
  40. return false;
  41. });
  42. $(document).on('click','input.completeBox',function(){
  43. theBox = $(this);
  44. $('#'+ theBox.attr('rel')).addClass('strikethrough');
  45. theBox.prop('disabled',true);
  46. theBox.parent('li').prevAll().each(function(i,e){
  47. theLI = $(this);
  48. if(theLI.find('input[type=checkbox]').not(':checked')){
  49. $('#'+ theLI.find('input[type=checkbox]').attr('rel')).addClass('strikethrough');
  50. theLI.find('input[type=checkbox]').prop('checked',true).prop('disabled',true);
  51. }
  52. });
  53. });
  54. if(window.self !== window.top){
  55. window.parent.$('iframe.stepsFrame').height((this['scrollingElement']['scrollHeight']+20) +'px');
  56. }
  57. });
  58. </script>
  59. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  60. </head>
  61. <body>
  62. <div id="gridContainer">
  63. <div class="topMargin"></div>
  64. <div id="listName" class="topMargin">
  65. <h1>BlueBomb Wii Homebrew Method from Linux Virtualbox VM</h1>
  66. </div>
  67. <div></div>
  68. <div id="content">
  69. <h2>Setting up the Virtual Machine</h2>
  70. <ul>
  71. <li>A USB flash drive (any size, the file is about 2 MB)</li>
  72. <li>A USB Bluetooth adapter compatible with Linux</li>
  73. </ul>
  74. <h2>Setting up the Virtual Machine</h2>
  75. <ol>
  76. <li>Download Virtualbox and&nbsp;Virtualbox Extension Pack <a href="https://www.virtualbox.org/wiki/Downloads" target="_blank">Download</a></li>
  77. <li>Download a Linux Distro (I&#39;m using Lubuntu x86) <a href="https://lubuntu.net/downloads/" target="_blank">Download</a></li>
  78. <li>Download the BootMii installer <a href="https://bootmii.org/download/" target="_blank">Download</a></li>
  79. <li>Format the USB flash drive to the FAT32 filesystem
  80. <ul>
  81. <li>This will erase all data on the drive, make sure you select the correct drive and that it doesn&#39;t contain anything important</li>
  82. </ul>
  83. </li>
  84. <li>Copy boot.elf from the downloaded hackmii_installer_v1.2.zip and paste it on the root of the USB flash drive</li>
  85. <li>Safely remove the flash drive and insert it into the Wii using the USB port closest to the edge of the console</li>
  86. <li>Install Virtualbox</li>
  87. <li>Install the Virtualbox Extension Pack</li>
  88. <li>Launch Virtualbox</li>
  89. <li>Create a New VM by selecting Machine &gt; New
  90. <p>Name: BlueBomb<br />
  91. Machine Folder: C:\VMs<br />
  92. Type: Linux<br />
  93. Version: Ubuntu (32-bit)<br />
  94. Memory Size: 512 MB<br />
  95. Hard disk: Create a virtual hard disk now</p>
  96. </li>
  97. <li>Click Create</li>
  98. <li>On the Create Virtual Hard Disk dialog
  99. <p>Name the virtual disk image BlueBomb.vdi<br />
  100. File size: 5 GB<br />
  101. Hard disk file type: VDI<br />
  102. Storage on physical hard disk: Dynamically Allocated</p>
  103. </li>
  104. <li>Click Create</li>
  105. <li>Select the VM and Click Settings</li>
  106. <li>Select Display</li>
  107. <li>Slide the Video Memory to 128 MB</li>
  108. <li>Select Network</li>
  109. <li>Set the attached to dropdown to Bridged Adapter</li>
  110. <li>Select Storage</li>
  111. <li>Click on the CD-ROM drive</li>
  112. <li>Select the disc dropdown to the right &gt; Choose a virtual optical disc file...</li>
  113. <li>Browse to and select the downloaded Linux .iso file</li>
  114. <li>Click OK</li>
  115. <li>Make sure the BlueBomb VM is selected and click Start &gt; Normal</li>
  116. <li>Follow the prompts to install the OS</li>
  117. <li>Update the Linux distro by running the following commands:
  118. <div class="codeBlock">sudo apt-get update<br />
  119. sudo apt-get upgrade<br />
  120. sudo apt-get clean</div>
  121. </li>
  122. <li>Install the required packages to run Virtualbox Guest Additions by running the following commands:
  123. <div class="codeBlock">sudo apt-get install build-essential dkms linux-headers-$(uname -r)</div>
  124. </li>
  125. <li>Select Devices &gt; Insert Guest Additions CD image...</li>
  126. <li>Right click on the disc on the desktop &gt; Open in Terminal</li>
  127. <li>Run the following command to install Virtualbox Guest Additions:
  128. <div class="codeBlock">sudo sh ./VBoxLinuxAdditions.run</div>
  129. </li>
  130. <li>Once the Guest Additions have installed reboot the VM from the GUI or by running the reboot command in terminal</li>
  131. <li>After the VM reboots, login</li>
  132. <li>Plug the USB Bluetooth dongle into the host computer</li>
  133. <li>Select Devices &gt; USB and select the Bluetooth USB dongle</li>
  134. <li>If this worked correctly the Bluetooth device should now display in the VM</li>
  135. <li>Select Preferences &gt; Bluetooth Manager to test that the VM now has Bluetooth capability</li>
  136. </ol>
  137. <h2>Downloading BlueBomb and Executing the Script</h2>
  138. <ol>
  139. <li>Launch Terminal inside the VM</li>
  140. <li>Execute the following commands to change directory into Downloads and download the BlueBomb script
  141. <div class="codeBlock">cd Downloads<br />
  142. https://raw.githubusercontent.com/RiiConnect24/Wii-Guide/master/assets/files/bluebomb-helper.sh<br />
  143. chmod +x bluebomb-helper.sh</div>
  144. </li>
  145. <li>To execute the script enter the following command:
  146. <div class="codeBlock">./bluebomb-helper.sh</div>
  147. </li>
  148. <li>The BlueBomb script will ask if this is a Wii or Wii Mini</li>
  149. <li>It will then ask for the region (if Wii Mini) or the Wii Menu version (if Wii), enter the requested information &gt; Press Enter</li>
  150. <li>Type yes to proceed &gt; Press Enter</li>
  151. <li>At this point you will either get &quot;Waiting to accept&quot; or the error &quot;Failed to power on device: -1&quot;</li>
  152. <li>If you get the error press Ctrl+C to cancel the script and re-run it by pressing the up arrow and pressing Enter (It took me 2 tries)</li>
  153. <li>Power on the Wii but don&#39;t pair any WiiMotes with it</li>
  154. <li>Press the pair controller button the Wii console once every 2 or 3 seconds until the BlueBomb script makes a connection and starts pushing the payload over the Bluetooth connection</li>
  155. <li>Once completed the Wii will be at the HackMii Installer screen</li>
  156. <li>Wait for about a minute and it will prompt you to Press 1 to continue</li>
  157. <li>Pair a WiiMote with the console as normal and press 1</li>
  158. <li>Press A to Continue</li>
  159. <li>Using the D-pad, scroll up to Install the Homebrew Channel &gt; Press A</li>
  160. <li>Select Yes, continue &gt; Press A</li>
  161. <li>Select Exit &gt; Press A</li>
  162. <li>You have now installed the Homebrew Channel using the BlueBomb exploit</li>
  163. </ol>
  164. <p>Further reading: <a href="https://wii.guide/bluebomb.html" target="_blank">https://wii.guide/bluebomb.html</a></p>
  165. </div>
  166. </div>
  167. </body>
  168. </html>