When creating bootable media, the default file type that is created by the archiveadm create-media command is USB. If the image is larger than 4GB, the USB type is forced.
For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.3.
Create a media image from an existing archive.
# archiveadm create-media archive-name
Boot the system from the device that contains the boot image. A “hands-free” installation is performed. After the installation completes and the system is rebooted, you will be ask asked to provide configuration information for the system. For example, to boot from a CD, use the following command:
ok boot cdrom - install
To create an ISO image, you must include the –f option as shown below.
# archiveadm create-media -f iso archive.uarExample 16 Creating a Media Image Including a Specific Global Zone
By default the create-media subcommand will create media that includes all of the global zones that are included in the archive. To select a specific global zone, create the archive with the –g global-zone option. This command will create media from a specified zone. The resulting media image includes bootable media that contains the archive. This example will create an archive from the global global zone.
# archiveadm create-media -g global archive.uar