Windows 10 VM bringt kein Bild mit durchgeschleifter Grafikkarte


Recommended Posts

Guten Morgen zusammen,

 

ich habe ein Problem, dass ich meine GTX 1070 8GB ARMOR OC von MSI nicht in meiner VM durchgeschleift bekomme. Es kommt einfach kein Bild. Ich weiß, dass die VM an sich funktioniert, da ich mit der VNC Option (ohne Graka) ein Bild bekomme und via Teamviewer über das Netzwerk auf die Maschine zugreifen kann. 

Mein Setup besteht aus einer M2 SSD welche bereits ein installiertes Windows 10 beinhaltet die ich gerne als VM laufen lassen würde. Ich hatte es aber auch bereits mit einer neuen VM, welche eine virtual Disk auf dem Storage anlegt, versucht...ohne Erfolg. Des Weiteren sind einige Dongles (Empfänger für Logitech Tastatur und Maus) sowie eine WLAN PCI Karte verbaut. Die Maus und Tastatur funktioniert das WLAN wird nicht mal erkannt, welches für mich erstmal zweitrangig ist, da das kabelgebundene Netzwerk läuft.

 

Jetzt zu meiner Anfrage was mache ich falsch. Ich habe es mit VBios und ohne probiert. HVM und IOMMU ist aktiv und bei PCI-E ACS habe ich auch alle Auswahlmöglichkeiten probiert. Sobald ich die Graka in die Konfiguration einfüge fährt aus meiner Sicht die VM nicht mehr hoch, da zwar am Monitor (via DisplayPort) kein Bild aber auch via Teamviewer kein Lebenszeichen der VM kommt. Könntet Ihr mir helfen? Anbei mal die Struktur der Maschine falls noch etwas benötigt wird gern her damit. (ich kann mit etwas Erklärung sicherlich alles liefern. :D) 

 

<?xml version='1.0' encoding='UTF-8'?>
<domain type='kvm'>
  <name>Streami</name>
  <uuid>f1dd6cf7-d35e-dec2-8b5b-a05b5f8ff041</uuid>
  <metadata>
    <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/>
  </metadata>
  <memory unit='KiB'>8388608</memory>
  <currentMemory unit='KiB'>4194304</currentMemory>
  <memoryBacking>
    <nosharepages/>
  </memoryBacking>
  <vcpu placement='static'>1</vcpu>
  <cputune>
    <vcpupin vcpu='0' cpuset='0'/>
  </cputune>
  <os>
    <type arch='x86_64' machine='pc-i440fx-5.1'>hvm</type>
    <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
    <nvram>/etc/libvirt/qemu/nvram/f1dd6cf7-d35e-dec2-8b5b-a05b5f8ff041_VARS-pure-efi.fd</nvram>
  </os>
  <features>
    <acpi/>
    <apic/>
    <hyperv>
      <relaxed state='on'/>
      <vapic state='on'/>
      <spinlocks state='on' retries='8191'/>
      <vendor_id state='on' value='none'/>
    </hyperv>
  </features>
  <cpu mode='host-passthrough' check='none' migratable='on'>
    <topology sockets='1' dies='1' cores='1' threads='1'/>
    <cache mode='passthrough'/>
    <feature policy='require' name='topoext'/>
  </cpu>
  <clock offset='localtime'>
    <timer name='hypervclock' present='yes'/>
    <timer name='hpet' present='no'/>
  </clock>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <devices>
    <emulator>/usr/local/sbin/qemu</emulator>
    <disk type='block' device='disk'>
      <driver name='qemu' type='raw' cache='writeback'/>
      <source dev='/dev/nvme0n1'/>
      <target dev='hdc' bus='sata'/>
      <boot order='1'/>
      <address type='drive' controller='0' bus='0' target='0' unit='2'/>
    </disk>
    <disk type='file' device='cdrom'>
      <driver name='qemu' type='raw'/>
      <source file='/mnt/user/isos/virtio-win-0.1.190-1.iso'/>
      <target dev='hdb' bus='ide'/>
      <readonly/>
      <address type='drive' controller='0' bus='0' target='0' unit='1'/>
    </disk>
    <controller type='pci' index='0' model='pci-root'/>
    <controller type='ide' index='0'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
    </controller>
    <controller type='sata' index='0'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </controller>
    <controller type='virtio-serial' index='0'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
    </controller>
    <controller type='usb' index='0' model='ich9-ehci1'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/>
    </controller>
    <controller type='usb' index='0' model='ich9-uhci1'>
      <master startport='0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/>
    </controller>
    <controller type='usb' index='0' model='ich9-uhci2'>
      <master startport='2'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/>
    </controller>
    <controller type='usb' index='0' model='ich9-uhci3'>
      <master startport='4'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/>
    </controller>
    <interface type='bridge'>
      <mac address='52:54:00:0d:1b:ca'/>
      <source bridge='br0'/>
      <model type='virtio-net'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
    </interface>
    <serial type='pty'>
      <target type='isa-serial' port='0'>
        <model name='isa-serial'/>
      </target>
    </serial>
    <console type='pty'>
      <target type='serial' port='0'/>
    </console>
    <channel type='unix'>
      <target type='virtio' name='org.qemu.guest_agent.0'/>
      <address type='virtio-serial' controller='0' bus='0' port='1'/>
    </channel>
    <input type='tablet' bus='usb'>
      <address type='usb' bus='0' port='4'/>
    </input>
    <input type='mouse' bus='ps2'/>
    <input type='keyboard' bus='ps2'/>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <driver name='vfio'/>
      <source>
        <address domain='0x0000' bus='0x27' slot='0x00' function='0x0'/>
      </source>
      <rom file='/mnt/user/isos/MSI.GTX1070.8192.160606.rom'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
    </hostdev>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <driver name='vfio'/>
      <source>
        <address domain='0x0000' bus='0x27' slot='0x00' function='0x1'/>
      </source>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
    </hostdev>
    <hostdev mode='subsystem' type='usb' managed='no'>
      <source>
        <vendor id='0x046d'/>
        <product id='0xc52b'/>
      </source>
      <address type='usb' bus='0' port='1'/>
    </hostdev>
    <hostdev mode='subsystem' type='usb' managed='no'>
      <source>
        <vendor id='0x046d'/>
        <product id='0xc537'/>
      </source>
      <address type='usb' bus='0' port='2'/>
    </hostdev>
    <hostdev mode='subsystem' type='usb' managed='no'>
      <source>
        <vendor id='0x8087'/>
        <product id='0x0029'/>
      </source>
      <address type='usb' bus='0' port='3'/>
    </hostdev>
    <memballoon model='none'/>
  </devices>
