Jump to content

[pre-release] macOS Catalina


1,679 posts in this topic

Recommended Posts

12 minutes ago, gengik84 said:

@Matgen84

have you tried the compiled version?

You can find link at first post 

In case without -lilubetaall 

 

Thanks. I try latest WEG 1.3.0, without -lilubetaall. No succeed

  • Sad 1
Link to comment
Share on other sites

8 hours ago, Sherlocks said:

thanks a lot.
you did place both kexts in other folder.
was there no problem after wakeup?
rehabman said that he recommend place both files in S/L/E to upload firmware.
actually, i experienced fail upload firmware with other folder when wakeup

I don't have any problems after wake. I need to power cycle my machine to clear the firmware on the BT hardware.

 

I've always placed my BT kexts in EFI/CLOVER/kexts/Other. If you need to place them in L/E you need to use BrcmFirmwareRepo.kext instead of BrcmFirmwareData.kext.

 

Looking at the source code to BrcmNonPatchRAM2.kext you can see it does not stay resident to re-upload during wake. Note in BrcmPatchRAM.h the following define:

// 10.11 works better if probe simply exits after updating firmware
#define NON_RESIDENT 1

So I'm using the same principle except instead of using IOCatalogue::addDrivers, IOCatalogue::removeDrivers and IOCatalogue::startMatching to switch out the drivers (which are not available in Catalina) I'm using BrcmBluetoothInjector.kext which will load the macOS drivers after the BrcmNonPatchRAM2.kext exits probe, returning NULL, which tells macOS to try a different driver.

Edited by headkaze
  • Like 1
Link to comment
Share on other sites

1 hour ago, abdouoi said:

Now The kernel panic has changed 

773F1599-451A-4D34-97C7-DADAEF223998.jpeg

you have change boot args probably the config.plist  and  I never put Brodcom kext for USB Installer

So you have change the content of the EFI

I told you boot enter, just add VoodooPS2Controller

Edited by chris1111
Link to comment
Share on other sites

24 minutes ago, chris1111 said:

you have change boot args probably the config.plist  and  I never put Brodcom kext for USB Installer

So you have change the content of the EFI

I told you boot enter, just add VoodooPS2Controller

My problem is not with USB install. I already installed. It’s a boot issue

Link to comment
Share on other sites

10 minutes ago, abdouoi said:

My problem is not with USB install. I already installed. It’s a boot issue

Use my EFI with a minimum of kext for make it boot

Link to comment
Share on other sites

Has anyone found a new or usable patch for ICH10 Hotplugging issues in Catalina?

It seems like the one used in Mojave

 

Name Find Replace Comment MatchOS
com.apple.driver.AppleAHCIPort 40600200 000000000 Patch Hotplug  

 

does not work anymore. Unfortunately my Thinkpad's Bios offers me no options to disable Hotplugging for the Ultrabay and without the patch Catalina is not able to use or see the Ultrabay.

Link to comment
Share on other sites

7 minutes ago, griven said:

Has anyone found a new or usable patch for ICH10 Hotplugging issues in Catalina?

It seems like the one used in Mojave

 

Name Find Replace Comment MatchOS
com.apple.driver.AppleAHCIPort 40600200 000000000 Patch Hotplug  

 

does not work anymore. Unfortunately my Thinkpad's Bios offers me no options to disable Hotplugging for the Ultrabay and without the patch Catalina is not able to use or see the Ultrabay.

 

Unfortunately the patches (via Hackintool) that worked in Mojave does not work in Catalina, when applied it causes kp, but we must remember Catalina is still an early Beta so all hope is not lost :)

Link to comment
Share on other sites

1 hour ago, daniel_yplim said:

Hi I still need to boot from installer USB, when I install clover bootloader to the SSD, it stops at CPU panic.

Which clover version r u using? mine is v.4945

You could v.4961 give a try :) . At least it looks like all the others got it working then....

 

Link to comment
Share on other sites

38 minutes ago, griven said:

Has anyone found a new or usable patch for ICH10 Hotplugging issues in Catalina?

It seems like the one used in Mojave

 

Name Find Replace Comment MatchOS
com.apple.driver.AppleAHCIPort 40600200 000000000 Patch Hotplug  

 

does not work anymore. Unfortunately my Thinkpad's Bios offers me no options to disable Hotplugging for the Ultrabay and without the patch Catalina is not able to use or see the Ultrabay.

Take a look here 

 

Link to comment
Share on other sites

Hi

 

Has anyone found a new or usable patch for PCH 11 (Intel 11 series SATA, z390 mobo) Hot-Plug for Catalina (or Mojave)?

 

