Contribute
Register

MSI gf63 thin 9sc

Status
Not open for further replies.
you haven't downloaded the config.plist properly, re read the laptop guide

The config.list file is the right one for my integrated video card.
 
maybe, but you still didn't download it correctly

Hi, I managed to install macOS Catalina but through Opencore. Only that Wi-Fi and Bluetooth don't work.
 
Hi, I managed to install macOS Catalina but through Opencore. Only that Wi-Fi and Bluetooth don't work.
depends on the make and model of your wifi card
 
depends on the make and model of your wifi card

When I go to download the config.list file for my laptop, should I also use the SSDTs as reported here?

 
When I go to download the config.list file for my laptop, should I also use the SSDTs as reported here?

as you are using OpenCore, where are you downloading the config.plist from? as clover config.plist won't work on OpenCore
 
as you are using OpenCore, where are you downloading the config.plist from? as clover config.plist won't work on OpenCore

No now I'm using Clover for the installation because the audio doesn't work with Opencore. I want to do it with Clover.
 
No now I'm using Clover for the installation because the audio doesn't work with Opencore. I want to do it with Clover.
zip and upload your clover folder
 
you will need to enable these:
Code:
<key>Fixes</key>
            <dict>
                <key>Comment-IRQ Fix</key>
                <string>The following fixes may be needed for onboard audio/USB/etc</string>
                <key>FixTMR</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixHPET</key>
                <false/>
            </dict>
also make:
Code:
<key>PciRoot(0)/Pci(0x1f,3)</key>
            <dict>
                <key>#layout-id</key>
                <integer>3</integer>
                <key>#PinConfigurations</key>
                <data></data>
                <key>#hda-gfx</key>
                <string>onboard-1</string>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>

look like:
Code:
<key>PciRoot(0)/Pci(0x1f,3)</key>
            <dict>
                <key>layout-id</key>
                <integer>3</integer>
                <key>#PinConfigurations</key>
                <data></data>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>#no-controller-patch</key>
                <integer>1</integer>
            </dict>
also check the wiki to see what layout ID you should be using (currently set to 3)

and also put AppleALC.kext in clover/kexts/other
 
Status
Not open for further replies.
Back
Top