Contribute
Register

Updated 10.14.1 to 10.14.4 > Reboots Loop

Status
Not open for further replies.
Joined
Apr 9, 2017
Messages
59
Motherboard
Asus Z170M-PLUS
CPU
i7 6700K
Graphics
RX570
Mac
  1. iMac
Ok not a success for me, updated from 10.14.1 to 10.14.4 and now boots to Apple logo and gets to about 75% and reboots again, this goes into a loop.

I made sure I updated Liu, whatevergreen etc before updating as well as latest available clover. I can boot to clover screen and have successfully booted recovery partition which confirms 10.14.4 is installed.

If I open terminal I can see disk and see that there is a Mojave install app in the root. The reboot however isn’t attempting to reinstall just the above loop.

Any help appreciated.

Update 1: I managed to get the following screenshot in verbose just before the reboot.
395271


Update 2: I booted again in verbose but this time with keep symbols on panic, don’t reboot on panic and debug Kexts and got this screen shot:
395287
 
Last edited:
Yours might be a different issue since the WEG KP fix is only for Kaby Lake CPU with connectorless iGPU in Asus boards. See this comment in the WEG commit https://github.com/acidanthera/WhateverGreen/commit/0d22f8e1f5dd23d8e8b2a22e8d05849602b7e9d9

// In 10.14.4b1 the return condition changed from (flags & 7U) != 0 to (flags & 1U) != 0. The change makes good sense to me, but
// it results in crashes on 10.14.4b1 on many ASUS Z170 and Z270 boards with connector-less IGPU framebuffer.
// The reason for that is that __ZNK31IGHardwarePerProcessPageTable6422readDescriptorForRangeERK14IGAddressRangePPN10IGPagePool14PageDescriptorE
// unconditionally returns true but actually returns NULL PageDescriptor, which subsequently results in OSAddAtomic64(&this->counter)
// __ZN31IGHardwarePerProcessPageTable6421mapDescriptorForRangeERK14IGAddressRangePN10IGPagePool14PageDescriptorE writing to invalid address.
//

Still you could try compiling WEG 1.2.8 off master and see if that fixes the issue for you.
 
Status
Not open for further replies.
Back
Top