Contribute
Register

MacOs 10.14.6 crashes on Asus STRIX Z370-F

Status
Not open for further replies.
Ok all so Good news, bad news :

Good news : I cleaned everything and now hope for 0 future crash.

My initials problem are all gone except for the sleep.

Now the bad news :

Now sleep is working great when I manually do it.
But on automatic, like : computer auto sleep after 1 minute for exemple, here... it gets tricky.

I figured out that my computer won t go alone in sleep because of something I saw in activity monitor :
mds
&
mds_stores

I searched and found out that it has to do with spotlight so I deactivated it with this command :
sudo mdutil -a -i off

And voila, the mac goes by himself to sleep.

But I think it s actually a bigger problem linked to the fact that this is a hackintosh.
So I reactived with this command :
sudo mdutil -a -i on

And now, I need your help.

How do I fix correctly this mds & mds_stores problem ?
So the spotlight works normally and my cpu does not go crazy with those ? It s hackintosh related or just a mac bug to figure out ?
Did not find any thread on that.

Any clue, @UtterDisbelief, @Feartech, @pastrychef ?

:)
 
Ok all so Good news, bad news :

Good news : I cleaned everything and now hope for 0 future crash.

My initials problem are all gone except for the sleep.

Now the bad news :

Now sleep is working great when I manually do it.
But on automatic, like : computer auto sleep after 1 minute for exemple, here... it gets tricky.

I figured out that my computer won t go alone in sleep because of something I saw in activity monitor :
mds
&
mds_stores

I searched and found out that it has to do with spotlight so I deactivated it with this command :
sudo mdutil -a -i off

And voila, the mac goes by himself to sleep.

But I think it s actually a bigger problem linked to the fact that this is a hackintosh.
So I reactived with this command :
sudo mdutil -a -i on

And now, I need your help.

How do I fix correctly this mds & mds_stores problem ?
So the spotlight works normally and my cpu does not go crazy with those ? It s hackintosh related or just a mac bug to figure out ?
Did not find any thread on that.

Any clue, @UtterDisbelief, @Feartech, @pastrychef ?

:)
doing this can fix a lot of issues:

also after you have done that, it may be worth uploading your zipped EFI folder
 
Ok thanks will take a look

Here is my EFI Folder
 

Attachments

  • EFI.zip
    18.6 MB · Views: 48
Ok thanks will take a look

Here is my EFI Folder
yes, do the usb guide as above

also you do not need 4 network card kexts, remove the 3 you are not using

you shouldn't need these renames as newer versions of whatevergreen takes care of that:
Code:
<dict>
                    <key>Comment</key>
                    <string>change GFX0 to IGPU</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>R0ZYMA==</data>
                    <key>Replace</key>
                    <data>SUdQVQ==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change PEGP to GFX0</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>UEVHUA==</data>
                    <key>Replace</key>
                    <data>R0ZYMA==</data>
                </dict>
                    <dict>
                    <key>Comment</key>
                    <string>Rename HDAS to HDEF</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>SERBUw==</data>
                    <key>Replace</key>
                    <data>SERFRg==</data>
                </dict>

test by removing : darkwake=1 it may not be needed or try different values

not sure that you 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>
as you are not using intel graphics

this:
Code:
<key>FakeID</key>
        <dict>
            <key>IntelGFX</key>
            <string>0x59128086</string>
        </dict>

should be:
Code:
<key>FakeID</key>
        <dict>
            <key>IntelGFX</key>
            <string>0x0</string>
        </dict>

don't think you should be injecting AMD:
Code:
<key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <true/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <false/>
        </dict>
should be set to false

may not need:
Code:
<dict>
                <key>Comment</key>
                <string>(c)Pike R. Alpha</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>Ym9hcmQtaWQ=</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>Name</key>
                <string>AppleGraphicsDevicePolicy</string>
                <key>Replace</key>
                <data>Ym9hcmQtaXg=</data>
            </dict>

after you have created your usbports.kext, don't forget to disable these:

