Converting DOL files into ISO's?
-
- Posts: 65
- Joined: Tue Aug 09, 2011 3:56 pm
Converting DOL files into ISO's?
How can I convert DOL files into ISO format?
I have seen some DOL files converted elsewhere, so how can I do that?
I have seen some DOL files converted elsewhere, so how can I do that?
- Hugo_Peters
- Posts: 96
- Joined: Sun Apr 03, 2011 9:17 am
- Location: The Netherlands
- Contact:
Re: Converting DOL files into ISO's?
It will not work with the WKF though.
Black screen, freeze and ruuuummblle!!
Black screen, freeze and ruuuummblle!!

GameCube:
DOL-001 with WiiKey Fusion, Viper GC Extreme, SDGecko
Re: Converting DOL files into ISO's?
The rumble means your DOL file is not compiled properly to be booted via this method.. what DOL is it?

- Hugo_Peters
- Posts: 96
- Joined: Sun Apr 03, 2011 9:17 am
- Location: The Netherlands
- Contact:
Re: Converting DOL files into ISO's?
Every DOL I tried... I lost count...emu_kidid wrote:The rumble means your DOL file is not compiled properly to be booted via this method.. what DOL is it?

GameCube:
DOL-001 with WiiKey Fusion, Viper GC Extreme, SDGecko
-
- Posts: 65
- Joined: Tue Aug 09, 2011 3:56 pm
Re: Converting DOL files into ISO's?
Thank you guys, will try and find it 

-
- Posts: 65
- Joined: Tue Aug 09, 2011 3:56 pm
Re: Converting DOL files into ISO's?
Hey emu_kidid if I fail, are you willing to help me using teamviewer tomorrow at 4:00PM
Re: Converting DOL files into ISO's?
torturelabs, probably not, but I (or anyone else experienced here) could help you with where you're going wrong.

-
- Posts: 65
- Joined: Tue Aug 09, 2011 3:56 pm
Re: Converting DOL files into ISO's?
I literally don't know how to do it, even though it has instrutions and all.
Please, emu_kidid or anybody else help me :'(
It will only take you a few seconds, you only have to run teamviwer not install it.
Please, emu_kidid or anybody else help me :'(
It will only take you a few seconds, you only have to run teamviwer not install it.
OVERVIEW
This set of files can be used to create a quick and simple bootable gamecube disc.
USAGE
Extract all the files to a folder.
Create a folder. The contents of this folder are going to be present in the root of the bootable disc. Place dol file you want to boot into the folder and also place the gbi.hdr in the folder.
At the command prompt, browse to the folder where you extracted mkisofs.exe.Enter the command as follows
Quote:whereCode: Select all
mkisofs.exe -R -J -G <gamefolderpath>\gbi.hdr -no-emul-boot -b <yourdolfile> -o <gameisoname> <gamefoldepath>
<gamefolderpath> - Is the path to the folder you want to make as a bootable disc
<yourdolfile> - Is the dol file you want to boot
Burn the resultant image to a disc
Example
Quote:Here in the folder "gamecube" I have placed all my files along with the dol file "bootldr.dol" and "gbi.hdr" and named the resultant iso that wil be created "gcdisc.iso"Code: Select all
mkisofs.exe -R -J -G C:\gamecube\gbi.hdr -no-emul-boot -b bootldr.dol -o gcdisc.iso C:\gamecube
Re: Converting DOL files into ISO's?
There's a GUI version somewhere if you can find it.. takes all of this pain away.

-
- Posts: 65
- Joined: Tue Aug 09, 2011 3:56 pm
Re: Converting DOL files into ISO's?
Hmn, will look for it...
Hope someone helps me if I don't :(
Hope someone helps me if I don't :(
Re: Converting DOL files into ISO's?
torturelabs, search is your friend: http://www.gc-forever.com/forums/viewtopic.php?p=55#p55 


