Jump to content

Clover Problems and Solutions


ErmaC
3,206 posts in this topic

Recommended Posts

There are too many actions made for real mac. If we want to enter password in boot.efi then we need no most of these functions.

 

What does that have to do with your code not going to work? Again, it doesn't take EFI_KEY, nor a Unicode char...

Also, beside the cleaning-up functions, every function of the two protocols is used, neither are there even many.

Link to comment
Share on other sites

 

 

  • Add ability to modify provided Devices->Audio LayoutID (clover.config) from Clover GUI subMenu 'Audio tuning->'
    - refit/menu.c

    - Platform/Platform.h

    - Platform/Settings.c

    --> attachicon.gifGUILayoutID.zip

Thx to Micky1979, Jolly and gengik84 for the test.
 

Cordially

ErmaC

 

Thanks, accepted! Rev 3848.

Please post explanations in the thread.

  • Like 2
Link to comment
Share on other sites

Thanks, accepted! Rev 3848.

Please post explanations in the thread.

Later but Done ;)

http://www.insanelymac.com/forum/topic/304530-clover-change-explanations/page-2?do=findComment&comment=2305404

 

@Slice

Pls I forgot to add

  ZeroMem((VOID*)&gAudios[0], sizeof(HDA_PROPERTIES) * 4);
for refit/main.c aprox line 1613..

 


Accepted but with the same result.

attachicon.gifScreen Shot 2016-10-24 at 11.20.17.png

maybe this help

embedded_icns.zip

- egemb_icons.h

- icns.c

all credits to cecekpawon the arrays coming from his repo.

 

ErmaC

  • Like 1
Link to comment
Share on other sites

 

Hi, 
 
 
I bought a multi-card reader / USB for my front 3.5 panel in my hackintosh because I use it for Id authentication purposes. The model is listed below.
 
 
Without it installed I can boot my hackintosh perfectly with all versions of clover that I had tried. With it conected it stops in the Gigabyte logo just before the Clover screen.
 
If I try to boot directly in Windows, without passing trought Clover it boots perfectly. The same if I disconnect it, and connect it in the Clover screen and then boot.
 
I had Oz before and everithing works perfectly but now I need Clover as it is more powerfull in features and can do Kext-Patch on the fly. I need it to get Wifi on Sierra.
 
¿Does anyone know if it is a know issue or how to solve it?
 
Thanks in advance. 
 
Regards,
 
Doguitto. 

 

Read this post on the top of this page: http://www.insanelymac.com/forum/topic/306156-clover-bugissue-report-and-patch/?p=2303179

Then post your question in the appropriate forum...

  • Like 1
Link to comment
Share on other sites

the edksetup.sh script file in the edk2 directory has 2 lines with "return" - i think these should be "exit"

 

i am seeing this message:

 

