Contribute
Register

DSDT FN KEY

Status
Not open for further replies.
For full problem reporting you intend to install clover in NVME? I haven't done it yet because I make continuous changes

My EFI with clover:

missing virtualsmc.efi in drivers/UEFI

do not have 3 dsdt's in acpi/patched, only have 1 and it must be called DSDT.aml

these fixes should be disabled:
Code:
<key>Fixes</key>
            <dict>
                <key>AddMCHC</key>
                <true/>
                <key>DeleteUnused</key>
                <true/>
                <key>FixRegions</key>
                <true/>
            </dict>

and have these enabled instead:
Code:
<key>Fixes</key>
            <dict>
                <key>FixTMR</key>
                <true/>
                <key>FixRTC</key>
                <true/>
                <key>FixIPIC</key>
                <true/>
                <key>FixHPET</key>
                <true/>
            </dict>
also you need:
How and where to install kexts:
 
Status
Not open for further replies.
Back
Top