<div dir="ltr"><div>Hello,</div><div><br></div><div>I've tried over at IRC and it appears the solution to this problem may not be obvious.</div><div><br></div><div>I'm working with a Centos7 box on HP ProLiant 380p hardware. The BIOS is a bit outdated, but both Intel Virtualization Options and VT-d are present and enabled in the firmware.</div><div><br></div><div>Some relevant command outputs below:</div><div><br></div><div>-bash-4.2$ dmesg | grep Virtualization<br>[    1.299295] DMAR: Intel(R) Virtualization Technology for Directed I/O<br></div><div>-bash-4.2$ lsmod | grep kvm<br>kvm_intel             174841  0 <br>kvm                   578518  1 kvm_intel<br>irqbypass              13503  1 kvm</div><div> sudo virt-install --virt-type kvm --name <my name> --memory 8192 --cdrom <my path>/CentOS-7-x86_64-Everything-1708.iso --disk size=4 --os-variant rhel7<br>ERROR    Host does not support any virtualization options </div><div><br></div><div>I don't see any options to increase the verbosity of virt-install. Any ideas?</div></div>