echo efi-framebuffer.0 > /sys/bus/platform/drivers/efi-framebuffer/unbind   effectively unbinds efifb from being loaded and stealing the memory at the time of issuing the command, preventing the gpu to be active for the vm to which the gpu is passed through. An alternative is to not load at all efifb with the boot arg: video=efifb:off   But this will prevent you from reading the output when the host is loading.   In real this is not a general solution for the
    • Like
    2