</domain>

 

Link to comment

Guten Morgen.

 

Ändere folgendes

<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>

zu

<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunktion='on'/>

 

und folgendes

<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>

zu

<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x1'/>

 

Bei Mir läuft es genau so.

 

LG THS1976

Link to comment
1 hour ago, THS1976 said:

Guten Morgen.

 

Ändere folgendes

<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>

zu

<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunktion='on'/>

 

und folgendes

<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>

zu

<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x1'/>

 

Bei Mir läuft es genau so.

 

LG THS1976

 

 

Guten Morgen,

 

Danke das hat schon mal geholfen, dass die VM sich wieder bei AnyDesk/Teamviewer meldet. Das Bild ist zwar noch nicht da und er bringt mir als Ausgabemonitor zwar den BasicAdapter ABER im Gerätemanager taucht die Karte schon mal mit Code 43 auf. (siehe Screenshot) Das ist ja schon mal ein gutes Zeichen, da ich das in einigen Threads/Videos als "Fehler" gelesen/gesehen habe. Da du das ja schon so easy beantworten konntest wäre diese Fähigkeit auf das Problem übertragbar? Bzw. hattest du das in deiner Maschine auch?

 

Vor allem ich muss mir die Bedeutung des neuen Mappings auf Slot 5 anschauen woher weiß ich was er da auf einem anderen Slot wollte?

 

Mit freundlichen Grüßen,

JOKER

Bildschirmfoto 2021-04-11 um 10.57.12.png

Link to comment

Achso und nochwas.

 

Wenn Ich meine Installierte Windows 10 VM mit VNC auf die Grafikkarte später geändert habe, hatte Ich auch kein Bild.

 

Erst wenn Ich direkt eine NEUE Windows VM installiert habe mit meine GTX1080 und das geänderte GraKa Bios hat es funktioniert.

 

LG THS1976

Link to comment

Lange Story kurze Zusammenfassung:

 