Code:
<dict>
                <key>Comment</key>
                <string>USB 10.13.4+ by PMHeart</string>
                <key>Disabled</key>
                <true/>
                <key>Find</key>
                <data>g32UDw+DlwQAAA==</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>MatchOS</key>
                <string>10.13.x</string>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Replace</key>
                <data>g32UD5CQkJCQkA==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>USB 10.13.6+ by PMHeart</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>g32IDw+DpwQAAA==</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>MatchOS</key>
                <string>10.13.x</string>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Replace</key>
                <data>g32ID5CQkJCQkA==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>USB port limit patch #1 10.14.x modify by DalianSky(credit ydeng) 10.14.x</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>g/sPDw==</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>MatchOS</key>
                <string>10.14.x</string>
                <key>Name</key>
                <string>com.apple.iokit.IOUSBHostFamily</string>
                <key>Replace</key>
                <data>g/s/Dw==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>USB port limit patch #2 10.14.x modify by DalianSky(credit PMHeart) 10.14.x</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>g+MP0w==</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>MatchOS</key>
                <string>10.14.x</string>
                <key>Name</key>
                <string>com.apple.iokit.IOUSBHostFamily</string>
                <key>Replace</key>
                <data>g+M/0w==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>USB port limit patch #3 10.14.x modify by DalianSky(credit PMHeart) 10.14.x</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>g/sPDw==</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>MatchOS</key>
                <string>10.14.x</string>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Replace</key>
                <data>g/s/Dw==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>USB port limit patch #4 10.14.x modify by DalianSky(credit PMHeart) 10.14.x
</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>g/8PDw==</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>MatchOS</key>
                <string>10.14.x</string>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Replace</key>
                <data>g/8/Dw==</data>
            </dict>


NvidiaWeb should be disabled:
Code:
<key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <true/>
        <key>InjectSystemID</key>
        <true/>
        <key>NvidiaWeb</key>
        <true/>
    </dict>
 
Ok all so Good news, bad news :

Good news : I cleaned everything and now hope for 0 future crash.

My initials problem are all gone except for the sleep.

Now the bad news :

Now sleep is working great when I manually do it.
But on automatic, like : computer auto sleep after 1 minute for exemple, here... it gets tricky.

I figured out that my computer won t go alone in sleep because of something I saw in activity monitor :
mds
&
mds_stores

I searched and found out that it has to do with spotlight so I deactivated it with this command :
sudo mdutil -a -i off

And voila, the mac goes by himself to sleep.

But I think it s actually a bigger problem linked to the fact that this is a hackintosh.
So I reactived with this command :
sudo mdutil -a -i on

And now, I need your help.

How do I fix correctly this mds & mds_stores problem ?
So the spotlight works normally and my cpu does not go crazy with those ? It s hackintosh related or just a mac bug to figure out ?
Did not find any thread on that.

Any clue, @UtterDisbelief, @Feartech, @pastrychef ?

:)

Let Spotlight index everything. This is how real Macs work too. Once it's done indexing, future indexes will be much faster.
 
Ok so just to keep this thread updated and let you know. I did not do the thing you said @Feartech , i mean the big guide on usb cause lack of time.

BUT
I don t know how but everything works well xD

Like he s sleeping by himself all good. no crash or bug, everything is fine... :)

So i ll close this thread now.

Thanks all for your help I learned so much and my machine is now I think solid,

Cheers
 
Update I got a new crash :

Do you guys see where it s from ?

Also if yoiu know, can you help me understand where to look next time ?

:)

Anonymous UUID: 358F6357-340C-7F4D-7BD0-3E20B650B174

Sat Nov 6 23:39:03 2021

