Contribute
Register

(SOLVED) Ventura on Asus Maximus iX Formula (Z270)

Hello Feartech,

You're totally right. I therefore modified imac 19.1 by 18.1,
managing a new SMBIOS. I also corrected the AAPL,ig-platform-id like this:

View attachment 557628

On the other hand, you suggest disabling XhciPortLimit, but I haven't yet fixed the USB ports with UsbinjectAll.kext and SSDT-EC.aml. Is it still valid with Ventura?
XhciPortLimit does not work in Ventura

best to use Catalina to setup your ports
 
XhciPortLimit does not work in Ventura

best to use Catalina to setup your ports

hooo yes, I have used the same process to configure my USB ports with my Big Sur install. Can I use the same USBPorts.kext and SSDT-EC-USBX.aml in "ACPI/patched"folder for Ventura?
 
hooo yes, I have used the same process to configure my USB ports with my Big Sur install. Can I use the same USBPorts.kext and SSDT-EC-USBX.aml in "ACPI/patched"folder for Ventura?
yes, you can use the same kext and aml file as long as nothing has changed with your usb setup

do not forget to edit the info.plist within the USBPorts.kext to make sure you are using the correct smbios Product Name as your config.plist
 
yes, you can use the same kext and aml file as long as nothing has changed with your usb setup

do not forget to edit the info.plist within the USBPorts.kext to make sure you are using the correct smbios Product Name as your config.plist

Heeees :clap:
i have changed the model 19,1 in Monterey, to 18,1 for Ventura in the infos.plist of my USBX.Kext

<key>model</key>
<string>iMac18,1</string>

Now in my Kexts and ACPI folders like this:

Capture d’écran 2022-11-03 à 23.28.54.png



Capture d’écran 2022-11-03 à 23.29.29.png

I will record all this, and test this EFI tomorrow. I'll let you know.

Really a big thank you for your very precious help. :clap:
I learned many things with you.
Good night
 
Hi Feartech,

How are you?
I just tested my EFI, but Ventura won't start properly.

It loads with the progress bar stopping in the middle for several minutes, and then I get a black screen. No more video signal. :banghead:
On the other hand, the startup goes well when I boot from my installation key, and my Nvidia GTX 670 card. But I don't have graphics acceleration. I have attached my EFI and the generated debug files.

Have you an idea?

Thank you
 

Attachments

  • My-EFI.zip
    9.4 MB · Views: 21
Hi Feartech,

How are you?
I just tested my EFI, but Ventura won't start properly.

It loads with the progress bar stopping in the middle for several minutes, and then I get a black screen. No more video signal. :banghead:
On the other hand, the startup goes well when I boot from my installation key, and my Nvidia GTX 670 card. But I don't have graphics acceleration. I have attached my EFI and the generated debug files.

Have you an idea?

Thank you
probably only need the following enabled:

HfsPlus.efi
OpenRuntime.efi


Lilu.kext should be first in your list in your config.plist

boot verbose to see any issues

don't bother with your unsupported Nvidia card, leave that removed

EDIT:

also try with just:
AAPL,ig-platform-id

so it looks like:
Code:
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>AAASWQ==</data>
                <key>model</key>
                <string>Intel HD Graphics 630</string>
            </dict>

only keep:
framebuffer-patch-enable
framebuffer-stolenmem
if you are unable to set DVMT to 64MB in BIOS
 
probably only need the following enabled:

HfsPlus.efi
OpenRuntime.efi


Lilu.kext should be first in your list in your config.plist

boot verbose to see any issues

don't bother with your unsupported Nvidia card, leave that removed

EDIT:

also try with just:
AAPL,ig-platform-id

so it looks like:
Code:
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>AAASWQ==</data>
                <key>model</key>
                <string>Intel HD Graphics 630</string>
            </dict>

only keep:
framebuffer-patch-enable
framebuffer-stolenmem
if you are unable to set DVMT to 64MB in BIOS

Thank you Feartech,

I made all these changes, but I still have the same problem:
I removed my Gtx 670. Only the integrated graphics card (UHD630)
I have changed SmBios by 18,3
I go crazy
 

Attachments

  • EFI.zip
    9.1 MB · Views: 39
Thank you Feartech,

I made all these changes, but I still have the same problem:
I removed my Gtx 670. Only the integrated graphics card (UHD630)
I have changed SmBios by 18,3
I go crazy
should be 18,1
 
should be 18,1
Hi Feartech,

Yes thanks, I saw the error after I fixed it.
I then restarted and still the same problem: black screen, instead of having the login window. The monitor LED turns yellow, as if there was no more video signal.
This time, I put myself in verbose mode, and attached the capture of my screen

I feel that I'm not far from success, but I don't know where it's blocking.

Verbose.jpg
 

Attachments

  • My_efi.zip
    9.5 MB · Views: 19
Hi Feartech,

Yes thanks, I saw the error after I fixed it.
I then restarted and still the same problem: black screen, instead of having the login window. The monitor LED turns yellow, as if there was no more video signal.
This time, I put myself in verbose mode, and attached the capture of my screen

I feel that I'm not far from success, but I don't know where it's blocking.

View attachment 557778
remove:
enable-metal
igfxfw
rps-control
 
Back
Top