On 15/06/2011 18:42, Rob Lagunas wrote: > >>> The problem here Rob, is that we no longer ignore the partition tag in >>> AI on >>> SPARC. We not fail on this. >>> >>> You will need to remove the partition tag. >> >> Ok, I'll remove it. > > I removed the partition tag and now the disk selection piece of my > manifest looks like this: > > <target> > <disk> > <disk_keyword key="boot_disk"/> > </disk> > <logical noswap="false" nodump="false"> > <zpool name="rpool" is_root="true"> > <vdev name="vdev" redundancy="none"/> > </zpool> > </logical> > </target> > > However, the install failed with: > >> 17:35:55 Starting Automated Installation Service >> 17:35:55 Using XML Manifest: /system/volatile/ai.xml >> 17:35:55 Using profile specification: /system/volatile/profile >> 17:35:55 Using service list file: /var/run/service_list >> 17:35:55 100% manifest-parser completed. >> 17:35:55 Manifest /system/volatile/ai.xml successfully parsed >> 17:35:55 Configuring Checkpoints >> 17:36:00 1% target-discovery completed. >> 17:36:00 === Executing Target Selection Checkpoint == >> 17:36:00 Error occurred during execution of 'target-selection' checkpoint. >> 17:36:00 Aborting: Internal error in InstallEngine >> 17:36:00 Target selection checkpoint error : >> 17:36:00 If whole_disk is False, you need to provide >> information for partitions or slices >> 17:36:00 Automated Installation Failed >> 17:36:00 Please see logs for more information >> Automated Installation failed >> Please refer to the /system/volatile/install_log file for details > > How does one set 'whole_disk' to true? >
<disk whole_disk="true> Darren. > Rob _______________________________________________ caiman-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

