From 2c107f28c27e60e8ec425d3f193bd2f035e2cbcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Lewi=C5=84ski?= Date: Thu, 12 Feb 2026 14:19:25 +0100 Subject: [PATCH] DasharoSystemFeaturesStrins.uni: add note on IOMMU option Add a note that the `Keep IOMMU enabled(...)` option is incompatible with Windows, making the OS unable to boot. Signed-off-by: Filip Lewinski --- .../DasharoSystemFeaturesStrings.uni | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DasharoModulePkg/Library/DasharoSystemFeaturesUiLib/DasharoSystemFeaturesStrings.uni b/DasharoModulePkg/Library/DasharoSystemFeaturesUiLib/DasharoSystemFeaturesStrings.uni index bf89c7699d..bc6d4513ef 100644 --- a/DasharoModulePkg/Library/DasharoSystemFeaturesUiLib/DasharoSystemFeaturesStrings.uni +++ b/DasharoModulePkg/Library/DasharoSystemFeaturesUiLib/DasharoSystemFeaturesStrings.uni @@ -106,7 +106,8 @@ #string STR_IOMMU_HANDOFF_PROMPT #language en-US "Keep IOMMU enabled when transfer control to OS" #string STR_IOMMU_HANDOFF_HELP #language en-US "Keeps IOMMU DMA protection enabled during ExitBootServices when control is passed to the OS.\n\n" - "If unsure or see any problems with DMA/IOMMU during OS boot, keep it disabled." + "If unsure or see any problems with DMA/IOMMU during OS boot, keep it disabled.\n\n" + "PLEASE NOTE that this option is incompatible with Windows on many devices.\n\n" #string STR_SLEEP_TYPE_PROMPT #language en-US "Platform sleep type" #string STR_SLEEP_TYPE_HELP #language en-US "Select the sleep type that will be exposed to the OS.\n\n"