Writing ISO image to CD

I want to install Ubuntu 7.10 and I have ISO image ubuntu-7.10-desktop-i386.iso .

How can I convert to a bootable CD on linux or on windows.

Thanks,
J.

Write the image to a CD using either 'cdrecord' on Linux or Nero or similar on Windows.

hey

to mount you iso img you can use :
mount ubuntu-7.10-desktop-i386.iso your-dir -o loop
to burn it use
cdrecor ubuntu-7.10-desktop-i386.iso

If you are using Windows, I have been successful using a program called ImgBurn.

there is a tool called k3b for burning from linux
K3b News - K3b
Thx,
Siva

If you want to burn through a menu-based command line program, Bashburn is a good choice.