Comment 9 for bug 1656048

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2017-01-27 08:21 EDT-------
For documentation purposes, here's the virt-install line used.

(In reply to comment #13)
> Used the netboot image in xenial-updates as of Jan 27, with kernel cmdline
> args 'apt-setup/proposed=true'.
>
> Created a guest w/ a virtual SCSI drive and NVMe drive in PCI-passthrough
> mode.

qemu-img create -f qcow2 /var/lib/libvirt/images/mauricfo-16041-pcipt.qcow2 128g

virsh nodedev-detach pci_0005_01_00_0

virt-install \
--name mauricfo-16041 \
--location http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-ppc64el/ \
--extra-args "apt-setup/proposed=true" \
--vcpus 8,sockets=1,cores=1,threads=8 \
--memory 8192 \
--controller type=scsi,model=virtio-scsi \
--disk format=qcow2,path=/var/lib/libvirt/images/mauricfo-16041-pcipt.qcow2 \
--network bridge=virbr0,model=virtio \
--hostdev pci_0005_01_00_0