Little hint: You can just do cat sys/kernel/debug/dri/0/i915_vbt > vbt.dump
I first thought, I made the iGPU passthrough successfully working into my VM by dumping the vbt and then loading it in my VM via a kernel parameter on the guest (i915.vbt_firmware=vbt.dump). However, this was not the...