Enzo

Members
  • Posts

    10
  • Joined

  • Last visited

Enzo's Achievements

Noob

Noob (1/14)

0

Reputation

  1. After the new error, I just had to deselect and reselect the graphic card in the VM parameters. Now the VM is working with GPU Passthrough.
  2. I did this, thanks you for the information: The VM didn't start, but the error actually changed to:
  3. Hello everyone. I had a gaming/productivity VM with a i7 8700, Nvidia 2080 and a Supermicro X11SCM-F, everything worked fine. Changed my processors and motherboard to an EPYC 7551 with a Supermicro H11SSL-i, same graphic card, and I got this error when trying to launch the VM: I have another VM without GPU Passthrough that work fine. I checked my BIOS and I don't see what could block my VM. Here's the full configuration of my VM: <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Windows 10 G</name> <uuid>713dae80-72ae-19a4-2d7f-8471fdc278b5</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'>8</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='3'/> <vcpupin vcpu='2' cpuset='4'/> <vcpupin vcpu='3' cpuset='5'/> <vcpupin vcpu='4' cpuset='8'/> <vcpupin vcpu='5' cpuset='9'/> <vcpupin vcpu='6' cpuset='10'/> <vcpupin vcpu='7' cpuset='11'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-6.2'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/713dae80-72ae-19a4-2d7f-8471fdc278b5_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv mode='custom'> <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='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='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/Windows 10 G/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows.iso'/> <target dev='hda' bus='ide'/> <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.221-1.iso'/> <target dev='hdb' bus='ide'/> <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='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='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:8c:66:dc'/> <source bridge='br0'/> <model type='virtio-net'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' 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='1'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <audio id='1' type='none'/> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </video> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </source> <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='0x01' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </memballoon> </devices> </domain>
  4. Hello. I have a X11SCM-F motherboard and I recently bought a HBA LSI 9201-8i card to add more HDD to my server. Unfortunately, the HBA card isn't showing at boot, or with the lspci command. Any suggestion ? The HBA card is in IT mode
  5. What about my audiobooks in my media share ? It's set as "Yes : cache", so it should be from cache to array. but still they aren't moved from my cache to my array.
  6. Its existing because it's trying to move from my cache to my cache. I would like that it copy my cache, to my array.
  7. @itimpi Thanks for the instructions. Here's my diagnostic; After updating a few settings, my mover is running, but not working ? From the logs, I can see the mover trying to move files from my cache to... my cache ? Here's an example: Apr 13 16:45:06 BLKKKBVSIK move: file: /mnt/cache/appdata/projectzomboid/media/lua/client/Vehicles/TimedActions/ISTakeEngineParts.lua Apr 13 16:45:06 BLKKKBVSIK move: move_object: /mnt/cache/appdata/projectzomboid/media/lua/client/Vehicles/TimedActions/ISTakeEngineParts.lua File exists blkkkbvsik-diagnostics-20220413-1552.zip
  8. Hello. I'm using Unraid for a few months now, and I noticed that my cache drive is 80% full. I invoked the mover after stopping all my dockers (I don't have any VMs) so the content could be copied to the array, but despite no error in the logs, the content is not moved. Here's my syslog.zip I already seen multiples similar topics on the forum but nothing seem to help me. blkkkbvsik-syslog-20220413-1310.zip
  9. Hello. I'm fairly new on Unraid, but I know PleX for a few years and I've manage my own PleX server on a NAS previously. I followed this tutoriel to install on Unraid my PleX Server, using the quicksync of my I7 Intel 8700. I installed the GPU statistics as well as the Intel CPU TOP addons. Firstly, when opening the web console and accessing `/dev/dri` It didn't found the folder. I rebooted the server, try again and got the same result. I then updated Unraid to version 6.10.0-rc2. Then, the the `/dev/dri` folder was accessible. But unlike the tutorial video, I only got the folders `by-path` and `card0`, I was missing the `renderD128` folder. I then installed the linuxserver's PleX. I made the docker privileged and add the extra arguments: `--device=/dev/dri` The PleX have PleX Pass and hardware transcoding is enabled. Unfortunately, my hardware transcoding still doesn't work and I don't know exactly what to change. Some screenshot of my configuration: