<div dir="ltr">Hello, guys, <div>I got another problem when trying boot up VM on real server.<div><br></div><div>The server is Dell PowerEdge R720 /w E5-2620v2 dual CPU (24 threads total)</div><div>Host OS is Ubuntu 14.04.3 /w Linux Kernel 4.3</div><div>And QEMU is 2.4.1 /w Hyper-V patch.</div><div><br></div><div>I tried to mount Quadro K420 into VM and install Windows 7</div><div>But when I launch VM by using QEMU command, I got nothing in my screen.</div><div><br></div><div>Here is my QEMU command:</div><div><br></div><div><div>#!/bin/bash</div><div><br></div><div><font face="microsoft jhenghei, sans-serif">qemu-system-x86_64 -enable-kvm -M q35 -m 8192 -cpu host,kvm=off \</font></div><div><font face="microsoft jhenghei, sans-serif">-smp 4,sockets=1,cores=4,threads=1 \</font></div><div><font face="microsoft jhenghei, sans-serif">-bios /usr/share/qemu/bios.bin -vga none -nographic -localtime \</font></div><div><font face="microsoft jhenghei, sans-serif">-device ioh3420,bus=pcie.0,addr=1c.0,multifunction=on,port=1,chassis=1,id=root.1 \</font></div><div><font face="microsoft jhenghei, sans-serif">-device vfio-pci,host=42:00.0,bus=root.1,addr=00.0,multifunction=on,x-vga=on \</font></div><div><font face="microsoft jhenghei, sans-serif">-device vfio-pci,host=42:00.1,bus=root.1,addr=00.1 \</font></div><div><font face="microsoft jhenghei, sans-serif">-device ahci,bus=pcie.0,id=ahci \</font></div><div><font face="microsoft jhenghei, sans-serif">-drive file=/root/win7.img,id=disk,format=raw,if=virtio \</font></div><div><font face="microsoft jhenghei, sans-serif">-drive file=/root/win7.iso,id=isocd,if=none -device ide-cd,bus=ahci.0,drive=isocd \</font></div><div><font face="microsoft jhenghei, sans-serif">-drive file=/root/virt.iso,id=isocd2,if=none -device ide-cd,bus=ahci.1,drive=isocd2</font></div></div><div><font face="microsoft jhenghei, sans-serif"><br></font></div><div><font face="microsoft jhenghei, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">lspci</font></div><div><font face="microsoft jhenghei, sans-serif"><a href="http://pastebin.com/auKLbhuK">http://pastebin.com/auKLbhuK</a><br></font></div><div><br></div><div>iommu_group</div><div><a href="http://pastebin.com/SMuBWveh">http://pastebin.com/SMuBWveh</a><br></div><div><br></div><div>ispci -vvv</div><div><a href="http://pastebin.com/AXaJHrBF">http://pastebin.com/AXaJHrBF</a><br></div><div><br></div><div>This server also installed OpenStack, and being as compute node.</div><div>I'm not sure that OpenStack may disturb or not. Or maybe just script problem.</div><div><br></div><div>Many thanks,</div><div>Eddie</div></div></div>