Search results

  1. R

    Geforce GTX 1650 and Proxmox 9.0

    Hello, I have a Geforce GTX 1650 which works well by passthrough with my Windows 11 VM on Proxmox 7.4 I tried many time with the same config to get GPU passthrough working with 8.x but no chance so far. I was wondering if some guys have the same GPU and use passthrough with VM Windows and...
  2. R

    script done for GPU passthrough

    Hello, I did make this script to passthrough my Geforce FX1600 with proxmox 7.4 I did a fresh installation launched the script, restored my VM Windows 10, but the VM starts but no display. Do you know why with the latest version of Proxmox the config doesn't work, what did change ? Many...
  3. R

    do not have file in /var/lib/vz/images once VM created

    Hello, I tried to import a vmdk file so first I create a VM (110) and then qemu-img convert -f vmdk -O qcow2 fichier.vmdk disque.qcow2 qm disque.qcow2 /var/lib/vz/images/110/vm-110-disk-0.qcow2 The issue is that I don't have the folder "110" created, I think I missed something ? THanks
  4. R

    Passthrough Nvidia GTX 1650 works with PVE7.0 doesn't work with PVE8.3

    Well no success so far, so I installed a fresh install of proxmox 7.4, then: update-grub update-initramfs -u -k all reboot then root@pvetest:~# dmesg | grep -e DMAR -e IOMMU root@pvetest:~# and there is an issue as no output everything is well configured in the bios as it...
  5. R

    Passthrough Nvidia GTX 1650 works with PVE7.0 doesn't work with PVE8.3

    Thanks for the tips. In my current config the VM runs well if I don't add the PCIe device for graphic card. :(
  6. R

    Passthrough Nvidia GTX 1650 works with PVE7.0 doesn't work with PVE8.3

    I made another test. A fresh install of proxmox 8.3 and a fresh install of WIN10 VM. I did all conf as below: /etc/default/grub:<br>GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt<br>video=vesafb:off...
  7. R

    Passthrough Nvidia GTX 1650 works with PVE7.0 doesn't work with PVE8.3

    Just to make the thing clearer: With Proxmox, the below VM works well with the gpu passthrough for the Geforce GTX 1600 If I make a fresh install of proxmox 8.3, I do the config in the first post and I restore the VM screen it doesn't work.
  8. R

    Passthrough Nvidia GTX 1650 works with PVE7.0 doesn't work with PVE8.3

    thanks @mr44er I will try and I keep you updated
  9. R

    Passthrough Nvidia GTX 1650 works with PVE7.0 doesn't work with PVE8.3

    Thanks for your reply. I follow your advice but same error. I don't understand why it doesn't work with 8.3 meantime it works with 7.0 with the same conf.
  10. R

    Passthrough Nvidia GTX 1650 works with PVE7.0 doesn't work with PVE8.3

    Hello, I have a PC with a Nvidia GTX 1650 PCIe. with Proxmox 7.0 I did the following configuration to passthrough the GPU to my VM Windows 10 /etc/default/grub: GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt video=vesafb:off video=efifb:off" /etc/modules: vfio vfio_iommu_type1...
  11. R

    upgrade to specific version doesn't work

    thanks for the tip, I will think about it.
  12. R

    upgrade to specific version doesn't work

    Well, why I am not confortable with upgrades, it's each time it went wrong with my passthrough PCI express and did not work anymore
  13. R

    upgrade to specific version doesn't work

    ok I understand. My final objective is to get the possibility to install windows 11 as VM with the oldest version. But In mine no TPM :(
  14. R

    upgrade to specific version doesn't work

    Hello, Am in 7.0-11 andI want to upgrade in 7-13 (I do know is out dated :-) ). Do you know why thats failed ? Many thanks
  15. R

    issue with usb c hub

    Hello, I want to plug in this to extend my usb port. I plug an USB dongle bluetooth but I don't see it once I did lsusb. Here my log dmesg: [1314110.412340] EXT4-fs error (device sdb1): __ext4_find_entry:1524: inode #2: comm smbd: reading directory lblock 0 [1314110.412356] EXT4-fs error...
  16. R

    Issue with Container on Debian

    I came back because the issue I was trying to understand is still there even with a fresh install: b/lxc>//&:lxc-105_<-var-lib-lxc>:unconfined" pid=958629 comm="apparmor_parser" [3791857.665121] CIFS: Attempting to mount \\192.168.1.252\bkppcloud [3791857.665372] FS-Cache: Duplicate cookie...
  17. R

    Issue with Container on Debian

    Solution: apt install cifs-utils
  18. R

    Issue with Container on Debian

    Well I am stupid :mad: So now another blocking point: root@CT105:~# mount -t cifs //192.168.1.252/bkppcloud /mnt/bkppcloud -o user=jc,password=xxx mount: /mnt/bkppcloud: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program. root@CT105:~# And I...