Nein es geht bisher noch nicht. Ich habe jetzt bisher das BIOS auf die aktuelle Version gehoben. Danach hatte er einen Bug, dass er von nichts mehr gebootet hat. Dann hab ich ein Downgrade auf die 2020er Version gemacht. (2. Aktuellste ich hatte vorher eine 2019er Version) Jetzt komm ich wieder an das Unraid und habe die VM einfach komplett neu ohne vorher VNC auszuwählen konfiguriert. Ich habe aus dem Video sogar das Skript der VM und des Starts von Unraid angepasst. Dies sieht wie folgt jetzt aus:

 

Meine Überlegung war jetzt was würde denn noch fehlen? Ich habe mal die Screens aus dem BIOS angehangen.

 

VM:

<?xml version='1.0' encoding='UTF-8'?>
<domain type='kvm' id='1'>
  <name>Streami</name>
  <uuid>ad83b1b0-e6bf-a89e-cd09-167662518d1e</uuid>
  <metadata>
    <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/>
  </metadata>
  <memory unit='KiB'>8388608</memory>
  <currentMemory unit='KiB'>8388608</currentMemory>
  <memoryBacking>
    <nosharepages/>
  </memoryBacking>
  <vcpu placement='static'>8</vcpu>
  <cputune>
    <vcpupin vcpu='0' cpuset='2'/>
    <vcpupin vcpu='1' cpuset='8'/>
    <vcpupin vcpu='2' cpuset='3'/>
    <vcpupin vcpu='3' cpuset='9'/>
    <vcpupin vcpu='4' cpuset='4'/>
    <vcpupin vcpu='5' cpuset='10'/>
    <vcpupin vcpu='6' cpuset='5'/>
    <vcpupin vcpu='7' cpuset='11'/>
  </cputune>
  <resource>
    <partition>/machine</partition>
  </resource>
  <os>
    <type arch='x86_64' machine='pc-i440fx-5.1'>hvm</type>
    <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
    <nvram>/etc/libvirt/qemu/nvram/ad83b1b0-e6bf-a89e-cd09-167662518d1e_VARS-pure-efi.fd</nvram>
  </os>
  <features>
    <acpi/>
    <apic/>
    <hyperv>
      <relaxed state='on'/>
      <vapic state='on'/>
      <spinlocks state='on' retries='8191'/>
      <vendor_id state='on' value='2D76A8B352F1'/>
    </hyperv>
    <kvm>
      <hidden state='on'/>
    </kvm>
    <ioapic driver='kvm'/>
  </features>
  <cpu mode='host-passthrough' check='none' migratable='on'>
    <topology sockets='1' dies='1' cores='4' threads='2'/>
    <cache mode='passthrough'/>
    <feature policy='require' name='topoext'/>
  </cpu>
  <clock offset='localtime'>
    <timer name='hypervclock' present='yes'/>
    <timer name='hpet' present='no'/>
  </clock>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <devices>
    <emulator>/usr/local/sbin/qemu</emulator>
    <disk type='block' device='disk'>
      <driver name='qemu' type='raw' cache='writeback'/>
      <source dev='/dev/nvme0n1' index='2'/>
      <backingStore/>
      <target dev='hdc' bus='sata'/>
      <boot order='1'/>
      <alias name='sata0-0-2'/>
      <address type='drive' controller='0' bus='0' target='0' unit='2'/>
    </disk>
    <disk type='file' device='cdrom'>
      <driver name='qemu' type='raw'/>
      <source file='/mnt/user/isos/virtio-win-0.1.190-1.iso' index='1'/>
      <backingStore/>
      <target dev='hdb' bus='ide'/>
      <readonly/>
      <alias name='ide0-0-1'/>
      <address type='drive' controller='0' bus='0' target='0' unit='1'/>
    </disk>
    <controller type='usb' index='0' model='qemu-xhci' ports='15'>
      <alias name='usb'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
    </controller>
    <controller type='pci' index='0' model='pci-root'>
      <alias name='pci.0'/>
    </controller>
    <controller type='ide' index='0'>
      <alias name='ide'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
    </controller>
    <controller type='sata' index='0'>
      <alias name='sata0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </controller>
    <controller type='virtio-serial' index='0'>
      <alias name='virtio-serial0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
    </controller>
    <interface type='bridge'>
      <mac address='52:54:00:01:e2:bf'/>
      <source bridge='br0'/>
      <target dev='vnet0'/>
      <model type='virtio-net'/>
      <alias name='net0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
    </interface>
    <serial type='pty'>
      <source path='/dev/pts/0'/>
      <target type='isa-serial' port='0'>
        <model name='isa-serial'/>
      </target>
      <alias name='serial0'/>
    </serial>
    <console type='pty' tty='/dev/pts/0'>
      <source path='/dev/pts/0'/>
      <target type='serial' port='0'/>
      <alias name='serial0'/>
    </console>
    <channel type='unix'>
      <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-1-Streami/org.qemu.guest_agent.0'/>
      <target type='virtio' name='org.qemu.guest_agent.0' state='connected'/>
      <alias name='channel0'/>
      <address type='virtio-serial' controller='0' bus='0' port='1'/>
    </channel>
    <input type='mouse' bus='ps2'>
      <alias name='input0'/>
    </input>
    <input type='keyboard' bus='ps2'>
      <alias name='input1'/>
    </input>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <driver name='vfio'/>
      <source>
        <address domain='0x0000' bus='0x27' slot='0x00' function='0x0'/>
      </source>
      <alias name='hostdev0'/>
      <rom file='/mnt/user/isos/MSI.GTX1070.8192.160606.rom'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunction='on'/>
    </hostdev>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <driver name='vfio'/>
      <source>
        <address domain='0x0000' bus='0x27' slot='0x00' function='0x1'/>
      </source>
      <alias name='hostdev1'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x1'/>
    </hostdev>
    <hostdev mode='subsystem' type='usb' managed='no'>
      <source>
        <vendor id='0x046d'/>
        <product id='0xc52b'/>
        <address bus='5' device='2'/>
      </source>
      <alias name='hostdev2'/>
      <address type='usb' bus='0' port='1'/>
    </hostdev>
    <hostdev mode='subsystem' type='usb' managed='no'>
      <source>
        <vendor id='0x046d'/>
        <product id='0xc537'/>
        <address bus='1' device='2'/>
      </source>
      <alias name='hostdev3'/>
      <address type='usb' bus='0' port='2'/>
    </hostdev>
    <hostdev mode='subsystem' type='usb' managed='no'>
      <source>
        <vendor id='0x8087'/>
        <product id='0x0029'/>
        <address bus='1' device='4'/>
      </source>
      <alias name='hostdev4'/>
      <address type='usb' bus='0' port='3'/>
    </hostdev>
    <memballoon model='none'/>
  </devices>
  <seclabel type='dynamic' model='dac' relabel='yes'>
    <label>+0:+100</label>
    <imagelabel>+0:+100</imagelabel>
  </seclabel>
