rjcab's latest activity

  • R
    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...
  • R
    Thanks. So to recap only adds in modprobes and nothing in grub ? Many thanks
  • R
    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...
  • R
    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...
  • R
    rjcab replied to the thread 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...
  • R
    rjcab replied to the thread 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 ?
  • R
    rjcab replied to the thread 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...
  • R
    rjcab replied to the thread 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.
  • R
    rjcab replied to the thread 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...
  • R
    rjcab replied to the thread PROXMOX 9 GPU PASS THROUGH.
    Hello @gachoinhac When you say you did not configure anything even nothing done in grub ?
  • R
    rjcab replied to the thread 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
    • 1758035612257.png
  • R
    rjcab replied to the thread 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...
  • R
    rjcab replied to the thread 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:~#
  • R
    rjcab replied to the thread 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...
  • R
    rjcab replied to the thread 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...
  • R
    rjcab replied to the thread 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) [...
  • R
    rjcab replied to the thread 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...
    • bios.png
  • R
    rjcab replied to the thread 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...
  • R
    rjcab replied to the thread 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
  • R
    rjcab replied to the thread Geforce GTX 1650 and Proxmox 9.0.
    Hello, I will try the proposed setup. Meantime my VM is already in OVMF et Q35 type.
    • 1757420346852.png