Hey everyone,
Before I start, here's what I'm working with. If anyone knows any alternate formatting to {code} that would be pretty cool
I have been following Nick Sherlock's blog post on getting a Mojave VM and I eventually got installed. Only problem is getting the GPU to work inside of the VM. Turning my PC on, proxmox goes through it's usual boot sequence then once I fire up the VM , all I get is a black, blank output on my monitor. After a couple of seconds, my monitor says it's going to enter Power Saver Mode, implying there is no signal coming from the gpu. So I know I did something at least.
this is my lspci output
I have also verified that my iommu groups are all good with my graphics card, audio and pcie bridge all grouped up.
I have followed the docs step by step and enabled intel iommu, added the kernel modules,
blacklisted the nvidia drivers
modified my vfio.conf
and passed it through to the VM with these arguments
The rom file is not my own dump because mine did not fit the criteria of having a type 3, just a plain 0. However, I made sure it is the same model as mine. Sloppy job I know. Even without the romfile, I come across the same problem anyways.
I've been on this for 6 hours now looking threads all over the proxmox forums but I still can't find what I'm doing wrong. If I'm missing any information, please just ask away. Thanks in advance to everybody! I am losing my mind trying to get this to work!
Before I start, here's what I'm working with. If anyone knows any alternate formatting to {code} that would be pretty cool
Code:
i7 6700
GTX1060
32GB RAM
850EVO as only SSD
I have been following Nick Sherlock's blog post on getting a Mojave VM and I eventually got installed. Only problem is getting the GPU to work inside of the VM. Turning my PC on, proxmox goes through it's usual boot sequence then once I fire up the VM , all I get is a black, blank output on my monitor. After a couple of seconds, my monitor says it's going to enter Power Saver Mode, implying there is no signal coming from the gpu. So I know I did something at least.
this is my lspci output
Code:
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP106 [GeForce GTX 1060 6GB] [10de:1c03] (rev a1)
Subsystem: Gigabyte Technology Co., Ltd GP106 [GeForce GTX 1060 6GB] [1458:371a]
Kernel driver in use: vfio-pci
Kernel modules: nvidiafb, nouveau
01:00.1 Audio device [0403]: NVIDIA Corporation GP106 High Definition Audio Controller [10de:10f1] (rev a1)
Subsystem: Gigabyte Technology Co., Ltd GP106 High Definition Audio Controller [1458:371a]
Kernel driver in use: vfio-pci
Kernel modules: snd_hda_intel
I have followed the docs step by step and enabled intel iommu, added the kernel modules,
blacklisted the nvidia drivers
Code:
blacklist nvidiafb
blacklist snd_hda_intel
blacklist radeon
blacklist nouveau
blacklist amdgpu
blacklist nvidia
Code:
options vfio-pci ids=10de:1c03,10de:10f1 disable_vga=1
Code:
hostpci0: 01:00.0,pcie=1,rombar=0,romfile=1060tpu1.rom,x-vga=1
I've been on this for 6 hours now looking threads all over the proxmox forums but I still can't find what I'm doing wrong. If I'm missing any information, please just ask away. Thanks in advance to everybody! I am losing my mind trying to get this to work!