> Ok I found out in this forum that with the option > "-kv" in the kernel line in grub I can see more > verbose messages. > I found out that I got an ZFS import error: > spa_import_rootpool: error 6 > > I don't know what it means. But I installed also a > new SSD HD device. And I reswitched in different > orders the SATA connectors. Maybe this makes a > problem that the ZFS FS is no more connected on the > previous SATA port.
I suspect that both the physical device path of the hdd (old hdd and new hdd are not connected at the same physical location) and the devid of the hdd (new hardware => new devid) did change. Solution is probably to boot from the opensolaris livecd media, and "zpool import -f rpool" the zpool, so that the new physical device path and the new devid is updated on the zpool's label. After the zpool import, try to reboot from hdd. -- This message posted from opensolaris.org
