I probably should have also mentioned what I have done before: The steps I did were:
1. I took the downloaded installation image sol-nv-b77-x86-dvd.iso and 2. mounted it # mkdir /mnt77 # lofiadm -a /path/sol-nv-b77-x86-dvd.iso # mount -F hsfs /dev/lofi/1 /mnt77 3. Then I called ./setup_install_server # mkdir /zfsboot # cd /mnt77/Solaris_11/Tools # ./setup_install_server /zfsboot 4. Then I called ./patch_image_for_zfsboot from the kit from Lori Alt/Dave Miner which can be downloaded at http://www.opensolaris.org/os/community/install/files/zfsboot-kit-20060418.i386.tar.bz2 # mkdir /zfsbootkit # cd /zfsbootkit # bunzip2 -c zfsboot-kit-20060418.i386.tar.bz2 | tar xvf - # ./patch_image_for_zfsboot /zfsboot 5. Now I played around with mkisofs # mkisofs --joliet-long /zfsboot > zfsboot.iso This message posted from opensolaris.org
