Contribute
Register

Z97 D3H Problem

Status
Not open for further replies.
i see the kernel_task uses alot of memory (891.8 MB) don't know if this is a bad thing tho.
 
(with the -no-zp flag it does not freeze btw)
 
i see the kernel_task uses alot of memory (891.8 MB) don't know if this is a bad thing tho.

It is not too much.

(with the -no-zp flag it does not freeze btw)

OK. Open org.chameleon.boot.plist file and add the flag as shown below.

<key>Kernel Flags</key>
<string>kext-dev-mode=1 -no-zp</string>

Save the file and reboot OS X.
 
now it does boot up without any flags. haven't had a freeze upon starting up yet.
but when i click restart it won't restart.
(Blackscreen, fans keep working)
 
now it does boot up without any flags. haven't had a freeze upon starting up yet.
but when i click restart it won't restart.
(Blackscreen, fans keep working)

Have you removed the NullCPUPowerManagement.kext??

Share the outputs of below commands,

Code:
pmset -g
Code:
pmset -g assertions
Code:
kextstat |grep -y acpiplat
 
pmset -g

Active Profiles:

AC Power -1*
Currently in use:
hibernatemode 0
womp 1
networkoversleep 0
sleep 10 (sleep prevented by coreaudiod)
Sleep On Power Button 1
ttyskeepawake 1
hibernatefile /var/vm/sleepimage
disksleep 10

displaysleep 10

pmset -g assertions

2015-04-07 08:55:38 -0700
Assertion status system-wide:
BackgroundTask 0
ApplePushServiceTask 0
UserIsActive 0
PreventUserIdleDisplaySleep 0
PreventSystemSleep 0
ExternalMedia 0
PreventUserIdleSystemSleep 0
NetworkClientActive 0
Kernel Assertions: 0x104=USB,MAGICWAKE
id=500 level=255 0x4=USB mod=4/7/15, 8:53 AM description=EHC2 owner=AppleUSBEHCI
id=501 level=255 0x4=USB mod=4/7/15, 9:01 AM description=XHC owner=AppleUSBXHCI
id=502 level=255 0x4=USB mod=4/7/15, 8:53 AM description=EHC1 owner=AppleUSBEHCI
id=503 level=255 0x100=MAGICWAKE mod=12/31/69, 4:00 PM description=en0 owner=en0


kextstat |grep -y acpiplat

12 1 0xffffff7f80add000 0x5f000 0x5f000 com.apple.driver.AppleACPIPlatform (3.1) <11 10 7 6 5 4 3 1>
Jurrits-Mac-Pro:~ JaydenMac$
 
NullCPUPowerManagement.kext

I don't think i installed this.
Where could i find this file if i did?

 
pmset -g

Active Profiles:

AC Power -1*
Currently in use:
hibernatemode 0
womp 1
networkoversleep 0
sleep 10 (sleep prevented by coreaudiod)
Sleep On Power Button 1
ttyskeepawake 1
hibernatefile /var/vm/sleepimage
disksleep 10

displaysleep 10

pmset -g assertions

2015-04-07 08:55:38 -0700
Assertion status system-wide:
BackgroundTask 0
ApplePushServiceTask 0
UserIsActive 0
PreventUserIdleDisplaySleep 0
PreventSystemSleep 0
ExternalMedia 0
PreventUserIdleSystemSleep 0
NetworkClientActive 0
Kernel Assertions: 0x104=USB,MAGICWAKE
id=500 level=255 0x4=USB mod=4/7/15, 8:53 AM description=EHC2 owner=AppleUSBEHCI
id=501 level=255 0x4=USB mod=4/7/15, 9:01 AM description=XHC owner=AppleUSBXHCI
id=502 level=255 0x4=USB mod=4/7/15, 8:53 AM description=EHC1 owner=AppleUSBEHCI
id=503 level=255 0x100=MAGICWAKE mod=12/31/69, 4:00 PM description=en0 owner=en0


kextstat |grep -y acpiplat

12 1 0xffffff7f80add000 0x5f000 0x5f000 com.apple.driver.AppleACPIPlatform (3.1) <11 10 7 6 5 4 3 1>
Jurrits-Mac-Pro:~ JaydenMac$

Disable Wake-On-LAN on BIOS
Disable Wake for network access on Sys Pref => Energy Saver

Try booting with "darkwake=0" then try Restart.
 
NullCPUPowerManagement.kext

I don't think i installed this.
Where could i find this file if i did?


Run the below command on Terminal,
Code:
ls /System/Library/Extensions/ |grep -y nullcpu

If the kext present/installed then it will show the output the kext name.
 
Run the below command on Terminal,
Code:
ls /System/Library/Extensions/ |grep -y nullcpu

If the kext present/installed then it will show the output the kext name.

I got no Output here. so don't think this is installed

Disable Wake-On-LAN on BIOS
Disable Wake for network access on Sys Pref => Energy Saver

I disabled these now.

with flag: darkwake=0 it does restart
 
Status
Not open for further replies.
Back
Top