Hello,
I am trying to pass through (via omvf) 2 video cards to two different VM's however I do not get video when passing through the card that gets bound to Proxmox (the one that ouputs the boot text). If I swap the cards on the motherboard slots I can pass through which ever one does not startup. When I attempt to pass-through the boot card the monitor output switches from the Proxmox login prompt (text) to "no signal" and the assigned VM refuses to start. In the Proxmox web interface the VM is labelled as started and the qm start command executes without issue however the cpu activity for the VM is near-zero and the machine does not actually boot (checked with ping and video).
Both cards are tested working with uefi bioses and their respective models are:
nvidia quadro 600
amd radeon 6570
The system is a Lenovo Thinkstation S20 and the CPU is an x5675 (Nehalem).
Any ideas?
Here is my Proxmox version:
Here is the VM config:
Boot/Grub parameters:
/etc/modules:
Blacklist config:
I am trying to pass through (via omvf) 2 video cards to two different VM's however I do not get video when passing through the card that gets bound to Proxmox (the one that ouputs the boot text). If I swap the cards on the motherboard slots I can pass through which ever one does not startup. When I attempt to pass-through the boot card the monitor output switches from the Proxmox login prompt (text) to "no signal" and the assigned VM refuses to start. In the Proxmox web interface the VM is labelled as started and the qm start command executes without issue however the cpu activity for the VM is near-zero and the machine does not actually boot (checked with ping and video).
Both cards are tested working with uefi bioses and their respective models are:
nvidia quadro 600
amd radeon 6570
The system is a Lenovo Thinkstation S20 and the CPU is an x5675 (Nehalem).
Any ideas?
Here is my Proxmox version:
Code:
root@pve:~# pveversion -v
proxmox-ve: 4.3-66 (running kernel: 4.4.19-1-pve)
pve-manager: 4.3-4 (running version: 4.3-4/ada7f750)
pve-kernel-4.4.6-1-pve: 4.4.6-48
pve-kernel-4.4.13-1-pve: 4.4.13-56
pve-kernel-4.4.19-1-pve: 4.4.19-66
lvm2: 2.02.116-pve3
corosync-pve: 2.4.0-1
libqb0: 1.0-1
pve-cluster: 4.0-46
qemu-server: 4.0-91
pve-firmware: 1.1-10
libpve-common-perl: 4.0-75
libpve-access-control: 4.0-19
libpve-storage-perl: 4.0-66
pve-libspice-server1: 0.12.8-1
vncterm: 1.2-1
pve-qemu-kvm: 2.7.0-2
pve-container: 1.0-78
pve-firewall: 2.0-31
pve-ha-manager: 1.0-35
ksm-control-daemon: 1.2-1
glusterfs-client: 3.5.2-2+deb8u2
lxc-pve: 2.0.5-1
lxcfs: 2.0.4-pve1
criu: 1.6.0-1
novnc-pve: 0.5-8
zfsutils: 0.6.5.7-pve10~bpo80
Here is the VM config:
Code:
balloon: 2
bios: ovmf
bootdisk: scsi0
cores: 2
hostpci0: 01:00,pcie=1,x-vga=on
machine: q35
memory: 2048
name: Media
net0: e1000=36:34:33:64:32:63,bridge=vmbr0
numa: 0
ostype: l26
scsi0: local:102/vm-102-disk-1.qcow2,iothread=1,size=32G
scsihw: virtio-scsi-pci
smbios1: uuid=6ab803af-bfd0-4f29-9af0-be766d18b614
sockets: 1
usb0: host=046d:c526
usb1: host=050d:016a
vga: none
Boot/Grub parameters:
Code:
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Proxmox Virtual Environment"
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on video=efifb:off nofb nomodeset video=vesafb:off"
GRUB_CMDLINE_LINUX=""
/etc/modules:
Code:
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
Blacklist config:
Code:
cat /etc/modprobe.d/blacklist.conf
blacklist radeon
blacklist nouveau
blacklist nvidia