@@ -1842,6 +1842,20 @@
"advice": "An out of memory error occurred attempting to allocate resources while creating a platform device for an ACPI device node.",
"label": "KlogAcpiPlatformDeviceNoMemory"
},
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "PRM: EFI runtime services unavailable",
+ "advice": "The ACPI PRMT driver could not be initialized, the EFI runtime services are not enabled.",
+ "label": "KlogAcpiInitFailed"
+ },
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "PRM: OperationRegion handler could not be installed",
+ "advice": "The ACPI PRMT driver could not be initialized, the installation of the space handler failed.",
+ "label": "KlogAcpiOPRegInitFailed"
+ },
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_MEDIUM",
These messages are specific to the ACPI prmt driver. Signed-off-by: Ivan Hu <ivan.hu@canonical.com> --- data/klog.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+)