1

My Macbook crashed so I don't have access to DiskUtility to burn an OSX .CDR dvd. I have booted into Fedora with a LiveCD, but I cannot seem to find anything that will allow me to burn the cdr file to a dvd.

I've tried renaming the .cdr file to a .iso and burning it with brasero, but I just ended up with a coaster.

Anyone have any ideas?

soandos
  • 24,600
  • 29
  • 105
  • 136
Eric B.
  • 1,061

1 Answers1

1

As long as you have the actual .cdr image, try feeding it to cdrecord/wodim as a regular ISO. The instructions on the rEfit SF page say that it should work and cdrecord doesn't care about extensions.

cdrecord -v speed=XX dev=dev -data image.cdr

Replace XX with the desired speed and set the dev value to your DVD device.