dick hoogendijk wrote:
> OK, I upgraded from S10u5 to S10u6 succesfully. The system is till on
> UFS. I want it converted to ZFS. So on a second drive I do:
> # zpool create rpool c0d1
> # lucreate -n zfsBE -p mpool
> ============
> eowyn# lucreate -n zfsBE -p mpool
> Checking GRUB menu...
> System has findroot enabled GRUB
> Analyzing system configuration.
> ERROR: ZFS pool <mpool> does not support boot environments
> ============
>
> Why does this error message appear? What do I do wrong?
> Where can I find the PDF manual on converting S10(UFS) to S10(ZFS)
>
>   
ZFS boot (and most likely your BIOS) requires an SMI label on the boot
drive. You (zpool create) will have created an EFI label on you second
drive.

Use format -e to re-label the drive with a Solaris FDISK partition,
create a whole disk slice (assuming you want the whole disk for the
pool) and create your pool on that.

-- 
Ian.


Reply via email to