|
|
Burning DC ISOs with the wrong CD Writer
I have a HP9100 CD Writer. Its a great CD-Writer, but if I try to burn anything from
DCemulation.com using their instructions
it never works.
The usual scheme for DColem or DCMP3 is to write a 4 second audio track to the CD first,
followed by the data ISO as a second session. The 9100 would seemingly write the 4 second
audio track, but would always get some stupid error when writing the data part. There
are lots of notes about cdrecord padding things out to 302 sectors instead of 300, but I
tried all the differing bits of advice to no avail.
I did however find some notes suggesting that CDRWIN didn't corrupt these short tracks, so
I thought I could do most of the cdrecord steps using CDRWIN instead.
Burning DCMP3
- Download the Selfboot kit from DC Selfboot and extract
it into c:\selfboot
- Download the DCMP3 zip from
here and extract it into the c:\selfboot\data directory.
- Make your own c:\selfboot\data\mp3 directory and copy all your MP3s into this directory.
- Move 1st_read.bin and ip.bin from c:\selfboot\data into c:\selfboot
- Record the audio track in CDRWIN: Start CDRWIN and click on the 'Record Disk' button. Click 'Load Tracks'. Choose 'Add' and select the c:\selfboot\audio.raw file. Now make sure the disk type is 'Audio' (at the top of the window). back at the main Record Disk window, tick the Open New Session box, set your write speed and click 'Start Recording'.
- Open up a DOS window once the audio track is written and cd to c:\selfboot and run:
cdrecord -scanbus (to work out your CDRecorders device number)
cdrecord -dev=x,y,z -msinfo
Hopefully the msinfo will return 0,11700.
- Run binhack.exe and enter '1st_read.bin' and 'ip.bin' at the prompts.
- Move 1st_read.bin back into the c:\selfboot\data directory.
- Create the ISO image:
mkisofs -C 0,11700 -l -o data.iso data
You'll get a warning about it not being merged with an earlier session but thats alright.
- Run ipins.exe and enter 'ip.bin' and 'data.iso' at the prompts.
- Now go back to CDRWIN, exit the 'Record Disk' screen and click 'File backup and Tools' .
Click the start button and you are burning.
May 24,2001
|