./edksetup.sh: line 149: return: can only `return' from a function or sourced script

 

original snippet: 

if [ $I -gt 0 ]
then
  return 1
fi
SourceEnv
unset SCRIPTNAME RECONFIG
return $?

suggested change:

if [ $I -gt 0 ]
then
  exit 1
fi
SourceEnv
unset SCRIPTNAME RECONFIG
exit $?

 fyi... i have to remove one of the references to HashServiceFix-64.efi to build the package...

 

 

\================= drivers64 mandatory ==================

[bUILD] AppleImageCodec-64
[bUILD] AppleKeyAggregator-64
[bUILD] AppleUITheme-64
[bUILD] FirmwareVolume-64
[bUILD] FSInject-64
[bUILD] SMCHelper-64
===================== drivers64 ========================
[bUILD] HashServiceFix-64
[bUILD] NvmExpressDxe-64
[bUILD] Ps2MouseDxe-64
[bUILD] UsbKbDxe-64
[bUILD] UsbMouseDxe-64
[bUILD] VBoxExt2-64
[bUILD] VBoxExt4-64
[bUILD] VBoxIso9600-64
[bUILD] XhciDxe-64
=============== drivers64 UEFI mandatory ===============
[bUILD] AppleImageCodec-64.UEFI
[bUILD] AppleKeyAggregator-64.UEFI
[bUILD] AppleUITheme-64.UEFI
[bUILD] DataHubDxe-64.UEFI
[bUILD] FirmwareVolume-64.UEFI
[bUILD] FSInject-64.UEFI
[bUILD] OsxFatBinaryDrv-64.UEFI
[bUILD] SMCHelper-64.UEFI
[bUILD] VBoxHfs-64.UEFI
=================== drivers64 UEFI =====================
[bUILD] CsmVideoDxe-64
[bUILD] EmuVariableUefi-64
[bUILD] HashServiceFix-64
Error can't add choice 'HashServiceFix-64': a choice with same name already exists.

Link to comment
Share on other sites

@tluck: I've done that too. Is it working now for you?

I've made the mistake to do a "./ebuild.sh -clean" for complete new compilation after xcode update to 8.1. Nothing worked anymore. Then i started from scratch but i always come to a halt with this error message

[....]
Building ... /Users/xxxx/src/edk2/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf [X64]
make: Nothing to be done for `tbuild'.
/Users/xxxx/src/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c:4020:29: error: implicit declaration of function 'ARRAY_SIZE' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    for (Index = 0; Index < ARRAY_SIZE (mVariableEntryProperty); Index++) {
                            ^
Building ... /Users/xxxx/src/edk2/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf [X64]
1 error generated.
make: *** [/Users/xxxx/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/Variable.obj] Error 1


build.py...
 : error 7000: Failed to execute command
	make tbuild [/Users/xxxx/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe]


build.py...
 : error 7000: Failed to execute command
	make tbuild [/Users/xxxx/src/edk2/Build/Clover/RELEASE_XCODE5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe]


build.py...
 : error F002: Failed to build module
	/Users/xxxx/src/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf [X64, XCODE5, RELEASE]

- Failed -
Build end time: 22:01:10, Oct.28 2016
Build total time: 00:00:09

Could anybody give me a hint? Where can I turn of the implicit-function-warning? Just retested with rev3883.

Link to comment
Share on other sites

@phi777 - the ARRAY_SIZE error is due to changes in edk2 variable.c beyond rev 22940 ( that's what version i am using - not sure when it changed exactly )

- which seems to mean the array_size.h definition is missing to define the macro.

anyway - revert edk2 to a earlier rev and you will be good to go. 

  • Like 1
Link to comment
Share on other sites

@phi777 - the ARRAY_SIZE error is due to changes in edk2 variable.c beyond rev 22940 ( that's what version i am using - not sure when it changed exactly )

- which seems to mean the array_size.h definition is missing to define the macro.

anyway - revert edk2 to a earlier rev and you will be good to go. 

It was this

for (Index = 0; Index < sizeof (mVariableEntryProperty) / sizeof (mVariableEntryProperty[0]); Index++) {

You may add somewhere here

#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))

Link to comment
Share on other sites

thanks a lot, it did the trick 3 times in

MdeModulePkg/Universal/EbcDxe/EbcExecute.c
MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c
MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c

and now it works with newest ed2k!

Link to comment
Share on other sites

the edksetup.sh script file in the edk2 directory has 2 lines with "return" - i think these should be "exit"

 

i am seeing this message:

 

./edksetup.sh: line 149: return: can only `return' from a function or sourced script

 

original snippet: 

if [ $I -gt 0 ]
then
  return 1
fi
SourceEnv
unset SCRIPTNAME RECONFIG
return $?

suggested change:

if [ $I -gt 0 ]
then
  exit 1
fi
SourceEnv
unset SCRIPTNAME RECONFIG
exit $?

 fyi... i have to remove one of the references to HashServiceFix-64.efi to build the package...

 

 

\================= drivers64 mandatory ==================

[bUILD] AppleImageCodec-64

[bUILD] AppleKeyAggregator-64

[bUILD] AppleUITheme-64

[bUILD] FirmwareVolume-64

[bUILD] FSInject-64

[bUILD] SMCHelper-64

===================== drivers64 ========================

[bUILD] HashServiceFix-64

[bUILD] NvmExpressDxe-64

[bUILD] Ps2MouseDxe-64

[bUILD] UsbKbDxe-64

[bUILD] UsbMouseDxe-64

[bUILD] VBoxExt2-64

[bUILD] VBoxExt4-64

[bUILD] VBoxIso9600-64

[bUILD] XhciDxe-64

=============== drivers64 UEFI mandatory ===============

[bUILD] AppleImageCodec-64.UEFI

[bUILD] AppleKeyAggregator-64.UEFI

[bUILD] AppleUITheme-64.UEFI

[bUILD] DataHubDxe-64.UEFI

[bUILD] FirmwareVolume-64.UEFI

[bUILD] FSInject-64.UEFI

[bUILD] OsxFatBinaryDrv-64.UEFI

[bUILD] SMCHelper-64.UEFI

[bUILD] VBoxHfs-64.UEFI

=================== drivers64 UEFI =====================

[bUILD] CsmVideoDxe-64

[bUILD] EmuVariableUefi-64

[bUILD] HashServiceFix-64

Error can't add choice 'HashServiceFix-64': a choice with same name already exists.

Where is this reference?

Link to comment
Share on other sites

Thanks, I had more simpler solution, just deleted obsolete copies of the "HashServiceFix-64.efi" and "UsbKbDxe-64.efi" from "drivers-Off/drivers64/" after building clover and ran makepkg.sh.

Yes, but they are not there by mistake, there's a commit for that: https://sourceforge.net/p/cloverefiboot/code/3883/#diff-23

..and are not obsolete.. someone wanted this (unless was a bad commit)

Link to comment
Share on other sites

Would it be hard to remove these error messages from the kernel load log output (they are missing on a real mac)?

"name" not a kext
"FailedCLUT" not a kext
"FailedImage" not a kext

I think this is comming from something that doesn't exist (yet), maybe it could be fed with good values?

Maybe it has something to do with this file https://opensource.apple.com/source/xnu/xnu-3789.1.32/pexpert/i386/pe_init.c ?

Link to comment
Share on other sites

Added ability to show HDA Controller name in the Clover GUI (Audio tuning subMenu)

 

HDA_CName.png

 

* harcoded names for HDA Controllers

* fixed zeroMem from previus commit (r3848)

* migrate all Audio related stuff from device_inject into dedicate 'class'

* cleanup

 

- Platform/device_inject.c

- Platform/device_inject.h

- Platform/hda.c

- Platform/hda.h

- Platform/Platform.h

- Platform/Setting.c

- refit.inf

- refit/main.c

- refit/menu.c

 

-> Clover_HDA_Controller_name.zip

 

THX Micky1979, Jolly and gengik84 for the test

 

already compiled source -> CLOVER_IA32_X64.zip

 

Cordially

 

ErmaC

  • Like 5
Link to comment
Share on other sites

Would it be hard to remove these error messages from the kernel load log output (they are missing on a real mac)?

"name" not a kext
"FailedCLUT" not a kext
"FailedImage" not a kext

I think this is comming from something that doesn't exist (yet), maybe it could be fed with good values?

Maybe it has something to do with this file https://opensource.apple.com/source/xnu/xnu-3789.1.32/pexpert/i386/pe_init.c ?

It is absent on real mac because he is not going to inject kexts from Clover. There is a bug in kernel sources but Apple will not correct it.

Link to comment
Share on other sites

Would it be hard to remove these error messages from the kernel load log output (they are missing on a real mac)?

"name" not a kext
"FailedCLUT" not a kext
"FailedImage" not a kext

I think this is comming from something that doesn't exist (yet), maybe it could be fed with good values?

Maybe it has something to do with this file https://opensource.apple.com/source/xnu/xnu-3789.1.32/pexpert/i386/pe_init.c ?

They are present on real mac

Link to comment
Share on other sites

pls, Line 120 in rEFIt_UEFI/Platform/hda.h

#define HDA_NVIDIA_GP104_2      HDA_MODEL_CONSTRUCT(NVIDIA, 0x10f0) // GeForce GTX 1070
#define HDA_NVIDIA_GM204_2      HDA_MODEL_CONSTRUCT(NVIDIA, 0x0fbb) // GeForce GTX 970

and Line 120 in rEFIt_UEFI/Platform/hda.c

    { HDA_NVIDIA_GP104_2,       "Pascal GP104-200" /*, 0, ? */ },
    { HDA_NVIDIA_GM204_2,       "Maxwell GP204-200" /*, 0, ? */ },

Gives attached picture, i think it's just cosmetic, can't test HDA sound on my side...

 

@savvamitrofanov

Not on the one I tested (funny the efi error while tables loading) :D

2016-10-29 15:56:03.708420+0200 0x0        Default     0x0                  0      kernel: PMAP: PCID enabled
2016-10-29 15:56:03.708423+0200 0x0        Default     0x0                  0      kernel: PMAP: Supervisor Mode Execute Protection enabled
2016-10-29 15:56:03.710623+0200 0x0        Default     0x0                  0      kernel: Darwin Kernel Version 16.1.0: Thu Oct 13 21:26:57 PDT 2016; root:xnu-3789.21.3~60/RELEASE_X86_64
2016-10-29 15:56:03.799671+0200 0x0        Default     0x0                  0      kernel: vm_page_bootstrap: 3991940 free pages and 169596 wired pages
2016-10-29 15:56:03.827174+0200 0x0        Default     0x0                  0      kernel: kext submap [0xffffff7f80a00000 - 0xffffff7fef200000], kernel text [0xffffff8000200000 - 0xffffff8000a00000]
2016-10-29 15:56:03.827178+0200 0x0        Default     0x0                  0      kernel: zone leak detection enabled
2016-10-29 15:56:03.827204+0200 0x0        Default     0x0                  0      kernel: "vm_compressor_mode" is 4
2016-10-29 15:56:03.827247+0200 0x0        Default     0x0                  0      kernel: multiq scheduler config: deep-drain 0, ceiling 47, depth limit 4, band limit 127, sanity check 0
2016-10-29 15:56:03.827250+0200 0x0        Default     0x0                  0      kernel: standard timeslicing quantum is 10000 us
2016-10-29 15:56:03.827251+0200 0x0        Default     0x0                  0      kernel: standard background quantum is 2500 us:
2016-10-29 15:56:03.827279+0200 0x0        Default     0x0                  0      kernel: WQ[wql_init]: init linktable with max:262144 elements (8388608 bytes)
2016-10-29 15:56:03.827287+0200 0x0        Default     0x0                  0      kernel: WQ[wqp_init]: init prepost table with max:262144 elements (8388608 bytes)
2016-10-29 15:56:03.827309+0200 0x0        Default     0x0                  0      kernel: mig_table_max_displ = 1
2016-10-29 15:56:03.897067+0200 0x0        Default     0x0                  0      kernel: TSC Deadline Timer supported and enabled
2016-10-29 15:56:03.897225+0200 0x65       Default     0x0                  0      kernel: kdp_core zlib memory 0x7000
2016-10-29 15:56:04.486960+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.486961+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.486964+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) RSDP 0x000000007AD8E014 000024 (v02 APPLE )
2016-10-29 15:56:04.486965+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) RSDP 0x000000007AD8E014 000024 (v02 APPLE )
2016-10-29 15:56:04.486966+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.486967+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.486984+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.486985+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.486987+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) XSDT 0x000000007AD8E1C0 00009C (v01 APPLE  Apple00  00000000      01000013)
2016-10-29 15:56:04.486988+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) XSDT 0x000000007AD8E1C0 00009C (v01 APPLE  Apple00  00000000      01000013)
2016-10-29 15:56:04.486991+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.486991+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.487038+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.487038+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.487040+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) FACP 0x000000007AD8C000 0000F4 (v05 APPLE  Apple00  00000000 Loki 0000005F)
2016-10-29 15:56:04.487041+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) FACP 0x000000007AD8C000 0000F4 (v05 APPLE  Apple00  00000000 Loki 0000005F)
2016-10-29 15:56:04.487044+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.487044+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.487083+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI BIOS Warning (bug):
2016-10-29 15:56:04.487084+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI BIOS Warning (bug):
2016-10-29 15:56:04.487086+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 32/64X length mismatch in FADT/Gpe0Block: 128/0
2016-10-29 15:56:04.487087+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 32/64X length mismatch in FADT/Gpe0Block: 128/0
2016-10-29 15:56:04.487089+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform)  (20140828/tbfadt-2ce)
2016-10-29 15:56:04.487090+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform)  (20140828/tbfadt-2ce)
2016-10-29 15:56:04.488879+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.488880+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.488882+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) DSDT 0x000000007AD80000 006C1F (v03 APPLE  MacBookP 00110002 INTL 20100915)
2016-10-29 15:56:04.488883+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) DSDT 0x000000007AD80000 006C1F (v03 APPLE  MacBookP 00110002 INTL 20100915)
2016-10-29 15:56:04.488885+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.488886+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.488898+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.488899+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.488901+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) FACS 0x000000007AD1C000 000040
2016-10-29 15:56:04.488901+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) FACS 0x000000007AD1C000 000040
2016-10-29 15:56:04.488903+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.488903+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.488921+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.488922+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.488924+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) HPET 0x000000007AD8B000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
2016-10-29 15:56:04.488925+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) HPET 0x000000007AD8B000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
2016-10-29 15:56:04.488927+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.488927+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.488954+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.488955+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.488956+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) APIC 0x000000007AD8A000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
2016-10-29 15:56:04.488957+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) APIC 0x000000007AD8A000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
2016-10-29 15:56:04.488960+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.488960+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.488978+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.488979+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.488981+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) SBST 0x000000007AD88000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
2016-10-29 15:56:04.488982+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) SBST 0x000000007AD88000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
2016-10-29 15:56:04.488984+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.488985+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.489005+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.489005+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.489007+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ECDT 0x000000007AD87000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
2016-10-29 15:56:04.489008+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ECDT 0x000000007AD87000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
2016-10-29 15:56:04.489010+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.489011+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.489043+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.489043+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.489045+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) SSDT 0x000000007AD7F000 00010B (v01 APPLE  SataAhci 00001000 INTL 20100915)
2016-10-29 15:56:04.489046+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) SSDT 0x000000007AD7F000 00010B (v01 APPLE  SataAhci 00001000 INTL 20100915)
2016-10-29 15:56:04.489048+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.489049+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.489066+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.489067+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.489069+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) SSDT 0x000000007AD7E000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20100915)
2016-10-29 15:56:04.489070+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) SSDT 0x000000007AD7E000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20100915)
2016-10-29 15:56:04.489072+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.489072+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.489196+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.489196+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.489198+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) SSDT 0x000000007AD7C000 000688 (v01 APPLE  SDUsbLpt 00001000 INTL 20100915)
2016-10-29 15:56:04.489199+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) SSDT 0x000000007AD7C000 000688 (v01 APPLE  SDUsbLpt 00001000 INTL 20100915)
2016-10-29 15:56:04.489201+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.489202+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.489220+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.489220+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.489222+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) SSDT 0x000000007AD79000 000032 (v01 APPLE  SsdtS3   00001000 INTL 20100915)
2016-10-29 15:56:04.489223+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) SSDT 0x000000007AD79000 000032 (v01 APPLE  SsdtS3   00001000 INTL 20100915)
2016-10-29 15:56:04.489226+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.489226+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.491833+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.491834+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.491836+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) SSDT 0x000000007AD64000 009E2C (v01 APPLE  TbtPEG11 00001000 INTL 20100915)
2016-10-29 15:56:04.491837+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) SSDT 0x000000007AD64000 009E2C (v01 APPLE  TbtPEG11 00001000 INTL 20100915)
2016-10-29 15:56:04.491839+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.491839+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.491867+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.491868+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.491869+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) SSDT 0x000000007AD63000 0000B8 (v01 APPLE  Sdxc     00001000 INTL 20100915)
2016-10-29 15:56:04.491870+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) SSDT 0x000000007AD63000 0000B8 (v01 APPLE  Sdxc     00001000 INTL 20100915)
2016-10-29 15:56:04.491873+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.491873+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.491999+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.491999+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.492001+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) SSDT 0x000000007AD61000 0006DE (v01 PmRef  Cpu0Ist  00003000 INTL 20100915)
2016-10-29 15:56:04.492002+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) SSDT 0x000000007AD61000 0006DE (v01 PmRef  Cpu0Ist  00003000 INTL 20100915)
2016-10-29 15:56:04.492004+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.492005+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.492206+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.492206+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.492208+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) SSDT 0x000000007AD60000 000B83 (v01 PmRef  CpuPm    00003000 INTL 20100915)
2016-10-29 15:56:04.492209+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) SSDT 0x000000007AD60000 000B83 (v01 PmRef  CpuPm    00003000 INTL 20100915)
2016-10-29 15:56:04.492212+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.492212+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.492231+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.492232+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.492234+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) MCFG 0x000000007AD89000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
2016-10-29 15:56:04.492235+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) MCFG 0x000000007AD89000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
2016-10-29 15:56:04.492237+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.492237+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.492262+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.492262+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.492264+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) DMAR 0x000000007AD5F000 000088 (v01 APPLE  HSW      00000001 AAPL 00000001)
2016-10-29 15:56:04.492265+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) DMAR 0x000000007AD5F000 000088 (v01 APPLE  HSW      00000001 AAPL 00000001)
2016-10-29 15:56:04.492267+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.492268+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) 
2016-10-29 15:56:04.522696+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.522696+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) ACPI:
2016-10-29 15:56:04.522698+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) All ACPI Tables successfully acquired
2016-10-29 15:56:04.522698+0200 0x70       Default     0x0                  0      kernel: (AppleACPIPlatform) All ACPI Tables successfully acquired

post-1175328-0-70758200-1477913473_thumb.jpg

  • Like 3
Link to comment
Share on other sites

×
×
  • Create New...