Hi team. I followed a technotim (youtube) guide on setting up proxmox and another guide by the same for allowing GPU passthrough. I feel confident in most of that is good practices but let me describe the problem.
After installing windows 10 (limited install) and running updates and enabling chrome remote desktop. Also setting up the guest agent and confirming that its working and even disabling ipv6 which I'm not sure is necessary (I just wanted a normal looking IP address because the guide I was following had one).
All of that is running smooth, but I move towards altering the VM to allow passthrough. When I boot the VM it fails. I have been struggling with this for a while now. So without even following all of the passthrough steps, but just enabling UEFI, q35 and adding the EFI disk, upon boot I get the following error.
This issue with IDE doesn't make any sense to me but I do have IDE selected for two disk images the installation media (ide = 0) and the virtio drivers (ide = 1)
###############
System info: Proxmox 7.3-3, Intel core i9-13900k, Nvidia 3090, Z790 UD AC motherboard.
###############
I verified that IOMMU is enabled (confirmed through the CLI command DMAR grep command)
###############
nano /etc/modprobe.d/pve-blacklist.conf
nano /etc/pve/qemu-server/102.conf
nano /etc/default/grub
nano /etc/modules
I'm at a loss. Is it an issue with having bleeding edge updates enabled in proxmox? Is it interrupt remapping? (I believe its the x2apic mode). Help me Obi Wan, you're my only hope.
After installing windows 10 (limited install) and running updates and enabling chrome remote desktop. Also setting up the guest agent and confirming that its working and even disabling ipv6 which I'm not sure is necessary (I just wanted a normal looking IP address because the guide I was following had one).
All of that is running smooth, but I move towards altering the VM to allow passthrough. When I boot the VM it fails. I have been struggling with this for a while now. So without even following all of the passthrough steps, but just enabling UEFI, q35 and adding the EFI disk, upon boot I get the following error.
kvm: -device ide-cd,bus=ide.0,unit=1,drive=drive-ide1,id=ide1,bootindex=103: Can't create IDE unit 1, bus supports only 1 units
TASK ERROR: start failed: QEMU exited with code 1
This issue with IDE doesn't make any sense to me but I do have IDE selected for two disk images the installation media (ide = 0) and the virtio drivers (ide = 1)
###############
System info: Proxmox 7.3-3, Intel core i9-13900k, Nvidia 3090, Z790 UD AC motherboard.
###############
I verified that IOMMU is enabled (confirmed through the CLI command DMAR grep command)
###############
nano /etc/modprobe.d/pve-blacklist.conf
blacklist nvidiafb
blacklist nvidia
blacklist radeon
blacklist nouveau
###############nano /etc/pve/qemu-server/102.conf
~
~
cpu: host,hidden=1,flags=+pcid
~
~
###############nano /etc/default/grub
~
~
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on pcie_acs_override=downstream,multifunction video=efifb:off”
~
~
###############nano /etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
###############I'm at a loss. Is it an issue with having bleeding edge updates enabled in proxmox? Is it interrupt remapping? (I believe its the x2apic mode). Help me Obi Wan, you're my only hope.
Last edited: