It has been a decade since I tried to make a bootable image of those old DVD installers (I think it was for 10.6). I think you can use Disk Utility to do so, but Disk Utility is not a great app for doing this. I never tried using CCC to make a bootable clone of a macOS installer DVD to a DMG archive.
BeenHackedAgainuuyt wrote:
the cmd's for instaling create-dmg dont work i keep getting a cmd not found for shbrew the first operation to install create-dmg.
For one, you need a space between "sh" and "brew". It would really help if you provided links to the utilities & formulas involved in addition to knowing your exact version of macOS being used with Homebrew.
And for you to post a screenshot of the Terminal window showing the actual command used and its output. You can also copy & paste that information from the Terminal window into the text editing window making sure to use the "Code Insertion" tool whose icon looks like a "</>" on the forum editing tool bar so that the code snippet is easier to read.
I'm obviously new to the cmd line and trying to learn as I go using google-U, I can't understand why I'm getting this error,
I highly recommend you review the basics of using the command line here:
https://scriptingosx.com/2017/07/first-steps-in-terminal/
FYI, you must be extremely careful when using the command line since there are absolutely no safety nets. I certainly hope you have a good backup. With the command line even a simple typographical error can have catastrophic results such as accidentally deleting all of your data on the drive. This mistakes can even happen to people with decades of command line experience. Plus you should always understand commands you are using....at least well enough to have a general idea what they will do. Do not trust what someone has posted since many times commands may be for a very specific instance which may not apply to you....or the command may need to be modified for your situation.
If not if someone could point me toward something that I can use to burn a .iso file to disc while controling the size and shrinking it down while still keeping it looking enough like the origional that an old mac running 10.5 will recognize it. thanks
Are you trying to create a DMG or ISO image of an existing OSX installer DVD as well?
Or do you already have a DMG or ISO image of such a DVD and just need to burn it to DVD?
Usually when you burn an ISO image to a disk, it will utilize the entire disc/disk whether CD/DVD or USB. At least with a USB stick it may be possible to use specialized utilities to attempt to use the space after the "burned" image (not sure if that is possible with any macOS utilities....I have done so using Linux though).
Is this for booting a PPC Mac or an Intel Mac?