View previous topic :: View next topic |
Author |
Message |
sniggit Apprentice


Joined: 31 Aug 2003 Posts: 187 Location: n00bcity
|
Posted: Thu Aug 12, 2004 11:14 pm Post subject: dmg2iso: anyone got it to work? |
|
|
downloaded a perl script called dmg2iso.pl.
with zlib support i got it to convert. the .dmg (compressed mac only image format) to .iso format. the size of the new .iso file was 100mb-ish bigger than the original .dmg which lmust mean it has been uncompressed, but i cant burn it in k3b or mount the image.
anyone else tried this script? really need to burn that .dmg image so it can boot on a mac. _________________ Let the money shine! |
|
Back to top |
|
 |
vidigiani Tux's lil' helper

Joined: 11 Aug 2003 Posts: 116 Location: Houston, TX
|
Posted: Sat Aug 21, 2004 5:16 pm Post subject: |
|
|
Same problem here, unfortunately. After grabbing the Zlib codec for perl it seems to complete successfully and create an iso ~3x as large as the dmg, but I can't mount it with loop as an iso9660.  |
|
Back to top |
|
 |
tempest n00b


Joined: 18 Jun 2004 Posts: 44
|
Posted: Thu Aug 26, 2004 4:42 pm Post subject: |
|
|
That's weird, I just mounted and burned successfully a dmg image converted to iso using dmg2iso. Are you using version 0.2a?
Just to be sure, here are some links:
http://vu1tur.eu.org/tools/ - "Official" page, seems to be down.
http://www.emaculation.com/dmg2iso.zip _________________ For every problem there is a solution that is simple, neat, and wrong. |
|
Back to top |
|
 |
r3pek Retired Dev

Joined: 17 Sep 2003 Posts: 568 Location: Lisbon - Portugal
|
Posted: Thu Feb 10, 2005 3:08 am Post subject: |
|
|
anyone solved this? 'cause i'm getting the same problem..... |
|
Back to top |
|
 |
posthuman_5 Apprentice


Joined: 25 Feb 2004 Posts: 154 Location: San Juan, PR
|
Posted: Sat Apr 23, 2005 4:08 pm Post subject: |
|
|
u need to :
emerge Compress-Zlib
then run dmg2iso.pl image.dmg image.iso |
|
Back to top |
|
 |
CarloJekko Veteran


Joined: 31 Mar 2005 Posts: 1315 Location: Baia Domizia :-)
|
Posted: Sat Jun 18, 2005 9:21 pm Post subject: |
|
|
this is my output with my file
Code: | dmg2iso v0.2a by vu1tur (vu1tur@gmx.de)
PropertyList is corrupted
reading property list... |
It doesn't work properly _________________ C. |
|
Back to top |
|
 |
Elsipkitch9809 Apprentice

Joined: 21 Jul 2002 Posts: 186
|
Posted: Thu Oct 13, 2005 11:34 pm Post subject: |
|
|
I know this is a dead post but I found a way to convert dmgs under linux and wanted to post it up in case anyone else is having trouble.
I couldn't use the perl version of the program; even though I am 100% sure my dmgs mount correctly and are not corrupt, it would never work. However, downloading the windows executable and running wine on it makes it work perfectly. I couldn't get the source code to compile since it has some type errors, but I'm sure it could be patched or something. In any case, the windows version seems to work correctly.
I hope a patched version gets into portage though (any takers? ) |
|
Back to top |
|
 |
Jake Veteran

Joined: 31 Jul 2003 Posts: 1132
|
Posted: Fri Oct 14, 2005 3:21 am Post subject: |
|
|
I used dmg2iso on Linux to make a MacOS 9.1 CD. It wasn't bootable but worked otherwise. I couldn't mount it either, but I think it was HFS instead of ISO9660.
If I want to be sure a DMG will work, I use UltraISO in WINE. It can make bin/cue images, but the misnamed ISO output option also seems to work, despite not necessarily producing ISO9660 filesystem images. |
|
Back to top |
|
 |
|