From WikiTemp, the GBAtemp wiki
(Mac OS X)
(Mac OS X)
Line 8: Line 8:
 
Change extractpartition to a runable command
 
Change extractpartition to a runable command
 
     chmod 777 extractpartition
 
     chmod 777 extractpartition
 +
    mkdir ~/.wii
 +
    dd if=/dev/zero of=~/.wii/root-key count=1 bs=516
 +
    cp common-key ~/.wii
 +
 
Then run extractpartition
 
Then run extractpartition
 
     ./extractpartition inputfile.iso output.iso
 
     ./extractpartition inputfile.iso output.iso

Revision as of 21:49, 18 October 2008

Information

Please fill in the information

Usage

Windows

Please fill in the information

Mac OS X

Change extractpartition to a runable command

   chmod 777 extractpartition
   mkdir ~/.wii
   dd if=/dev/zero of=~/.wii/root-key count=1 bs=516
   cp common-key ~/.wii

Then run extractpartition

   ./extractpartition inputfile.iso output.iso

I have included root-key and common-key in the same directory. Still have problems with finding root-key

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