<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Intel iGPU passthough]]></title><description><![CDATA[<p dir="auto">Hi!</p>
<p dir="auto">I've searched this topic but only found old threads without any clear solution, or using the Windows Center tool which is no longer supported.</p>
<p dir="auto">Is there any guide on how to pass the Intel iGPU to a VM in order to use it for example for plex encoding? CLI is fine</p>
]]></description><link>https://xcp-ng.org/forum/topic/8293/intel-igpu-passthough</link><generator>RSS for Node</generator><lastBuildDate>Sat, 05 Sep 2026 15:19:51 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/8293.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 31 Jan 2024 18:06:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Intel iGPU passthough on Fri, 06 Mar 2026 15:15:51 GMT]]></title><description><![CDATA[<p dir="auto">I am in the same situation as <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/vhaelan" aria-label="Profile: vhaelan">@<bdi>vhaelan</bdi></a>.<br />
same as in same iGPU (alderlake) passed-through, same output for those latest commands, same OS (Fedora CoreOS on latest Xcp-Ng stable).<br />
Tried current avenues suggested in this thread with no progress.</p>
<p dir="auto">It seems vhaelan has settled with CoreOS under Proxmox (which works!). He also mentioned it works in Debian under XCP-ng, though I haven't tested that myself.</p>
<p dir="auto">I would appreciate additional suggestions for troubleshooting to take this further, in case anyone has any other ideas.</p>
]]></description><link>https://xcp-ng.org/forum/post/103257</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/103257</guid><dc:creator><![CDATA[the_spice]]></dc:creator><pubDate>Fri, 06 Mar 2026 15:15:51 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Fri, 12 Dec 2025 03:13:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/ovicz" aria-label="Profile: ovicz">@<bdi>ovicz</bdi></a> Yes, it's loaded</p>
<pre><code>lsmod | grep i915
i915                 5373952  0
i2c_algo_bit           20480  2 xe,i915
drm_buddy              32768  2 xe,i915
video                  81920  2 xe,i915
ttm                   135168  3 drm_ttm_helper,xe,i915
drm_display_helper    331776  2 xe,i915
cec                   106496  3 drm_display_helper,xe,i915
</code></pre>
<p dir="auto"><code>dmesg</code> starts the same as your output, the only difference is that I have <code>GuC</code> disabled.</p>
<pre><code>dmesg | grep i915
[    1.609000] i915 0000:00:08.0: [drm] Found alderlake_s (device ID 4690) integrated display version 12.00 stepping C0
[    1.609986] i915 0000:00:08.0: [drm] VT-d active for gfx access
[    1.610073] i915 0000:00:08.0: [drm] Using Transparent Hugepages
[    1.611342] i915 0000:00:08.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0x4556
[    1.611345] i915 0000:00:08.0: [drm] Failed to find VBIOS tables (VBT)
[    1.612136] i915 0000:00:08.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
[    1.614455] i915 0000:00:08.0: [drm] Finished loading DMC firmware i915/adls_dmc_ver2_01.bin (v2.1)
[    3.583673] i915 0000:00:08.0: [drm] [ENCODER:261:DDI A/PHY A] failed to retrieve link info, disabling eDP
[    3.605422] i915 0000:00:08.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.49.4
[    3.605426] i915 0000:00:08.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
[    3.615402] i915 0000:00:08.0: [drm] GT0: HuC: authenticated for all workloads
[    3.615410] i915 0000:00:08.0: [drm] GT0: GUC: submission disabled
[    3.615414] i915 0000:00:08.0: [drm] GT0: GUC: SLPC disabled
[    3.616508] i915 0000:00:08.0: [drm] Protected Xe Path (PXP) protected content support initialized
[    3.617330] i915 0000:00:08.0: [drm] Registered 4 planes with drm panic
[    3.617354] [drm] Initialized i915 1.6.0 for 0000:00:08.0 on minor 1
[    3.627390] i915 0000:00:08.0: [drm] Cannot find any crtc or sizes
[    3.637349] i915 0000:00:08.0: [drm] Cannot find any crtc or sizes
[    3.657358] i915 0000:00:08.0: [drm] Cannot find any crtc or sizes
</code></pre>
<p dir="auto">Having edited <code>/etc/modprobe.d/i915.conf</code> by adding <code>options i915 enable_guc=3 enable_huc=1</code> fixed the <code>GuC</code> part as well, however I still have the same issue. <code>Cannot find any crtc or sizes</code> is the only part which is not in your output.</p>
<p dir="auto"><code>/etc/default/grub</code> is clean, I don't have <code>NOMODESET</code>:</p>
<pre><code>cat /etc/default/grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rd.lvm.lv=fedora/root rhgb quiet"
GRUB_DISABLE_RECOVERY="true"
</code></pre>
]]></description><link>https://xcp-ng.org/forum/post/100567</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/100567</guid><dc:creator><![CDATA[vhaelan]]></dc:creator><pubDate>Fri, 12 Dec 2025 03:13:17 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Thu, 11 Dec 2025 08:09:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/vhaelan" aria-label="Profile: vhaelan">@<bdi>vhaelan</bdi></a> Is the intel graphics module loaded ?</p>
<p dir="auto">lsmod | grep i915<br />
i915                 5373952  24<br />
drm_buddy              32768  2 xe,i915<br />
ttm                   135168  3 drm_ttm_helper,xe,i915<br />
i2c_algo_bit           20480  2 xe,i915<br />
drm_display_helper    331776  2 xe,i915<br />
cec                   106496  3 drm_display_helper,xe,i915<br />
video                  81920  2 xe,i91</p>
<p dir="auto">sudo dmesg | grep i915<br />
[    5.855595] i915 0000:00:08.0: [drm] Found alderlake_p/alderlake_n (device ID 46d1) integrated display version 13.00 stepping D0<br />
[    5.858477] i915 0000:00:08.0: [drm] VT-d active for gfx access<br />
[    5.858739] i915 0000:00:08.0: [drm] Using Transparent Hugepages<br />
[    5.859307] i915 0000:00:08.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0x4556<br />
[    5.859312] i915 0000:00:08.0: [drm] Failed to find VBIOS tables (VBT)<br />
[    5.860012] i915 0000:00:08.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem<br />
[    5.878556] i915 0000:00:08.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)<br />
[    7.806109] i915 0000:00:08.0: [drm] [ENCODER:204:DDI A/PHY A] failed to retrieve link info, disabling eDP<br />
[    7.843768] i915 0000:00:08.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.49.4<br />
[    7.843776] i915 0000:00:08.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3<br />
[    7.849282] i915 0000:00:08.0: [drm] GT0: HuC: authenticated for all workloads<br />
[    7.850868] i915 0000:00:08.0: [drm] GT0: GUC: submission enabled<br />
[    7.850874] i915 0000:00:08.0: [drm] GT0: GUC: SLPC enabled<br />
[    7.851225] i915 0000:00:08.0: [drm] GT0: GUC: RC enabled<br />
[    7.852797] i915 0000:00:08.0: [drm] Protected Xe Path (PXP) protected content support initialized<br />
[    7.854314] i915 0000:00:08.0: [drm] Registered 3 planes with drm panic<br />
[    7.854318] [drm] Initialized i915 1.6.0 for 0000:00:08.0 on minor 1</p>
<p dir="auto">Also see in /etc/default/grub if there is NOMODESET in GRUB_CMDLINE_LINUX line.</p>
<p dir="auto">That's from my  Fedora 43 vm with passthrough enabled.</p>
]]></description><link>https://xcp-ng.org/forum/post/100536</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/100536</guid><dc:creator><![CDATA[ovicz]]></dc:creator><pubDate>Thu, 11 Dec 2025 08:09:28 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Thu, 11 Dec 2025 02:31:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/ovicz" aria-label="Profile: ovicz">@<bdi>ovicz</bdi></a> said in <a href="/forum/post/100492">Intel iGPU passthough</a>:</p>
<blockquote>
<p dir="auto">rpm -qa | grep intel-gpu-firmware</p>
</blockquote>
<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/ovicz" aria-label="Profile: ovicz">@<bdi>ovicz</bdi></a>, I see the following: <code>intel-gpu-firmware-20251021-1.fc43.noarch</code></p>
]]></description><link>https://xcp-ng.org/forum/post/100534</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/100534</guid><dc:creator><![CDATA[vhaelan]]></dc:creator><pubDate>Thu, 11 Dec 2025 02:31:33 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Wed, 10 Dec 2025 09:37:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/vhaelan" aria-label="Profile: vhaelan">@<bdi>vhaelan</bdi></a> Hello.  What's the output of rpm -qa | grep intel-gpu-firmware ?</p>
]]></description><link>https://xcp-ng.org/forum/post/100492</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/100492</guid><dc:creator><![CDATA[ovicz]]></dc:creator><pubDate>Wed, 10 Dec 2025 09:37:08 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Wed, 10 Dec 2025 03:14:10 GMT]]></title><description><![CDATA[<p dir="auto">I'm also trying to pass through my Intel iGPU to a VM, but running into issues. It does work on Debian, however not on Fedora Server which I'd like to use. I have tried changing to BIOS mode, even plugged in a dummy HDMI plug, but nothing helped. SELinux is disabled on Fedora to rule out any issues related to that. I even tried using XCP-NG Center which was suggested in an older post, but that didn't help either: <a href="https://xcp-ng.org/forum/topic/6211/intel-gpu-passthrough-question/3">https://xcp-ng.org/forum/topic/6211/intel-gpu-passthrough-question/3</a></p>
<p dir="auto">I also posted this on the Fedora forum with further details: <a href="https://discussion.fedoraproject.org/t/intel-igpu-in-containers/176029" target="_blank" rel="noopener noreferrer nofollow ugc">https://discussion.fedoraproject.org/t/intel-igpu-in-containers/176029</a></p>
<p dir="auto">Are there any other things I could try to investigate this further?</p>
]]></description><link>https://xcp-ng.org/forum/post/100482</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/100482</guid><dc:creator><![CDATA[vhaelan]]></dc:creator><pubDate>Wed, 10 Dec 2025 03:14:10 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Thu, 16 Jan 2025 21:05:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/scawtydont" aria-label="Profile: scawtydont">@<bdi>scawtydont</bdi></a> Thanks for keeping us posted. Dummy plug is still a thing it seems <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=2bdbead4301" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title=":D" alt="😄" /></p>
]]></description><link>https://xcp-ng.org/forum/post/88281</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/88281</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Thu, 16 Jan 2025 21:05:22 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Thu, 16 Jan 2025 15:19:48 GMT]]></title><description><![CDATA[<p dir="auto">I followed this post and it worked for me.<br />
One thing to note in my testing, if I had a monitor / HDMI dummy plug hooked up the transcoding worked reliably.<br />
When I unplugged it I found activity would be present on the iGPU but the video in plex would play/pause constantly then eventually stop.</p>
]]></description><link>https://xcp-ng.org/forum/post/88249</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/88249</guid><dc:creator><![CDATA[scawtydont]]></dc:creator><pubDate>Thu, 16 Jan 2025 15:19:48 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Sat, 14 Sep 2024 13:40:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/bullerwins" aria-label="Profile: bullerwins">@<bdi>bullerwins</bdi></a> said in <a href="/forum/post/70408">Intel iGPU passthough</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/olivierlambert" aria-label="Profile: olivierlambert">@<bdi>olivierlambert</bdi></a> I tried but getting this error when turning on the VM</p>
<p dir="auto">INTERNAL_ERROR(xenopsd internal error: (Failure<br />
"Error from xenguesthelper: Populate on Demand and PCI Passthrough are mutually exclusive"))</p>
<p dir="auto">Not sure what it means</p>
<p dir="auto">EDIT: after googleing it seems that static and dynamic memory has to be the same:<br />
<img src="/forum/assets/uploads/files/1706728888443-9aa61d84-dd71-4f32-9590-8cff8c365a1a-image.png" alt="9aa61d84-dd71-4f32-9590-8cff8c365a1a-image.png" class=" img-fluid img-markdown" /></p>
</blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/bullerwins" aria-label="Profile: bullerwins">@<bdi>bullerwins</bdi></a> thanks for this. I had to restore a VM from a backup and while it was down changed the dynamic value. This certainly saved me some time. I was positive it had to do with remapping the UID on the VM or something on the host side of it. anyways, thanks.</p>
]]></description><link>https://xcp-ng.org/forum/post/82638</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/82638</guid><dc:creator><![CDATA[Mefosheez]]></dc:creator><pubDate>Sat, 14 Sep 2024 13:40:04 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Sat, 31 Aug 2024 17:17:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/xerxist" aria-label="Profile: xerxist">@<bdi>xerxist</bdi></a> Yes, QS for the VM but there are times when having a local display of the console comes in handy.  That's why I haven't done mine.</p>
]]></description><link>https://xcp-ng.org/forum/post/82112</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/82112</guid><dc:creator><![CDATA[CJ]]></dc:creator><pubDate>Sat, 31 Aug 2024 17:17:13 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Sat, 03 Aug 2024 12:37:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/cj" aria-label="Profile: CJ">@<bdi>CJ</bdi></a></p>
<p dir="auto">No output just need the Intel quick sync.</p>
]]></description><link>https://xcp-ng.org/forum/post/81222</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/81222</guid><dc:creator><![CDATA[xerxist]]></dc:creator><pubDate>Sat, 03 Aug 2024 12:37:28 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Thu, 13 Jun 2024 17:06:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/cj" aria-label="Profile: CJ">@<bdi>CJ</bdi></a> Im running server grade hardware that has remote lights out management with iKVM support. Otherwise yeah you would lose access to the display output.</p>
]]></description><link>https://xcp-ng.org/forum/post/78672</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/78672</guid><dc:creator><![CDATA[flakpyro]]></dc:creator><pubDate>Thu, 13 Jun 2024 17:06:50 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Thu, 13 Jun 2024 16:31:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/bullerwins" aria-label="Profile: bullerwins">@<bdi>bullerwins</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/xerxist" aria-label="Profile: xerxist">@<bdi>xerxist</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/flakpyro" aria-label="Profile: flakpyro">@<bdi>flakpyro</bdi></a></p>
<p dir="auto">What are you using for display output on the host since you're passing the iGPU to the VM?</p>
]]></description><link>https://xcp-ng.org/forum/post/78665</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/78665</guid><dc:creator><![CDATA[CJ]]></dc:creator><pubDate>Thu, 13 Jun 2024 16:31:24 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Thu, 13 Jun 2024 14:06:37 GMT]]></title><description><![CDATA[<p dir="auto">In my testing of this, iGPU passthru works fine in Linux but in Windows the device will show an error in the device manager, disable/enabling the drive in the device manager will allow it to work, until next reboot.</p>
]]></description><link>https://xcp-ng.org/forum/post/78660</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/78660</guid><dc:creator><![CDATA[flakpyro]]></dc:creator><pubDate>Thu, 13 Jun 2024 14:06:37 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Wed, 12 Jun 2024 17:00:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/bullerwins" aria-label="Profile: bullerwins">@<bdi>bullerwins</bdi></a>  <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/xerxist" aria-label="Profile: xerxist">@<bdi>xerxist</bdi></a></p>
<p dir="auto">Is this just the mediated (gvt-g?) device passthrough, so the XCP side/server maintains video but a VM can make use of the resources as well?</p>
<p dir="auto">I am very interested in this (plex, frigate type use) as a stepping stone away from Proxmox.</p>
<p dir="auto">Thanks</p>
]]></description><link>https://xcp-ng.org/forum/post/78616</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/78616</guid><dc:creator><![CDATA[hawkpro]]></dc:creator><pubDate>Wed, 12 Jun 2024 17:00:40 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Wed, 06 Mar 2024 20:15:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/bullerwins" aria-label="Profile: bullerwins">@<bdi>bullerwins</bdi></a></p>
<p dir="auto">Yes I'm running 8.3 Beta</p>
]]></description><link>https://xcp-ng.org/forum/post/73057</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/73057</guid><dc:creator><![CDATA[xerxist]]></dc:creator><pubDate>Wed, 06 Mar 2024 20:15:41 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Wed, 06 Mar 2024 20:12:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/xerxist" aria-label="Profile: xerxist">@<bdi>xerxist</bdi></a> have you tried with the 8.3 beta of XCP-ng? I believe it's got a newer kernel maybe?</p>
]]></description><link>https://xcp-ng.org/forum/post/73056</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/73056</guid><dc:creator><![CDATA[bullerwins]]></dc:creator><pubDate>Wed, 06 Mar 2024 20:12:45 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Wed, 06 Mar 2024 20:12:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/bullerwins" aria-label="Profile: bullerwins">@<bdi>bullerwins</bdi></a></p>
<p dir="auto">Not in the VM itself.<br />
I even went to kernel 6.6 and try it in there, all give the same issue.</p>
<p dir="auto">Something on the hypervisor side in the kernel I meant. This is 4.x something with allot of backports.</p>
<p dir="auto">I'll probably just wait a wile before moving full XCP-NG.<br />
But its a very nice system <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=2bdbead4301" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /></p>
]]></description><link>https://xcp-ng.org/forum/post/73055</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/73055</guid><dc:creator><![CDATA[xerxist]]></dc:creator><pubDate>Wed, 06 Mar 2024 20:12:02 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Wed, 06 Mar 2024 20:06:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/xerxist" aria-label="Profile: xerxist">@<bdi>xerxist</bdi></a> my ubuntu 22.04 install came with kernel 5.15, i have it updated regularly but it doens't update the kernel it seems. But newer fresh installs of ubuntu 22.04 install a newer kernel. I'll check out if the kernel needs to be manually updated</p>
]]></description><link>https://xcp-ng.org/forum/post/73054</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/73054</guid><dc:creator><![CDATA[bullerwins]]></dc:creator><pubDate>Wed, 06 Mar 2024 20:06:02 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Wed, 06 Mar 2024 19:25:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/bullerwins" aria-label="Profile: bullerwins">@<bdi>bullerwins</bdi></a></p>
<p dir="auto">Seems you would need at least Kernel &gt; 5.15 for this to work on the NUC 12-13.<br />
Not sure what got implemented/fixed there but it would need to be back ported for this to work.</p>
]]></description><link>https://xcp-ng.org/forum/post/73052</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/73052</guid><dc:creator><![CDATA[xerxist]]></dc:creator><pubDate>Wed, 06 Mar 2024 19:25:37 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Tue, 05 Mar 2024 18:12:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/xerxist" aria-label="Profile: xerxist">@<bdi>xerxist</bdi></a> in BIOS mode, i would say it was the default for my ubuntu VM</p>
]]></description><link>https://xcp-ng.org/forum/post/72991</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/72991</guid><dc:creator><![CDATA[bullerwins]]></dc:creator><pubDate>Tue, 05 Mar 2024 18:12:02 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Tue, 05 Mar 2024 18:07:33 GMT]]></title><description><![CDATA[<p dir="auto">NUC13 is still a no go with ASPM turned off.</p>
<p dir="auto">Not sure if the kernel needs to recognize it as it doesn't give me the type like on the NUC11</p>
<p dir="auto"><img src="/forum/assets/uploads/files/1709662007904-4e3231e4-61e9-4101-abbb-ae2f90fdbd2f-image.png" alt="4e3231e4-61e9-4101-abbb-ae2f90fdbd2f-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">But the NUC11 is confirmed working fine BIOS or UEFI</p>
]]></description><link>https://xcp-ng.org/forum/post/72990</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/72990</guid><dc:creator><![CDATA[xerxist]]></dc:creator><pubDate>Tue, 05 Mar 2024 18:07:33 GMT</pubDate></item><item><title><![CDATA[Reply to Intel iGPU passthough on Mon, 04 Mar 2024 23:22:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/tjkreidl" aria-label="Profile: tjkreidl">@<bdi>tjkreidl</bdi></a></p>
<p dir="auto">Strange it works on UEFI too now.<br />
Only thing that changed is "ASPM off" in the BIOS of the NUC.<br />
Need to try that too on the NUC 13.</p>
]]></description><link>https://xcp-ng.org/forum/post/72937</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/72937</guid><dc:creator><![CDATA[xerxist]]></dc:creator><pubDate>Mon, 04 Mar 2024 23:22:02 GMT</pubDate></item></channel></rss>