Search results

  1. T

    Windows VMs stuck on boot after Proxmox Upgrade to 7.0

    Same Issue, two different machines both with Windows Server 2019 VM's that works perfectly fine in PVE 6 now neither will reboot properly in PVE 7. I just get a black screen... the VM acts like it goes down ok, but it never comes back. I have several linux VM's and they seem to behave just fine...
  2. T

    igd Passthru on Intel Sandy Bridge

    I'm so sorry, got caught up in putting a fence in at my house and just didn't get back to you in time! I'm really glad you got it working! I have it working on windows 10 with driver 9.17.10.4459. Im running 16gb total memory with 6gb in windows... no issues thus far! I hope others can get some...
  3. T

    igd Passthru on Intel Sandy Bridge

    So I've solved this problem... with help from Alex Williamson! So the issue for me was a bad memory map in the bios for the location of the IGD memory space. We will have to reset it in software for the remap to work correctly. Assuming your IGD is at 00:02.0 enter the following to get the...
  4. T

    igd Passthru on Intel Sandy Bridge

    I cant believe no one has any suggestions... I found an write up on arch talking about needing to define the memory region for the IGD but it requires patching vfio with vfio_pci_igd.c but the posts are from 2019... but they are hard coding the device id's and the memory regions this way... Is...
  5. T

    igd Passthru on Intel Sandy Bridge

    So progress... I have changed my qemu entries to: args: -device vfio-pci,host=00:02.0,id=hostpci0,bus=pci.0,addr=0x02,x-igd-gms=1,x-igd-opregion=on,romfile=/usr/share/kvm/i915ovmf.rom This removed most of my errors, so I'm down to: pve-test kernel: vfio-pci 0000:00:02.0: vfio_pci: Failed to...
  6. T

    igd Passthru on Intel Sandy Bridge

    I know this is older hardware... but i'm trying to get a nice little LXC/Windows setup going for a friend. I want to pass the igd into windows so that when the system boots, my friend will see windows and not linux/proxmox. I have been at this for a week... reading and talking to people... and I...
  7. T

    [GUIDE] Intel Intergrated graphic Passthrough

    So i had a completly working Windows VM with a VertIO GPU. I decided I wanted to pass thru the IGPU (i have a xeon E3-1260L Sandy Bridge)... I have looked at 100 different setups and configs... everything i do ends in the same result. kvm: -device...