Re: Converting DOL files into ISO's?
hahaha seriously???torturelabs wrote:Hey emu_kidid if I fail, are you willing to help me using teamviewer tomorrow at 4:00PM
please search before you ask - a lot has been discussed already!
(or use google with "site:gc-forever.com *term*")
http://is.gd/MDmZcr
we also have a wiki filled with knowledge
http://is.gd/dX58Rm
(or use google with "site:gc-forever.com *term*")
http://is.gd/MDmZcr
we also have a wiki filled with knowledge
http://is.gd/dX58Rm
-
- Posts: 65
- Joined: Tue Aug 09, 2011 3:56 pm
Re: Converting DOL files into ISO's?
Thanks for your input -__-liquitt wrote:hahaha seriously???torturelabs wrote:Hey emu_kidid if I fail, are you willing to help me using teamviewer tomorrow at 4:00PM
This was all before he told me about the GUI, so shut the fuck up...
Either way, he seems like a pretty nice dood who would be willing help out.
Plus, he's around the forums at that time...
Re: Converting DOL files into ISO's?
whoa whoa whoaaaa calm down.
i mean it's seriously a bit over the top to ask somebody for direct help via teamviewer and a specific time don't you think?
i mean it's seriously a bit over the top to ask somebody for direct help via teamviewer and a specific time don't you think?
please search before you ask - a lot has been discussed already!
(or use google with "site:gc-forever.com *term*")
http://is.gd/MDmZcr
we also have a wiki filled with knowledge
http://is.gd/dX58Rm
(or use google with "site:gc-forever.com *term*")
http://is.gd/MDmZcr
we also have a wiki filled with knowledge
http://is.gd/dX58Rm
-
- Posts: 65
- Joined: Tue Aug 09, 2011 3:56 pm
Re: Converting DOL files into ISO's?
I don't think it's asking for much...
I have received support that way, and like I said.
He declined and I'm ok with that, even though I prefer help through teamv.
Your ahahahahahaha tone iritated me...
What I'm asking myself now is, why do you even reposnd to this topic anyways if you have no way of helping me?
I'm not even mad, I'm just like wtf...
I have received support that way, and like I said.
that's why I asked....he's around the forums at that time...
^The above means that he can decline/agree, or set up another time...Hey emu_kidid if I fail, are you willing to help me using teamviewer tomorrow at 4:00PM
He declined and I'm ok with that, even though I prefer help through teamv.
Your ahahahahahaha tone iritated me...
What I'm asking myself now is, why do you even reposnd to this topic anyways if you have no way of helping me?
I'm not even mad, I'm just like wtf...
Re: Converting DOL files into ISO's?
torturelabs, were you able to get it worked out? let me know if there were any issues

-
- Posts: 65
- Joined: Tue Aug 09, 2011 3:56 pm
Re: Converting DOL files into ISO's?
It worked :Demu_kidid wrote:torturelabs, were you able to get it worked out? let me know if there were any issues
Thanks for telling me there was a GUI version, or else I would have been lost :3
@liquitt
I did overreact in the below comment and I apologize for that.
I would suggest though that you stop spamming...This was all before he told me about the GUI, so shut the fuck up...
Re: Converting DOL files into ISO's?
LOL
@liquitt I suggest that you continue "spamming"
(I would not even call it spamming and I totally agree to your point
)
@liquitt I suggest that you continue "spamming"


-
- Posts: 65
- Joined: Tue Aug 09, 2011 3:56 pm
Re: Converting DOL files into ISO's?
Thanks for your helpful input...andzlay wrote:LOL
@liquitt I suggest that you continue "spamming"(I would not even call it spamming and I totally agree to your point
)
How is it wrong to ask someone for help via teamviewer?
Stop being an asshole....
The issue has been resolved so get the fuck out.
- Hugo_Peters
- Posts: 96
- Joined: Sun Apr 03, 2011 9:17 am
- Location: The Netherlands
- Contact:
Re: Converting DOL files into ISO's?
He's not an asshole.torturelabs wrote: How is it wrong to ask someone for help via teamviewer?
Stop being an asshole....
It's just, we have like bigger problems than this, and we never asked before to use teamviewer.
And then, someone comes on the forum, has this little problem and asks for immediate teamviewer use like it's a huuuuuge problem, you know?
And teamviewer is like a kinda noob solution to solve your problems...
That's why there are forums. To solve problems.
So that's why we


GameCube:
DOL-001 with WiiKey Fusion, Viper GC Extreme, SDGecko
-
- Posts: 65
- Joined: Tue Aug 09, 2011 3:56 pm
Re: Converting DOL files into ISO's?
Except nobody really helps here most of the time...
It may be considered a little problem to some, but I'm a new to this.
Either way, my question has been answered.
It may be considered a little problem to some, but I'm a new to this.
Either way, my question has been answered.
Yes, the fact that my question has already been answered an he chooses to bump it is stupid, and he is an asshole for doing so.He's not an asshole.
- Hugo_Peters
- Posts: 96
- Joined: Sun Apr 03, 2011 9:17 am
- Location: The Netherlands
- Contact:
Re: Converting DOL files into ISO's?
Even if you're new, or whatever you are here, there's no reason to curse.torturelabs wrote:but I'm a new to this.

GameCube:
DOL-001 with WiiKey Fusion, Viper GC Extreme, SDGecko
-
- Posts: 65
- Joined: Tue Aug 09, 2011 3:56 pm
Re: Converting DOL files into ISO's?
Well, I'm sure you're smart enough to understand that clever little quips are not needed after/before a question has been answered, such as the ones liquitt and andzlay gave.Hugo_Peters wrote:Even if you're new, or whatever you are here, there's no reason to curse.torturelabs wrote:but I'm a new to this.
New to the GC scene...
Re: Converting DOL files into ISO's?
sooo, the problem has been solved and i can finally lock this topic...
please search before you ask - a lot has been discussed already!
(or use google with "site:gc-forever.com *term*")
http://is.gd/MDmZcr
we also have a wiki filled with knowledge
http://is.gd/dX58Rm
(or use google with "site:gc-forever.com *term*")
http://is.gd/MDmZcr
we also have a wiki filled with knowledge
http://is.gd/dX58Rm