On a sidenote: I have explained it as n00b-friendly as possible. Experienced Linux-users will probably (rightly) want to ad some extra code to step 4 and thus skip the first steps.
- Rename the iso-file to a.iso
- Put it in your homefolder
- Open up the terminal: Applications menu -> Accessories -> Terminal.
- Paste the following into the terminalCODEgrowisofs -use-the-force-luke=dao -use-the-force-luke=break:1913760 -dvd-compat -speed=8 -Z /dev/scd0=a.iso
- hit enter
- Sit back for 20 minutes and enjoy.
Notes:
- When burning fails to initiate with some message about cd0, it likely indicates that your dvd-burner is mounted differently compared to mine. The quickest solution is to insert a dvd (any dvd) and wait for the folder to open. The path should be in the location bar. Replace /dev/scd0 with what you see there, copy the code into the terminal, then enter. Please note that (by the nature of the problem) your dvd-burner didn't touch the blanc, so you can fail this step without getting a coaster. More tips on figuring out the mointpoint: http://ubuntugenius.wordpress.com/2010/01/...rive-in-ubuntu/
- The .dvd-file is not needed for this
- Make sure not to run any other programs while burning, as I noticed it increases chances of a coaster
- When putting the a.iso file in the homefolder isn't convenient because media is stored on a separate partition, put it in the beginning of that partition, then change the folder in the teminal:CODEcd /media/nameofpartition
Then hit enter, and resume from step 4.
Edited by ferdi-t, 19 June 2011 - 09:47 AM.


















