Hi,
I'm trying to install 16.04 in a VirtualBox VM with ZFS root partition. I've managed to work my way through most of the process. I've booted to live CD, created rpool, set up chroot, ran debootstrap, etc.
I'm trying to install zfs-initramfs and zfs-dkms, and I'm getting he following error:
Can anyone offer me a clue here? I've enabled main, restricted, updates, universe and multiverse repos.
Can anyone help?
Thanks,
-Mark
I'm trying to install 16.04 in a VirtualBox VM with ZFS root partition. I've managed to work my way through most of the process. I've booted to live CD, created rpool, set up chroot, ran debootstrap, etc.
I'm trying to install zfs-initramfs and zfs-dkms, and I'm getting he following error:
Code:
(CHROOT) root@ubuntu:/# apt-get install -y zfs-initramfs zfs-dkms
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
zfs-dkms : PreDepends: spl-dkms (>= 0.6.5.6)
Depends: dkms (>= 2.2.0.2) but it is not going to be installed
Depends: zfs-doc (= 0.6.5.6-0ubuntu8) but 0.6.5.6-0ubuntu10 is to be installed
zfs-initramfs : Depends: zfs-doc (= 0.6.5.6-0ubuntu8) but 0.6.5.6-0ubuntu10 is to be installed
E: Unable to correct problems, you have held broken packages.
(CHROOT) root@ubuntu:/#
Can anyone help?
Thanks,
-Mark