> Not sure if it's the same bug, but I guess it could > be related. > Try the binary patch proposed on that bug link. It worked very on my system.
> I suspect my problem might be more of the os not > properly installing at all (hence only ending up with > the /boot & /etc directories on the usb stick). > Likely the reason you don't see the rest of the installation is because the mountpoint is not empty. -- pfexec zpool import -R /mnt rpool -- ls /mnt ---- data export msd opt proj rpool -- pfexec zfs mount rpool/ROOT/snv_101 ---- cannot mount '/mnt': directory is not empty -- zfs set mountpoint=/aaa rpool/ROOT/snv_101 -- pfexec zfs mount rpool/ROOT/snv_101 -- ls /mnt/aaa ---- bin devices kernel net ... > Also, I haven't been able to find any info on the 2 > rpools. I've seen this and I think I got it when I created a pool on top of an existing one without destroy or maybe not even export first. I dd /dev/zero over the whole usb drive to get rid of it, but there might be a better way to clean it. -- This message posted from opensolaris.org