*** Panic Report ***
panic(cpu 6 caller 0xffffff801f6056f2): "a freed zone element has been modified in zone kalloc.32: expected 0xc0ffee98d9456680 but found 0xc0ffe698d9456680, bits changed 0x80000000000, at offset 24 of 32 in element 0xffffff8067e3a460, cookies 0x3f001118bea6c2c0 0x53521a348abdb05"@/BuildRoot/Library/Caches/com.apple.xbs/Sources/xnu/xnu-4903.271.2/osfmk/kern/zalloc.c:1206
Backtrace (CPU 6), Frame : Return Address
0xffffff82048729c0 : 0xffffff801f5ae6ed
0xffffff8204872a10 : 0xffffff801f6ea185
0xffffff8204872a50 : 0xffffff801f6db8ba
0xffffff8204872ac0 : 0xffffff801f55bb40
0xffffff8204872ae0 : 0xffffff801f5ae107
0xffffff8204872c00 : 0xffffff801f5adf53
0xffffff8204872c70 : 0xffffff801f6056f2
0xffffff8204872cd0 : 0xffffff801f60550e
0xffffff8204872d20 : 0xffffff801f603991
0xffffff8204872e50 : 0xffffff801f5babb4
0xffffff8204872ec0 : 0xffffff801f82d36f
0xffffff8204872f30 : 0xffffff7fa0548657
0xffffff82048731c0 : 0xffffff7fa054a507
0xffffff82048731e0 : 0xffffff7fa054a015
0xffffff8204873590 : 0xffffff7fa0547dae
0xffffff8204873820 : 0xffffff7fa05465a9
0xffffff8204873880 : 0xffffff7fa0541d29
0xffffff8204873b50 : 0xffffff801fcd4446
0xffffff8204873ba0 : 0xffffff801f80e7bf
0xffffff8204873f40 : 0xffffff801fbba5ed
0xffffff8204873fa0 : 0xffffff801f55c306
Kernel Extensions in backtrace:
com.apple.security.sandbox(300.0)[02A9659F-52A4-3BD8-85EF-5325FF6EF0EE]@0xffffff7fa053a000->0xffffff7fa056afff
dependency: com.apple.driver.AppleMobileFileIntegrity(1.0.5)[1D716047-7F62-3FFA-8C01-26C166B3739A]@0xffffff7fa0518000
dependency: com.apple.kext.AppleMatch(1.0.0d1)[68C4CE89-1070-3D54-B5D7-C9EABEE393F8]@0xffffff7fa0535000
dependency: com.apple.iokit.IOStorageFamily(2.1)[71BB22B0-3075-35A1-B04E-FBAC574DA80D]@0xffffff7fa0345000

BSD process name corresponding to current thread: backupd
Boot args: shikigva=1 dart=0 -disablegfxfirmware darkwake=2

Mac OS version:
18G103

Kernel version:
Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64
Kernel UUID: C41337A1-0EC3-3896-A954-A1F85E849D53
Kernel slide: 0x000000001f200000
Kernel text base: 0xffffff801f400000
__HIB text base: 0xffffff801f300000
System model name: MacPro5,1 (Mac-F221BEC8)

