# ZFS on Debian * Add contrib in /etc/apt/sources.list https://askubuntu.com/questions/431879/error-when-installing-ubuntu-zfs sudo apt-get install spl-dkms sudo apt-get install zfs-dkms https://lucanuscervus-notes.readthedocs.io/en/latest/Filesystems/ZFS/ZFS%20-%20Using%20ZFS%20with%20%20libvirt/ https://www.raymii.org/s/articles/virt-install_introduction_and_copy_paste_distro_install_commands.html#toc_2 virt-install --name debian-test --memory 512 --vcpus=1 --cpu host --disk pool=zfstank,size=5 --network user --virt-type kvm \ --os-type linux \ --os-variant generic \ --graphics none \ --console pty,target_type=serial \ --location 'http://ftp.fr.debian.org/debian/dists/buster/main/installer-amd64/' \ --extra-args 'console=ttyS0,115200n8 serial'