The command below (from the Gnu Grub page, see link below) will create an iso file named grub.iso to include all files in the directory below isoimages, run from the directory above isoimages. Obviously, either of these names can be changed to what you want. You will need the stage2_eltorito file to boot a CD. The distribution is irrelevant. See the link below:
mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -o grub.iso isoimages
http://www.gnu.org/software/grub/man...D_002dROM.html