Contribute
Register

Slow boot-up time

Status
Not open for further replies.
Joined
Dec 30, 2016
Messages
43
Motherboard
Asus X556UR Laptop
CPU
i7-6500U
Graphics
GeForce930MX / HD520
Mobile Phone
  1. Android
  2. iOS
My laptop hackintosh has a boot up time of over 1;30 mins. Im using the default MacBookAir 6,2 system definition. Is there a better def for my specs? How do I decide what system def is good for my laptop?
 
My laptop hackintosh has a boot up time of over 1;30 mins. Im using the default MacBookAir 6,2 system definition. Is there a better def for my specs? How do I decide what system def is good for my laptop?

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
Output 1:

Code:
Ashwins-MacBook-Air:~ d3fkon$ kextstat|grep -y acpiplat
   13    2 0xffffff7f82dbb000 0x66000    0x66000    com.apple.driver.AppleACPIPlatform (5.0) B8468080-CED9-30EA-B151-33368AF9555B <12 11 7 6 5 4 3 1>
Ashwins-MacBook-Air:~ d3fkon$ kextstat|grep -y appleintelcpu
Ashwins-MacBook-Air:~ d3fkon$ kextstat|grep -y applelpc
Ashwins-MacBook-Air:~ d3fkon$ kextstat|grep -y applehda
   85    1 0xffffff7f82ac6000 0x1d000    0x1d000    com.apple.driver.AppleHDAController (278.56) CFB0D0AE-F09A-3660-8F95-7A02FD5FBF07 <84 83 82 12 7 6 5 4 3 1>
  122    0 0xffffff7f82c48000 0xb4000    0xb4000    com.apple.driver.AppleHDA (278.56) A4EB06C9-A40A-39EF-9C4A-D7F23DB9A2F9 <121 95 85 84 83 82 6 5 4 3 1>
Ashwins-MacBook-Air:~ d3fkon$

Output 2:

Code:
Ashwins-MacBook-Air:~ d3fkon$ sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext WavTap.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooI2C.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelBacklight.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext
kext-dev-mode allowing invalid signature -67013 0xFFFFFFFFFFFEFA3B for kext AppleMobileDevice.kext
AppleHPM.kext - dependency 'com.apple.driver.AppleIntelLpssI2CController' not found.
AppleHPM.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext
AppleHPM.kext - dependency 'com.apple.driver.AppleIntelLpssI2CController' not found.
AppleHPM.kext - dependency 'com.apple.driver.AppleIntelLpssI2CController' not found.
Prelink failed for com.apple.driver.AppleHPM; omitting from prelinked kernel.
KernelCache ID: 323E909A2C1F7032DEAEBFB328C8C815
symlink("/System/Library/PrelinkedKernels/prelinkedkernel", "/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache") failed 17 (File exists) <createPrelinkedKernel 2795>
 

Attachments

  • 1:2.zip
    3.1 MB · Views: 73
Output 1:

Code:
Ashwins-MacBook-Air:~ d3fkon$ kextstat|grep -y acpiplat
   13    2 0xffffff7f82dbb000 0x66000    0x66000    com.apple.driver.AppleACPIPlatform (5.0) B8468080-CED9-30EA-B151-33368AF9555B <12 11 7 6 5 4 3 1>
Ashwins-MacBook-Air:~ d3fkon$ kextstat|grep -y appleintelcpu
Ashwins-MacBook-Air:~ d3fkon$ kextstat|grep -y applelpc
Ashwins-MacBook-Air:~ d3fkon$ kextstat|grep -y applehda
   85    1 0xffffff7f82ac6000 0x1d000    0x1d000    com.apple.driver.AppleHDAController (278.56) CFB0D0AE-F09A-3660-8F95-7A02FD5FBF07 <84 83 82 12 7 6 5 4 3 1>
  122    0 0xffffff7f82c48000 0xb4000    0xb4000    com.apple.driver.AppleHDA (278.56) A4EB06C9-A40A-39EF-9C4A-D7F23DB9A2F9 <121 95 85 84 83 82 6 5 4 3 1>
Ashwins-MacBook-Air:~ d3fkon$

Output 2:

Code:
Ashwins-MacBook-Air:~ d3fkon$ sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext WavTap.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooI2C.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelBacklight.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext
kext-dev-mode allowing invalid signature -67013 0xFFFFFFFFFFFEFA3B for kext AppleMobileDevice.kext
AppleHPM.kext - dependency 'com.apple.driver.AppleIntelLpssI2CController' not found.
AppleHPM.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext
AppleHPM.kext - dependency 'com.apple.driver.AppleIntelLpssI2CController' not found.
AppleHPM.kext - dependency 'com.apple.driver.AppleIntelLpssI2CController' not found.
Prelink failed for com.apple.driver.AppleHPM; omitting from prelinked kernel.
KernelCache ID: 323E909A2C1F7032DEAEBFB328C8C815
symlink("/System/Library/PrelinkedKernels/prelinkedkernel", "/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache") failed 17 (File exists) <createPrelinkedKernel 2795>

Power management not implemented.
ACPI not patched correctly.
See relevant guides linked by the FAQ.
http://www.tonymacx86.com/el-capita...faq-read-first-laptop-frequent-questions.html
 
SSDTPRGen.sh gives me this error.

Code:
gDataPath: /Users/d3fkon/Library/ssdtPRGen/Data
System information: Mac OS X 10.12.2 (16C68)
Brandstring 'Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz'

Error: Unknown processor model ...
       Visit http://ark.intel.com to gather the required data:
       Processor Number
       TDP
       Low Frequency Mode (use AppleIntelInfo.kext)
       Base Frequency
       Max Turbo Frequency
       Cores
       Threads
Aborting ...
Done.


Anything Im missing?
 
Okay, I used another version of ssdtPRgen.sh which supported Skylake CPU's.

I generated the SSDT.aml and placed tin Clover's ACPI/Patched.
What should my next move be?
 
Okay, I used another version of ssdtPRgen.sh which supported Skylake CPU's.

I generated the SSDT.aml and placed tin Clover's ACPI/Patched.
What should my next move be?

It depends on what you're trying to fix.
 
Status
Not open for further replies.
Back
Top