Everything posted by Nummy
-
Trying to get my win 11 VM working with my 1080 TI
Yeah I tried just adding x86-64-v3 in the CPU mode in the YML, it didn't like it one bit and crashed my server :( At wits end with this! Dont want to give up on unraid
-
Trying to get my win 11 VM working with my 1080 TI
So I started to look at way of running a VM a different way, So I looked at proxmox after messing about for a week I got it working with my GPU and the way I got it working in proxmox is changing the CPU qemu type from host to x86-64-v3 it worked, but could never get my LSI card to work so I couldn't have a VM for Unraid, and this was more of experiment to prove Unraid needs VMs to be looked at more as theres only two options given for the CPU type. Or can I add it in the YML file?
-
Trying to get my win 11 VM working with my 1080 TI
After: @PUNGGOKERS [ 2.353535] VFIO - User Level meta-driver version: 0.3 [ 19.439441] vfio-pci 0000:01:00.0: vgaarb: deactivate vga console [ 19.439444] vfio-pci 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=none [ 33.924827] NVRM: GPU 0000:01:00.0 is already bound to vfio-pci. [ 151.830722] vfio-pci 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=none [ 2682.830888] vfio-pci 0000:05:00.0: enabling device (0000 -> 0002)
-
Trying to get my win 11 VM working with my 1080 TI
Before: [ 2.353535] VFIO - User Level meta-driver version: 0.3 [ 19.439441] vfio-pci 0000:01:00.0: vgaarb: deactivate vga console [ 19.439444] vfio-pci 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=none [ 33.924827] NVRM: GPU 0000:01:00.0 is already bound to vfio-pci. [ 151.830722] vfio-pci 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=none
-
Trying to get my win 11 VM working with my 1080 TI
@PUNGGOKERS Help
-
Trying to get my win 11 VM working with my 1080 TI
So I added the iGPU as primary and the old 1080ti as secondary, that worked until the reboot the vm , which I guess is the reset problem. Where do I add the script so that it will work every time I start the vm? Also do you mind looking at my VMs XML and giving my some tips on what to improve, thanks for your help. <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Windows 10</name> <uuid>37b32ebf-88d9-d955-1374-4a6b0af0557f</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" iconold="windows.png" icon="windows.png" os="windows10" webui="" storage="default"/> </metadata> <memory unit='KiB'>33030144</memory> <currentMemory unit='KiB'>33030144</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>16</vcpu> <os> <type arch='x86_64' machine='pc-q35-9.2'>hvm</type> <loader readonly='yes' type='pflash' format='raw'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi-tpm.fd</loader> <nvram format='raw'>/etc/libvirt/qemu/nvram/37b32ebf-88d9-d955-1374-4a6b0af0557f_VARS-pure-efi-tpm.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv mode='custom'> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vpindex state='on'/> <synic state='on'/> <stimer state='on'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' clusters='1' cores='8' threads='2'/> <cache mode='passthrough'/> </cpu> <clock offset='localtime'> <timer name='hpet' present='no'/> <timer name='hypervclock' present='yes'/> </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='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.271-1.iso'/> <target dev='hdb' bus='sata'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='writeback' discard='unmap'/> <source dev='/dev/sdk'/> <target dev='hdc' bus='sata' rotation_rate='1'/> <serial>vdisk2</serial> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='writeback' discard='unmap'/> <source dev='/dev/sdj'/> <target dev='hdd' bus='sata' rotation_rate='1'/> <serial>vdisk2</serial> <address type='drive' controller='0' bus='0' target='0' unit='3'/> </disk> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='writeback' discard='unmap'/> <source dev='/dev/sdi'/> <target dev='hde' bus='sata' rotation_rate='1'/> <serial>vdisk3</serial> <address type='drive' controller='0' bus='0' target='0' unit='4'/> </disk> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='writeback' discard='unmap'/> <source dev='/dev/sdl'/> <target dev='hdf' bus='sata' rotation_rate='1'/> <serial>vdisk4</serial> <address type='drive' controller='0' bus='0' target='0' unit='5'/> </disk> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='writeback' discard='ignore'/> <source dev='/dev/sdc'/> <target dev='hdg' bus='sata'/> <serial>vdisk5</serial> <address type='drive' controller='1' bus='0' target='0' unit='0'/> </disk> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='writeback' discard='ignore'/> <source dev='/dev/sdb'/> <target dev='hdh' bus='sata'/> <serial>vdisk6</serial> <address type='drive' controller='1' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='qemu-xhci' ports='15'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </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='pci' index='7' model='pcie-to-pci-bridge'> <model name='pcie-pci-bridge'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </controller> <controller type='pci' index='8' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='8' port='0xe'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x6'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='sata' index='1'> <address type='pci' domain='0x0000' bus='0x07' slot='0x01' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:51:4e:e8'/> <source bridge='br0'/> <model type='virtio-net'/> <address type='pci' domain='0x0000' bus='0x03' 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'/> <tpm model='tpm-tis'> <backend type='emulator' version='2.0' persistent_state='yes'/> </tpm> <audio id='1' type='none'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </source> <rom file='/mnt/disk1/isos/EVGA.GTX1080Ti.11264.170406.rom'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </source> <boot order='3'/> <address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/> </hostdev> <watchdog model='itco' action='reset'/> <memballoon model='none'/> </devices> </domain>
-
Trying to get my win 11 VM working with my 1080 TI
Soooooooooooooo I am back trying to get win11 to work with the black screen issue so the above is done or covered. What's next to try or what do you need from me? Sorry for the late reply and thanks for the help.
-
Trying to get my win 11 VM working with my 1080 TI
@SimonFIts just a black screen
-
Trying to get my win 11 VM working with my 1080 TI
ok ill try that now
-
Trying to get my win 11 VM working with my 1080 TI
Anything I can try to do over the weekend? @SimonF
-
Trying to get my win 11 VM working with my 1080 TI
Please can some one help me, just updated to 7.1.2 FYI . And can an admin delete my other post please.
-
Trying to get my win 11 VM working with my 1080 TI
numserver-diagnostics-20250514-2101.zip
-
Trying to get my win 11 VM working with my 1080 TI
So I had it working with win10, upgraded to win11 via windows, was ok then updated to 7.01 and it never worked since then . So did a clean install of win 11 and still having issues on o/s 7.1. It works with virtual gpu and set to qxl. When I add the 1080ti as a secondary gpu with bios and just sits there on a black screen. Theres my win11 Log text error warn system array login -smp 16,sockets=1,dies=1,clusters=1,cores=8,threads=2 \ -uuid cc4084c7-c79a-1a79-963c-21a6670e1407 \ -no-user-config \ -nodefaults \ -chardev socket,id=charmonitor,fd=48,server=on,wait=off \ -mon chardev=charmonitor,id=monitor,mode=control \ -rtc base=localtime \ -no-shutdown \ -boot strict=on \ -device '{"driver":"pcie-root-port","port":8,"chassis":1,"id":"pci.1","bus":"pcie.0","multifunction":true,"addr":"0x1"}' \ -device '{"driver":"pcie-root-port","port":9,"chassis":2,"id":"pci.2","bus":"pcie.0","addr":"0x1.0x1"}' \ -device '{"driver":"pcie-root-port","port":10,"chassis":3,"id":"pci.3","bus":"pcie.0","addr":"0x1.0x2"}' \ -device '{"driver":"pcie-root-port","port":11,"chassis":4,"id":"pci.4","bus":"pcie.0","addr":"0x1.0x3"}' \ -device '{"driver":"pcie-root-port","port":12,"chassis":5,"id":"pci.5","bus":"pcie.0","addr":"0x1.0x4"}' \ -device '{"driver":"pcie-root-port","port":13,"chassis":6,"id":"pci.6","bus":"pcie.0","addr":"0x1.0x5"}' \ -device '{"driver":"pcie-root-port","port":14,"chassis":7,"id":"pci.7","bus":"pcie.0","addr":"0x1.0x6"}' \ -device '{"driver":"qemu-xhci","p2":15,"p3":15,"id":"usb","bus":"pcie.0","addr":"0x7"}' \ -device '{"driver":"virtio-serial-pci","id":"virtio-serial0","bus":"pci.2","addr":"0x0"}' \ -blockdev '{"driver":"file","filename":"/mnt/user/isos/Windows.iso","node-name":"libvirt-3-storage","read-only":true}' \ -device '{"driver":"ide-cd","bus":"ide.0","drive":"libvirt-3-storage","id":"sata0-0-0","bootindex":2}' \ -blockdev '{"driver":"file","filename":"/mnt/user/isos/virtio-win-0.1.248-1.iso","node-name":"libvirt-2-storage","read-only":true}' \ -device '{"driver":"ide-cd","bus":"ide.1","drive":"libvirt-2-storage","id":"sata0-0-1"}' \ -blockdev '{"driver":"host_device","filename":"/dev/sdk","node-name":"libvirt-1-storage","read-only":false,"discard":"unmap","cache":{"direct":false,"no-flush":false}}' \ -device '{"driver":"ide-hd","bus":"ide.2","drive":"libvirt-1-storage","id":"sata0-0-2","bootindex":1,"write-cache":"on","serial":"vdisk1"}' \ -netdev '{"type":"tap","fd":"49","vhost":true,"vhostfd":"51","id":"hostnet0"}' \ -device '{"driver":"virtio-net-pci","netdev":"hostnet0","id":"net0","mac":"52:54:00:b7:25:fc","bus":"pci.1","addr":"0x0"}' \ -chardev pty,id=charserial0 \ -device '{"driver":"isa-serial","chardev":"charserial0","id":"serial0","index":0}' \ -chardev socket,id=charchannel0,fd=47,server=on,wait=off \ -device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":1,"chardev":"charchannel0","id":"channel0","name":"org.qemu.guest_agent.0"}' \ -chardev 'socket,id=chrtpm,path=/run/libvirt/qemu/swtpm/37-Windows 11-swtpm.sock' \ -tpmdev emulator,id=tpm-tpm0,chardev=chrtpm \ -device '{"driver":"tpm-tis","tpmdev":"tpm-tpm0","id":"tpm0"}' \ -device '{"driver":"usb-tablet","id":"input0","bus":"usb.0","port":"8"}' \ -audiodev '{"id":"audio1","driver":"none"}' \ -vnc 0.0.0.0:1,websocket=5701,share=ignore,audiodev=audio1 \ -device '{"driver":"qxl-vga","id":"video0","max_outputs":1,"ram_size":67108864,"vram_size":16777216,"vram64_size_mb":0,"vgamem_mb":16,"bus":"pcie.0","addr":"0x1e"}' \ -global ICH9-LPC.noreboot=off \ -watchdog-action reset \ -device '{"driver":"vfio-pci","host":"0000:01:00.0","id":"hostdev0","bus":"pci.3","addr":"0x0","romfile":"/mnt/disk1/isos/EVGA.GTX1080Ti.11264.170406.rom"}' \ -device '{"driver":"vfio-pci","host":"0000:01:00.1","id":"hostdev1","bus":"pci.4","addr":"0x0"}' \ -device '{"driver":"vfio-pci","host":"0000:05:00.0","id":"hostdev2","bus":"pci.5","addr":"0x0"}' \ -device '{"driver":"usb-host","hostdevice":"/dev/bus/usb/001/021","id":"hostdev3","bus":"usb.0","port":"1"}' \ -device '{"driver":"usb-host","hostdevice":"/dev/bus/usb/001/013","id":"hostdev4","bus":"usb.0","port":"2"}' \ -device '{"driver":"usb-host","hostdevice":"/dev/bus/usb/001/012","id":"hostdev5","bus":"usb.0","port":"3"}' \ -device '{"driver":"usb-host","hostdevice":"/dev/bus/usb/001/002","id":"hostdev6","bus":"usb.0","port":"4"}' \ -device '{"driver":"usb-host","hostdevice":"/dev/bus/usb/001/010","id":"hostdev7","bus":"usb.0","port":"5"}' \ -device '{"driver":"usb-host","hostdevice":"/dev/bus/usb/001/005","id":"hostdev8","bus":"usb.0","port":"6"}' \ -device '{"driver":"usb-host","hostdevice":"/dev/bus/usb/001/011","id":"hostdev9","bus":"usb.0","port":"7"}' \ -sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \ -msg timestamp=on 2025-05-13 21:24:19.469+0000: Domain id=37 is tainted: high-privileges char device redirected to /dev/pts/1 (label charserial0) 2025-05-13T21:25:07.905345Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-13T21:25:07.924894Z qemu-system-x86_64: vfio_container_dma_map(0x5601ec23f1c0, 0x381000000000, 0x10000000, 0x150ab0000000) = -2 (No such file or directory) 2025-05-13T21:25:07.925203Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-13T21:25:07.925210Z qemu-system-x86_64: vfio_container_dma_map(0x5601ec23f1c0, 0x381010000000, 0x2000000, 0x150acc000000) = -22 (Invalid argument) 2025-05-13T21:25:08.045809Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-13T21:25:08.045837Z qemu-system-x86_64: vfio_container_dma_map(0x5601ec23f1c0, 0x381000000000, 0x10000000, 0x150ab0000000) = -22 (Invalid argument) 2025-05-13T21:25:08.046224Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-13T21:25:08.046234Z qemu-system-x86_64: vfio_container_dma_map(0x5601ec23f1c0, 0x381010000000, 0x2000000, 0x150acc000000) = -22 (Invalid argument) 2025-05-13T21:25:08.169717Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-13T21:25:08.169742Z qemu-system-x86_64: vfio_container_dma_map(0x5601ec23f1c0, 0x381000000000, 0x10000000, 0x150ab0000000) = -22 (Invalid argument) 2025-05-13T21:25:08.170147Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-13T21:25:08.170157Z qemu-system-x86_64: vfio_container_dma_map(0x5601ec23f1c0, 0x381010000000, 0x2000000, 0x150acc000000) = -22 (Invalid argument) 2025-05-13T21:25:19.894763Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-13T21:25:19.894805Z qemu-system-x86_64: vfio_container_dma_map(0x5601ec23f1c0, 0x381000000000, 0x10000000, 0x150ab0000000) = -22 (Invalid argument) 2025-05-13T21:25:19.895915Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-13T21:25:19.896010Z qemu-system-x86_64: vfio_container_dma_map(0x5601ec23f1c0, 0x381010000000, 0x2000000, 0x150acc000000) = -22 (Invalid argument) 2025-05-13T21:25:19.912430Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-13T21:25:19.912591Z qemu-system-x86_64: vfio_container_dma_map(0x5601ec23f1c0, 0x381000000000, 0x10000000, 0x150ab0000000) = -22 (Invalid argument) 2025-05-13T21:25:19.912665Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-13T21:25:19.912736Z qemu-system-x86_64: vfio_container_dma_map(0x5601ec23f1c0, 0x381010000000, 0x2000000, 0x150acc000000) = -22 (Invalid argument) 2025-05-13T21:25:19.973942Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-13T21:25:19.973979Z qemu-system-x86_64: vfio_container_dma_map(0x5601ec23f1c0, 0x381000000000, 0x10000000, 0x150ab0000000) = -22 (Invalid argument) 2025-05-13T21:25:19.973985Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-13T21:25:19.973989Z qemu-system-x86_64: vfio_container_dma_map(0x5601ec23f1c0, 0x381010000000, 0x2000000, 0x150acc000000) = -22 (Invalid argument) 2025-05-13T21:25:20.156143Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-13T21:25:20.156178Z qemu-system-x86_64: vfio_container_dma_map(0x5601ec23f1c0, 0x381000000000, 0x10000000, 0x150ab0000000) = -22 (Invalid argument) 2025-05-13T21:25:20.156183Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-13T21:25:20.156187Z qemu-system-x86_64: vfio_container_dma_map(0x5601ec23f1c0, 0x381010000000, 0x2000000, 0x150acc000000) = -22 (Invalid argument) 2025-05-13T21:25:20.261699Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-13T21:25:20.261733Z qemu-system-x86_64: vfio_container_dma_map(0x5601ec23f1c0, 0x381000000000, 0x10000000, 0x150ab0000000) = -22 (Invalid argument) 2025-05-13T21:25:20.262597Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-13T21:25:20.262705Z qemu-system-x86_64: vfio_container_dma_map(0x5601ec23f1c0, 0x381010000000, 0x2000000, 0x150acc000000) = -22 (Invalid argument) 2025-05-13T21:25:25.252021Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-13T21:25:25.252072Z qemu-system-x86_64: vfio_container_dma_map(0x5601ec23f1c0, 0x381000000000, 0x10000000, 0x150ab0000000) = -22 (Invalid argument) 2025-05-13T21:25:25.252986Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-13T21:25:25.253456Z qemu-system-x86_64: vfio_container_dma_map(0x5601ec23f1c0, 0x381010000000, 0x2000000, 0x150acc000000) = -22 (Invalid argument) 2025-05-13T21:25:28.375358Z qemu-system-x86_64: libusb_set_interface_alt_setting: -5 [NOT_FOUND] Heres My XML <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='37'> <name>Windows 11</name> <uuid>cc4084c7-c79a-1a79-963c-21a6670e1407</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 11" iconold="windows11.png" icon="windows11.png" os="windowstpm" webui="" storage="default"/> </metadata> <memory unit='KiB'>17301504</memory> <currentMemory unit='KiB'>17301504</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>16</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='3'/> <vcpupin vcpu='4' cpuset='4'/> <vcpupin vcpu='5' cpuset='5'/> <vcpupin vcpu='6' cpuset='6'/> <vcpupin vcpu='7' cpuset='7'/> <vcpupin vcpu='8' cpuset='8'/> <vcpupin vcpu='9' cpuset='9'/> <vcpupin vcpu='10' cpuset='10'/> <vcpupin vcpu='11' cpuset='11'/> <vcpupin vcpu='12' cpuset='12'/> <vcpupin vcpu='13' cpuset='13'/> <vcpupin vcpu='14' cpuset='16'/> <vcpupin vcpu='15' cpuset='17'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-9.2'>hvm</type> <loader readonly='yes' type='pflash' format='raw'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi-tpm.fd</loader> <nvram format='raw'>/etc/libvirt/qemu/nvram/cc4084c7-c79a-1a79-963c-21a6670e1407_VARS-pure-efi-tpm.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv mode='custom'> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vpindex state='on'/> <synic state='on'/> <stimer state='on'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' clusters='1' cores='8' threads='2'/> <cache mode='passthrough'/> </cpu> <clock offset='localtime'> <timer name='hpet' present='no'/> <timer name='hypervclock' present='yes'/> </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='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows.iso' index='3'/> <backingStore/> <target dev='hda' bus='sata'/> <readonly/> <boot order='2'/> <alias name='sata0-0-0'/> <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.248-1.iso' index='2'/> <backingStore/> <target dev='hdb' bus='sata'/> <readonly/> <alias name='sata0-0-1'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='writeback' discard='unmap'/> <source dev='/dev/sdk' index='1'/> <backingStore/> <target dev='hdc' bus='sata'/> <serial>vdisk1</serial> <boot order='1'/> <alias name='sata0-0-2'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <controller type='pci' index='0' model='pcie-root'> <alias name='pcie.0'/> </controller> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x8'/> <alias name='pci.1'/> <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'/> <alias name='pci.2'/> <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'/> <alias name='pci.3'/> <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'/> <alias name='pci.4'/> <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'/> <alias name='pci.5'/> <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'/> <alias name='pci.6'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x5'/> </controller> <controller type='pci' index='7' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='7' port='0xe'/> <alias name='pci.7'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x6'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <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> <interface type='bridge'> <mac address='52:54:00:b7:25:fc'/> <source bridge='br0'/> <target dev='vnet36'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/1'/> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/1'> <source path='/dev/pts/1'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/run/libvirt/qemu/channel/37-Windows 11/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='tablet' bus='usb'> <alias name='input0'/> <address type='usb' bus='0' port='8'/> </input> <input type='mouse' bus='ps2'> <alias name='input1'/> </input> <input type='keyboard' bus='ps2'> <alias name='input2'/> </input> <tpm model='tpm-tis'> <backend type='emulator' version='2.0' persistent_state='yes'/> <alias name='tpm0'/> </tpm> <graphics type='vnc' port='5901' autoport='yes' websocket='5701' listen='0.0.0.0' sharePolicy='ignore'> <listen type='address' address='0.0.0.0'/> </graphics> <audio id='1' type='none'/> <video> <model type='qxl' ram='65536' vram='16384' vgamem='16384' heads='1' primary='yes'/> <alias name='video0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </video> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <rom file='/mnt/disk1/isos/EVGA.GTX1080Ti.11264.170406.rom'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </source> <alias name='hostdev2'/> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source startupPolicy='optional'> <vendor id='0x045e'/> <product id='0x0291'/> <address bus='1' device='21'/> </source> <alias name='hostdev3'/> <address type='usb' bus='0' port='1'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source startupPolicy='optional'> <vendor id='0x046d'/> <product id='0xc332'/> <address bus='1' device='13'/> </source> <alias name='hostdev4'/> <address type='usb' bus='0' port='2'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source startupPolicy='optional'> <vendor id='0x0a67'/> <product id='0x0e01'/> <address bus='1' device='12'/> </source> <alias name='hostdev5'/> <address type='usb' bus='0' port='3'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source startupPolicy='optional'> <vendor id='0x1462'/> <product id='0x7e06'/> <address bus='1' device='2'/> </source> <alias name='hostdev6'/> <address type='usb' bus='0' port='4'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source startupPolicy='optional'> <vendor id='0x1cc5'/> <product id='0x0003'/> <address bus='1' device='10'/> </source> <alias name='hostdev7'/> <address type='usb' bus='0' port='5'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source startupPolicy='optional'> <vendor id='0x258a'/> <product id='0x003a'/> <address bus='1' device='5'/> </source> <alias name='hostdev8'/> <address type='usb' bus='0' port='6'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source startupPolicy='optional'> <vendor id='0x8087'/> <product id='0x0033'/> <address bus='1' device='11'/> </source> <alias name='hostdev9'/> <address type='usb' bus='0' port='7'/> </hostdev> <watchdog model='itco' action='reset'> <alias name='watchdog0'/> </watchdog> <memballoon model='none'/> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain>
-
Trying to get my win 11 working with my 1080 TI
<?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='36'> <name>Windows 11</name> <uuid>cc4084c7-c79a-1a79-963c-21a6670e1407</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 11" iconold="windows11.png" icon="windows11.png" os="windowstpm" webui="" storage="default"/> </metadata> <memory unit='KiB'>17301504</memory> <currentMemory unit='KiB'>17301504</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>16</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='3'/> <vcpupin vcpu='4' cpuset='4'/> <vcpupin vcpu='5' cpuset='5'/> <vcpupin vcpu='6' cpuset='6'/> <vcpupin vcpu='7' cpuset='7'/> <vcpupin vcpu='8' cpuset='8'/> <vcpupin vcpu='9' cpuset='9'/> <vcpupin vcpu='10' cpuset='10'/> <vcpupin vcpu='11' cpuset='11'/> <vcpupin vcpu='12' cpuset='12'/> <vcpupin vcpu='13' cpuset='13'/> <vcpupin vcpu='14' cpuset='16'/> <vcpupin vcpu='15' cpuset='17'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-9.2'>hvm</type> <loader readonly='yes' type='pflash' format='raw'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi-tpm.fd</loader> <nvram format='raw'>/etc/libvirt/qemu/nvram/cc4084c7-c79a-1a79-963c-21a6670e1407_VARS-pure-efi-tpm.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv mode='custom'> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vpindex state='on'/> <synic state='on'/> <stimer state='on'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' clusters='1' cores='8' threads='2'/> <cache mode='passthrough'/> </cpu> <clock offset='localtime'> <timer name='hpet' present='no'/> <timer name='hypervclock' present='yes'/> </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='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows.iso' index='3'/> <backingStore/> <target dev='hda' bus='sata'/> <readonly/> <boot order='2'/> <alias name='sata0-0-0'/> <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.248-1.iso' index='2'/> <backingStore/> <target dev='hdb' bus='sata'/> <readonly/> <alias name='sata0-0-1'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='writeback' discard='unmap'/> <source dev='/dev/sdk' index='1'/> <backingStore/> <target dev='hdc' bus='sata'/> <serial>vdisk1</serial> <boot order='1'/> <alias name='sata0-0-2'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </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='pcie-root'> <alias name='pcie.0'/> </controller> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x8'/> <alias name='pci.1'/> <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'/> <alias name='pci.2'/> <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'/> <alias name='pci.3'/> <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'/> <alias name='pci.4'/> <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'/> <alias name='pci.5'/> <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'/> <alias name='pci.6'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x5'/> </controller> <controller type='pci' index='7' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='7' port='0xe'/> <alias name='pci.7'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x6'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <interface type='bridge'> <mac address='52:54:00:b7:25:fc'/> <source bridge='br0'/> <target dev='vnet35'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/1'/> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/1'> <source path='/dev/pts/1'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/run/libvirt/qemu/channel/36-Windows 11/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='tablet' bus='usb'> <alias name='input0'/> <address type='usb' bus='0' port='8'/> </input> <input type='mouse' bus='ps2'> <alias name='input1'/> </input> <input type='keyboard' bus='ps2'> <alias name='input2'/> </input> <tpm model='tpm-tis'> <backend type='emulator' version='2.0' persistent_state='yes'/> <alias name='tpm0'/> </tpm> <graphics type='vnc' port='5901' autoport='yes' websocket='5701' listen='0.0.0.0' sharePolicy='ignore'> <listen type='address' address='0.0.0.0'/> </graphics> <audio id='1' type='none'/> <video> <model type='qxl' ram='65536' vram='16384' vgamem='16384' heads='1' primary='yes'/> <alias name='video0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </video> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/> </source> <alias name='hostdev0'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source startupPolicy='optional'> <vendor id='0x045e'/> <product id='0x0291'/> <address bus='1' device='21'/> </source> <alias name='hostdev2'/> <address type='usb' bus='0' port='1'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source startupPolicy='optional'> <vendor id='0x046d'/> <product id='0xc332'/> <address bus='1' device='13'/> </source> <alias name='hostdev3'/> <address type='usb' bus='0' port='2'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source startupPolicy='optional'> <vendor id='0x0a67'/> <product id='0x0e01'/> <address bus='1' device='12'/> </source> <alias name='hostdev4'/> <address type='usb' bus='0' port='3'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source startupPolicy='optional'> <vendor id='0x1462'/> <product id='0x7e06'/> <address bus='1' device='2'/> </source> <alias name='hostdev5'/> <address type='usb' bus='0' port='4'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source startupPolicy='optional'> <vendor id='0x1cc5'/> <product id='0x0003'/> <address bus='1' device='10'/> </source> <alias name='hostdev6'/> <address type='usb' bus='0' port='5'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source startupPolicy='optional'> <vendor id='0x258a'/> <product id='0x003a'/> <address bus='1' device='5'/> </source> <alias name='hostdev7'/> <address type='usb' bus='0' port='6'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source startupPolicy='optional'> <vendor id='0x8087'/> <product id='0x0033'/> <address bus='1' device='11'/> </source> <alias name='hostdev8'/> <address type='usb' bus='0' port='7'/> </hostdev> <watchdog model='itco' action='reset'> <alias name='watchdog0'/> </watchdog> <memballoon model='none'/> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain>
-
Trying to get my win 11 working with my 1080 TI
Help?anyone?
-
Trying to get my win 11 working with my 1080 TI
So I had it working with win10, upgraded to win11 via windows, was ok then updated to 7.01 and it never worked since then . So did a clean install of win 11 and still having issues on o/s 7.1. It works with virtual gpu and set to qxl. When I add the 1080ti as a secondary gpu with bios and just sits there on a black screen. Theres my win11 vm log -blockdev '{"driver":"host_device","filename":"/dev/sdb","node-name":"libvirt-4-storage","read-only":false,"discard":"ignore","cache":{"direct":false,"no-flush":false}}' \ -device '{"driver":"ide-hd","bus":"sata0.3","drive":"libvirt-4-storage","id":"sata0-0-3","write-cache":"on","serial":"vdisk2"}' \ -blockdev '{"driver":"host_device","filename":"/dev/sdc","node-name":"libvirt-3-storage","read-only":false,"discard":"ignore","cache":{"direct":false,"no-flush":false}}' \ -device '{"driver":"ide-hd","bus":"sata0.4","drive":"libvirt-3-storage","id":"sata0-0-4","write-cache":"on","serial":"vdisk3"}' \ -blockdev '{"driver":"host_device","filename":"/dev/sdj","node-name":"libvirt-2-storage","read-only":false,"discard":"unmap","cache":{"direct":false,"no-flush":false}}' \ -device '{"driver":"ide-hd","bus":"sata0.5","drive":"libvirt-2-storage","id":"sata0-0-5","write-cache":"on","serial":"vdisk4"}' \ -blockdev '{"driver":"host_device","filename":"/dev/sdi","node-name":"libvirt-1-storage","read-only":false,"discard":"unmap","cache":{"direct":false,"no-flush":false}}' \ -device '{"driver":"ide-hd","bus":"sata1.0","drive":"libvirt-1-storage","id":"sata1-0-0","write-cache":"on","serial":"vdisk6"}' \ -netdev '{"type":"tap","fd":"48","id":"hostnet0"}' \ -device '{"driver":"virtio-net","netdev":"hostnet0","id":"net0","mac":"52:54:00:1b:22:99","bus":"pci.0","addr":"0xa"}' \ -chardev pty,id=charserial0 \ -device '{"driver":"isa-serial","chardev":"charserial0","id":"serial0","index":0}' \ -chardev socket,id=charchannel0,fd=46,server=on,wait=off \ -device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":1,"chardev":"charchannel0","id":"channel0","name":"org.qemu.guest_agent.0"}' \ -chardev qemu-vdagent,id=charchannel1,name=vdagent,clipboard=on,mouse=on \ -device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":2,"chardev":"charchannel1","id":"channel1","name":"com.redhat.spice.0"}' \ -chardev 'socket,id=chrtpm,path=/run/libvirt/qemu/swtpm/17-Windows 11-swtpm.sock' \ -tpmdev emulator,id=tpm-tpm0,chardev=chrtpm \ -device '{"driver":"tpm-tis","tpmdev":"tpm-tpm0","id":"tpm0"}' \ -device '{"driver":"usb-tablet","id":"input0","bus":"usb.0","port":"9"}' \ -audiodev '{"id":"audio1","driver":"none"}' \ -vnc 0.0.0.0:1,websocket=5701,share=ignore,audiodev=audio1 \ -k en-gb \ -device '{"driver":"qxl-vga","id":"video0","max_outputs":1,"ram_size":67108864,"vram_size":16777216,"vram64_size_mb":0,"vgamem_mb":16,"bus":"pci.0","addr":"0x1e"}' \ -device '{"driver":"vfio-pci","host":"0000:01:00.0","id":"hostdev0","bus":"pci.0","addr":"0xe","romfile":"/mnt/disk1/isos/EVGA.GTX1080Ti.11264.170406.rom"}' \ -device '{"driver":"vfio-pci","host":"0000:05:00.0","id":"hostdev1","bus":"pci.0","addr":"0xf"}' \ -device '{"driver":"usb-host","hostdevice":"/dev/bus/usb/001/017","id":"hostdev2","bus":"usb.0","port":"2"}' \ -device '{"driver":"usb-host","hostdevice":"/dev/bus/usb/001/013","id":"hostdev3","bus":"usb.0","port":"3"}' \ -device '{"driver":"usb-host","hostdevice":"/dev/bus/usb/001/012","id":"hostdev4","bus":"usb.0","port":"4"}' \ -device '{"driver":"usb-host","hostdevice":"/dev/bus/usb/001/002","id":"hostdev5","bus":"usb.0","port":"5"}' \ -device '{"driver":"usb-host","hostdevice":"/dev/bus/usb/001/010","id":"hostdev6","bus":"usb.0","port":"6"}' \ -device '{"driver":"usb-host","hostdevice":"/dev/bus/usb/001/005","id":"hostdev7","bus":"usb.0","port":"7"}' \ -device '{"driver":"usb-host","hostdevice":"/dev/bus/usb/001/011","id":"hostdev8","bus":"usb.0","port":"8"}' \ -sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \ -msg timestamp=on 2025-05-12 19:04:42.265+0000: Domain id=17 is tainted: high-privileges char device redirected to /dev/pts/1 (label charserial0) 2025-05-12T19:05:28.245498Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:28.283061Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383800000000, 0x10000000, 0x1528e0000000) = -2 (No such file or directory) 2025-05-12T19:05:28.283304Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:28.283312Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383810000000, 0x2000000, 0x1528fa000000) = -22 (Invalid argument) 2025-05-12T19:05:28.414182Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:28.414206Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383800000000, 0x10000000, 0x1528e0000000) = -22 (Invalid argument) 2025-05-12T19:05:28.414367Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:28.414374Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383810000000, 0x2000000, 0x1528fa000000) = -22 (Invalid argument) 2025-05-12T19:05:28.416083Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:28.416097Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x38381200c000, 0x4000, 0x152d53e08000) = -22 (Invalid argument) 2025-05-12T19:05:28.416247Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:28.416253Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383812008000, 0x4000, 0x1529531a4000) = -22 (Invalid argument) 2025-05-12T19:05:28.454009Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:28.454034Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383800000000, 0x10000000, 0x1528e0000000) = -22 (Invalid argument) 2025-05-12T19:05:28.454287Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:28.454296Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383810000000, 0x2000000, 0x1528fa000000) = -22 (Invalid argument) 2025-05-12T19:05:28.454806Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:28.454816Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x38381200c000, 0x4000, 0x152d53e08000) = -22 (Invalid argument) 2025-05-12T19:05:28.455126Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:28.455134Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383812008000, 0x4000, 0x1529531a4000) = -22 (Invalid argument) 2025-05-12T19:05:28.612014Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:28.612035Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383800000000, 0x10000000, 0x1528e0000000) = -22 (Invalid argument) 2025-05-12T19:05:28.612466Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:28.612474Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383810000000, 0x2000000, 0x1528fa000000) = -22 (Invalid argument) 2025-05-12T19:05:28.637439Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:28.637459Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x38381200c000, 0x4000, 0x152d53e08000) = -22 (Invalid argument) 2025-05-12T19:05:28.637876Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:28.637886Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383812008000, 0x4000, 0x1529531a4000) = -22 (Invalid argument) 2025-05-12T19:05:34.204117Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:34.204153Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383800000000, 0x10000000, 0x1528e0000000) = -22 (Invalid argument) 2025-05-12T19:05:34.204494Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:34.204503Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383810000000, 0x2000000, 0x1528fa000000) = -22 (Invalid argument) 2025-05-12T19:05:34.209601Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:34.209618Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x38381200c000, 0x4000, 0x152d53e08000) = -22 (Invalid argument) 2025-05-12T19:05:34.210011Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:34.210020Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383812008000, 0x4000, 0x1529531a4000) = -22 (Invalid argument) 2025-05-12T19:05:34.286409Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:34.286444Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383800000000, 0x10000000, 0x1528e0000000) = -22 (Invalid argument) 2025-05-12T19:05:34.287015Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:34.287026Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383810000000, 0x2000000, 0x1528fa000000) = -22 (Invalid argument) 2025-05-12T19:05:34.295121Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:34.295143Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x38381200c000, 0x4000, 0x152d53e08000) = -22 (Invalid argument) 2025-05-12T19:05:34.295426Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:34.295433Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383812008000, 0x4000, 0x1529531a4000) = -22 (Invalid argument) 2025-05-12T19:05:37.953130Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:37.953162Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383800000000, 0x10000000, 0x1528e0000000) = -22 (Invalid argument) 2025-05-12T19:05:37.953568Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:37.953578Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383810000000, 0x2000000, 0x1528fa000000) = -22 (Invalid argument) 2025-05-12T19:05:38.010357Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:38.010384Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x38381200c000, 0x4000, 0x152d53e08000) = -22 (Invalid argument) 2025-05-12T19:05:38.010888Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2025-05-12T19:05:38.010897Z qemu-system-x86_64: vfio_container_dma_map(0x55737166bcb0, 0x383812008000, 0x4000, 0x1529531a4000) = -22 (Invalid argument) 2025-05-12T19:05:40.606535Z qemu-system-x86_64: libusb_set_interface_alt_setting: -5 [NOT_FOUND]
-
7.0.1 rc4 to 7.1 has borked my server
No I was a noob and had tailscale running
-
7.0.1 rc4 to 7.1 has borked my server
So I stopped docker from running, then ran upgrade tool, then let that completed, says it was ready for a reboot, left it 10 mins, went to check progress, still plodding on left it an hour, seems to have frozen on the update screen. Rebooted, the little blue choice screen came up and let load the default no GUI etc, waited then tried to log in, nothing again. Tried to ping the server, nothing there. So turned off for a few mins, rebooted, chose the no gui and no plug in option and still nothing . What's the recovery procedures should I follow please.
-
Server crash after win11 vm launch, now can't run server unless its it in safe mode
Any likely suspects you guys can think of off the top of your heads?
-
Server crash after win11 vm launch, now can't run server unless its it in safe mode
Can't load plug ins to remove them, so what would be the work around?Just remove all in the plug ins folder?Thank you.
-
Server crash after win11 vm launch, now can't run server unless its it in safe mode
Can't load plug ins to remove them, so what would be the work around? Thank you
-
Server crash after win11 vm launch, now can't run server unless its it in safe mode
Help๐
-
Server crash after win11 vm launch, now can't run server unless its it in safe mode
numserver-diagnostics-20250120-2019.zip Every time now I try to launch the server in normal mode, it just sits there and can't move to a different tab, so at the moment i can only run the server in safe mode.
-
Trying to install this so I can use it on nextcloud.
python3 -m pip install tensorflow[and-cuda] # Verify the installation: python3 -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))" WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/tensorflow/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/tensorflow/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/tensorflow/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/tensorflow/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/tensorflow/ Could not fetch URL https://pypi.org/simple/tensorflow/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/tensorflow/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping ERROR: Could not find a version that satisfies the requirement tensorflow[and-cuda] (from versions: none) ERROR: No matching distribution found for tensorflow[and-cuda] WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Traceback (most recent call last): File "<string>", line 1, in <module> ModuleNotFoundError: No module named 'tensorflow'
-
--net=container:(VPNServer) working but can't pass WebUI - Unraid 6.10.2
Basically, I'm using my qbitvpn docker for a VPN stack for nicotine+ and jdownloader. Now the VPN part is working as I can see nicotine+ connect, also when I run curl ifconfig.io it shows the IP of the VPN. [9:54 PM] but I can't launch the webui, it's not an option any more