From WikiTemp, the GBAtemp wiki
Line 5: Line 5:
 
Please fill in the information
 
Please fill in the information
 
=== Mac OS X ===
 
=== Mac OS X ===
Please fill in the information
+
Change extract partition to a runable command
 +
    chmod 777 extractpartition
 +
Then run extractpartition
 +
    ./extractpartition inputfile.iso output.iso
 +
 
 
=== Linux ===
 
=== Linux ===
  

Revision as of 17:26, 18 October 2008

Information

There are three partitions on the disk. Extractpartition is used to extract the partition with the proper information.

Usage

Windows

Please fill in the information

Mac OS X

Change extract partition to a runable command

   chmod 777 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