> Perhaps I should try to create new pool and to copy > ZFS rpool/ROOT/opensolaris-5 to this new pool? How do > you think is it possible?
Should work, with something like this: Using a blank hdd: run fdisk and create a solaris fdisk partition; create some slices on the solaris fdisk parition using format -> "partition"; create a rpool2 pool on the new solaris hdd. create a snapshot of rpool/ROOT/opensolaris-5 and zfs send / recv from the old rpool to the new rpool2 zfs snapshot rpool/ROOT/opensolaris-5 at backup zfs send rpool/ROOT/opensolaris-5 at backup rpool2/ROOT/opensolaris-5 at backup You also have to copy the four files from rpool/{etc,boot} to the new pool (this includes the grub boot menu). Set the new pool's bootfs property, zpool set bootfs=rpool2/ROOT/opensolaris-5 rpool2 And installgrub the boot code to the new hdd. -- This message posted from opensolaris.org