<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Аспро: ЛайтШоп [тема: 8700G iGPU 780m passthrough]</title>
		<link>http://proxmox.su</link>
		<description>Новое в теме 8700G iGPU 780m passthrough форума Proxmox Виртуальная Среда на сайте Аспро: ЛайтШоп [proxmox.su]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Mon, 20 Apr 2026 16:12:15 +0300</pubDate>
		<item>
			<title>8700G iGPU 780m passthrough</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message304731/74944-8700g-igpu-780m-passthrough">8700G iGPU 780m passthrough</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Чтобы наверняка, я ещё добавил драйвера в чёрный список в /etc/modprobe.d/blacklist.conf.<br /><br />Код:<br />blacklist nouveau<br />blacklist nvidia*<br />blacklist radeon<br />blacklist amdgpu<br />blacklist snd_hda_intel<br /><br />#!/bin/bash<br />shopt -s nullglob<br />for g in $(find /sys/kernel/iommu_groups/* -maxdepth 0 -type d | sort -V); do<br /> &nbsp;echo "IOMMU Group ${g##*/}:"<br /> &nbsp;for d in $g/devices/*; do<br /> &nbsp; &nbsp;echo -e "\t$(lspci -D -nns ${d##*/}"<br /> &nbsp;done<br />done <br />
			<i>01.04.2025 16:21:00, vinnfts.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message304731/74944-8700g-igpu-780m-passthrough</link>
			<guid>http://proxmox.su/forum/messages/forum63/message304731/74944-8700g-igpu-780m-passthrough</guid>
			<pubDate>Tue, 01 Apr 2025 16:21:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>8700G iGPU 780m passthrough</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message304730/74944-8700g-igpu-780m-passthrough">8700G iGPU 780m passthrough</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Привет, ребята! Я пытаюсь вывести iGPU в Windows VM. Следуя множеству шагов, я всё равно получаю ошибку 43 в Windows, пожалуйста, помогите!<br /><br />Моё железо в Proxmox:<br />* 8700G<br />* 64GB G.Skill X5 Flare<br />* Материнская плата B650 Gigabyte Aorus Elite AX ver 1.3<br />* 1 HDD 16TB + 2 SSD 1TB<br /><br />Содержимое моего `/etc/default/grub`:<br /><br />```<br />GRUB_DEFAULT=0<br />GRUB_TIMEOUT=5<br />GRUB_DISTRIBUTOR=`lsb_release -i -s 2&gt; /dev/null || echo Debian`<br />GRUB_CMDLINE_LINUX_DEFAULT="quiet iommu=pt"<br />GRUB_CMDLINE_LINUX=""<br />```<br /><br />Вывод `dmesg | grep -e DMAR -e IOMMU`:<br /><br />```<br />[    0.464252] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported<br />[    0.611337] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).<br />```<br /><br />Вывод `lspci -nn | grep -e 'AMD/ATI'`:<br /><br />```<br />11:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Phoenix1 [1002:15bf] (rev 06)<br />11:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt Radeon High Definition Audio Controller [1002:1640]<br />```<br /><br />Содержимое моего `/etc/modules`:<br /><br />```<br />vfio<br />vfio_iommu_type1<br />vfio_pci<br />```<br /><br />Далее, я привязываю PCI ID iGPU к vfio-pci в `/etc/modprobe.d/vfio.conf`:<br /><br />```<br />options vfio-pci ids=1002:15bf,1002:1640,1022:15c7,1022:15b9,1022:15ba,1022:15e2,1022:15e3<br />softdep amdgpu pre: vfio-pci<br />softdep radeon pre: vfio-pci<br />softdep snd_hda_intel pre: vfio-pci<br />```<br /><br />Вывод `lspci -nnk`:<br /><br />```<br />11:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Phoenix1 [1002:15bf] (rev 06)<br /> &nbsp; &nbsp; &nbsp; &nbsp;Subsystem: Gigabyte Technology Co., Ltd Phoenix1 [1458:d000]<br /> &nbsp; &nbsp; &nbsp; &nbsp;Kernel driver in use: vfio-pci<br /> &nbsp; &nbsp; &nbsp; &nbsp;Kernel modules: amdgpu<br />11:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt Radeon High Definition Audio Controller [1002:1640]<br /> &nbsp; &nbsp; &nbsp; &nbsp;Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt Radeon High Definition Audio Controller [1002:1640]<br /> &nbsp; &nbsp; &nbsp; &nbsp;Kernel driver in use: vfio-pci<br /> &nbsp; &nbsp; &nbsp; &nbsp;Kernel modules: snd_hda_intel<br />11:00.2 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] Family 19h (Model 74h) CCP/PSP 3.0 Device [1022:15c7]<br /> &nbsp; &nbsp; &nbsp; &nbsp;Subsystem: Advanced Micro Devices, Inc. [AMD] Family 19h (Model 74h) CCP/PSP 3.0 Device [1022:15c7]<br /> &nbsp; &nbsp; &nbsp; &nbsp;Kernel driver in use: vfio-pci<br /> &nbsp; &nbsp; &nbsp; &nbsp;Kernel modules: ccp<br />11:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Device [1022:15b9]<br /> &nbsp; &nbsp; &nbsp; &nbsp;Subsystem: Gigabyte Technology Co., Ltd Device [1458:5007]<br /> &nbsp; &nbsp; &nbsp; &nbsp;Kernel driver in use: xhci_hcd<br /> &nbsp; &nbsp; &nbsp; &nbsp;Kernel modules: xhci_pci<br />11:00.4 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Device [1022:15ba]<br /> &nbsp; &nbsp; &nbsp; &nbsp;Subsystem: Gigabyte Technology Co., Ltd Device [1458:5007]<br /> &nbsp; &nbsp; &nbsp; &nbsp;Kernel driver in use: xhci_hcd<br /> &nbsp; &nbsp; &nbsp; &nbsp;Kernel modules: xhci_pci<br />11:00.6 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Family 17h/19h HD Audio Controller [1022:15e3]<br /> &nbsp; &nbsp; &nbsp; &nbsp;DeviceName: Realtek ALC1220<br /> &nbsp; &nbsp; &nbsp; &nbsp;Subsystem: Gigabyte Technology Co., Ltd Family 17h/19h HD Audio Controller [1458:a194]<br /> &nbsp; &nbsp; &nbsp; &nbsp;Kernel driver in use: vfio-pci<br /> &nbsp; &nbsp; &nbsp; &nbsp;Kernel modules: snd_hda_intel<br />```<br /><br />Я также извлек и настроил vbios.<br /><br />Содержимое моего `/etc/pve/qemu-server/101.conf`:<br /><br />```<br />agent: 1<br />args: -cpu 'host,-hypervisor,kvm=off'<br />bios: ovmf<br />boot: order=scsi0;ide0;ide2;net0<br />cores: 8<br />cpu: host<br />efidisk0: local-lvm:vm-101-disk-0,efitype=4m,pre-enrolled-keys=1,size=4M<br />hostpci0: 0000:11:00.0,romfile=vbios_15BF.dat,x-vga=1<br />hostpci1: 0000:11:00.1,romfile=AMDGopDriver.rom<br />ide0: local:iso/virtio-win-0.1.266.iso,media=cdrom,size=707456K<br />ide2: local:iso/Win11_24H2_English_x64.iso,media=cdrom,size=5683090K<br />machine: pc-q35-6.2<br />memory: 8192<br />meta: creation-qemu=9.0.2,ctime=1743238806<br />name: Windows<br />net0: virtio=BC:24:11:8A:07:C8,bridge=vmbr0,firewall=1<br />numa: 0<br />ostype: win11<br />scsi0: local-lvm:vm-101-disk-1,iothread=1,size=500G<br />scsihw: virtio-scsi-single<br />smbios1: uuid=35745faf-0266-4b24-9515-07d7f9917ba7<br />sockets: 1<br />tpmstate0: local-lvm:vm-101-disk-2,size=4M,version=v2.0<br />vga: none<br />vmgenid: 05a40414-b16d-4b21-97b5-0f01617abe4c<br />```<br /><br />Я также отключил 4G Decoding и Re-size Bar Support в BIOS. <br />
			<i>01.04.2025 13:49:00, vinnfts.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message304730/74944-8700g-igpu-780m-passthrough</link>
			<guid>http://proxmox.su/forum/messages/forum63/message304730/74944-8700g-igpu-780m-passthrough</guid>
			<pubDate>Tue, 01 Apr 2025 13:49:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
	</channel>
</rss>
