|
last part...
2.
shorten the audio-track(s) with cuttrack (or use winoncd for 2. & 3.(method (C), 1a)))
cuttrack taudio01.raw
(cuttrack taudio02.raw)
( . . )
( . . )
(cuttrack taudioxx.raw)
3.
burn the audio-track(s):
cdrecord -dev=x,x,x -multi -audio -swab taudio01.raw (...taudioxx.raw)
4.
check the LBA of your CD (reload CD first) :
cdrecord -dev=x,x,x -msinfo :
0,Y <--remember
5.
X=Y use cdrecord to burn tdataxx.iso :
cdrecord -dev=x,x,x -speed=x -xa1 taudioxx.iso
X<>Y use method (D) instead...(most likely the problem if CD doesn´t boot!)
you can check if your fault was X<>Y :
(insert the CD, that doesn´t work )
cdrecord -dev=x,x,x -toc
|