searching on,

> vfs_mountroot: cannot mount root

i did come across,

  "[xen-discuss] vfs_mountroot: cannot mount root"
   http://opensolaris.org/jive/thread.jspa?messageID=315743

following (correctly, i think ... ?) jens-n's suggestion, i checked
for the ID of the ZPOOL inside the zfs pool,

 export ZP_ID=`pfexec zpool import | grep id: | awk '{print $2}'`
 pfexec zdb -d -e $ZP_ID | grep "/ROOT/opensolaris "
        Dataset 8373487873486394375/ROOT/opensolaris [ZPL], ID 56, cr_txg 26,
2.82G, 117190 objects

then replacing in my cfg file,

 ---  extra = '/platform/i86xpv/kernel/amd64/unix -B
zfs-bootfs=rpool/ROOT/opensolaris,bootpath=/xpvd/x...@51712:a'
 +++ extra  = '/platform/i86xpv/kernel/amd64/unix -B
zfs-bootfs=rpool/56,bootpath=/xpvd/x...@51712:a'

@ 'xm create ..." i still get the same error as above :-/

any further hints?

thanks.
_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to