<div>If the Live install media is used for installation of Openindiana, there are tow choices for install:</div><div>- text-install</div><div>- gui-install</div><div><br /></div><div>It seems the gui-install uses always cXt0d0sY for creating rpool instead of cXt0d0. Nowadays this do not deliver a bootable rpool.</div><div><br /></div><div>static int<br />prepare_zfs_root_pool_attrs(nvlist_t **attrs, char *disk_name, uint8_t slice_id)<br />{<br />...</div><div>    snprintf(zfs_device, sizeof (zfs_device), "%ss%d", disk_name, slice_id)</div><div>...</div><div>}</div><div><br /></div><div>Theoretically it is possible to create a Zpool in any slice and also there in slice 0 of a prepartitionated disk. <br /></div><div>Make this still sense? I would propose to remove the statement for adding the slice part.</div><div><br /></div><div>... or the gui-installer at all?</div>-- <br signature="separator" />Carsten