Sequoia USB Bootable Crashing

nocaptony

New member
AMD OS X Member
Dec 6, 2021
20
3
3
CPU:
Ryzen 5 3600
Hello all, having trouble reaching the installation screen for macOS Sequoia off my USB. I am attaching a picture of the verbose and my EFI. Any help would be appreciated.
 

Attachments

  • IMG_7764.jpg
    IMG_7764.jpg
    4.4 MB · Views: 15
  • EFI.zip
    EFI.zip
    12.1 MB · Views: 3
The AMD Kernel Patches you are using are out of date and won't work with newer releases of macOS, including Sonoma and Sequoia.

You don't have a custom USB configuration for your system, i.e. USBMap.kext or UTBMap.kext. You also don't have the Kernel > Quirks > XhciPortLimit entry enabled in your config.plist. For your USB ports to work during the installation it is normal to have the XhciPortLimit enabled, when a custom USB config is not available.

SecureBootModel should be set as 'Disabled' not as 'Default' when installing Sequoia.

You shouldn't need the -vsmcgen=2 or dart=0 boot arguments for your AMD system.

You would be better off using revpatch=auto,sbvmm boot argument to make use of RestrictEvents.kext with your MacPro7,1 SMBIOS.

You have a couple of essential Drivers disabled in the config.plist, OpenCanopy.efi and ResetNvramEntry.efi. You will need both of these enabled to use the OC GUI boot screen and to clear any old NVRAM entries you are no longer using.

Try the revised EFI attached below, it contains all the config.plist changes recommended above. Plus I have cleaned up the config to remove any unused or unnecessary entries.
 

Attachments

  • Like
Reactions: nocaptony
The EFI worked perfectly, thank you so much for the help. Just a small kink, however, with the Wi-Fi and Bluetooth. I'm using an Intel AX210 Wifi/Bluetooth card, and the wifi is completely disabled and the airdrop doesn't seem to be working either. This was working on my previous install of Ventura. Am I missing a kext for the card, or is it a larger problem?
 
Sequoia won’t work with AirportItlwm.kext, which you were probably using before. You need to use Itlwm.kext and Heliport application in place of the previous kext when running Sequoia.
 
So I've inserted Itlwm.kext and downloaded Heliport, but it is telling me "itlwm is not running" every time I try and open the application. I have attached my EFI again below, any further assistance would be appreciated.
 

Attachments

Thanks for the response. I added the Itlwm.kext and before I opened up Heliport, reset the NVRAM in the boot menu. Heliport still saying "itlwm is not running".
 
Which version of Itlwm.kext are you using?
Which version of the Heliport app are you using?

Here are the links to download the latest Stable versions of both the kext and app.



Just make sure you have the Itlwm.kext enabled in the config.plist and the Heliport app installed in the Applications folder.
 
Yep, used both of the latest versions and still the same error in Heliport: "itlwm is not running". Very weird, is there any way to look at this problem more in depth? Maybe using the terminal to see if Itlwm.kext is being properly loaded?
 
Yes, you can set OpenCore to create a log when booting into macOS. This may show if the kext is loading or not when the system boots.

You can also use the following Terminal commands.

List all kexts.

$ kextstat -l

This is to check which non Apple kexts are loading:

$ kextstat | grep -v com.apple​
 
Thanks for this. Oddly enough, itlwm does not pop up when I use the command "kextstat | grep -v com.apple". See my kext screenshots from OpenCore Configurator. itlwm is clearly loaded in, but does not appear from the command. Could it be an order loaded issue?
 

Attachments

  • s1.png
    s1.png
    87.1 KB · Views: 6
  • s2.png
    s2.png
    111.8 KB · Views: 6
No, it won’t be the kext load order.
 
  • Like
Reactions: nocaptony
  AdBlock Detected
Sure, ad-blocking software does a great job at blocking ads, but it also blocks some useful and important features of our website. For the best possible site experience please take a moment to disable your AdBlocker.