Contribute
Register

i5 9600k - Smbios? Help

Status
Not open for further replies.
Joined
Apr 22, 2021
Messages
153
Motherboard
MSI Z390 Gaming Plus
CPU
i5-9600K
Graphics
GTX1080
Mac
  1. iMac
  2. Mac mini
Mobile Phone
  1. Android
Hi all, I'm starting (after changing i5 9600k processor and Z390 msi gaming plus motherboard) a copy of High Sierra (latest build). I can't get it started, here is the config.plist (I used the smbios 18.3).

I attach the boot screen in verbose. Anyone know where I'm wrong? thank you!
 

Attachments

  • photo1628162796.jpeg
    photo1628162796.jpeg
    174.7 KB · Views: 67
Hi all, I'm starting (after changing i5 9600k processor and Z390 msi gaming plus motherboard) a copy of High Sierra (latest build). I can't get it started, here is the config.plist (I used the smbios 18.3).

I attach the boot screen in verbose. Anyone know where I'm wrong? thank you!
try removing your cpu and gpu sensor kexts
 
I have tried and it's the same thing...
This is my config.plist:
 

Attachments

  • config.plist
    9 KB · Views: 55
I have tried and it's the same thing...
This is my config.plist:
may not need this:
Code:
<key>AddProperties</key>
        <array>
            <dict>
                <key>Device</key>
                <string>IntelGFX</string>
                <key>Disabled</key>
                <false/>
                <key>Key</key>
                <string>AAPL,GfxYTile</string>
                <key>Value</key>
                <data>CqqqAA==</data>
            </dict>
        </array>

inject intel should be false:
Code:
<key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <true/>
            <key>NVidia</key>
            <false/>
        </dict>
 
This using last version of fakesmc:
 

Attachments

  • photo1628162796 (1).jpeg
    photo1628162796 (1).jpeg
    174.7 KB · Views: 47
may not need this:
Code:
<key>AddProperties</key>
        <array>
            <dict>
                <key>Device</key>
                <string>IntelGFX</string>
                <key>Disabled</key>
                <false/>
                <key>Key</key>
                <string>AAPL,GfxYTile</string>
                <key>Value</key>
                <data>CqqqAA==</data>
            </dict>
        </array>

inject intel should be false:
Code:
<key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <true/>
            <key>NVidia</key>
            <false/>
        </dict>
Ok i'im trying in this moment :)
 
Removed that lines, and this is result:
 

Attachments

  • photo1628166445.jpeg
    photo1628166445.jpeg
    169.7 KB · Views: 48
zip and upload your efi
also take a picture with the bottom line showing
At the next reboot I try to take the last line below as well.
 

Attachments

  • EFI.rar
    32.1 MB · Views: 63
At the next reboot I try to take the last line below as well.
remove sensor kext

try replacing fakesmc.kext virtualsmc kext

remove the folders in acpi/patched folder, it is not a dumping ground for random folder/files only keep your needed aml files in there
 
Status
Not open for further replies.
Back
Top