How to force Talos local console over iKVM? #13707
Unanswered
astro-stan
asked this question in
Q&A
Replies: 1 comment 12 replies
|
Ah, actually I think the Should this be a feature request? |
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am running Talos on a motherboard with IPMI (Asus Pro WS W880-ACE SE) and have installed an Intel CPU with iGPU (270k Plus).
I want Talos to render its local console/dashboard over the iKVM, leaving the iGPU entirely for cluster workloads.
My config is the following (Talos v1.12.7):
... kernelModules: - name: nvme_tcp - name: vfio_pci - name: uio_pci_generic schematic: customization: extraKernelArgs: - net.ifnames=0 - cpufreq.default_governor=performance systemExtensions: officialExtensions: - siderolabs/util-linux-tools - siderolabs/i915 - siderolabs/intel-ucode - siderolabs/meiI can see the Talos bootloader screen over the iKVM, but as soon as an option is selected the iKVM screen goes completely black. I can see the Talos dashboard via
talosctl, so I know the node is working fine.I suspect the i915 driver hijacks the video output from the Aspeed graphics which are used by the iKVM.
I cannot figure out what cmdline options or extensions to I have to include to force Talos to display over the Aspeed graphics and leave the iGPU entirely to the cluster.
All reactions