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...
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...
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...
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...
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 ?
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...
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...
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
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...
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...
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...
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)
[...
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...
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...