System uptime in nanoseconds: 539325564512
last loaded kext at 248126077466: com.apple.filesystems.msdosfs 1.10 (addr 0xffffff7fa0818000, size 69632)
last unloaded kext at 309165443764: as.vit9696.AppleALC 1.2.8 (addr 0xffffff7fa4364000, size 888832)
loaded kexts:
org.virtualbox.kext.VBoxNetAdp 5.2.14
org.virtualbox.kext.VBoxNetFlt 5.2.14
com.paceap.kext.pacesupport.snowleopard 5.9.1
org.virtualbox.kext.VBoxUSB 5.2.14
org.virtualbox.kext.VBoxDrv 5.2.14
com.shinywhitebox.iShowU-Audio-Capture 1.0.4
com.Sonarworks.driver.Sonarworks 1.8.11
com.waves.driver.soundgrid 11.3.0
com.focusrite.driver.FocusritePCIe 4.6.1 236
com.insanelymac.IntelMausiEthernet 2.2.0
org.hwsensors.driver.LPCSensors 1787
org.hwsensors.driver.GPUSensors 1787
org.hwsensors.driver.ACPISensors 1787
org.hwsensors.driver.CPUSensors 1787
org.tw.CodecCommander 2.6.3
org.netkas.driver.FakeSMC 1800
com.rehabman.driver.USBInjectAll 0.6.5
as.vit9696.WhateverGreen 1.5.4
as.vit9696.Lilu 1.5.6
com.apple.fileutil 20.036.15
com.apple.driver.AppleTopCaseHIDEventDriver 138.4
com.apple.filesystems.autofs 3.0
com.apple.driver.AppleUpstreamUserClient 3.6.5
com.apple.driver.AppleMCCSControl 1.5.9
com.apple.kext.AMDFramebuffer 2.1.1
com.apple.kext.AMDRadeonX4000 2.1.1
com.apple.driver.AppleGraphicsDevicePolicy 3.50.12
com.apple.AGDCPluginDisplayMetrics 3.50.12
com.apple.driver.AudioAUUC 1.70
com.apple.filesystems.ntfs 3.13
com.apple.driver.AGPM 110.25.11
com.apple.driver.X86PlatformShim 1.0.0
com.apple.driver.AppleHV 1
com.apple.iokit.IOUserEthernet 1.0.1
com.apple.iokit.IOBluetoothSerialManager 6.0.14d3
com.apple.driver.pmtelemetry 1
com.apple.Dont_Steal_Mac_OS_X 7.0.0
com.apple.driver.AppleIntelPCHPMC 2.0.1
com.apple.driver.AppleIntelSlowAdaptiveClocking 4.0.0
com.apple.driver.AppleGFXHDA 100.1.414
com.apple.kext.AMD9500Controller 2.1.1
com.apple.driver.Apple16X50ACPI 3.2
com.apple.driver.AppleOSXWatchdog 1
com.apple.iokit.SCSITaskUserClient 408.250.3
com.apple.driver.AppleVirtIO 2.1.3
com.apple.filesystems.hfs.kext 407.200.4
com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
com.apple.BootCache 40
com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0
com.apple.AppleSystemPolicy 1.0
com.apple.filesystems.apfs 945.275.7
com.apple.driver.AirPort.BrcmNIC 1400.1.1
com.apple.driver.AppleAHCIPort 329.260.5
com.apple.private.KextAudit 1.0
com.apple.driver.AppleACPIButtons 6.1
com.apple.driver.AppleRTC 2.0
com.apple.driver.AppleHPET 1.8
com.apple.driver.AppleACPIEC 6.1
com.apple.driver.AppleSMBIOS 2.1
com.apple.driver.AppleAPIC 1.7
com.apple.nke.applicationfirewall 201
com.apple.security.TMSafetyNet 8
com.apple.driver.AppleHIDKeyboard 208
com.apple.driver.AppleMultitouchDriver 2450.1
com.apple.driver.AppleInputDeviceSupport 2440.2
com.apple.driver.AppleHSBluetoothDriver 138.4
com.apple.driver.IOBluetoothHIDDriver 6.0.14d3
com.apple.iokit.IOUSBUserClient 900.4.2
com.apple.kext.triggers 1.0
com.apple.driver.AppleSMBusController 1.0.18d1
com.apple.kext.AMDRadeonX4000HWLibs 1.0
com.apple.iokit.IOAcceleratorFamily2 404.14
com.apple.kext.AMDRadeonX4000HWServices 2.1.1
com.apple.driver.AppleGraphicsControl 3.50.12
com.apple.iokit.IOAVBFamily 760.6
com.apple.plugin.IOgPTPPlugin 740.2
com.apple.iokit.IOEthernetAVBController 1.1.0
com.apple.iokit.IOSkywalkFamily 1
com.apple.driver.AppleSSE 1.0
com.apple.iokit.IOSurface 255.6.1
com.apple.AppleGPUWrangler 3.50.12
com.apple.iokit.IOSlowAdaptiveClockingFamily 1.0.0
com.apple.iokit.IONDRVSupport 530.51
com.apple.kext.AMDSupport 2.1.1
com.apple.AppleGraphicsDeviceControl 3.50.12
com.apple.iokit.IOGraphicsFamily 530.66
com.apple.driver.Apple16X50Serial 3.2
com.apple.driver.X86PlatformPlugin 1.0.0
com.apple.driver.IOPlatformPluginFamily 6.0.0d8
com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 6.0.14d3
com.apple.iokit.IOBluetoothHostControllerUSBTransport 6.0.14d3
com.apple.iokit.IOBluetoothHostControllerTransport 6.0.14d3
com.apple.iokit.IOBluetoothFamily 6.0.14d3
com.apple.driver.AppleUSBAudio 315.6
com.apple.driver.usb.IOUSBHostHIDDevice 1.2
com.apple.driver.usb.networking 5.0.0
com.apple.driver.usb.AppleUSBHostCompositeDevice 1.2
com.apple.iokit.IOSerialFamily 11
com.apple.filesystems.hfs.encodings.kext 1
com.apple.iokit.IO80211Family 1200.12.2
com.apple.driver.mDNSOffloadUserClient 1.0.1b8
com.apple.driver.corecapture 1.0.4
com.apple.iokit.IOAHCIBlockStorage 301.270.1
com.apple.iokit.IOAHCIFamily 288
com.apple.driver.usb.AppleUSBXHCIPCI 1.2
com.apple.driver.usb.AppleUSBXHCI 1.2
com.apple.driver.usb.AppleUSBHostPacketFilter 1.0
com.apple.iokit.IOUSBFamily 900.4.2
com.apple.driver.AppleEFINVRAM 2.1
com.apple.driver.AppleUSBHostMergeProperties 1.2
com.apple.driver.AppleEFIRuntime 2.1
com.apple.iokit.IOSMBusFamily 1.1
com.apple.iokit.IOHIDFamily 2.0.0
com.apple.security.quarantine 3
com.apple.security.sandbox 300.0
com.apple.kext.AppleMatch 1.0.0d1
com.apple.iokit.IOAudioFamily 206.5
com.apple.vecLib.kext 1.2.0
com.apple.driver.DiskImages 493.0.0
com.apple.driver.AppleFDEKeyStore 28.30
com.apple.driver.AppleEffaceableStorage 1.0
com.apple.driver.AppleKeyStore 2
com.apple.driver.AppleUSBTDM 456.260.3
com.apple.driver.AppleMobileFileIntegrity 1.0.5
com.apple.iokit.IOUSBMassStorageDriver 145.200.2
com.apple.iokit.IOSCSIBlockCommandsDevice 408.250.3
com.apple.iokit.IOSCSIArchitectureModelFamily 408.250.3
com.apple.iokit.IOStorageFamily 2.1
com.apple.kext.CoreTrust 1
com.apple.driver.AppleCredentialManager 1.0
com.apple.driver.KernelRelayHost 1
com.apple.iokit.IOUSBHostFamily 1.2
com.apple.driver.usb.AppleUSBCommon 1.0
com.apple.driver.AppleBusPowerController 1.0
com.apple.driver.AppleSEPManager 1.0.1
com.apple.driver.IOSlaveProcessor 1
com.apple.iokit.IOReportFamily 47
com.apple.iokit.IOTimeSyncFamily 740.2
com.apple.iokit.IONetworkingFamily 3.4
com.apple.driver.AppleACPIPlatform 6.1
com.apple.driver.AppleSMC 3.1.9
com.apple.iokit.IOPCIFamily 2.9
com.apple.iokit.IOACPIFamily 1.4
com.apple.kec.pthread 1
com.apple.kec.corecrypto 1.0
com.apple.kec.Libm 1

