Customize AAH CD Splash Image
  • Edit the Original splash.lss
    • On Windows
    • On Linux Box
      • Copy /isolinux/splash.lss From the CD To /tmp
        • mount /dev/cdrom
        • cp -v /media/cdrecorder/isolinux/splash.lss /tmp
        • eject
      • Convert lss to ppm
        • cd /tmp
        • lss16toppm < splash.lss > splash.ppm
      • Copy splash.ppm to Windows c:\netpbm
      • Clean Up
        • rm -vf /tmp/splash.lss
        • rm -vf /tmp/splash.ppm
    • On Windows
      • Convert ppm to bmp
        • c:
        • cd \netpbm
        • ppmtobmp.exe splash.ppm > splash.bmp
      • Edit splash.bmp with your favorite image proccessor, make sure that:
        • Width = 640 Pixels
          Height  <=  480  Pixels
      • After saving the new splash.bmp, make sure it is 16 Colors
        • Open splash.bmp in paint (Accessories > Paint)
        • File > Save As > 16 Color Bitmap
      • Convert bmp to ppm
        • c:
        • cd \netpbm
        • bmptoppm.exe splash.bmp > splash.ppm
      • Copy splash.ppm to Linux Box /tmp
    • On Linux Box
      • Convert ppm To lss
        • cd /tmp
        • ppmtolss16 < splash.ppm > splash.lss
      • Copy the new splash.lss to Windows Machine
      • Clean Up
        • rm -vf /tmp/splash.ppm
        • rm -vf /tmp/splash.lss
  • Burn a CD with the new splash.lss
    • If you have a Multisession AAH CD
      • Replace /isolinux/splash.lss with the new one
      • Burn the CD
    • If you dont have a Multisession AAH CD, or if you want to create a new CD 
      • Download cdrtools
      • Extract to c:\cdrtools
      • Copy the AAH CD Contents to c:\aah
      • Replace c:\aah\isolinux\splash.lss with the new one
      • Create iso Image
        • c:
        • cd \aah
        • c:\cdrtools -v -r -T -J -V 'NewAAH' -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -l -R -o /newaah.iso .
      • Burn newaah.iso