Contribute
Register

MSI P75 (OpenCore) Monterey install gets stuck

Status
Not open for further replies.
Joined
Jul 23, 2022
Messages
3
Motherboard
MSI P75 9SE Creator (OpenCore)
CPU
i9-9880H / Intel Cannon Point HM370, Intel Coffee Lake-H
Graphics
Intel UHD 630,1920 x 1080
Mobile Phone
  1. iOS
Hi, every one!
Having a problem with Monterey installation on my MSI P75 Creator (Core i9 9880h, 32GB RAM, RTX 2060 (I it has no support on mac, i use Disable dGPU to disable it).
Using latest OC version with latest kext and drivers.
Open core successfully loads, but every time installation stucks on the same moment and the screen is become a bit darker.
I tried to install OC to the Flash Drive and to the Internal SSD -- the same.
Can some one help me to resolve my problem? Thanks.
IMG_7160.jpeg

Screenshot and EFI folder attached
 

Attachments

  • EFI.zip
    16.5 MB · Views: 38
Hi, every one!
Having a problem with Monterey installation on my MSI P75 Creator (Core i9 9880h, 32GB RAM, RTX 2060 (I it has no support on mac, i use Disable dGPU to disable it).
Using latest OC version with latest kext and drivers.
Open core successfully loads, but every time installation stucks on the same moment and the screen is become a bit darker.
I tried to install OC to the Flash Drive and to the Internal SSD -- the same.
Can some one help me to resolve my problem? Thanks.
View attachment 551830
Screenshot and EFI folder attached
this section doesn't look correct:
Code:
<dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>AppleALC.kext</string>
                <key>Comment</key>
                <string>AppleALC.kext</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AppleALC</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>8</key>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>FakeSMC.kext</string>
                    <key>Comment</key>
                    <string>FakeSMC.kext</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/FakeSMC</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
            </dict>

also shouldn't be using FakeSMC with VirtualSMC


please read the faq for proper hardware profile setup:
 
this section doesn't look correct:
Code:
<dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>AppleALC.kext</string>
                <key>Comment</key>
                <string>AppleALC.kext</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AppleALC</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>8</key>
                <dict>
                    <key>Arch</key>
                    <string>Any</string>
                    <key>BundlePath</key>
                    <string>FakeSMC.kext</string>
                    <key>Comment</key>
                    <string>FakeSMC.kext</string>
                    <key>Enabled</key>
                    <true/>
                    <key>ExecutablePath</key>
                    <string>Contents/MacOS/FakeSMC</string>
                    <key>MaxKernel</key>
                    <string></string>
                    <key>MinKernel</key>
                    <string></string>
                    <key>PlistPath</key>
                    <string>Contents/Info.plist</string>
                </dict>
            </dict>

also shouldn't be using FakeSMC with VirtualSMC


please read the faq for proper hardware profile setup:
Yep, this is weird, fixed it, but the same ;(
 

Attachments

  • EFI.zip
    16.5 MB · Views: 102
Yep, this is weird, fixed it, but the same ;(
your profile, RTX 2060 is not supported

if you have intel graphics, then that should be in there instead
 
your profile, RTX 2060 is not supported

if you have intel graphics, then that should be in there instead
Sorry, updated profile
 
Status
Not open for further replies.
Back
Top