Contribute
Register

Gigabyte Z490 Vision D (Thunderbolt 3) + i5-10400 + AMD RX 580

Hey @CaseySJ, with your flashed NVM 50 on the Vision D, does your boot time increase? I noticed that on my Vision D, with the Flashed Thunderbolt NVM, the system post time increases by about 20 seconds or so. Seems that the motherboard is trying to communicate with the thunderbolt controller during post... On stock NVM, boot time is shortened significantly.
Did you find a solution for this annoying long BIOS post?
 
Did you find a solution for this annoying long BIOS post?
Flashbacked to stock NVM. Titan Rridge can support the hubbing feature of Goshen Ridge docks with TB4, with up to 3 downstream tb devices. But the custom NVM did not support this feature, only the stock one did.

So with the long boot time and the loss of the hub support, I gave up on the custom NVM. But alas, my z490 is in retirement.
 
Last edited:
Did you find a solution for this annoying long BIOS post?
I had this exact same issue and never found a solution so I flashed back to stock firmware and boot time is back to normal speeds.

Cliff
 
Hi,
I installed the 13.3 Public beta 4 today and I lost both WiFi (I'm using an Apple WifiBluetooh card taken out of an old MacBook) and one of the 2 Ethernet ports (en0) which I think is the 2.5GbE LAN chip.
The other ethernet port seems to be working and a USB WiFI adapter is also working.

I probably need an updated kext of something but I'm not sure where to start.

I'm attaching my config.plist without serials. Running OC 0.8.9

Thanks
Miche
 

Attachments

  • config no serial.plist
    31.1 KB · Views: 13
Hi,
I installed the 13.3 Public beta 4 today and I lost both WiFi (I'm using an Apple WifiBluetooh card taken out of an old MacBook) and one of the 2 Ethernet ports (en0) which I think is the 2.5GbE LAN chip.
The other ethernet port seems to be working and a USB WiFI adapter is also working.

I probably need an updated kext of something but I'm not sure where to start.

I'm attaching my config.plist without serials. Running OC 0.8.9

Thanks
Miche
Same for me. I've had to disable AppleVTD and go back to kext method to use I225 ethernet.

Looks like this issue is not present in Beta 2.
 
Last edited:
Same for me. I've had to disable AppleVTD and go back to kext method to use I225 ethernet.

@juseon123 Thanks!
Can you clarify what do you mean with "go back to kext method to use I225 ethernet" which kext do you use? IntelMausi?
 
@juseon123 Thanks!
Can you clarify what do you mean with "go back to kext method to use I225 ethernet" which kext do you use? IntelMausi?
- Add boot-arg e1000=0 to prevent DEXT from attaching to I225 ethernet.
- Inject AppleIntelI210Ethernet.kext from macOS Monterey.
 
- Add boot-arg e1000=0 to prevent DEXT from attaching to I225 ethernet.
- Inject AppleIntelI210Ethernet.kext from macOS Monterey.
@juseon123 Thaks for the help.

This is what I did:

Added e1000=0 to prevent DEXT from attaching to I225 ethernet.
Added dart=0 to prevent Apple-VTD

So. my boot args is now: dart=0 e1000=0 keepsyms=1 debug=0x100 alcid=11 shikigva=80

I added the following to config.plist to inject AppleIntelI210Ethernet
<dict>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>AppleIntelI210Ethernet.kext</string>
<key>Comment</key>
<string>Fix for Ventura 13.3b4</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/AppleIntelI210Ethernet</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
But it's still not working WiFi and Ethernet.
Do I need to get rid of IntelMousi.kext?
Or what else?
Thanks again for your help!!

Michele
 
@juseon123 Thaks for the help.

This is what I did:

Added e1000=0 to prevent DEXT from attaching to I225 ethernet.
Added dart=0 to prevent Apple-VTD

So. my boot args is now: dart=0 e1000=0 keepsyms=1 debug=0x100 alcid=11 shikigva=80

I added the following to config.plist to inject AppleIntelI210Ethernet
<dict>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>AppleIntelI210Ethernet.kext</string>
<key>Comment</key>
<string>Fix for Ventura 13.3b4</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/AppleIntelI210Ethernet</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
But it's still not working WiFi and Ethernet.
Do I need to get rid of IntelMousi.kext?
Or what else?
Thanks again for your help!!

Michele
Remove Dart=0
Set DisableIOMapper to Yes or disable VT-d in BIOS.
Basically, undo the process to enable AppleVTD.

IntelMausi.kext is required for Intel I219 ethernet.
 
Hi,
I installed the 13.3 Public beta 4 today and I lost both WiFi (I'm using an Apple WifiBluetooh card taken out of an old MacBook) and one of the 2 Ethernet ports (en0) which I think is the 2.5GbE LAN chip.
The other ethernet port seems to be working and a USB WiFI adapter is also working.

I probably need an updated kext of something but I'm not sure where to start.

I'm attaching my config.plist without serials. Running OC 0.8.9

Thanks
Miche


This happened to me with the ß2 version. It was solved with ß3 and I just installed ß4 and everything is still smooth.
Very strange...
 
Back
Top