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 does display the desktop through the GPU on one monitor, but I have 3 and the other two aren't detected.
Device manager shows "Code 43" for the graphics card.
I used the DDU (display driver uninstaller), uninstaled the drivers in safe mode.
When the Windows boots up, the windows update automaticaly downloads and installs the nvidia driver. And I get a notification that the driver has been installed, i click on it, and then the Nvidia settings just shows a pop up box: "NVIDIA display settings are not available. You are not currently using a display attached to an NVIDIA GPU".
I guess that I'm just missing something very small, I hope someone will know, thanks!
Host machine hardware:
MB: Supermicro X11SPM
CPU: Intel Xeon Silver 4214R
GPU: GeForce 1050 Ti
My current configuration in proxmox is:
/etc/default/grub
(I have tried various configurations.... after changing, i run "update-grub" command, and reboot)
Proxmox is installed as ext4 partition, running command "proxmox-boot-tool status" gives this output
/etc/modules
I have only changed these once, in the start... and i did run "update-initramfs -u -k all" after, and rebooted.
Blacklist:
/etc/modprobe.d/pve-blacklist.conf
vm config
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 does display the desktop through the GPU on one monitor, but I have 3 and the other two aren't detected.
Device manager shows "Code 43" for the graphics card.
I used the DDU (display driver uninstaller), uninstaled the drivers in safe mode.
When the Windows boots up, the windows update automaticaly downloads and installs the nvidia driver. And I get a notification that the driver has been installed, i click on it, and then the Nvidia settings just shows a pop up box: "NVIDIA display settings are not available. You are not currently using a display attached to an NVIDIA GPU".
I guess that I'm just missing something very small, I hope someone will know, thanks!
Host machine hardware:
MB: Supermicro X11SPM
CPU: Intel Xeon Silver 4214R
GPU: GeForce 1050 Ti
My current configuration in proxmox is:
/etc/default/grub
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt pcie_acs_override=downstream,multifunction initcall_blacklist=sysfb_init"
Proxmox is installed as ext4 partition, running command "proxmox-boot-tool status" gives this output
Code:
Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace..
E: /etc/kernel/proxmox-boot-uuids does not exist.
/etc/modules
Code:
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
Blacklist:
/etc/modprobe.d/pve-blacklist.conf
Code:
blacklist nvidiafb
blacklist nouveau
blacklist nvidia
vm config
Code:
agent: 1
balloon: 0
bios: ovmf
boot: order=scsi0;net0
cores: 6
cpu: host,hidden=1,flags=+pcid
efidisk0: local-lvm:vm-101-disk-0,size=4M
hostpci0: 0000:65:00,x-vga=1
machine: pc-q35-6.0
memory: 49152
name: win10-primary
net0: virtio=[redacted],bridge=vmbr0,firewall=1,tag=123
numa: 0
onboot: 1
ostype: win10
scsi0: local-lvm:vm-101-disk-1,cache=writeback,size=120G
scsi2: local-lvm:vm-101-disk-2,backup=0,size=51208M
scsi4: local-lvm:vm-101-disk-3,cache=writeback,discard=on,size=100G
scsihw: virtio-scsi-pci
smbios1: uuid=[redacted]
sockets: 1
usb0: host=1-1.1.1,usb3=1
usb1: host=1-1.1.2,usb3=1
usb2: host=1-1.1.3,usb3=1
usb3: host=1-1.1.4,usb3=1
usb4: host=1-1.2,usb3=1
usb5: host=1-1.3,usb3=1
usb6: host=1-1.4,usb3=1
vmgenid: [redacted]
Last edited: