+------------------------------------------------------------------------------< br />| On 2009-03-17 16:37:25, Mark J Musante wrote: | | >Then mirror the VTOC from the first (zfsroot) disk to the second: | > | ># prtvtoc /dev/rdsk/c1t0d0s2 | fmthard -s - /dev/rdsk/c1t1d0s2 | ># zpool attach -f rpool c1t0d0s0 c1t1d0s0 | ># zpool status -v | | And then you'll still need to run installgrub to put grub on the | mirror. That's not yet automatically done.