<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Аспро: ЛайтШоп [тема: Заставьте iGPU RocketLake работать с пробросом или SR-IOV.]</title>
		<link>http://proxmox.su</link>
		<description>Новое в теме Заставьте iGPU RocketLake работать с пробросом или SR-IOV. форума Proxmox Виртуальная Среда на сайте Аспро: ЛайтШоп [proxmox.su]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Sat, 25 Apr 2026 20:58:36 +0300</pubDate>
		<item>
			<title>Заставьте iGPU RocketLake работать с пробросом или SR-IOV.</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message310562/75758-zastavte-igpu-rocketlake-rabotat-s-probrosom-ili-sr_iov.">Заставьте iGPU RocketLake работать с пробросом или SR-IOV.</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Привет, я новичок в Proxmox и пытаюсь настроить мою встроенную графику. Цель — хорошая графическая производительность на одной виртуальной машине с Windows 11.<br /><br />Аппаратная конфигурация: Xeon 2356G RocketLake Supermicro X12STH<br /><br />Я пробовал обычные статьи и рекомендации derekseaman и michaelstinkerings. Пытался напрямую подключить GPU к виртуальной машине, вижу UHD P750 в Windows 11, но получаю бесполезную ошибку 43.<br /><br />Затем я попытался создать разные виртуальные GPU через SR-IOV со свежей установкой Proxmox 8.4, но это тоже не работает. Попробовал Proxmox 8.3 — не работает. SR-IOV включен в BIOS, Secure Boot отключен.<br /><br />Код:<br />```<br />root@pve:~# lspci | grep VGA<br />dmesg | grep i915<br />00:02.0 VGA compatible controller: Intel Corporation RocketLake-S [UHD Graphics] (rev 04)<br />03:00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 52)<br />[    0.000000] Command line: initrd=\EFI\proxmox\6.8.12-4-pve\initrd.img-6.8.12-4-pve root=ZFS=rpool/ROOT/pve-1 boot=zfs intel_iommu=on iommu=pt i915.enable_guc=3 i915.max_vfs=7<br />[    0.076987] Kernel command line: initrd=\EFI\proxmox\6.8.12-4-pve\initrd.img-6.8.12-4-pve root=ZFS=rpool/ROOT/pve-1 boot=zfs intel_iommu=on iommu=pt i915.enable_guc=3 i915.max_vfs=7<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; use xe.force_probe='4c9a' and i915.force_probe='!4c9a'<br />[    3.368741] i915: module verification failed: signature and/or required key missing - tainting kernel<br />[    3.621556] i915: You are using the i915-sriov-dkms module, a ported version of the i915 module with SR-IOV support.<br />[    3.621566] i915: Please file any bug report at <noindex><a href="https://github.com/strongtz/i915-sriov-dkms/issues/new" target="_blank" rel="nofollow" >https://github.com/strongtz/i915-sriov-dkms/issues/new</a></noindex>.<br />[    3.621573] i915: Module Homepage: <noindex><a href="https://github.com/strongtz/i915-sriov-dkms" target="_blank" rel="nofollow" >https://github.com/strongtz/i915-sriov-dkms</a></noindex><br />[    3.622386] i915 0000:00:02.0: [drm] Found ROCKETLAKE (device ID 4c9a) display version 12.00 stepping C0<br />[    3.622945] i915 0000:00:02.0: [drm] VT-d active for gfx access<br />[    3.622998] i915 0000:00:02.0: [drm] Using Transparent Hugepages<br />[    3.624354] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem<br />[    3.626245] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/rkl_dmc_ver2_03.bin (v2.3)<br />[    5.543605] i915 0000:00:02.0: [drm] [ENCODER:184:DDI A/PHY A] failed to retrieve link info, disabling eDP<br />[    5.553843] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.1.1.bin version 70.1.1<br />[    5.554035] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc_7.9.3.bin version 7.9.3<br />[    5.558269] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads<br />[    5.558958] i915 0000:00:02.0: [drm] GT0: GUC: submission enabled<br />[    5.559188] i915 0000:00:02.0: [drm] GT0: GUC: RC enabled<br />[    5.560496] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized<br />[    5.572487] [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1<br />[    5.604655] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes<br />[    5.605662] i915 display info: display version: 12<br />[    5.605669] i915 display info: display stepping: C0<br />[    5.605669] i915 display info: cursor_needs_physical: no<br />[    5.605670] i915 display info: has_cdclk_crawl: no<br />[    5.605670] i915 display info: has_cdclk_squash: no<br />[    5.605671] i915 display info: has_ddi: yes<br />[    5.605671] i915 display info: has_dp_mst: yes<br />[    5.605672] i915 display info: has_dsb: yes<br />[    5.605672] i915 display info: has_fpga_dbg: yes<br />[    5.605673] i915 display info: has_gmch: no<br />[    5.605673] i915 display info: has_hotplug: yes<br />[    5.605675] i915 display info: has_ipc: yes<br />[    5.605675] i915 display info: has_overlay: no<br />[    5.605675] i915 display info: has_psr: yes<br />[    5.605675] i915 display info: has_psr_hw_tracking: no<br />[    5.605676] i915 display info: overlay_needs_physical: no<br />[    5.605676] i915 display info: supports_tv: no<br />[    5.605677] i915 display info: has_hdcp: yes<br />[    5.605677] i915 display info: has_dmc: yes<br />[    5.605678] i915 display info: has_dsc: yes<br />[    5.605678] i915 display info: rawclk rate: 24000 kHz<br />[    5.672864] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes<br />[    5.707676] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes Я не вижу явных ошибок в логах.  Я также установил Windows 11 "напрямую". GPU работает отлично. Может быть, конфигурация оборудования делает это невозможным? Спасибо и наилучшие пожелания. <br />
			<i>09.06.2025 17:46:00, stones.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message310562/75758-zastavte-igpu-rocketlake-rabotat-s-probrosom-ili-sr_iov.</link>
			<guid>http://proxmox.su/forum/messages/forum63/message310562/75758-zastavte-igpu-rocketlake-rabotat-s-probrosom-ili-sr_iov.</guid>
			<pubDate>Mon, 09 Jun 2025 17:46:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
	</channel>
</rss>
