startsomewhere

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by startsomewhere

  1. I had the same issue and changed the repository for this. I have also disabled auto update app for Nextcloud until this is fixed. Works just fine now. Thanks to @g1an7
  2. Thank you @bungee91 for those SSH command lines. Worked perfectly for me in moving my appdata files onto a new cache disk, freeing up my NVME to dedicate it to my Gaming VM.
  3. Hi, I have the same issue when trying to passthrough a USB PCIe card. 1 thread hangs at 99-100% and Windows get's stuck at booting page. Never starts. VM works perfectly when I'm not passing the card through. Let me know if you find something, I'll continue deep diving this issue. Here's my XML in case anyone looks at this : <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </hostdev>
  4. One last thing that doesn't seems right is the my GPU in the XML VM setup. It's affected to slot 0x00 and the bus of the audio (bus=0x06) was different than the GPU so I changed the bus to match the GPU (bus=0x05). I also changed the gpu line to add the multifunction='on', and changed the audio to function='0x01' <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </source> <rom file='/mnt/cache/domains/Gaming VM-2/Asus.780.Direct CU II OC.rom'/> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0' multifunction='on'/> </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='0x05' slot='0x00' function='0x1'/> </hostdev>
  5. I’ve done it and it still doesn’t work. To do so, I had to activate UEFI boot otherwise my motherboard wouldn’t let me select the iGpu as first screen. I’ve also disabled the the secondary screen. Something strange though appeared on the boot screen when rebooting Unraid. I don’t know if it has something to do with the issue but just in case… at this point, nothing to loose!!
  6. Yes it does. It's a i5 11600k with UHD Graphics 750. Sounds like I might have missed something there??
  7. I tried also with someone's EVGA 970, downloaded the vbios on techpowerup and modified to remove the header in hex editior and I haven't been able to get the screen showing boot menu like I was able to with my Asus. This is what led me to think that my Asus hardware was ok but not my VM setup... Still really confused. I'm not a tech guy and I'm learning my way through...
  8. Wow! That's far from being a good customer service... Edit : So even if I download from Tech Powerup the latest vbios that shows UEFI, it will not work?
  9. Using VNC, the VM is stable and runs just fine. I've even connected remotely from another computer in the house and it's working perfectly. I've also tried to connect remotely while the VM was using GPU passthrough thinking that is maybe was a issue with the NVIDIA drivers but I couldn't connect to it strangly. The VM was showing as running but couldn't log into it... One thing I need to mention, I've installed the VirtIO Red Hat driver on display adapter... Could this be the issue?
  10. I've watched them all and carefully followed each and every step for almost a month now and still can't get my VM with Asus GTX 780 passthrough to work properly. The screen starts and shows windows booting, sometimes I can even manage to log in before the screen goes black... It's very frustrating and discouraging. If anyone has a clue, I am more than open to try any solution! Thanks! <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/cache/domains/Gaming VM-2/Asus.780.Direct CU II OC.dump'/> <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='0x01' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </hostdev> weblibrary2-diagnostics-20220205-1342.zip
  11. Thanks Ghost82 for the tips but unfortunately it didn't worked either. Ran the VM and pulled the diagnostics as mentionned. Hope this will shed some light! weblibrary2-diagnostics-20220127-2123.zip
  12. Hi all, I'm desperate for help on this one. I've been trying for days to get a working VM with GPU passthrough to work without any success. I carefully followed space invaders videos, Superboki's videos as well without any success. I've had a VM working with VNC without any issues but problems starts when I try to set it up with passthrough. I am able to get windows to show up for a couple of sec/min and then the screen goes black. Here's my setup : Asus B560 Prime A Inter i5 11600K (passthrough 6 cores) Asus Nvidia Geforce GTX 780 (primary gpu, igpu dedicated for Unraid) 16gb ram 3200 Mhz (passthrough 12gb) I forced my bios to use the iGpu as primary screen to free up my gpu. To do so, I am booting Unraid in uefi. When rebooting unraid it sometimes miss start so I need to restart and then it works. I've added a vbios just like Space invaders is requiring. I've edited it using a hex editor. In the latest VM I tried, I made sure to not install any VNC driver as video card. It's getting frustrating as I feel I am close of getting it but can't figure out what's missing. Thanks for your help!