Always WEG 1.3.0 panic :bye: Config i7 9700K 

Link to comment
Share on other sites

1 hour ago, griven said:

Has anyone found a new or usable patch for ICH10 Hotplugging issues in Catalina?

It seems like the one used in Mojave

 

Name Find Replace Comment MatchOS
com.apple.driver.AppleAHCIPort 40600200 000000000 Patch Hotplug  

 

does not work anymore. Unfortunately my Thinkpad's Bios offers me no options to disable Hotplugging for the Ultrabay and without the patch Catalina is not able to use or see the Ultrabay.

Did it work on Mojave?

it should be 8 zero as 00000000, not 9 zero as your post.

 

The Catalina patch code is the same as Mojave if not change too much.

Find    --> 40600200

Replace --> 00000000

Edited by crazybirdy
  • Like 1
Link to comment
Share on other sites

Well wow damn Typo...

Sorry guys it's working as before if you get thinks right...

 

So I can confirm that 

 

Name Find Replace Comment MatchOS
com.apple.driver.AppleAHCIPort 40600200 00000000 Patch Hotplug  

 

with just 8 zeros it's working like a charm in Mojave and Catalina as well. Please forget about my stupid question :(

Thanks to @crazybirdy for pointing me into the right direction.

Edited by griven
  • Haha 1
Link to comment
Share on other sites

12 minutes ago, griven said:

Well wow damn Typo...

Sorry guys it's working as before if you get thinks right...

 

So I can confirm that 

 

Name Find Replace Comment MatchOS
com.apple.driver.AppleAHCIPort 40600200 00000000 Patch Hotplug  

 

with just 8 zeros it's working like a charm in Mojave and Catalina as well. Please forget about my stupid question :(

Thanks to @crazybirdy for pointing me into the right direction.

Edited 10 minutes ago by griven

 

Yep!!!!! - Can confirm it works, not only that for the first time correctly registering as external Drive - Thanks griven for the query and huge thanks to crazybirdy for the solution :thumbsup_anim:

  • Like 1
  • Haha 1
Link to comment
Share on other sites

5 hours ago, Jehoshua said:

Can Install Catalina, no problem, but when I try to boot Catalina I get following error


Anonymous UUID:       1285547D-16C1-1ECD-D513-E733CD7337C4

Sun Jun 16 07:37:02 2019

*** Panic Report ***
panic(cpu 3 caller 0xffffff800c282aca): Kernel trap at 0xffffff7f8d0563d0, type 14=page fault, registers:
CR0: 0x000000008001003b, CR2: 0x0000000000000000, CR3: 0x0000000022181000, CR4: 0x00000000003626e0
RAX: 0xffffff803cf71780, RBX: 0xffffff8207326000, RCX: 0xffffff803d8342f0, RDX: 0xffffff803d8342f0
RSP: 0xffffff81fb81bb80, RBP: 0xffffff81fb81bcb0, RSI: 0x0000000000000010, RDI: 0x0000000000000000
R8:  0x0000000029eae000, R9:  0x0000000000001000, R10: 0xffffff803d546eb0, R11: 0x0000000000000000
R12: 0xffffff800cc6b180, R13: 0xffffff800cc21730, R14: 0xffffff800cc20b70, R15: 0xffffff803d836c00
RFL: 0x0000000000010282, RIP: 0xffffff7f8d0563d0, CS:  0x0000000000000008, SS:  0x0000000000000000
Fault CR2: 0x0000000000000000, Error code: 0x0000000000000000, Fault CPU: 0x3, PL: 0, VF: 1

