------- Comment From mauri...@br.ibm.com 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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1656048

Title:
  grub-installer might not install to the PReP partition of NVMe disks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1656048/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to