Contribute
Register

Help with MSI Modern 14 with OpenCore or Clover

Status
Not open for further replies.
Joined
Mar 6, 2021
Messages
20
Motherboard
MSI Modern 14 - OpenCore (trying xD)
CPU
i5-10210U
Graphics
Intel UHD Graphics 620
Mobile Phone
  1. iOS
So I'm trying since 5 Days to Dual Boot OS X Catalina and Windows 10 on the MSI Modern 14 (Look Hardware Profile). Can anyone help? I'm always stuck at this point regardless of the BootLoader:
WhatsApp Image 2021-03-09 at 19.27.22.jpeg

I tried this Guide for OpenCore: https://www.tonymacx86.com/threads/guide-booting-the-usb-installer-using-opencore.296375/
and this Gudie for Clover: https://www.tonymacx86.com/threads/...alina-on-any-supported-intel-based-pc.285366/
In the OpenCore Guide I already written with the poster of the Guide but he couldn't help me much (He tried his best!).
I would be glad if anyone could help me.
 
Very similar hardware, try this efi:
Modern 15

Should work with this quirks ( opencore )

Code:
<key>Quirks</key>
        <dict>
            <key>AllowRelocationBlock</key>
            <false/>
            <key>AvoidRuntimeDefrag</key>
            <true/>
            <key>DevirtualiseMmio</key>
            <true/>
            <key>DisableSingleUser</key>
            <false/>
            <key>DisableVariableWrite</key>
            <false/>
            <key>DiscardHibernateMap</key>
            <false/>
            <key>EnableSafeModeSlide</key>
            <true/>
            <key>EnableWriteUnprotector</key>
            <false/>
            <key>ForceExitBootServices</key>
            <false/>
            <key>ProtectMemoryRegions</key>
            <false/>
            <key>ProtectSecureBoot</key>
            <false/>
            <key>ProtectUefiServices</key>
            <true/>
            <key>ProvideCustomSlide</key>
            <true/>
            <key>ProvideMaxSlide</key>
            <integer>0</integer>
            <key>RebuildAppleMemoryMap</key>
            <true/>
            <key>SetupVirtualMap</key>
            <false/>
            <key>SignalAppleOS</key>
            <false/>
            <key>SyncRuntimePermissions</key>
            <true/>
        </dict>


Make sure you have disabled secure boot in bios.
You had to disabled CFG Lock in bios.
At startup press suppr key to enter in bios.
Go to Advanced menu & press the magic combo keys
Press ALT + RIGHT-CTRL + RIGHT-SHIFT together then press F2 for see hidden feature
Note (press also fn keys for azerty users)
go to advanced->power & Performance ->CPU - Power Management Control ->CPU lock Configuration ->CFG lock
 
Last edited:
Status
Not open for further replies.
Back
Top