</domain>

 

 

Startskript/Syslinux Config vom Unraid jetzt:

default menu.c32
menu title Lime Technology, Inc.
prompt 0
timeout 50
label Unraid OS
  menu default
  kernel /bzimage
  append amd_iommu=on iommu=pt pcie_acs_override=downstream,multifunction initrd=/bzroot pti=off vfio_iommu_type1.allow_unsafe interrupts=1
label Unraid OS GUI Mode
  kernel /bzimage
  append pcie_acs_override=multifunction initrd=/bzroot,/bzroot-gui
label Unraid OS Safe Mode (no plugins, no GUI)
  kernel /bzimage
  append initrd=/bzroot unraidsafemode
label Unraid OS GUI Safe Mode (no plugins)
  kernel /bzimage
  append initrd=/bzroot,/bzroot-gui unraidsafemode
label Memtest86+
  kernel /memtest

 

MSI_SnapShot_00.bmp MSI_SnapShot.bmp

Link to comment
13 minutes ago, THS1976 said:

Hallo.

 

Hast du du auch die Grafikkarte an VFIO gebunden?

 

Werkzeuge --> Systemgeräte --> Grafikkarte anklicken und an VFIO Binden.


Hallo,

da ich ja nur stumpf übernommen habe, hab ich mich mit den Einzelheiten nicht so befasst. 
Ich hab jetzt die Grafikkarte angebunden. Würde ich das auch für die Soundkarte der Graka tun?
 

Bei mir sieht die Gruppierung bisher so aus:

IOMMU group 26:			 	[1b21:1242] 26:00.0 USB controller: ASMedia Technology Inc. ASM1142 USB 3.1 Host Controller
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
IOMMU group 27:			 	[10de:1b81] 27:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070] (rev a1)
IOMMU group 28:			 	[10de:10f0] 27:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1)

 

Link to comment

