Burn SoL 25 ISO
From SoL 25 Wiki
If you want to burn the SoL 25 ISO onto a DVD (you will need to do this for the DVD_Installation), you need the downloaded ISO and a DVD-RW drive. Almost any CD-recording software (e.g. Nero for Win32) should be suitable for this task. You will also find a free (GPL) program called InfraRecorder in the "contrib" directory of the DVD that can be used to burn the ISO.
Under Linux, do:
wodim dev=/your/dev speed=4 -v -eject -dao SoL-25.00.iso
Replace "/your/dev" with the device name of your DVD-RW drive, e.g. "/dev/hda". Using "cdrecord" instead of "wodim" should work as well.