EOF
Model: MacPro5,1, BootROM 144.0.0.0.0, 6 processors, Intel Core i7, 3,70 GHz, 16 GB, SMC 1.39f11
Graphics: AMD Radeon RX 580, AMD Radeon RX 580, spdisplays_pcie_device, 8 GB
Memory Module: DIMM3, 8 GB, DDR4, 2400 MHz, Crucial Technology, BLS8G4D240FSC.16FBD2
Memory Module: DIMM4, 8 GB, DDR4, 2400 MHz, Crucial Technology, BLS8G4D240FSC.16FBD2
AirPort: Third-Party Wireless Card
Bluetooth: Version 6.0.14d3, 3 services, 27 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: Samsung SSD 870 EVO 4TB, 4 TB
Serial ATA Device: Samsung SSD 860 EVO 250GB, 250,06 GB
Serial ATA Device: ST8000DM004-2U9188, 8 TB
Serial ATA Device: ST1000DL002-9TT153, 1 TB
Serial ATA Device: Samsung SSD 860 EVO 500GB, 500,11 GB
USB Device: USB 3.1 Bus
USB Device: Scarlett 18i20 USB
USB Device: USB 3.0 Bus
USB Device: Extreme SSD
USB Device: AURA LED Controller
USB Device: BCM20702A0
Thunderbolt Bus:

Thanks :)
 
@pastrychef , do you see something maybe ?
do you have a usb dock at all?

also you should upload new files

and make sure you have done this:
 
Status
Not open for further replies.
Back
Top