On Thu, 2003-07-31 at 20:17, Yanal wrote: > Bryan Said: > > >Make sure that the CD doesn't just have one huge file on it that is the > >iso image file. I did that once. It doesn't work too well that way :) > > > what should the CD have other than the iso file? > Should I add some other file to the CD to make it bootable? > Thanks
What he meant is that sometimes you end up with a data CD that has the iso as a file on it. What you want to do is burn the entire image onto the cd such that the CD has all the files on it that were contained within the iso: cdrecord dev=0,0,0 speed=8 -eject -v theiso.iso The iso is a cd image that contains hundreds of files, and in your case is bootable, once it's burned onto the CD. Michael > > > > _______________________________________________ > newbies mailing list > [EMAIL PROTECTED] > http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies _______________________________________________ newbies mailing list [EMAIL PROTECTED] http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies
