This guide assumes that the Ignite software is currently installed on the server. If not, then it can be installed from the operating system media, or by downloading from http://software.hp.com. 1. Create a temporary directory # mkdir top # cd top 2. Create the LIF image for PA-RISC # make_medialif -m -l ./mylif 3. Copy in the LIF image for Itanium # cp /opt/ignite/boot/Rel_B.11.23/EFI_CD_image . 4. Create an ISO image with both LIF images # /opt/ignite/lbin/mkisofs --no-emul-boot -b EFI_CD_image --eltorito-alt-boot --no-emul-boot -b mylif \ -o ../image.iso $(pwd) 5. Fix ISO image so that LIF images are in the right place in the filesystem # /opt/ignite/lbin/instl_combine -C image.iso 6. Burn the ISO image to a CD (i.e. with something like cdrecord)