Search results

  1. M

    Linux Mint - NVidia GPU Passthru - black screen with official driver

    I'm having problems with Linux Mint VM, that has a GPU passthru, when i switch to the official/recommended nvidia-driver-550. After restarting the VM, the screen is black. Only way to get it back to work is if I login with NoMachine and switch the drivers back to nouveau. Some relevant info: -...
  2. M

    [SOLVED] Win10 GPU-passthrough code43 with nVidia

    It looks like that having to edit a bunch of config files is a thing of the past. I just did a fresh install of Proxmox 8.2.2, created a Windows machine, added the PCI-E GPU, and it just worked. However, this shows up for about 2 seconds when starting the Windows guest machine, and can be...
  3. M

    Logitech Unifying Receiver stops working after it's removed and plugged back in

    Update on the situation. I got a Logitech MX Master 3s for Business. The "Logi Bolt" receiver works without any problems, in this same USB Hub. I can unplug, replug to the same port, replug to a different port... in all cases, the mouse resumes working in a second or two.
  4. M

    Logitech Unifying Receiver stops working after it's removed and plugged back in

    I have just been playing with this a bit more, the problem is the Hub. It's an "Orico 7-port powered usb hub". https://www.orico.cc/usmobile/product/detail/id/3305 - or well, whatever chip is inside. Plugging the Unifying Receiver directly into the motherboard's rear-panel-IO, I can remove the...
  5. M

    [SOLVED] Win10 GPU-passthrough code43 with nVidia

    Solved... I didn't tick the "PCI-E" checkbox. My 101.conf now has this line hostpci0: 0000:65:00,pcie=1,x-vga=1 I knew it's something silly. I hope this thread helps anyone :) I then removed all the various configurations that seemed unnecesary (I added them in an attempt to get it all to...
  6. M

    [SOLVED] Win10 GPU-passthrough code43 with nVidia

    Reading the tutorial at https://forum.proxmox.com/threads/p...x-ve-8-installation-and-configuration.130218/ I noticed that i have put the blacklisted drivers into "pve-blacklist.conf", but maybe they should be in "blacklist.conf" ? Well, i added the lines to...
  7. M

    [SOLVED] Win10 GPU-passthrough code43 with nVidia

    I realized that "options vfio-pci.." should be in "vfio.conf". Btw, there was no vfio.conf file in the modprobe.d directory, so i created one. First tried with vfio.conf file being this: options vfio-pci ids=10de:1c82,10de:0fb9 No improvement. Then added "disable_vga=1" so that the file...
  8. M

    [SOLVED] Win10 GPU-passthrough code43 with nVidia

    Changed VM "machine version" option which was initially 6.0, to 8.0, and also to 6.2. No improvement. https://forum.proxmox.com/threads/pcie-passthrough-nvidia-error-43-how-to-get-rid-of-single-display-solved.122828/post-534054
  9. M

    [SOLVED] Win10 GPU-passthrough code43 with nVidia

    Trying another thing mentioned in this thread: https://forum.proxmox.com/threads/pci-passthrough-blacklisting.120659/ lspci -n -s 65:00 65:00.0 0300: 10de:1c82 (rev a1) 65:00.1 0403: 10de:0fb9 (rev a1) File /etc/modprobe.d/pve-blacklist.conf now looks like this blacklist nvidiafb blacklist...
  10. M

    [SOLVED] Win10 GPU-passthrough code43 with nVidia

    I have also just tried: Adding "nomodeset" to grub, no improvement. The pci-e device had "all functions" enabled, so i tried removing it and adding the GPU and the "High definition audio controller" separately as two pci-e devices. No improvement. Here is output from lspci -v 65:00.0 VGA...
  11. M

    [SOLVED] Win10 GPU-passthrough code43 with nVidia

    Hey, I've been trying to figure this out for a few days now and so I'm asking for help. I have a fresh machine with a fresh installation of Proxmox 8.1.3 Running a Win10 guest, that was restored from Proxmox 7 (that machine broke). I think i initially made this VM/guest on Proxmox 6. Windows...
  12. M

    USB Passthru of veracrypt-encrypted HDD to Windows guest

    Hey I'm trying to figure out this issue why I can't use veracrypt-encrypted external HDDs in my Widows 10 VM. I have configured the USB-port to be passed thru to the windows virtual machine. (btw, yes using more than 5 usb devices in the guest, followed the steps to enable that, doing manual...
  13. M

    Windows guest - slow filesystem reads

    I can't edit it, maybe the post is too old?
  14. M

    Windows guest - slow filesystem reads

    Thank you so much for pointing out the Defender Antivirus, I haven't thought of that. That's got to be it... Now whether to disable it, is another question :) Yeah that's when I realized I need to do do a test on baremetal and forgot I stopped writing mid sentence. :D We can consider this...
  15. M

    Windows guest - slow filesystem reads

    Actually, I just tested this on an older (circa 2018) machine with Windows on bare metal, and the read times come as double that on the Proxmox Windows Guest... so, it might not be an issue with Proxmox, it's just so many files. But I do remember some operations (just going thru all the files...
  16. M

    Windows guest - slow filesystem reads

    I finally found the time to prepare a test environment. Thanks a lot for following up on this. The DirectoryWarmer is a good solution as long as I'm working on one codebase, but for multiple node-js projects it's a pain...
  17. M

    Windows guest - slow filesystem reads

    It's LVM-thin, and the disks are Raw format. Thanks for both of your help so far.
  18. M

    Windows guest - slow filesystem reads

    I checked the page and my configuration, but I don't see any issues between the two. - Disks are created as SCSI, have Writeback cache (although I assume this only makes a difference for writes? The problem is have is with Reads). - When installing windows, I did the "Load driver" and loaded...
  19. M

    Windows guest - slow filesystem reads

    Yes, as far as I remember, but I better re-check. Thanks, I'll reply when I know more.
  20. M

    Windows guest - slow filesystem reads

    Using Proxmox 7.2 with Windows 10 guest. I noticed that compiling a codebase with about 12000 small files (215 MB total) takes a very long time. Same with for example Subversion-Commit which goes through all files and checks for changes. After some experimenting, I coded a small program that...