Contribute
Register
Status
Not open for further replies.
Joined
Dec 30, 2016
Messages
15
Motherboard
GIGABYTE B150-DS3P
CPU
Intel i5 6400 SkyLake 2.7 Ghz
Graphics
GIGABYTE GTX 960 2GB WINDFORCE
Mac
  1. iMac
Mobile Phone
  1. iOS
Hi,
I hope this forum will help me as it helped me with Sierra installation.
As written, about an year ago I successfully installed Sierra on my PC.

During the iMessage fix i made a mistake and my whole system stopped working. I completely erased my HFS+ partition (i'm in dual boot) but left clover where it was (on a separate partition, with windows bootloader).

Now i wanted to retry with High Sierra.

I deleted the OLD clover, created the USB with 10.13.4 High Sierra and the latest Clover, as guide. I put also FakeSMC, apfs.efi and all the basic stuff. I put the USB in the 2.0 port, then boot from it and it gives me "Grub rescue error".
Nothing. I take another USB Stick and do the same thing. Now it starts loading Clover, but it gets stuck on "Scan entries".

Then i decided to download Clover from the website, then unpack it and put EFI folder into my Boot partition, replacing the old one. I added all the previously kexts and apfs.efi. I also fixed all my config.plist stuff. From EasyUEFI i added Clover in the Boot options and then restarted the PC.

Finally now clover runs and works, but it doesn't see both my USBs . I don't know if it had to show me also the empty HFS+ partition , but anyway the worrying part is the first.

I saw any freakin' post about this problem but nobody could help me.

I also retried to erase and reinstall the OS on both the USBs.

Code:
My PC:
Gigabyte b150m-DS3P
Intel i5 6400
Gigabyte Nvidia GTX 960 2GB

All the kexts and the apfs.efi are the latest and all downloaded from tonymac
Clover folder is in description
 

Attachments

  • CLOVER.zip
    5.9 MB · Views: 156
Last edited:
I also fixed all my config.plist stuff.
Your config.plist is corrupt.
config.plist: Close tag on line 213 does not match open tag key
Finally now clover runs and works, but it doesn't see both my USBs .
macOS High Sierra 10.13.4 requires a new USB port limit patch.
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>
 
macOS High Sierra 10.13.4 requires a new USB port limit patch.
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>

But you need that only in the post installation as i know

Edit:
In fact i tried and it's the same
If you need clover screen:
msxBYTy.jpg
 
Last edited:
Status
Not open for further replies.
Back
Top