OK gesagt getan. Jetzt sind beide dran und nach dem Neustart bleibt es bei dem folgenden Punkt hängen:

 

vfio-pci 0000:27:00.0: vgaarb:changed via decodes: old decodes=io+mem,decodes=io+mem:owns=io+mem

 

Daaaa scheint wohl noch etwas nicht zu stimmen. Eventuell die Startskriptgeschichte von oben?

 

update: grad gesehen, dass er trotzdem hochfährt nur am Monitor nix davon sagt ok ich starte die VM.

 

update2: nein leider startet zwar die VM aber der Fehler ist noch immer im Gerätemanager da....puuhhh harte Nuss! Gibt es noch Ideen?

(Fehler im Gerätemanager: Dieses Gerät wurde angehalten, weil es Fehler gemeldet hat. (Code 43))

Edited by JOKER357thomas
Link to comment

So sieht es bei mir aus

 

<?xml version='1.0' encoding='UTF-8'?>
<domain type='kvm'>
  <name>Ghost 10 20H2</name>
  <uuid>de8112f4-3098-07b1-9c38-8b84272e2d18</uuid>
  <metadata>
    <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/>
  </metadata>
  <memory unit='KiB'>16777216</memory>
  <currentMemory unit='KiB'>16777216</currentMemory>
  <memoryBacking>
    <nosharepages/>
  </memoryBacking>
  <vcpu placement='static'>12</vcpu>
  <cputune>
    <vcpupin vcpu='0' cpuset='10'/>
    <vcpupin vcpu='1' cpuset='26'/>
    <vcpupin vcpu='2' cpuset='11'/>
    <vcpupin vcpu='3' cpuset='27'/>
    <vcpupin vcpu='4' cpuset='12'/>
    <vcpupin vcpu='5' cpuset='28'/>
    <vcpupin vcpu='6' cpuset='13'/>
    <vcpupin vcpu='7' cpuset='29'/>
    <vcpupin vcpu='8' cpuset='14'/>
    <vcpupin vcpu='9' cpuset='30'/>
    <vcpupin vcpu='10' cpuset='15'/>
    <vcpupin vcpu='11' cpuset='31'/>
  </cputune>
  <os>
    <type arch='x86_64' machine='pc-q35-5.1'>hvm</type>
    <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
    <nvram>/etc/libvirt/qemu/nvram/de8112f4-3098-07b1-9c38-8b84272e2d18_VARS-pure-efi.fd</nvram>
  </os>
  <features>
    <acpi/>
    <apic/>
    <hyperv>
      <relaxed state='on'/>
      <vapic state='on'/>
      <spinlocks state='on' retries='8191'/>
      <vendor_id state='on' value='none'/>
    </hyperv>
  </features>
  <cpu mode='host-passthrough' check='none' migratable='on'>
    <topology sockets='1' dies='1' cores='6' threads='2'/>
    <cache mode='passthrough'/>
    <feature policy='require' name='topoext'/>
  </cpu>
  <clock offset='localtime'>
    <timer name='hypervclock' present='yes'/>
    <timer name='hpet' present='no'/>
  </clock>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <devices>
    <emulator>/usr/local/sbin/qemu</emulator>
    <disk type='file' device='disk'>
      <driver name='qemu' type='raw' cache='writeback'/>
      <source file='/mnt/user/domains/Ghost 10 20H2/vdisk1.img'/>
      <target dev='hdc' bus='virtio'/>
      <boot order='1'/>
      <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
    </disk>
    <disk type='file' device='cdrom'>
      <driver name='qemu' type='raw'/>
      <source file='/mnt/user/isos/WIN10.PRO.2009.SUPERLITE+COMPACT.X64.U2.GHOSTSPECTRE.(W).ISO'/>
      <target dev='hda' bus='sata'/>
      <readonly/>
      <boot order='2'/>
      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
    </disk>
    <disk type='file' device='cdrom'>
      <driver name='qemu' type='raw'/>
      <source file='/mnt/user/isos/virtio-win-0.1.190-1.iso'/>
      <target dev='hdb' bus='sata'/>
      <readonly/>
      <address type='drive' controller='0' bus='0' target='0' unit='1'/>
    </disk>
    <controller type='usb' index='0' model='ich9-ehci1'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/>
    </controller>
    <controller type='usb' index='0' model='ich9-uhci1'>
      <master startport='0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/>
    </controller>
    <controller type='usb' index='0' model='ich9-uhci2'>
      <master startport='2'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/>
    </controller>
    <controller type='usb' index='0' model='ich9-uhci3'>
      <master startport='4'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/>
    </controller>
    <controller type='sata' index='0'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
    </controller>
    <controller type='pci' index='0' model='pcie-root'/>
    <controller type='pci' index='1' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='1' port='0x8'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/>
    </controller>
    <controller type='pci' index='2' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='2' port='0x9'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
    </controller>
    <controller type='pci' index='3' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='3' port='0xa'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
    </controller>
    <controller type='pci' index='4' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='4' port='0xb'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x3'/>
    </controller>
    <controller type='pci' index='5' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='5' port='0xc'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x4'/>
    </controller>
    <controller type='pci' index='6' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='6' port='0xd'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x5'/>
    </controller>
    <controller type='virtio-serial' index='0'>
      <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
    </controller>
    <interface type='bridge'>
      <mac address='52:54:00:5c:7b:ce'/>
      <source bridge='br0'/>
      <model type='virtio-net'/>
      <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
    </interface>
    <serial type='pty'>
      <target type='isa-serial' port='0'>
        <model name='isa-serial'/>
      </target>
    </serial>
    <console type='pty'>
      <target type='serial' port='0'/>
    </console>
    <channel type='unix'>
      <target type='virtio' name='org.qemu.guest_agent.0'/>
      <address type='virtio-serial' controller='0' bus='0' port='1'/>
    </channel>
    <input type='mouse' bus='ps2'/>
    <input type='keyboard' bus='ps2'/>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <driver name='vfio'/>
      <source>
        <address domain='0x0000' bus='0x08' slot='0x00' function='0x0'/>
      </source>
      <rom file='/mnt/disk1/isos/gtx1080.dump'/>
      <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0' multifunction='on'/>
    </hostdev>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <driver name='vfio'/>
      <source>
        <address domain='0x0000' bus='0x08' slot='0x00' function='0x1'/>
      </source>
      <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x1'/>
    </hostdev>
    <hostdev mode='subsystem' type='usb' managed='no'>
      <source>
        <vendor id='0x046d'/>
        <product id='0xc52b'/>
      </source>
      <address type='usb' bus='0' port='1'/>
    </hostdev>
    <memballoon model='none'/>
  </devices>
