A small guide summarizing common Wii tools and how to get them running on Linux
GCOS
I will be relying on WINE a lot during this guide, so if you don't know what it is then go here
GCOS(selfboot) is a command line utility used to combine several gamecube disk images into one image that can fit on a 4.7gb DVD, grab it from here
extract it. Now open up a terminal and cd to the location of the extracted folder.
the type in: wine make-multiv3. The output should look like the image below
just follow the instructions listed to make the combined image. Remeber that GCOS only accepts .gcm files so rename all your .iso files to .gcm before attempting this.
Unscrambler
the unscrambler is used to convert a raw wii data image to an iso image that can easily be burnt to disk, get it here
Again. extract, cd to directory then execute: wine unscrambler
output:
follow on screen commands.
Burning Wii Games
This seems to be hard for people to do, I can't understand why.
There are 3 main cd/dvd programs in linux: k3b, brasero, gnome-baker. I like k3b the best, its feels more complete than the other 2.
as you can see from the picture above k3b is very user friendly, just choose burn DVD image, then select the wii iso, thats all!
if you want to be "1337" or are concerned about memory buffers and system loads when burning then you could use a command
growisofs -use-the-force-luke=dao -dvd-compat -J -R -l -f -Z /dev/burner -speed=16 /path/to/burn
where /dev/burner is the path to your burner
speed is the burn speed, change this to 4
/path/to/burn is the location of the iso
-use-the-force-luke=dao is the most awesome command ever
hope that clears some confusion
GCOS
I will be relying on WINE a lot during this guide, so if you don't know what it is then go here
GCOS(selfboot) is a command line utility used to combine several gamecube disk images into one image that can fit on a 4.7gb DVD, grab it from here
extract it. Now open up a terminal and cd to the location of the extracted folder.
the type in: wine make-multiv3. The output should look like the image below
just follow the instructions listed to make the combined image. Remeber that GCOS only accepts .gcm files so rename all your .iso files to .gcm before attempting this.
Unscrambler
the unscrambler is used to convert a raw wii data image to an iso image that can easily be burnt to disk, get it here
Again. extract, cd to directory then execute: wine unscrambler
output:
follow on screen commands.
Burning Wii Games
This seems to be hard for people to do, I can't understand why.
There are 3 main cd/dvd programs in linux: k3b, brasero, gnome-baker. I like k3b the best, its feels more complete than the other 2.
as you can see from the picture above k3b is very user friendly, just choose burn DVD image, then select the wii iso, thats all!
if you want to be "1337" or are concerned about memory buffers and system loads when burning then you could use a command
growisofs -use-the-force-luke=dao -dvd-compat -J -R -l -f -Z /dev/burner -speed=16 /path/to/burn
where /dev/burner is the path to your burner
speed is the burn speed, change this to 4
/path/to/burn is the location of the iso
-use-the-force-luke=dao is the most awesome command ever
hope that clears some confusion
