Hacking Wiikey 1.2 unix scripts

  • Thread starter Thread starter rev_karol
  • Start date Start date
  • Views Views 1,433
  • Replies Replies 3

rev_karol

New Member
Newbie
Joined
Feb 23, 2007
Messages
4
Reaction score
0
Trophies
1
XP
43
Country
These scripts should create the WiiKey 1.2 config disc isos on Linux or Mac.

Place the code in a script, and run from the same directory as the .bat files. They do the same job, except on linux or mac. You need mkisofs installed (it usually is on linux, and you can get it via fink on mac)

PAL
Code:
rm -f bootdisc.pal.iso
mkisofs -R -J -G bootdisc/gbi.hdr.pal -no-emul-boot -b bootldr.dol -o ./tmp.pal.iso bootdisc/root
cat tmp.pal.iso /dev/zero | dd bs=262144 count=17929 of=bootdisc.pal.iso


US
Code:
rm -f bootdisc.us.iso
mkisofs -R -J -G bootdisc/gbi.hdr.us -no-emul-boot -b bootldr.dol -o ./tmp.us.iso bootdisc/root
cat tmp.us.iso /dev/zero | dd bs=262144 count=17929 of=bootdisc.us.iso


JAP
Code:
rm -f bootdisc.jap.iso
mkisofs -R -J -G bootdisc/gbi.hdr.jap -no-emul-boot -b bootldr.dol -o ./tmp.jap.iso bootdisc/root
cat tmp.jap.iso /dev/zero | dd bs=262144 count=17929 of=bootdisc.jap.iso
 
Thanks. Too bad I already burned it (now I can burn next one from my mac) from my winblows machine.
 

Site & Scene News

Popular threads in this forum