Hi,
I need help for fixed error 43 on Windows 11 with my RX 6750XT.
Linux kernel :
Linux 6.2.16-3-pve x86_64
/etc/default/grub :
dmesg | grep -e IOMMU :
/etc/modules :
dmesg | grep -i vfio :
dmesg | grep 'remapping' :
lspci -nn | grep 'AMD' :
Blacklisting drivers :
And then, I rebooted. After that, I set up a Windows 11 VM installation and installed the driver, but I am encountering error code 43. Can someone help me resolve this issue ?
I need help for fixed error 43 on Windows 11 with my RX 6750XT.
Linux kernel :
Linux 6.2.16-3-pve x86_64
/etc/default/grub :
Bash:
GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on initcall_blacklist=sysfb_init iommu=pt video=vesafb:off video=efifb:off"
dmesg | grep -e IOMMU :
Bash:
[ 0.022685] DMAR: IOMMU enabled
[ 0.294304] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 0.294946] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 0.358187] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
/etc/modules :
Bash:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
# Parameters can be specified after the module name.
vfio
vfio_iommu_type1
vfio_pci
dmesg | grep -i vfio :
[ 4.456292] VFIO - User Level meta-driver version: 0.3
dmesg | grep 'remapping' :
[ 0.294952] AMD-Vi: Interrupt remapping enabled
echo "options vfio_iommu_type1 allow_unsafe_interrupts=1" > /etc/modprobe.d/iommu_unsafe_interrupts.conf
lspci -nn | grep 'AMD' :
Bash:
03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 22 [Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT] [1002:73df] (rev c0)
03:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21/23 HDMI/DP Audio Controller [1002:ab28]
Blacklisting drivers :
echo "options vfio-pci ids=1002:67df,1002:aaf0" > /etc/modprobe.d/vfio.conf
Bash:
# AMD drivers
echo "blacklist radeon" >> /etc/modprobe.d/blacklist.conf
echo "blacklist amdgpu" >> /etc/modprobe.d/blacklist.conf
# NVIDIA drivers
echo "blacklist nouveau" >> /etc/modprobe.d/blacklist.conf
echo "blacklist nvidia" >> /etc/modprobe.d/blacklist.conf
echo "blacklist nvidiafb" >> /etc/modprobe.d/blacklist.conf
echo "blacklist nvidia_drm" >> /etc/modprobe.d/blacklist.conf
# Intel drivers
echo "snd_hda_intel" >> /etc/modprobe.d/blacklist.conf
echo "snd_hda_codec_hdmi" >> /etc/modprobe.d/blacklist.conf
echo "i915" >> /etc/modprobe.d/blacklist.conf
And then, I rebooted. After that, I set up a Windows 11 VM installation and installed the driver, but I am encountering error code 43. Can someone help me resolve this issue ?