</domain>

 

So läuft es bei mir.

 

Hab als Gerät: Q35-5.1 genommen.

Link to comment

Ich habe jetzt auf Q35-5.1 gewechselt. Habe jetzt auch via GPU-z noch einmal das BIOS gedumped und bearbeitet. Ich habe es jetzt mit der heruntergeladenen Datei sowie mit meiner Datei ausprobiert aber der Fehler bleibt leider bestehen.

Ist das Immer so schwer? :D

 

Ich werde mal deine Config mit Notepad++ gegen meine checken um eventuell noch was zu sehen.

Edited by JOKER357thomas
Link to comment

Also bei mir hat es funktioniert nachdem Ich komplett eine neue Windows 10 VM erstellt und Installiert habe mit der Grafikkarte direkt anzuwählen.

 

Eine vorhandene Windows 10 VM wo Ich zuerst als VNC istalliert hatte und später versucht habe die Grafikkarte zu wählen und zu starten, hatte Ich kein Bild.

 

Link to comment
1 minute ago, THS1976 said:

Also bei mir hat es funktioniert nachdem Ich komplett eine neue Windows 10 VM erstellt und Installiert habe mit der Grafikkarte direkt anzuwählen.

 

Eine vorhandene Windows 10 VM wo Ich zuerst als VNC istalliert hatte und später versucht habe die Grafikkarte zu wählen und zu starten, hatte Ich kein Bild.

 

Genau das hatte ich getan. Ich habe jetzt eine mit dem Namen und eine mit dem „Namen Alt“ und bei der neuen hatte ich es genau so direkt ausgewählt. 

Link to comment
8 hours ago, THS1976 said:

Hmmmm. Irgend eine andere einstellung im Bios.

 

Sonst weiss Ich auch nicht weiter. Da müssen dir die erfahrenere leute weiter helfen. Sorry.

 

Alles gut ich stelle mal ne Liste auf mit den Einstellungen des BIOS dann hilft das ja eventuell. Vielen Vielen Dank trotzdem schon mal für die Hilfe!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.