Search results

  1. R

    Desperate with Proxmox 8.4 and GPU Passthrough Geforce GTX1650

    Fresh install of pve8.4. I add the following content: cat /etc/modprobe.d/blacklist-nvidia.conf blacklist nouveau blacklist nvidia blacklist nvidiafb blacklist rivafb blacklist snd_hda_intel I did not run update-initramfs -u -k all I just reboot and the Proxmox crash, not accessible via SSH...
  2. R

    Desperate with Proxmox 8.4 and GPU Passthrough Geforce GTX1650

    Thanks. So to recap only adds in modprobes and nothing in grub ? Many thanks
  3. R

    Desperate with Proxmox 8.4 and GPU Passthrough Geforce GTX1650

    many thanlf gor your feedback. If I inderstand well, you started from a fresh install of Proxmox 8 or 9.0 and you did not modify grub or modules files or anything else, just the modification with the graphic UI above ? I am asking because if you do not that GRUB_CMDLINE_LINUX_DEFAULT="quiet...
  4. R

    Desperate with Proxmox 8.4 and GPU Passthrough Geforce GTX1650

    Hello, I am raising a new post for GPU Passthrough Geforce GTX1650 and Proxmox 8.4. There is a little progress: GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt initcall_blacklist=sysfb_init" update-grub update-initramfs -u -k all root@pve:~# lspci -nnk -s 01:00.0 -s 01:00.101:00.1...
  5. R

    PROXMOX 9 GPU PASS THROUGH

    Thanks a lot @leesteken I did read this article and I have GRUB used in UEFI mode root@pve:~# efibootmgr -v BootCurrent: 0001 Timeout: 2 seconds BootOrder: 0001,0008,0009,0002,0003,0004 Boot0001* proxmox...
  6. R

    PROXMOX 9 GPU PASS THROUGH

    Something else I want to understand is where I have to make modification ? /etc/kernel/cmdline or /etc/default/grub Can I make modification on both to make it sure ?
  7. R

    PROXMOX 9 GPU PASS THROUGH

    I made some tests: A fresh install of PVE 7.0 (5.11.22-4-pve) and with just this modification: root@pve:~# nano /etc/default/grub #GRUB_CMDLINE_LINUX_DEFAULT="quiet" GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on" root@pve:~# update-grub Generating grub configuration file ... Found...
  8. R

    PROXMOX 9 GPU PASS THROUGH

    Do you know if I install the kernel Linux kernel 5.15 from PVE 7.4 could work with Proxmox 9.0.3 as pve7.4 and passthrough works well together.
  9. R

    PROXMOX 9 GPU PASS THROUGH

    Hello everyone, Hello @jasonwch Same ask, same issue :-) Each time I make modification and when the system doesn't want to boot I need to re install proxmox from the start. If I start with rescue mode, same that stucks somewhere and I can't have on prompt the maintenance mode in typing root...
  10. R

    PROXMOX 9 GPU PASS THROUGH

    Hello @gachoinhac When you say you did not configure anything even nothing done in grub ?
  11. R

    Geforce GTX 1650 and Proxmox 9.0

    I tried to install Nvidia Driver but iy failed. I proceed as below: Linux pve 6.14.8-2-pve #1 SMP PREEMPT_DYNAMIC PMX 6.14.8-2 (2025-07-22T10:04Z) x86_64 GNU/Linux root@pve:/var/log/journal/09b1e6fa101c43549ce68292ffcab6bb# If you have any tips
  12. R

    Geforce GTX 1650 and Proxmox 9.0

    root@pve:~# pve-nvidia-vgpu-helper setup You are running the Proxmox kernel 6.14.8-2, searching the associated and newer kernel headers package. All required packages are already installed. All done, you can continue with the NVIDIA vGPU driver installation. root@pve:~# Now I have to find what...
  13. R

    Geforce GTX 1650 and Proxmox 9.0

    Better in adding that: root@pve:~# cat /etc/apt/sources.list deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription deb http://download.proxmox.com/debian/pve bookworm pvetest root@pve:~#
  14. R

    Geforce GTX 1650 and Proxmox 9.0

    Also in parallel I found that there is pve-nvidia-vgpu-helper and I tried to install but no chance : ( root@pve:~# apt update && apt full-upgrade Hit:1 http://security.debian.org/debian-security trixie-security InRelease Hit:2 http://deb.debian.org/debian trixie InRelease Hit:3...
  15. R

    Geforce GTX 1650 and Proxmox 9.0

    I reset all my bios and did once again a fresh install of proxmox 9.0.3. I tried to progress step by step. I've just made that change: #/etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on" Then updade-grub Then reboot proxmox. Then: root@pve:~# dmesg | grep -e DMAR -e IOMMU...
  16. R

    PROXMOX 9 GPU PASS THROUGH

    Hello. I am trying to make my GPU passthrough working, no chance so far. It worked well with Proxmo 7.4 root@pve:~# dmesg | grep -e DMAR -e IOMMU [ 0.024502] ACPI: DMAR 0x0000000099772000 000050 (v02 INTEL EDK2 00000002 01000013) [ 0.024546] ACPI: Reserving DMAR table memory at...
  17. R

    Geforce GTX 1650 and Proxmox 9.0

    Hello. First I try to go step by step and setup the right options in the BIOS: 1. Disable Compatibility Support Module (CSM) I don't find this option 2. Enable 4G Decoding I don't find this option 3. Enable Resizable BAR I don't find this option 4. Enable UEFI Boot Mode I think I am ok with...
  18. R

    Geforce GTX 1650 and Proxmox 9.0

    I did a fresh install and only did that and Proxmox stucks at starting and in rescue mode I can only ping the machine. No VM running. Weired ? #!/bin/bash # Vérifier si l'utilisateur est root if [[ $EUID -ne 0 ]]; then echo "Ce script doit être exécuté en tant que root." exit 1 fi #...
  19. R

    Geforce GTX 1650 and Proxmox 9.0

    thanks for all your inputs, I will make some tests this week end and I will keep you informed
  20. R

    Geforce GTX 1650 and Proxmox 9.0

    Hello, I will try the proposed setup. Meantime my VM is already in OVMF et Q35 type.