Backtrace (CPU 3), Frame : Return Address
0xffffff81fb81b5e0 : 0xffffff800c15b12b 
0xffffff81fb81b630 : 0xffffff800c290a95 
0xffffff81fb81b670 : 0xffffff800c28271b 
0xffffff81fb81b6c0 : 0xffffff800c101bb0 
0xffffff81fb81b6e0 : 0xffffff800c15a817 
0xffffff81fb81b7e0 : 0xffffff800c15abf6 
0xffffff81fb81b830 : 0xffffff800c8d2939 
0xffffff81fb81b8a0 : 0xffffff800c282aca 
0xffffff81fb81ba20 : 0xffffff800c2827cc 
0xffffff81fb81ba70 : 0xffffff800c101bb0 
0xffffff81fb81ba90 : 0xffffff7f8d0563d0 
0xffffff81fb81bcb0 : 0xffffff7f8d05bd72 
0xffffff81fb81bce0 : 0xffffff7f8d0367b6 
0xffffff81fb81bd40 : 0xffffff7f8d056183 
0xffffff81fb81bd60 : 0xffffff7f8d054fb4 
0xffffff81fb81bda0 : 0xffffff7f8d054ae8 
0xffffff81fb81bdd0 : 0xffffff7f8d054537 
0xffffff81fb81be10 : 0xffffff800c8205f9 
0xffffff81fb81be70 : 0xffffff800c8202fc 
0xffffff81fb81bef0 : 0xffffff800c81f5de 
0xffffff81fb81bf50 : 0xffffff800c8217bd 
0xffffff81fb81bfa0 : 0xffffff800c10113e 
      Kernel Extensions in backtrace:
         com.apple.iokit.IOAHCIFamily(290.0)[02BCB26F-F158-367C-BC8E-6B393038620E]@0xffffff7f8d035000->0xffffff7f8d04ffff
         com.apple.driver.AppleAHCIPort(999.50.2)[312FA732-CA91-3180-8373-5BE2E893339F]@0xffffff7f8d053000->0xffffff7f8d066fff
            dependency: com.apple.iokit.IOAHCIFamily(290)[02BCB26F-F158-367C-BC8E-6B393038620E]@0xffffff7f8d035000
            dependency: com.apple.iokit.IOPCIFamily(2.9)[50312F79-3FF8-3E35-B0C4-CAF6F372DA7A]@0xffffff7f8caa7000

BSD process name corresponding to current thread: kernel_task
Boot args: alcid=1 -lilubetaall -wegbeta dart=0 debug=0x100 -v

Mac OS version:
Not yet set

Kernel version:
Darwin Kernel Version 19.0.0: Fri May 24 17:36:10 PDT 2019; root:xnu-6041.0.0.111.5~1/RELEASE_X86_64
Kernel UUID: 144F961D-2C1E-32B1-BFF8-82F7F95D28CD
Kernel slide:     0x000000000be00000
Kernel text base: 0xffffff800c000000
__HIB  text base: 0xffffff800bf00000
System model name: iMac18,1 (Mac-4B682C642B45593E)

System uptime in nanoseconds: 7401644185
last loaded kext at 6979664270: com.apple.driver.AirPort.BrcmNIC	1400.1.1 (addr 0xffffff7f8dc83000, size 8716288)
loaded kexts:
com.insanelymac.IntelMausiEthernet	2.4.0d0
as.vit9696.WhateverGreen	1.3.0
com.rehabman.driver.USBInjectAll	0.7.1
as.vit9696.AppleALC	1.3.9
as.vit9696.Lilu	1.3.7
org.netkas.driver.FakeSMC	1800
com.apple.driver.AirPort.BrcmNIC	1400.1.1
com.apple.driver.AppleAHCIPort	999.50.2
com.apple.driver.AppleFileSystemDriver	3.0.1
com.apple.driver.AppleVirtIO	1.0
com.apple.filesystems.hfs.kext	507
com.apple.AppleFSCompression.AppleFSCompressionTypeDataless	1.0.0d1
com.apple.BootCache	40
com.apple.AppleFSCompression.AppleFSCompressionTypeZlib	1.0.0
com.apple.private.KextAudit	1.0
com.apple.driver.AppleRTC	2.0
com.apple.driver.AppleHPET	1.8
com.apple.driver.AppleACPIButtons	6.1
com.apple.driver.AppleBacklight	170.17
com.apple.driver.AppleSMBIOS	2.1
com.apple.driver.AppleAPIC	1.7
com.apple.security.AppleImage4	1
com.apple.nke.applicationfirewall	201
com.apple.security.TMSafetyNet	8
com.apple.AppleSystemPolicy	2.0.0
com.apple.iokit.EndpointSecurity	1
com.apple.iokit.IO80211Family	1200.12.2b1
com.apple.driver.mDNSOffloadUserClient	1.0.1b8
com.apple.driver.corecapture	1.0.4
com.apple.iokit.IOSkywalkFamily	1
com.apple.iokit.IOAHCIFamily	290
com.apple.driver.usb.AppleUSBXHCIPCI	1.2
com.apple.driver.usb.AppleUSBXHCI	1.2
com.apple.iokit.IOSerialFamily	11
com.apple.iokit.IOSurface	269.2
com.apple.filesystems.hfs.encodings.kext	1
com.apple.driver.usb.AppleUSBHostPacketFilter	1.0
com.apple.driver.AppleEFINVRAM	2.1
com.apple.driver.AppleEFIRuntime	2.1
com.apple.iokit.IOHIDFamily	2.0.0
com.apple.driver.AppleBacklightExpert	1.1.0
com.apple.iokit.IONDRVSupport	555
com.apple.iokit.IOGraphicsFamily	555
com.apple.security.quarantine	4
com.apple.security.sandbox	300.0
com.apple.kext.AppleMatch	1.0.0d1
com.apple.driver.DiskImages	493.0.0
com.apple.driver.AppleFDEKeyStore	28.30
com.apple.driver.AppleEffaceableStorage	1.0
com.apple.driver.AppleKeyStore	2
com.apple.driver.AppleUSBTDM	483.0.0
com.apple.iokit.IOSCSIBlockCommandsDevice	416.0.0
com.apple.driver.AppleCredentialManager	1.0
com.apple.driver.KernelRelayHost	1
com.apple.driver.AppleSEPManager	1.0.1
com.apple.driver.IOSlaveProcessor	1
com.apple.iokit.IOUSBMassStorageDriver	155
com.apple.iokit.IOSCSIArchitectureModelFamily	416.0.0
com.apple.iokit.IOStorageFamily	2.1
com.apple.iokit.CoreAnalyticsFamily	1
com.apple.driver.AppleMobileFileIntegrity	1.0.5
com.apple.kext.CoreTrust	1
com.apple.iokit.IOTimeSyncFamily	800.8
com.apple.iokit.IONetworkingFamily	3.4
com.apple.iokit.IOReportFamily	47
com.apple.iokit.KLog	650.4.0
com.apple.iokit.IOUSBFamily	900.4.2
com.apple.iokit.IOUSBHostFamily	1.2
com.apple.driver.AppleUSBHostMergeProperties	1.2
com.apple.driver.usb.AppleUSBCommon	1.0
com.apple.driver.AppleBusPowerController	1.0
com.apple.driver.AppleACPIPlatform	6.1
com.apple.driver.AppleSMC	3.1.9
com.apple.driver.watchdog	1
com.apple.iokit.IOPCIFamily	2.9
com.apple.iokit.IOACPIFamily	1.4
com.apple.kec.pthread	1
com.apple.kec.corecrypto	1.0
com.apple.kec.Libm	1

