shumira:/# zpool attach rpool c5d0 c5d1
cannot label 'c5d1': EFI labeled devices are not supported on root pools.
When I try to use the recommended means of removing the EFI label:
# format -e c5d1
selecting c5d1
[ etc etc ]
format> label
[0] SMI Label
[1] EFI Label
Specify Label type[0]: 0
Ready to label disk, continue? y
format> quit
shumira:/# zpool attach rpool c5d0 c5d1
cannot label 'c5d1': EFI labeled devices are not supported on root pools.
I must be missing something obvious. This is on OpenSolaris Indiana b100.
I'll check with zfs-discuss, but I figured I start here.
--
Brandon Hume - hume -> BOFH.Ca, http://WWW.BOFH.Ca/
Figures. I knew I was doing something stupid.
zpool attach -f rpool c5d0s0 c5d1s0 worked fine.
> hume.sp...@bofh.ca wrote:
>> shumira:/# zpool attach rpool c5d0 c5d1
>> cannot label 'c5d1': EFI labeled devices are not supported on root pools.
>
> Figures. I knew I was doing something stupid.
>
> zpool attach -f rpool c5d0s0 c5d1s0 worked fine.
I got that far with an EFI mirror disk also. But installing GRUB on the
second drive was no go.
I booted a Slackware Linux CD and removed the EFI label:
dd if=/dev/zero of=/dev/sdb