Contribute
Register
Status
Not open for further replies.
yes, as you can see it is very empty....
 
I don't know how to do it. in which menu?
2.jpg
 
I found an EFI Backup file and managed to restore my Hackintosch but without the Wifi pci card. Unfortunately, it didn't work for me. I will use a computer without Wifi. Shutdown now works. I have some text that appears before booting. I think it has something to do with the apfs files. Does anyone know how to remove the text before booting? Thank you very much.
 
missing your SS ports that goes with your HS ports:

Code:
    <key>ports</key>
                <dict>
                    <key>HS01</key>
                    <dict>
                        <key>UsbConnector</key>
                        <integer>3</integer>
                        <key>name</key>
                        <string>HS01</string>
                        <key>port</key>
                        <data>
                        AQAAAA==
                        </data>
                    </dict>
                    <key>HS02</key>
                    <dict>
                        <key>UsbConnector</key>
                        <integer>3</integer>
                        <key>name</key>
                        <string>HS02</string>
                        <key>port</key>
                        <data>
                        AgAAAA==
                        </data>
                    </dict>
                    <key>HS03</key>
                    <dict>
                        <key>UsbConnector</key>
                        <integer>3</integer>
                        <key>name</key>
                        <string>HS03</string>
                        <key>port</key>
                        <data>
                        AwAAAA==
                        </data>
                    </dict>
                    <key>HS04</key>
                    <dict>
                        <key>UsbConnector</key>
                        <integer>3</integer>
                        <key>name</key>
                        <string>HS04</string>
                        <key>port</key>
                        <data>
                        BAAAAA==
                        </data>
                    </dict>
                    <key>HS05</key>
                    <dict>
                        <key>UsbConnector</key>
                        <integer>3</integer>
                        <key>name</key>
                        <string>HS05</string>
                        <key>port</key>
                        <data>
                        BQAAAA==
                        </data>
                    </dict>
                    <key>HS06</key>
                    <dict>
                        <key>UsbConnector</key>
                        <integer>3</integer>
                        <key>name</key>
                        <string>HS06</string>
                        <key>port</key>
                        <data>
                        BgAAAA==
                        </data>
                    </dict>
                    <key>HS13</key>
                    <dict>
                        <key>UsbConnector</key>
                        <integer>3</integer>
                        <key>name</key>
                        <string>HS13</string>
                        <key>port</key>
                        <data>
                        DQAAAA==
                        </data>
                    </dict>
                    <key>HS14</key>
                    <dict>
                        <key>UsbConnector</key>
                        <integer>3</integer>
                        <key>name</key>
                        <string>HS14</string>
                        <key>port</key>
                        <data>
                        DgAAAA==
                        </data>
                    </dict>
                    <key>USR1</key>
                    <dict>
                        <key>UsbConnector</key>
                        <integer>3</integer>
                        <key>name</key>
                        <string>USR1</string>
                        <key>port</key>
                        <data>
                        DwAAAA==
                        </data>
                    </dict>

also missing an internal (255) port for your wifi card
Where should I put the code (255)?
In Clover Configurator? In which option? right now everything is working perfectly but without internet it is difficult to work.
go into hackintool, USB section and pot a screenshot of it

config.plist:
IntelGFX should be set to 0x0

set these to true:

Code:
<key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <false/>
            <key>Inject</key>
            <false/>
        </dict>

this should be set to false:

Code:
<key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <true/>
this is also wrong:

Code:
<key>SMBIOS</key>
    <dict>
        <key>ProductName</key>
        <string>Mac Pro</string>
        <key>Trust</key>
        <false/>
    </dict>
missing your proper model name etc

maybe also set Trust to true
 
Where should I put the code (255)?
In Clover Configurator? In which option? right now everything is working perfectly but without internet it is difficult to work.
no, it is edited in your info.plist in your USBPorts.kext
use hackintool to setup your usb ports correctly:
 
Where should I put the code (255)?
In Clover Configurator? In which option? right now everything is working perfectly but without internet it is difficult to work.

No, the code goes within your USB configuration kext:

<dict>


<key>UsbConnector</key>
<integer>255</integer>
<key>name</key>
 
Status
Not open for further replies.
Back
Top