EOF
Model: iMac18,1, BootROM 172.0.0.0.0, 4 processors, Intel Core i3, 3.6 GHz, 16 GB, SMC 2.39f6
Graphics: kHW_IntelUHDGraphics630Item, Intel UHD Graphics 630, spdisplays_builtin
Memory Module: BANK 0/DIMM1, 8 GB, DDR4, 2400 MHz, Corsair, CMK16GX4M2A2400C14
Memory Module: BANK 1/DIMM1, 8 GB, DDR4, 2400 MHz, Corsair, CMK16GX4M2A2400C14
AirPort: Third-Party Wireless Card
Network Service: Wi-Fi, AirPort, en1
PCI Card: Intel UHD Graphics 630, VGA-Compatible Controller, PCI Slot 3
PCI Card: Intel Corporation, Series Chipset USB xHCI Host Controller, USB Controller, Built In
PCI Card: Intel Corporation, Series Chipset SATA Controller, AHCI Controller, Built In
PCI Card: Olarila - olarila.com/forum, Olarila, Built In
PCI Card: Intel Corporation, Series Chipset SPI Controller, Serial Bus Controller, Built In
PCI Card: Patched by MaLd0n - olarila.com, MaLd0n, Built In
PCI Card: Intel I219V7 PCI Express Gigabit Ethernet, Ethernet Controller, Built In
PCI Card: Intel Corporation, Series Chipset MEI Controller, IMEI Controller, Built In
PCI Card: Apple High Definition Audio Controller, Audio Controller, Built In
PCI Card: Broadcom Brcm43xx Wireless Network Adapter, AirPort Extreme, Built In
Serial ATA Device: Samsung SSD 850 EVO 250GB, 250.06 GB
Serial ATA Device: ST31000528AS, 1 TB
Serial ATA Device: SPCC Solid State Disk, 128.04 GB
Serial ATA Device: HL-DT-ST BD-RE  BH16NS55
Serial ATA Device: INTEL SSDSCKKW240H6, 240.06 GB
USB Device: USB 3.1 Bus
USB Device: USB3.0 Hub
USB Device: Miscellaneous Device
USB Device: USB2.0 Hub
USB Device: Logitech G15 Keyboard
USB Device: USB Receiver
USB Device: G15 Keyboard
USB Device: Logitech Gaming Keyboard
USB Device: USB 2.0 Hub
Thunderbolt Bus: 

Anybody got any ideas

 

Read the backtrace, it's clearly the sata system driver that crashes, probably just because you booted out of a drive attached to a non proprly configured or supported sata controller

  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...