Contribute
Register

macOS 10.13.4 Update

Status
Not open for further replies.
Booting to black screen after Update
Sys def: iMac 17,1
GPU: RX580
IGFX as initial display
No graphic kexts applied.
Tried GFX0 to IGPU, fake ID for 6700k and RadeonDeInit with no luck.

Works when I boot with my USB-Installer EFI, which has iMac14,2 as System Definition. But then it shows 2x Intel HD530 and 1x RX580

Maybe iMac17,1 is the problem?
Has anyone an idea?
 
Possible workarounds: Use AppleHDA from 10.13.x or use VoodooHDA. Attached Voodoo kext that only matches on NVIDIA codecs so works less aggressively alongside existing native audio patches. Optional: Disable unused outputs in PinConfigs with mask FFFFFFFF, search for a guide.

Thanks for this! I used the kext you provided and audio returns!
I appreciate the help.
 
Possible workarounds: Use AppleHDA from 10.13.x or use VoodooHDA. Attached Voodoo kext that only matches on NVIDIA codecs so works less aggressively alongside existing native audio patches. Optional: Disable unused outputs in PinConfigs with mask FFFFFFFF, search for a guide.

Thanks for that file! Worked for me, Display-Port is back (one HDMI Audio output is the display port audio)

Regards, Florian
 
Booting to black screen after Update
Sys def: iMac 17,1
GPU: RX580
IGFX as initial display
No graphic kexts applied.
Tried GFX0 to IGPU, fake ID for 6700k and RadeonDeInit with no luck.

Works when I boot with my USB-Installer EFI, which has iMac14,2 as System Definition. But then it shows 2x Intel HD530 and 1x RX580

Maybe iMac17,1 is the problem?
Has anyone an idea?


Same issue here. USB works fine with 14,2 SMBIOS.

SSD doesn’t with 15,1 definition. Everything else is the same config besides the SMBIOS.
 
I have just updated mine Hackintosh (iMac18,3) to 10.13.4 and lost some of the USB 3.0 ports.
Now, macOS High Sierra 10.13.4 does not recognise any USB 3.0 thumb drives.
 
I have just updated mine Hackintosh (iMac18,3) to 10.13.4 and lost some of the USB 3.0 ports.
Now, macOS High Sierra 10.13.4 does not recognise any USB 3.0 thumb drives.
New patch needed:
Code:
<key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>USB 10.13.4+ by PMHeart</string>
                <key>Disabled</key>
                <false/>
                <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>
        </array>
 
Hi,
Can anybody confirm that this update supports Nvidia GTX 560TI cards (Fermi) in whatever system definitions.
 
---- About my update process ----

Just updated from 10.13.3 to 10.13.4 (iMac18,3):
- I updated apfs.efi in clover first and rebooted my system (just in case)
- On first restart the system booted into the installer (after apple logo) and resulted into a black screen after couple of seconds and rebooted
- On second automatic restart (after the apple logo) the installer went smoothly
- System rebooted:
  • audio still worked (I'm using cloverALC)
  • Nvidia driver broke (I use GT 1030 card):
    • patched the driver with the script (v...104) - rebooted - still broken
    • upgraded the driver with the script to (v...106) - rebooted - everything works fine (except for the known very hardly noticeable lags - newer versions like v...159 lag very horribly)
---- Different questions ----

* Does anyone know an average time how fast Nvidia usually pushes new driver versions?

* Does native eGPU support mean anything special for Nvidia? I mean some of you report that their AMD cards are natively supported. I assume they are not eGPU's so how are they're natively supported? Are those faked as eGPU? Can Nvidia now introduce new kind of drivers for yet better compatibility with macOS?
 
New patch needed:
Code:
<key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>USB 10.13.4+ by PMHeart</string>
                <key>Disabled</key>
                <false/>
                <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>
        </array>

Thanks bogdanw! The patch works and I have had my USB 3.0 ports back... :)
 
Status
Not open for further replies.
Back
Top