I believe these issues to be related. I replaced my motherboard after a failure, and since I've installed the new motherboard, I cannot get the system to start up without nomodeset being set in the GRUB options. My grub looks like the following (I'm trying deperately to passthrough my Intel iGPU to allow Plex to use Quicksync):
Configured like this, the system gets to a screen that shows:
as the last line and then freezes solid. I can reboot the machine, do an 'e' on the default GRUB option, and add the nomodeset parameter to the boot options after drm.debug=0, and it system will boot up just fine, but I still cannot seem to access my Intel Igpu i915 driver functions so that I can passthrough Quicksync to my VM.
I have the following in my /etc/modules:
If I attempt to list /dev/dri, I get the following:
Which would seem to indicate taht the intel GPU isn't working properly. I installed vainfo to see if it gives anything useful, but I just get the following:
Any thoughts on what I can do to get my system to where it can boot up without nomodeset and where I can passthrough my Intel GPU and enable Quicksync in Plex.
Code:
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet i915.force_probe=4680 intel_iommu=on iommu=pt i915.enable_gvt=1 drm.debug=0"
GRUB_CMDLINE_LINUX=""
Configured like this, the system gets to a screen that shows:
Code:
/dev/mapper/pve-root: clean,50860/6291456 files, 1944912/25165824 blocks
as the last line and then freezes solid. I can reboot the machine, do an 'e' on the default GRUB option, and add the nomodeset parameter to the boot options after drm.debug=0, and it system will boot up just fine, but I still cannot seem to access my Intel Igpu i915 driver functions so that I can passthrough Quicksync to my VM.
I have the following in my /etc/modules:
Code:
# Modules required for PCI passthrough
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
# Modules required for Intel GVT
kvmgt
xengt
vfio-mdev
If I attempt to list /dev/dri, I get the following:
Code:
root@helium:~# ls -lah /dev/dri
ls: cannot access '/dev/dri': No such file or directory
Which would seem to indicate taht the intel GPU isn't working properly. I installed vainfo to see if it gives anything useful, but I just get the following:
Code:
root@helium:~# vainfo
error: can't connect to X server!
error: failed to initialize display
Any thoughts on what I can do to get my system to where it can boot up without nomodeset and where I can passthrough my Intel GPU and enable Quicksync in Plex.