Contribute
Register

No SSD in Disk utility - Mojave installer

Status
Not open for further replies.
Rehabman has not been around for awhile, you may want to trial and error and see if either one works for you
do i need to do a backup of DSDT Files?
 
do i need to do a backup of DSDT Files?
you haven't even done any extracting or patching yet...

you need to follow this bad boy:
 
you haven't even done any extracting or patching yet...

you need to follow this bad boy:
can i follow this guide?

or i need to change something before?
 
can i follow this guide?

or i need to change something before?
no, because they have started wrong

follow the guide i gave you
 
you haven't even done any extracting or patching yet...

you need to follow this bad boy:
i've followed and patched all and then put patched DSDT.aml in ACPI/patched
and nothing happened
there is something about : renames (applies to DSDT.aml in ACPI/patched and native SSDTs) done with config.plist
I didn't found the name case to rename in ACPI->DSDT on config.plist
 
i've followed and patched all and then put patched DSDT.aml in ACPI/patched
and nothing happened
there is something about : renames (applies to DSDT.aml in ACPI/patched and native SSDTs) done with config.plist
I didn't found the name case to rename in ACPI->DSDT on config.plist
no need to do renames in DSDT

you can do all your renames in your config.plist:

Code:
<key>Patches</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string>change OSID to XSID (to avoid match against _OSI XOSI patch)</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    T1NJRA==
                    </data>
                    <key>Replace</key>
                    <data>
                    WFNJRA==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change _OSI to XOSI</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    X09TSQ==
                    </data>
                    <key>Replace</key>
                    <data>
                    WE9TSQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change _DSM to XDSM</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    X0RTTQ==
                    </data>
                    <key>Replace</key>
                    <data>
                    WERTTQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change EC0 to EC</string>
                    <key>Disabled</key>
                    <true/>
                    <key>Find</key>
                    <data>
                    RUMwXw==
                    </data>
                    <key>Replace</key>
                    <data>
                    RUNfXw==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change H_EC to EC</string>
                    <key>Disabled</key>
                    <true/>
                    <key>Find</key>
                    <data>
                    SF9FQw==
                    </data>
                    <key>Replace</key>
                    <data>
                    RUNfXw==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change EHC1 to EH01</string>
                    <key>Find</key>
                    <data>
                    RUhDMQ==
                    </data>
                    <key>Replace</key>
                    <data>
                    RUgwMQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change EHC2 to EH02</string>
                    <key>Find</key>
                    <data>
                    RUhDMg==
                    </data>
                    <key>Replace</key>
                    <data>
                    RUgwMg==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change GFX0 to IGPU</string>
                    <key>Find</key>
                    <data>
                    R0ZYMA==
                    </data>
                    <key>Replace</key>
                    <data>
                    SUdQVQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change PCI0.VID to IGPU #1 (Thinkpad)</string>
                    <key>Find</key>
                    <data>
                    UENJMFZJRF8=
                    </data>
                    <key>Replace</key>
                    <data>
                    UENJMElHUFU=
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change PCI0.VID to IGPU #2 (Thinkpad)</string>
                    <key>Find</key>
                    <data>
                    VklEXwhfQURSDAAAAgA=
                    </data>
                    <key>Replace</key>
                    <data>
                    SUdQVQhfQURSDAAAAgA=
                    </data>
                </dict>
 
no need to do renames in DSDT

you can do all your renames in your config.plist:

Code:
<key>Patches</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string>change OSID to XSID (to avoid match against _OSI XOSI patch)</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    T1NJRA==
                    </data>
                    <key>Replace</key>
                    <data>
                    WFNJRA==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change _OSI to XOSI</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    X09TSQ==
                    </data>
                    <key>Replace</key>
                    <data>
                    WE9TSQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change _DSM to XDSM</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    X0RTTQ==
                    </data>
                    <key>Replace</key>
                    <data>
                    WERTTQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change EC0 to EC</string>
                    <key>Disabled</key>
                    <true/>
                    <key>Find</key>
                    <data>
                    RUMwXw==
                    </data>
                    <key>Replace</key>
                    <data>
                    RUNfXw==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change H_EC to EC</string>
                    <key>Disabled</key>
                    <true/>
                    <key>Find</key>
                    <data>
                    SF9FQw==
                    </data>
                    <key>Replace</key>
                    <data>
                    RUNfXw==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change EHC1 to EH01</string>
                    <key>Find</key>
                    <data>
                    RUhDMQ==
                    </data>
                    <key>Replace</key>
                    <data>
                    RUgwMQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change EHC2 to EH02</string>
                    <key>Find</key>
                    <data>
                    RUhDMg==
                    </data>
                    <key>Replace</key>
                    <data>
                    RUgwMg==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change GFX0 to IGPU</string>
                    <key>Find</key>
                    <data>
                    R0ZYMA==
                    </data>
                    <key>Replace</key>
                    <data>
                    SUdQVQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change PCI0.VID to IGPU #1 (Thinkpad)</string>
                    <key>Find</key>
                    <data>
                    UENJMFZJRF8=
                    </data>
                    <key>Replace</key>
                    <data>
                    UENJMElHUFU=
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change PCI0.VID to IGPU #2 (Thinkpad)</string>
                    <key>Find</key>
                    <data>
                    VklEXwhfQURSDAAAAgA=
                    </data>
                    <key>Replace</key>
                    <data>
                    SUdQVQhfQURSDAAAAgA=
                    </data>
                </dict>
It worked after adding .aml extension on the file
Thank you so much
the last thing i need is the Graphic card cuz i'm using a Fake Id in ig-platform-id do i just need to change it to my id and reboot?
 
@Feartech
I've tried all ig-platforms-id finally i retried the one with 0x0166004 and changed AAPL,ig-platform-id to
it didn't worked, after that i added FakeID IntelGFX 0x01668086 and enabled inject Intel in Graphics it didn't worked either

can i send you the reporting files?
 
Status
Not open for further replies.
Back
Top