Search results

  1. N

    [SOLVED] Problem with GPU Passthrough

    Finally it worked perfect with GRUB_CMDLINE_LINUX_DEFAULT="quiet nomodeset video=vesafb:off video=efifb:off", too.
  2. N

    [SOLVED] Problem with GPU Passthrough

    For me it only worked the following way: GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on nomodeset video=vesafb:off video=efifb:off" The expression video=vesafb:off,efifb:off didn't work. Also I had a problem connecting to the graphix card when there was no nomodeset . Additionally I set...