Say I have 2 .aml
files in EFI/CLOVER/ACPI/patched
-- dsdt1.aml
and dsdt2.aml
.
I want to compare how they affect my machine.
Now I wanted to try NOT loading either of them. So in config.plist
I have 'DSDT Name' set to null, i.e., there is no value.
But checking bdmesg
it shows
Inserting dsdt1.aml from EFI\CLOVER\ACPI\patched ... Success Inserting dsdt2.aml from EFI\CLOVER\ACPI\patched ... Success
Does "Inserting" mean they were both loaded? Or just recognized?
Do I need to actually remove them from ACPI/patched in order to NOT load a DSDT?
[link] [comments]
Post a Comment