mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-15 07:29:08 +00:00
This might be required for some modern Intel processors (Meteor Lake and newer) which fail to boot Linux kernel without x2APIC controller when some features (e.g. VT-d or x2APIC itself) are enabled in the BIOS. Enable it also for OVA, as it can be emulated in virtual machines, even when the host CPU does not support it. Fixes #4337, fixes #4144, fixes #4345