Burning the Haiku CD
To create your Haiku Installation CD, you need to burn the ISO or Anyboot image to a CD. There are many different ways to burn an them to CD. Shown below is a list of links to how to guides and/or CD burning applications for various different operating systems:
A word of caution on burning the Anyboot images:
Some disc burning software may try to be "clever" and won't burn the Anyboot image properly. Burn 2.4.1u, CDRecord, Infrarecorder, and K3b are reported to burn the Anyboot image properly, without even needing to rename the file to *.iso.
Some disc burning software may try to be "clever" and won't burn the Anyboot image properly. Burn 2.4.1u, CDRecord, Infrarecorder, and K3b are reported to burn the Anyboot image properly, without even needing to rename the file to *.iso.
Ubuntu Linux
- Burning ISO How To (covers Ubuntu/Kubuntu/Xubuntu)
FreeBSD
- Section 18.6.3 of the FreeBSD Handbook
Mac OS X
- SimplyBurns: http://simplyburns.berlios.de
Windows
- InfraRecorder (open source): http://infrarecorder.org
- ImgBurn (freeware): http://www.imgburn.com
- ISO Recorder (freeware): http://isorecorder.alexfeinman.com/isorecorder.htm
- Active@ ISO Burner (freeware): http://www.ntfs.com/iso_burner_free.htm
Using cdrecord from a terminal (most flavors of Linux/UNIX, BeOS, etc.)
In most flavors of Linux/UNIX, BSDs and in BeOS, you can also burn the ISO or Anyboot file to CD using the cdrecord command from the Terminal.
cdrecord dev=x,y,z driveropts=burnfree -v -eject -dao -data haiku.iso
Where x,y,z is the device number as found with cdrecord -scanbus (it can also be a device path on Linux), and haiku.iso is the ISO or Anyboot image file to burn to the CD. As a reminder, one does not need to rename the Anyboot image.
