Because of several reasons I must install a centos7 virtual machine on a zfs filesystem on freebsd 11 (It must be centos, there is no other option for that)
Furthermore I need to be able to send a ZFS snapshot of the virtual machine to a remote backup system on a regular base. Which means that (as it seems) I can not use a ZFS volume as a virtual disk.So, as far as I know, the only other option is to use a truncated virtual disk
Now the problem is that after the Centos7 installation of bhyve (which works fine) the newly installed system will not boot because of the "not a correct XFS inode" error, which seems to be a bug in grub2.
The solution for that should be to create an ext2 boot partition.
Unfortunately the centos7 installation in the bhyve console does not offer an option to configure an ext2 boot partition as, as far as I know, it is only possible to install centos7 on xfs (boot) partitions in the console.
So I wonder if somebody can help me with the following question: Is it possible with bhyve/centos7 to configure a truncated virtual disk with an ext2 boot partition and use that in the bhyve installation console screen? If so, how should I do that?
Furthermore I need to be able to send a ZFS snapshot of the virtual machine to a remote backup system on a regular base. Which means that (as it seems) I can not use a ZFS volume as a virtual disk.So, as far as I know, the only other option is to use a truncated virtual disk
Now the problem is that after the Centos7 installation of bhyve (which works fine) the newly installed system will not boot because of the "not a correct XFS inode" error, which seems to be a bug in grub2.
The solution for that should be to create an ext2 boot partition.
Unfortunately the centos7 installation in the bhyve console does not offer an option to configure an ext2 boot partition as, as far as I know, it is only possible to install centos7 on xfs (boot) partitions in the console.
So I wonder if somebody can help me with the following question: Is it possible with bhyve/centos7 to configure a truncated virtual disk with an ext2 boot partition and use that in the bhyve installation console screen? If so, how should I do that?