Contribute
Register

Stuck at apple load screen

Status
Not open for further replies.
Something else to think about:
  • If USBInjectAll and XHCI-Unsupported are already installed on the Mojave internal SSD, then okay to boot from that disk.
  • But if these two kexts are only installed in EFI partition of USB install disk, then press the appropriate BIOS key to select USB as boot drive. Then select "Boot macOS from Mojave" at the Clover screen.
  • Try a native USB Keyboard rather than PS/2 with USB adapter.
 
No I still dont have a USB hub.I ll test it as soon as I get one.
  1. See if config.plist_ACPI_[√]FixUSB would help.

  • You can do that without going into config.plist as a Trial Fix via CBM screen >Options>ACPI Patching->DSDT Fix Mask> [√]Fix USB
  • If this does not help, you can edit drivers64UEFI of the installer adding
    • USBKbDxe-64.efi
    • UsbMouseDxe-64.efi
  • The above can be done via CCG> Left Panel "Install Drivers" after Mounting EFI of macOSMojave USB Installer
 
  1. See if config.plist_ACPI_[√]FixUSB would help.

  • You can do that without going into config.plist as a Trial Fix via CBM screen >Options>ACPI Patching->DSDT Fix Mask> [√]Fix USB
  • If this does not help, you can edit drivers64UEFI of the installer adding
    • USBKbDxe-64.efi
    • UsbMouseDxe-64.efi
  • The above can be done via CCG> Left Panel "Install Drivers" after Mounting EFI of macOSMojave USB Installer
I tried both of them and nothing happened.
The problem is not the driver.As installer boots up all USB ports get disabled (Except one with the installer USB)
USB ports are limited to just one port.
 
Your idea to connect a USB Hub to the one known good port is actually a great idea. Have you tried it yet?
I got the hub and it works!
I have successfully installed mojave on my HDD drive it boots normally but still there is no functional USB(except one!)
Also Ethernet isn't functional (I think its because I haven't installed any kext for it)
And also how can I map keyboard keys to the ones in MacOS.(like using start key as option)
 
Last edited:
I got the hub and it works!
I have successfully installed mojave on my HDD drive it boots normally but still there is no functional USB(except one!)
Also Ethernet isn't functional (I think its because I haven't installed any kext for it)
And also how can I map keyboard keys to the ones in MacOS.(like using start key as option)
Glad to hear about the progress!
  • You have a Realtek 8111H Gigabit Ethernet chip, so download the Realtek Ethernet kext.
  • Regarding the USB issue, please check that your config.plist has all 3 of these ACPI patches (you can edit the file using BBEdit or TextEdit):
    Code:
                    <dict>
                        <key>Comment</key>
                        <string>Rename EHC1 to EH01</string>
                        <key>Disabled</key>
                        <false/>
                        <key>Find</key>
                        <data>
                        RUhDMQ==
                        </data>
                        <key>Replace</key>
                        <data>
                        RUgwMQ==
                        </data>
                    </dict>
                    <dict>
                        <key>Comment</key>
                        <string>Rename EHC2 to EH02</string>
                        <key>Disabled</key>
                        <false/>
                        <key>Find</key>
                        <data>
                        RUhDMg==
                        </data>
                        <key>Replace</key>
                        <data>
                        RUgwMg==
                        </data>
                    </dict>
                    <dict>
                        <key>Comment</key>
                        <string>change XHC1 to XHC</string>
                        <key>Disabled</key>
                        <false/>
                        <key>Find</key>
                        <data>
                        WEhDMQ==
                        </data>
                        <key>Replace</key>
                        <data>
                        WEhDXw==
                        </data>
                    </dict>
 
Last edited:
Glad to hear about the progress!
  • You have a Realtek 8111H Gigabit Ethernet chip, so download the Realtek Ethernet kext.
  • Regarding the USB issue, please check that your config.plist has all 3 of these ACPI patches (you can edit the file using BBEdit or TextEdit):
    Code:
                    <dict>
                        <key>Comment</key>
                        <string>Rename EHC1 to EH01</string>
                        <key>Disabled</key>
                        <false/>
                        <key>Find</key>
                        <data>
                        RUhDMQ==
                        </data>
                        <key>Replace</key>
                        <data>
                        RUgwMQ==
                        </data>
                    </dict>
                    <dict>
                        <key>Comment</key>
                        <string>Rename EHC2 to EH02</string>
                        <key>Disabled</key>
                        <false/>
                        <key>Find</key>
                        <data>
                        RUhDMg==
                        </data>
                        <key>Replace</key>
                        <data>
                        RUgwMg==
                        </data>
                    </dict>
                    <dict>
                        <key>Comment</key>
                        <string>change XHC1 to XHC</string>
                        <key>Disabled</key>
                        <false/>
                        <key>Find</key>
                        <data>
                        WEhDMQ==
                        </data>
                        <key>Replace</key>
                        <data>
                        WEhDXw==
                        </data>
                    </dict>
I just added RealtekRTL8111.kext.Now Ethernet works too.All that remains is the USB.
I haven't tried the third patch yet.I ll give it a shot.
Also what options should I choose when installing MultiBeast??
 
Also what options should I choose when installing MultiBeast??
STEP 1. Click this link:

STEP 2. Open the spoiler labeled "Post-Installation with MultiBeast 11.0.1" and make all of the selections shown there with one exception: For Network, click the Realtek triangle (not the Intel triangle) and select the latest driver.

384949
 
Status
Not open for further replies.
Back
Top