cindy,

You are brilliant.
I can successfully boot os after follow the steps below.
But I got some small problem
1. when I "zpool list", I saw two pools (altrpool & rpool)
I want to delete altrpool using "zpool destroy altrpool" but after I reboot it 
panic

2. I got this error message
ERROR MSG:
/usr/sbin/pmconfig: "/etc/power.conf" line 16, ufs statefile with zfs root is no
t supported
BUG ID:
http://bugs.opensolaris.org/bugdatabase/view_bug.do;jsessionid=5da34891a4f40f33f6d0b14870e3?bug_id=6844540

thanks

STEPS TAKEN
# zpool create -f altrpool c1t1d0s0
# SNAPNAME=`date +%Y%m%d`
# zfs snapshot -r rpool/r...@$snapname
# zfs list -t snapshot
# zfs send -R rp...@$snapname | zfs recv -vFd altrpool
# installboot -F zfs /usr/platform/`uname -i`/lib/fs/zfs/bootblk 
/dev/rdsk/c1t1d0s0
for x86 do
# installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c1t1d0s0
# zfs destroy rpool/r...@$snapname
# zpool export altrpool
# init 5
remove source disk (c1t0d0s0) and move target disk (c1t1d0s0) to slot0
-insert solaris10 dvd
ok boot cdrom -s
# zpool import -f altrpool rpool
# zpool set bootfs=rpool/ROOT/s10s_u7wos_08 rpool
# init 6
-- 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to