Contribute
Register

macOS 10.13.4 Update

Status
Not open for further replies.
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>
Is this patch in conflict with the 15 to 24 port limit patch in conflict?
<key>Comment</key>
<string>change 15 port limit to 24</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
g32MEA==
</data>
<key>InfoPlistPatch</key>
<false/>
<key>MatchOS</key>
<string>10.13.x</string>
<key>Name</key>
<string>AppleUSBXHCIPCI</string>
<key>Replace</key>
<data>
g32MGw==
</data>
 
Is this patch in conflict with the 15 to 24 port limit patch in conflict?
<key>Comment</key>
<string>change 15 port limit to 24</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
g32MEA==
</data>
<key>InfoPlistPatch</key>
<false/>
<key>MatchOS</key>
<string>10.13.x</string>
<key>Name</key>
<string>AppleUSBXHCIPCI</string>
<key>Replace</key>
<data>
g32MGw==
</data>
yes, change to:

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.4</string>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Replace</key>
                <data>
                g32UD5CQkJCQkA==
                </data>
            </dict>
        </array>
 
yes, change to:

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.4</string>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Replace</key>
                <data>
                g32UD5CQkJCQkA==
                </data>
            </dict>
        </array>
I did install this patch. The question is, should the 15 to 24 be deleted or simply click the "Disable" box in CCv?
 
Lilu 1.2.3 https://github.com/vit9696/Lilu/releases
NvidiaGraphicsFixup 1.2.5 https://github.com/lvs1974/NvidiaGraphicsFixup/releases/tag/v1.2.5


Sorry but still learning how to do all this stuff. Do these go into the "/EFI/Clover/Kexts/Other folder (delete all of the numbered ones)" and if so, is it just a case of drag and drop into other.

6) For all kexts, drivers and Clover bootloader installed now and later, make sure you have the latest versions by checking the direct sources and then each one installed with the Finder>right click>Get Info.

What drivers are you referring to, e.g. printer, led monitor or is it something else in the EFI folder.
 

Attachments

  • Screen Shot 2018-04-24 at 6.50.37 PM.png
    Screen Shot 2018-04-24 at 6.50.37 PM.png
    247.2 KB · Views: 148
  • Screen Shot 2018-04-24 at 6.53.00 PM.png
    Screen Shot 2018-04-24 at 6.53.00 PM.png
    209.4 KB · Views: 136
Last edited:
Lilu 1.2.3 https://github.com/vit9696/Lilu/releases
NvidiaGraphicsFixup 1.2.5 https://github.com/lvs1974/NvidiaGraphicsFixup/releases/tag/v1.2.5


Sorry but still learning how to do all this stuff. Do these go into the "/EFI/Clover/Kexts/Other folder (delete all of the numbered ones)" and if so, is it just a case of drag and drop into other.

6) For all kexts, drivers and Clover bootloader installed now and later, make sure you have the latest versions by checking the direct sources and then each one installed with the Finder>right click>Get Info.

What drivers are you referring to, e.g. printer, led monitor or is it something else in the EFI folder.

My personal preference is to put add-on kexts like those you mention into EFI/EFI/Clover/Kexts/Other. It seems to work better for my system. You can either drag and drop or copy and paste them there as opposed to using a kext loading program or Terminal commands to place them in either your boot drive's /Library/Extensions or /System/Library/Extensions.
 
I can confirm this is working on my system with the latest nvidia web drivers.

My steps

1. Installed update from app store
2. Boot into "install mac OS on..." not normal boot drive (I manual boot from clover, don't ask why :p)
3. Restart and boot again from "install mac OS on..."
4. Once installation has completed the system will restart one last time
5. Boot into normal drive to finish installation and that's it.

No issues so far, everything running normal at startup. Will come back and give a daily use update.

cheers
 
Hi, I update 10.13.3 to 10.13.4 complete.
but my computer screen has flicker and appear alternately in recent picture 。
I has used new lilu 1.2.3,IntelGraphicsFixup.kext1.2.7.
I can't find question。。。

Where can I download those updated kexts?
 
Status
Not open for further replies.
Back
Top