From WikiTemp, the GBAtemp wiki
(Mac OS X)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Information ==
 
== Information ==
 +
Please fill in the information
  
 
== Usage ==
 
== Usage ==
 
=== Windows ===
 
=== Windows ===
 
+
Please fill in the information
 
=== Mac OS X ===
 
=== Mac OS X ===
 +
Make a directory "~/.wii" and create a file within called root-key
 +
    mkdir ~/.wii
 +
    dd if=/dev/zero of=~/.wii/root-key count=1 bs=516
 +
Copy the common-key to the "~/.wii" directory
 +
    cp common-key ~/.wii
 +
 +
Change extractpartition to a runable command
 +
    chmod u=x extractpartition
 +
Then run extractpartition
 +
    ./extractpartition inputfile.iso output.iso
  
 
=== Linux ===
 
=== Linux ===
Line 13: Line 24:
  
 
''Courtesy of searchforglory''
 
''Courtesy of searchforglory''
 +
 +
== Download ==
 +
Please fill in the information
 +
 +
[[Category:Wii Utilities]]

Latest revision as of 22:01, 18 October 2008

Information

Please fill in the information

Usage

Windows

Please fill in the information

Mac OS X

Make a directory "~/.wii" and create a file within called root-key

   mkdir ~/.wii
   dd if=/dev/zero of=~/.wii/root-key count=1 bs=516

Copy the common-key to the "~/.wii" directory

   cp common-key ~/.wii

Change extractpartition to a runable command

   chmod u=x extractpartition

Then run extractpartition

   ./extractpartition inputfile.iso output.iso

Linux

Download the extractpartion to your home directory. Create an arbitrary file of exactly 516 byte (done with dd) and name it root-key. Then create a directory in your home folder called ".wii". The created file has to be moved into this directory with the common-key file.

   ./extractpartition inputfile.iso output.iso

Courtesy of searchforglory

Download

Please fill in the information