Sherlocks Posted October 11, 2016 Share Posted October 11, 2016 For Hibernate mode go directly to OS X login screen, I use this in my config.plist: <key>DefaultVolume</key> <string>El Capitan</string> <key>Timeout</key> <integer>0</integer> hibernate mode should be get clover gui after wake up. i didnt know this mode exactly. thanks thanks. Link to comment Share on other sites More sharing options...
Slice Posted October 11, 2016 Share Posted October 11, 2016 For Hibernate mode go directly to OS X login screen, I use this in my config.plist: <key>DefaultVolume</key> <string>El Capitan</string> <key>Timeout</key> <integer>0</integer> hibernate mode should be get clover gui after wake up. i didnt know this mode exactly. thanks thanks. Yes, it always go to Clover. But when timeout=0 the gui just didn't show. 1 Link to comment Share on other sites More sharing options...
Slice Posted October 11, 2016 Share Posted October 11, 2016 @Slice I'm attaching preboot/debug logs from Clover as well as: smbiosview pci memmap dmem and some other dumps from EFI I'm far from being a programmer but i've noticed this when I was just looking around in Clover debug: 0:100 0:000 === [ Get Smbios ] ======================================== 0:100 0:000 Total Memory Slots Count = 4 0:100 0:000 Type 17 Index = 0 0:100 0:000 SmbiosTable.Type17->Speed = 2133MHz 0:100 0:000 SmbiosTable.Type17->Size = 16384MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_A1 0:100 0:000 SmbiosTable.Type17->Vendor = Micron 0:100 0:000 SmbiosTable.Type17->SerialNumber = 12167707 0:100 0:000 SmbiosTable.Type17->PartNumber = 36ASF2G72PZ-2G1B1 0:100 0:000 Type 17 Index = 1 0:100 0:000 Ignoring insane frequency value 0MHz 0:100 0:000 SmbiosTable.Type17->Speed = 0MHz 0:100 0:000 SmbiosTable.Type17->Size = 0MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_A2 0:100 0:000 SmbiosTable.Type17->Vendor = <null string> 0:100 0:000 SmbiosTable.Type17->SerialNumber = <null string> 0:100 0:000 SmbiosTable.Type17->PartNumber = <null string> in Smbiosview ========================================================= Type=17, Handle=0x81 Dump Structure as: Index=129,Length=0x6D,Addr=0x7DB50332 00000000: 11 28 81 00 7C 00 FE FF-48 00 48 00 00 40 09 00 *.(......H.H..@..* 00000010: 01 02 1A 80 00 55 08 03-04 05 06 02 00 00 00 00 *.....U..........* 00000020: 55 08 00 00 00 00 00 00-44 49 4D 4D 5F 48 31 00 *U.......DIMM_H1.* 00000030: 4E 4F 44 45 20 34 00 4D-69 63 72 6F 6E 00 31 32 *NODE 4.Micron.12* 00000040: 31 36 37 38 35 37 00 44-49 4D 4D 5F 48 31 5F 41 *167857.DIMM_H1_A* 00000050: 73 73 65 74 54 61 67 00-33 36 41 53 46 32 47 37 *ssetTag.36ASF2G7* 00000060: 32 50 5A 2D 32 47 31 42-31 20 20 00 00 *2PZ-2G1B1 ..* Looks like index is different, sorry if/most likely I'm talking out of my a$$ without understanding {censored}. Also is there a way for a Clover to detect both CPUs? Thanks a lot, According to ACPI specification PC started always with one CPU so called boot-processor (BP). It is OS business to start others so called application processors (AP). I really don't know what to patch and where. 1 Link to comment Share on other sites More sharing options...
Allan Posted October 11, 2016 Share Posted October 11, 2016 hibernate mode should be get clover gui after wake up. i didnt know this mode exactly. I don't like in this way. If I have problems, I just press any key to go to Clover GUI and cancel the Hibernation mode. And what helped me to get full Hibernation is use OsxAptioFix2Drv-64.efi + Slide=XX (some value), in my case I use 100. Link to comment Share on other sites More sharing options...
Sherlocks Posted October 11, 2016 Share Posted October 11, 2016 I don't like in this way. If I have problems, I just press any key to go to Clover GUI and cancel the Hibernation mode. And what helped me to get full Hibernation is use OsxAptioFix2Drv-64.efi + Slide=XX (some value), in my case I use 100. me too. i dont like get clover gui when wakeup when automately sleep or manual sleep. latest clover hasn't "cancel hibernate mode" option. old gui has this option. instead of "Cancel hibernate mode", now i use NeverHibernate on Boot section in config.plist. What means? OsxAptioFix2Drv-64.efi + Slide=XX can i get no clover gui when wakeup with hibernate mode? Link to comment Share on other sites More sharing options...
Allan Posted October 11, 2016 Share Posted October 11, 2016 What means? OsxAptioFix2Drv-64.efi + Slide=XX can i get no clover gui when wakeup with hibernate mode? No, I'm just saying that what helped me to get full Hibernation mode, it's using this values. I don't know if will work for you too. But you can test Link to comment Share on other sites More sharing options...
Slice Posted October 12, 2016 Share Posted October 12, 2016 latest clover hasn't "cancel hibernate mode" option. old gui has this option. instead of "Cancel hibernate mode", now i use NeverHibernate on Boot section in config.plist. I have to repeat. Clover has "cancel hibernate". You must UNCHECK "Hibernate wake" and then choose "Boot with selected options". Link to comment Share on other sites More sharing options...
phi777 Posted October 12, 2016 Share Posted October 12, 2016 Hello,rev3793 is not working for me, no grafik driver is loaded, whatever I do, just apple stock one.rev 3773 works great. only difference in boot.log is:in 3773:Using smbios.plist at path: EFI\CLOVER\smbios.plist, Status=Not Found... boot with args: ó // <- really strange character over there..., don't know where it's comming from, but everything works BootOption of the entry is empty in 3793:Using smbios.plist at path: EFI\CLOVER\smbios.plist // <- But there is no file... boot with args: <null string> BootVariable of the entry is empty diff 3782_works.log-striped.txt 3784_not_working.log-striped.txt 1c1 < MemLog inited, TSC freq: 3403344446 --- > MemLog inited, TSC freq: 3403346046 3,4c3,4 < Now is 12.10.2016, 9:5:42 (GMT) < Starting Clover revision: 3782 on American Megatrends EFI --- > Now is 12.10.2016, 9:1:30 (GMT) > Starting Clover revision: 3784 on American Megatrends EFI 198c198 < Calibrated TSC frequency =3403344446 =3403MHz --- > Calibrated TSC frequency =3403346046 =3403MHz 295c295 < BootOption of the entry is empty --- > BootVariable of the entry is empty 448a449 > Blocking kext caches 457c458 < Custom boot is disabled --- > Custom boot screen not used because entry has unset use graphics UPDATE: 3779 and 3782 work, from 3783 on it's broken for me, hope that helps Link to comment Share on other sites More sharing options...
Slice Posted October 12, 2016 Share Posted October 12, 2016 Did you use custom entries? Did you start linux? Link to comment Share on other sites More sharing options...
Sherlocks Posted October 12, 2016 Share Posted October 12, 2016 I have to repeat. Clover has "cancel hibernate". You must UNCHECK "Hibernate wake" and then choose "Boot with selected options".I know. But if i dont use hibernate setting like hibernate mode=3, you said uncheck hibernate wake is black screen. Never wake up before use Neverhibernate option on boot section in plist. If i use hibernate 29 like you said, yes uncheck no problem. I can get osx with hibernate. After change Clover GUI, i never success "cancel hibernate wake". I already report this long time ago. I know clover detect hibernate determin. But its not operate like old gui. 나의 LG-F410S 의 Tapatalk에서 보냄 I have to repeat. Clover has "cancel hibernate". You must UNCHECK "Hibernate wake" and then choose "Boot with selected options".Can i check code? I hope help you. 나의 LG-F410S 의 Tapatalk에서 보냄 Link to comment Share on other sites More sharing options...
phi777 Posted October 12, 2016 Share Posted October 12, 2016 just one note, but very good news:if i use/rEFIt_UEFI/Platform/Settings.c/rEFIt_UEFI/refit/menu.cfrom 3782 then 3796 works (but I just tested copying BOOTX64.efi and CLOVERX64.efi, didn't copy kexts or drivers, is this a problem?).With every test i used "without caches" and "with injected kexts", nothing else and no linux boot. I think something here https://sourceforge.net/p/cloverefiboot/code/3783/#diff-2 makes the nvidia driver broken. Link to comment Share on other sites More sharing options...
Slice Posted October 12, 2016 Share Posted October 12, 2016 I think it is just zero pointer dereferencing. Corrected in 3797. Thanks for testing! I know. But if i dont use hibernate setting like hibernate mode=3, you said uncheck hibernate wake is black screen. Never wake up before use Neverhibernate option on boot section in plist.If i use hibernate 29 like you said, yes uncheck no problem. I can get osx with hibernate.After change Clover GUI, i never success "cancel hibernate wake". I already report this long time ago.I know clover detect hibernate determin. But its not operate like old gui.나의 LG-F410S 의 Tapatalk에서 보냄Can i check code? I hope help you.나의 LG-F410S 의 Tapatalk에서 보냄 Did you understand me? Link to comment Share on other sites More sharing options...
Sherlocks Posted October 12, 2016 Share Posted October 12, 2016 I think it is just zero pointer dereferencing. Corrected in 3797. Thanks for testing! Did you understand me? screenshot6.png ofc. already all test. but there is still no lucky. if my ssd has hibernated. clover already unchecked hibernate wake. i dont touch anything. Link to comment Share on other sites More sharing options...
Sherlocks Posted October 12, 2016 Share Posted October 12, 2016 @Slice r3799 build has no get gui for korean users. r3798(Not sure r3799) commit causes force reboot if i use lang "ko" and dont have korean font Happen bugs like before.나의 LG-F410S 의 Tapatalk에서 보냄 Link to comment Share on other sites More sharing options...
stehor Posted October 12, 2016 Share Posted October 12, 2016 timer is broken in 3799 with LastBootedVolume Link to comment Share on other sites More sharing options...
Slice Posted October 12, 2016 Share Posted October 12, 2016 @Slice r3799 build has no get gui for korean users. r3798(Not sure r3799) commit causes force reboot if i use lang "ko" and dont have korean font Happen bugs like before. 나의 LG-F410S 의 Tapatalk에서 보냄 If Korean font is not found then embedded will be used, english letters only. No way to live without font if (!NewImage) { //then take from common font folder fontFilePath = PoolPrint(L"%s\\%s", commonFontDir, isKorean ? L"FontKorean.png" : GlobalConfig.FontFileName); NewImage = egLoadImage(SelfRootDir, fontFilePath, TRUE); //else use embedded if (!NewImage) { MsgLog("Font %s is not loaded, using embedded\n", fontFilePath); NewImage = egDecodePNG(&emb_font_data[0], sizeof(emb_font_data), TRUE); } FreePool(fontFilePath); } timer is broken in 3799 with LastBootedVolume Same for any other revision? Because nvram didn't contain efi-boot-device. Goto to Control Panels ->Startup and choose a volume to start. Link to comment Share on other sites More sharing options...
phi777 Posted October 12, 2016 Share Posted October 12, 2016 with 3799 I have the problem of using the basic osx framebuffer drivers with nvidia. on nvidiapref plane you can switch with one button from osx drivers to nvidia drivers. which adds nvda_drv=1 to nvram, i can clearly see it befor rebooting with "nvram -xp" has alsways worked up to 3782. just now i tested with the clover option to add this (should have tried this long ago) and then everything works, just the normal nvram methon (i don't use any kext/driver for nvram) doesn't work anymore... from boot.log i saw the nvram dump got moved upwards / more to the beginning. something happend here. i think other problems like not waking up correctly origin from the same (maybe "//remove unchecked options" in menu.c overrides nvram setting???) . Link to comment Share on other sites More sharing options...
Sherlocks Posted October 12, 2016 Share Posted October 12, 2016 If Korean font is not found then embedded will be used, english letters only. No way to live without font if (!NewImage) { //then take from common font folder fontFilePath = PoolPrint(L"%s\\%s", commonFontDir, isKorean ? L"FontKorean.png" : GlobalConfig.FontFileName); NewImage = egLoadImage(SelfRootDir, fontFilePath, TRUE); //else use embedded if (!NewImage) { MsgLog("Font %s is not loaded, using embedded\n", fontFilePath); NewImage = egDecodePNG(&emb_font_data[0], sizeof(emb_font_data), TRUE); } FreePool(fontFilePath); } Same for any other revision? Because nvram didn't contain efi-boot-device.Goto to Control Panels ->Startup and choose a volume to start. Yes but its not working my laptop. Your new code are not flexible working now. I will try to compared code and find issue. Will report 나의 LG-F410S 의 Tapatalk에서 보냄 Link to comment Share on other sites More sharing options...
Slice Posted October 13, 2016 Share Posted October 13, 2016 @Slice r3799 build has no get gui for korean users. r3798(Not sure r3799) commit causes force reboot if i use lang "ko" and dont have korean font Happen bugs like before. 나의 LG-F410S 의 Tapatalk에서 보냄 OK, your revision is 3800. with 3799 I have the problem of using the basic osx framebuffer drivers with nvidia. on nvidiapref plane you can switch with one button from osx drivers to nvidia drivers. which adds nvda_drv=1 to nvram, i can clearly see it befor rebooting with "nvram -xp" has alsways worked up to 3782. just now i tested with the clover option to add this (should have tried this long ago) and then everything works, just the normal nvram methon (i don't use any kext/driver for nvram) doesn't work anymore... from boot.log i saw the nvram dump got moved upwards / more to the beginning. something happend here. i think other problems like not waking up correctly origin from the same (maybe "//remove unchecked options" in menu.c overrides nvram setting???) . You should take into account that Apple/Nvidia change rules for Nvidia Web Drivers. Up to system 10.11 there was boot-args="nvda_drv=1" that you can set from Details Menu. With system 10.12 (macOS Sierra) there is new rule nvda_drv %31 It is not boot-args, it is separate NVRAM variable that you can set in Options->System Variables It is not me who change the rule. 1 Link to comment Share on other sites More sharing options...
Sherlocks Posted October 13, 2016 Share Posted October 13, 2016 OK, your revision is 3800. You should take into account that Apple/Nvidia change rules for Nvidia Web Drivers. Up to system 10.11 there was boot-args="nvda_drv=1" that you can set from Details Menu. With system 10.12 (macOS Sierra) there is new rule nvda_drv %31 It is not boot-args, it is separate NVRAM variable that you can set in Options->System Variables It is not me who change the rule. r3800 is solved. attached boot.log thanks i wonder if i use lang "ko" Sets language of Clover's help menu, that can be accessed with shortcut F1. Furthermore, this setting is passed to the OS and can have an influence on the language. if i dont have kor font file, clover change english. does it affect osx or recovery lang? Link to comment Share on other sites More sharing options...
AsusFreak Posted October 13, 2016 Share Posted October 13, 2016 Updating Clover? Since r3781 (I think) every time I update Clover the installer deletes existing themes, changes config.plist/GUI/Themes to "embedded" so i have reinstall the theme and edit config, surely this can't be intentional. I decided I might have a problem in the src folder so deleted it and rebuilt it with Mickey's 4.05 script, same result... So for a test I did a clean install on another box and installed r3790. Updated to r3800 and had the same results, surely updates don't require reinstalling the theme and a config.plist edit, I must be missing something... All comments welcome, thanks. Link to comment Share on other sites More sharing options...
artur_pt Posted October 13, 2016 Share Posted October 13, 2016 ofc. already all test. but there is still no lucky. if my ssd has hibernated. clover already unchecked hibernate wake. i dont touch anything. hello something with me .. if in clover gui show hibernate state to boot .. the hibernate wake is unchecked .. and boot the hibernate image .. with selected boot options menu and screen.. if i check hibernate wake .. same behavior ... thanks Link to comment Share on other sites More sharing options...
Slice Posted October 13, 2016 Share Posted October 13, 2016 Hi Slice with 3799 if you have two config.plist is not working if you have two different fakecpuid (win Always that one inside config.plist) Same thing for others parameters like kernel patch o kext to patch The idea of dynamic changing config.plist is very attractive but it is very complex in realization because all setting already taken and already applied. Link to comment Share on other sites More sharing options...
Fljagd Posted October 13, 2016 Share Posted October 13, 2016 Thank Clover Team all is perfect with 3800 on my X99 Last login: Thu Oct 13 10:10:13 on consoleMac-Pro-de-Fljagd:~ fljagd$ bdmesg0:100 0:100 MemLog inited, TSC freq: 32999976490:100 0:0000:100 0:000 Now is 13.10.2016, 8:9:52 (GMT)0:100 0:000 Starting Clover revision: 3800 on American Megatrends EFI0:100 0:000 Build with: [Args: -x64 -D NO_GRUB_DRIVERS_EMBEDDED -D CHECK_FLAGS -t XCODE5 | -D NO_GRUB_DRIVERS_EMBEDDED -D CHECK_FLAGS -D USE_LOW_EBDA -a X64 -b RELEASE -t XCODE5 -n 13 | OS: 10.12 | XCODE: 8.0]0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x3,0xFFFF,0x0)\HD(1,GPT,0A2A3BFE-C3AC-4090-A736-7453B3238CE2,0x28,0x64000) @C7E358180:100 0:000 SelfDirPath = \EFI\BOOT0:102 0:002 === [ Get Smbios ] ========================================0:103 0:000 Type 16 Index = 00:103 0:000 Total Memory Slots Count = 80:103 0:000 Type 17 Index = 00:103 0:000 SmbiosTable.Type17->Speed = 2666MHz0:103 0:000 SmbiosTable.Type17->Size = 4096MB0:103 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_A10:103 0:000 SmbiosTable.Type17->Vendor = G-Skill0:103 0:000 SmbiosTable.Type17->SerialNumber = 000000000:103 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR0:103 0:000 Type 17 Index = 10:103 0:000 SmbiosTable.Type17->Speed = 2666MHz0:103 0:000 SmbiosTable.Type17->Size = 4096MB0:103 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_A20:103 0:000 SmbiosTable.Type17->Vendor = G-Skill0:103 0:000 SmbiosTable.Type17->SerialNumber = 000000000:103 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR0:103 0:000 Type 17 Index = 20:103 0:000 SmbiosTable.Type17->Speed = 2666MHz0:103 0:000 SmbiosTable.Type17->Size = 4096MB0:103 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_B10:103 0:000 SmbiosTable.Type17->Vendor = G-Skill0:103 0:000 SmbiosTable.Type17->SerialNumber = 000000000:103 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR0:103 0:000 Type 17 Index = 30:103 0:000 SmbiosTable.Type17->Speed = 2666MHz0:103 0:000 SmbiosTable.Type17->Size = 4096MB0:103 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_B20:103 0:000 SmbiosTable.Type17->Vendor = G-Skill0:103 0:000 SmbiosTable.Type17->SerialNumber = 000000000:103 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR0:103 0:000 Type 17 Index = 40:103 0:000 Ignoring insane frequency value 0MHz0:103 0:000 SmbiosTable.Type17->Speed = 0MHz0:103 0:000 SmbiosTable.Type17->Size = 0MB0:103 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_C10:103 0:000 SmbiosTable.Type17->Vendor = 0:103 0:000 SmbiosTable.Type17->SerialNumber = 0:103 0:000 SmbiosTable.Type17->PartNumber = 0:103 0:000 Type 17 Index = 50:103 0:000 Ignoring insane frequency value 0MHz0:103 0:000 SmbiosTable.Type17->Speed = 0MHz0:103 0:000 SmbiosTable.Type17->Size = 0MB0:103 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_C20:103 0:000 SmbiosTable.Type17->Vendor = 0:103 0:000 SmbiosTable.Type17->SerialNumber = 0:103 0:000 SmbiosTable.Type17->PartNumber = 0:103 0:000 Type 17 Index = 60:103 0:000 Ignoring insane frequency value 0MHz0:103 0:000 SmbiosTable.Type17->Speed = 0MHz0:103 0:000 SmbiosTable.Type17->Size = 0MB0:103 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_D10:103 0:000 SmbiosTable.Type17->Vendor = 0:103 0:000 SmbiosTable.Type17->SerialNumber = 0:103 0:000 SmbiosTable.Type17->PartNumber = 0:103 0:000 Type 17 Index = 70:103 0:000 Ignoring insane frequency value 0MHz0:103 0:000 SmbiosTable.Type17->Speed = 0MHz0:103 0:000 SmbiosTable.Type17->Size = 0MB0:103 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_D20:103 0:000 SmbiosTable.Type17->Vendor = 0:103 0:000 SmbiosTable.Type17->SerialNumber = 0:103 0:000 SmbiosTable.Type17->PartNumber = 0:103 0:000 Boot status=00:103 0:000 Running on: 'All Series' with board 'X99-A'0:103 0:000 === [ GetCPUProperties ] ==================================0:103 0:000 CPU Vendor = 756E6547 Model=306F20:103 0:000 got cores from CPUID_1 = 00:103 0:000 The CPU supported turbo0:103 0:000 BrandString = Intel® Core i7-5820K CPU @ 3.30GHz0:103 0:000 MSR 0xE2 before patch 000004000:103 0:000 MSR 0xE4 000104140:103 0:000 MSR 0xCE 20080C3B_F38121000:103 0:000 MSR 0x1B0 000000000:103 0:000 FSBFrequency=100MHz DMIvalue=100000kHz0:103 0:000 Corrected FSBFrequency=100MHz0:103 0:000 Vendor/Model/Stepping: 0x756E6547/0x3F/0x20:103 0:000 Family/ExtFamily: 0x6/0x00:103 0:000 MaxDiv/MinDiv: 33.0/120:103 0:000 Turbo: 43/43/43/430:103 0:000 Features: 0xBFEBFBFF0:103 0:000 Threads: 120:103 0:000 Cores: 60:103 0:000 FSB: 100 MHz0:103 0:000 CPU: 3300 MHz0:103 0:000 TSC: 3300 MHz0:103 0:000 PIS: 400 MHz0:103 0:000 === [ GetDevices ] ========================================0:103 0:000 PCI (00|00:03.00) : 8086 2F08 class=0604000:103 0:000 PCI (00|01:00.00) : 1002 679A class=0300000:103 0:000 - GFX: Model=AMD Radeon HD 7950/8950/R9 280 (ATI/AMD)0:103 0:000 PCI (00|01:00.01) : 1002 AAA0 class=0403000:103 0:000 - HDMI Audio:0:103 0:000 PCI (00|00:01.00) : 8086 2F02 class=0604000:103 0:000 PCI (00|00:01.01) : 8086 2F03 class=0604000:103 0:000 PCI (00|00:00.00) : 8086 2F00 class=0600000:103 0:000 PCI (00|00:05.00) : 8086 2F28 class=0880000:103 0:000 PCI (00|00:05.01) : 8086 2F29 class=0880000:103 0:000 PCI (00|00:05.02) : 8086 2F2A class=0880000:103 0:000 PCI (00|00:05.04) : 8086 2F2C class=0800200:103 0:000 PCI (00|00:05.06) : FFFF FFFF class=FFFFFF0:103 0:000 PCI (00|00:1F.00) : 8086 8D47 class=0601000:103 0:000 PCI (00|00:1F.02) : 8086 8D02 class=0106010:103 0:000 PCI (00|00:1F.03) : 8086 8D22 class=0C05000:103 0:000 PCI (00|00:1F.06) : FFFF FFFF class=FFFFFF0:103 0:000 PCI (00|00:11.00) : 8086 8D7C class=FF00000:103 0:000 PCI (00|00:11.04) : 8086 8D62 class=0106010:103 0:000 PCI (00|00:14.00) : 8086 8D31 class=0C03300:103 0:000 PCI (00|00:16.00) : 8086 8D3A class=0780000:103 0:000 PCI (00|00:16.01) : FFFF FFFF class=FFFFFF0:103 0:000 PCI (00|00:16.02) : FFFF FFFF class=FFFFFF0:103 0:000 PCI (00|00:16.03) : FFFF FFFF class=FFFFFF0:103 0:000 PCI (00|00:19.00) : 8086 15A1 class=0200000:103 0:000 - LAN: 0 Vendor=Intel0:103 0:000 PCI (00|00:1A.00) : 8086 8D2D class=0C03200:103 0:000 PCI (00|00:1B.00) : 8086 8D20 class=0403000:103 0:000 PCI (00|00:1C.00) : 8086 8D10 class=0604000:103 0:000 PCI (00|00:1C.04) : 8086 8D18 class=0604000:103 0:000 PCI (00|05:00.00) : 1B21 1142 class=0C03300:103 0:000 PCI (00|00:1D.00) : 8086 8D26 class=0C03200:103 0:000 === [ GetDefaultSettings ] ================================0:103 0:000 Clover load options size = 0 bytes0:106 0:002 EFI\CLOVER\config.plist loaded: Success0:106 0:000 === [ GetListOfThemes ] ===================================0:107 0:001 - [00]: CrispyOSX0:109 0:001 - [01]: BGM0:113 0:004 - [02]: embedded0:114 0:000 - [02]: metal0:116 0:002 - [03]: random0:117 0:000 === [ Found config plists ] ===============================0:117 0:000 - config.plist0:117 0:000 === [ GetEarlyUserSettings ] ==============================0:117 0:000 timeout set to 50:117 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0)0:133 0:015 KextsToPatch: 10 requested0:137 0:004 - [00]: AppleGraphicsDevicePolicy (Brumbaer's GDP Patch 2) :: BinPatch :: data len: 70:155 0:017 - [01]: AppleUSBXHCIPCI (usb 3 limit 10.12) :: MatchOS: 10.12.x :: BinPatch :: data len: 70:183 0:028 - [02]: AppleUSBXHCIPCI (usb 3 limit 10.12) :: MatchOS: 10.12.x :: BinPatch :: data len: 70:205 0:022 - [03]: AppleGraphicsDevicePolicy (Brumbaer's GDP Patch 3) :: BinPatch :: data len: 80:222 0:017 - [04]: AppleUSBXHCIPCI (usb 3 limit 10.11) :: MatchOS: 10.11.x :: BinPatch :: data len: 70:244 0:021 - [05]: AppleGraphicsDevicePolicy (Brumbaer's GDP Patch 1) :: BinPatch :: data len: 50:262 0:017 - [06]: AppleGraphicsDevicePolicy (Brumbaer's GDP Patch 5) :: BinPatch :: data len: 150:285 0:023 - [07]: IOAHCIBlockStorage (Trim) :: MatchOS: 10.11.x,10.12.x :: BinPatch :: data len: 110:307 0:021 - [08]: IOAHCIBlockStorage (Trim) :: MatchOS: 10.11.x,10.12.x :: BinPatch :: data len: 110:329 0:021 - [09]: AppleGraphicsDevicePolicy (Brumbaer's GDP Patch 4) :: BinPatch :: data len: 100:347 0:017 KernelToPatch: 6 requested0:351 0:004 - [00]: NoLabel :: MatchOS: 10.11.x :: data len: 280:369 0:017 - [01]: NoLabel :: MatchOS: 10.12.x :: data len: 90:393 0:023 - [02]: NoLabel :: MatchOS: 10.12.x :: data len: 280:410 0:017 - [03]: NoLabel :: MatchOS: 10.12.x :: data len: 60:428 0:017 - [04]: NoLabel :: MatchOS: 10.11.x :: data len: 90:445 0:017 - [05]: NoLabel :: MatchOS: 10.11.x :: data len: 60:463 0:017 Default theme: CrispyOSX0:469 0:005 Hiding entries with string BOOTX64.EFI0:473 0:004 Hiding entries with string Recovery0:478 0:004 Hiding entries with string windows0:488 0:010 === [ LoadDrivers ] =======================================0:669 0:180 Loading DataHubDxe-64.efi status=Success0:683 0:014 Loading EmuVariableUefi-64.efi status=Success0:697 0:013 EmuVariableUefi Initialize: VariableCommonInitialize = Success, orig services stored, install gEmuVariableControlProtocolGuid = Success0:714 0:017 Loading FSInject-64.efi status=Success0:728 0:013 Loading OsxFatBinaryDrv-64.efi status=Success0:742 0:014 Loading PartitionDxe-64.efi status=Success0:761 0:019 - driver needs connecting0:766 0:004 Loading HFSPlus.efi status=Success0:779 0:013 - driver needs connecting0:784 0:004 Loading OsxAptioFix2Drv-free2000.efi status=Success0:798 0:014 2 drivers needs connecting ...0:802 0:004 PlatformDriverOverrideProtocol not found. Installing ... Success0:811 0:008 Partition driver loaded: CD disconnect Success0:825 0:013 HFS+ driver loaded0:829 0:004 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok1:091 0:261 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success1:123 0:031 === [ InitScreen ] ========================================1:308 0:185 SetScreenResolution: 1920x1080 - already set1:317 0:008 Console modes reported: 4, available modes:1:321 0:004 - [01]: 80x25 (current mode)1:326 0:004 - [02]: 80x501:330 0:004 - [03]: 100x311:334 0:004 - [04]: 240x561:345 0:010 reinit: self device path=PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x3,0xFFFF,0x0)\HD(1,GPT,0A2A3BFE-C3AC-4090-A736-7453B3238CE2,0x28,0x64000)1:350 0:004 Using embedded font: Success1:355 0:005 === [ GetMacAddress ] =====================================1:527 0:172 MAC address of LAN #0= 30:5A:3A:57:61:82:1:562 0:035 === [ ScanSPD ] ===========================================1:762 0:200 SMBus device : 8086 8D22 class=0C0500 status=Success1:767 0:004 SMBus CmdReg: 0x11:777 0:010 Scanning SMBus [8086:8D22], mmio: 0xFBF3C004, ioport: 0x580, hostc: 0x11:782 0:004 Slots to scan [8]...1:787 0:005 === [ GetAcpiTablesList ] =================================1:942 0:154 Get Acpi Tables List from RSDT:1:951 0:008 - [00]: FACP A M I len=1321:955 0:004 - [01]: APIC A M I len=2561:960 0:004 - [02]: FPDT A M I len=681:964 0:004 - [03]: FIDT A M I len=1561:969 0:004 - [04]: MCFG A M I len=601:973 0:004 - [05]: ASF! HCG len=1601:983 0:010 - [06]: SSDT SataTabl len=8771:988 0:004 - [07]: UEFI A M I len=661:992 0:004 - [08]: HPET A M I len=561:997 0:004 - [09]: MSCT A M I len=1442:001 0:004 - [10]: SLIT A M I len=452:005 0:004 - [11]: SRAT A M I len=44402:010 0:004 - [12]: WDDT A M I len=642:014 0:004 - [13]: SSDT PmMgt len=852092:019 0:004 - [14]: VFCT A M I len=656682:023 0:004 - [15]: BGRT A M I len=562:027 0:004 Calibrated TSC frequency =3299997649 =3299MHz2:038 0:010 === [ GetUserSettings ] ===================================2:201 0:163 USB FixOwnership: yes2:206 0:004 Dropping 3 tables:2:210 0:004 - [00]: Drop table signature="SSDT" (54445353) table-id="Cpu0Ist" (0074734930757043)2:285 0:074 - set table: 54445353, 74734930757043 to drop: no2:294 0:008 - [01]: Drop table signature="SSDT" (54445353) table-id="CpuPm" (0000006D50757043)2:360 0:065 - set table: 54445353, 6D50757043 to drop: no2:375 0:014 - [02]: Drop table signature="DMAR" (52414D44)2:410 0:035 - set table: 52414D44, 0 to drop: no2:419 0:008 - final DSDT Fix mask=904000002:423 0:004 EnableC6: yes2:427 0:004 QPI: 100MHz2:432 0:004 Using smbios.plist at path: EFI\CLOVER\smbios.plist2:437 0:005 === [ ScanVolumes ] =======================================2:619 0:181 Found 13 volumes with blockIO2:623 0:004 - [00]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)2:640 0:016 - [01]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0xFFFF,0x0)2:649 0:008 Found optical drive2:653 0:004 - [02]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(1,GPT,E306BFEC-2CD4-47F2-B260-BC8AF4736067,0x28,0x64000)2:663 0:009 Result of bootcode detection: bootable unknown (legacy)2:667 0:004 - [03]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A,0x64028,0xDDFAC40)2:677 0:009 - [04]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(3,GPT,27798B1C-2997-452F-A8F6-31FC9B5A44BD,0xDE5EC68,0x135F20)2:692 0:015 hiding this volume2:696 0:004 - [05]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0)2:706 0:009 - [06]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x3,0xFFFF,0x0)2:715 0:009 - [07]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0)\HD(1,GPT,B1650157-FE7D-492F-AC4C-7B333B79F801,0x28,0x64000)2:725 0:009 Result of bootcode detection: bootable unknown (legacy)2:756 0:031 - [08]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0)\HD(2,GPT,9128246A-7393-40AC-BB96-75465F7DE11D,0x64028,0xA30723F8)2:766 0:009 - [09]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0)\HD(3,GPT,63C4321E-4CF1-4831-93BC-0B8AC34F5751,0xA3116420,0x45CB2468)2:775 0:009 - [10]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x3,0xFFFF,0x0)\HD(1,GPT,0A2A3BFE-C3AC-4090-A736-7453B3238CE2,0x28,0x64000)2:785 0:009 Result of bootcode detection: bootable unknown (legacy)2:795 0:010 This is SelfVolume !!2:800 0:004 - [11]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,F9EB2C88-4756-4B60-B231-6CDC92DABA9E,0x64028,0x1BD8A540)2:809 0:009 - [12]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x3,0xFFFF,0x0)\HD(3,GPT,69789CCA-F8B6-4C40-AE30-89A595B6863B,0x1BDEE568,0x135F20)2:819 0:009 hiding this volume2:826 0:007 Loading nvram.plist from Vol 'El Capitan' - loaded, size=53592:837 0:010 === [ PutNvramPlistToRtVars ] =============================2:980 0:142 Skipping EmuVariableUefiPresent2:985 0:004 === [ InitTheme ] =========================================3:174 0:189 Using theme 'CrispyOSX' (EFI\CLOVER\themes\CrispyOSX)3:179 0:004 theme CrispyOSX defined in NVRAM found and theme.plist parsed3:183 0:004 OS main and drive as badge3:188 0:005 Loading font from ThemeDir: Success3:193 0:004 Choosing theme CrispyOSX3:197 0:004 after NVRAM boot-args=npci=0x20003:202 0:004 === [ Dump SMC keys from NVRAM ] ==========================3:331 0:129 no AppleSMC protocol3:336 0:004 fakesmc-key-CLKH-{clh:00 00 70 80 00 01 19 403:380 0:044 fakesmc-key-CLKT-ui32:00 00 B0 A93:407 0:026 fakesmc-key-MSDW-ui8:013:420 0:013 fakesmc-key-NATJ-ui8:003:433 0:013 fakesmc-key-NATi-ui16:00 003:450 0:017 fakesmc-key-NTOK-ui8:013:464 0:013 === [ ScanLoader ] ========================================3:650 0:186 - [02]: 'EFI'3:668 0:017 - [03]: 'Sierra'3:686 0:018 AddLoaderEntry for Volume Name=Sierra3:692 0:006 Check if volume Is Hibernated:3:697 0:004 Check sleep image 'by signature':3:706 0:009 read prefs \Library\Preferences\com.apple.PowerManagement.plist status=Success3:710 0:004 using default sleep image name = \private\var\vm\sleepimage3:717 0:006 Reading first 512 bytes of sleepimage ...3:721 0:004 OurBlockIoRead: Lba=16FD5D8, Offset=2DFABB000 (BlockSize=512)3:726 0:004 sig lion: 03:736 0:010 sig snow: 03:741 0:004 no valid sleep image offset was found3:745 0:004 Reading completed -> Success3:749 0:004 sleepimage offset could not be acquired3:754 0:004 hibernated: no - sign3:759 0:004 [!] Icon 17 (icons\vol_internal_hfs.icns) not found (path: EFI\CLOVER\themes\CrispyOSX)3:769 0:010 - [04]: 'Recovery HD', hidden3:778 0:008 - [07]: 'EFI'3:793 0:015 - [08]: 'Stockage'3:807 0:014 - [09]: 'Time Machine'3:822 0:015 - [10]: 'EFI'3:843 0:020 - [11]: 'El Capitan'3:855 0:012 AddLoaderEntry for Volume Name=El Capitan3:863 0:007 Check if volume Is Hibernated:3:867 0:004 Check sleep image 'by signature':3:878 0:010 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success3:882 0:004 SleepImage name from pref: ImageVolume = 'El Capitan', ImageName = '\private\var\vm\sleepimage'3:888 0:006 Reading first 512 bytes of sleepimage ...3:899 0:010 OurBlockIoRead: Lba=13624048, Offset=26C4809000 (BlockSize=512)3:904 0:004 sig lion: 03:908 0:004 sig snow: 03:913 0:004 no valid sleep image offset was found3:917 0:004 Reading completed -> Success3:921 0:004 sleepimage offset could not be acquired3:926 0:004 hibernated: no - sign3:937 0:010 - [12]: 'Recovery HD', hidden3:946 0:008 Scanning legacy ...3:950 0:004 0: 'Whole Disc Boot' (legacy) not legacy3:959 0:008 1: 'Whole Disc Boot' (legacy) not legacy3:974 0:014 2: 'EFI' (legacy) not legacy3:982 0:008 3: 'Sierra' (legacy) not legacy3:991 0:008 4: 'Recovery HD' (legacy) not legacy4:000 0:008 5: 'Whole Disc Boot' (legacy) not legacy4:009 0:008 6: 'Whole Disc Boot' (legacy) not legacy4:018 0:008 7: 'EFI' (legacy) not legacy4:026 0:008 8: 'Stockage' (legacy) not legacy4:035 0:008 9: 'Time Machine' (legacy) not legacy4:044 0:008 10: 'EFI' (legacy) not legacy4:053 0:008 11: 'El Capitan' (legacy) not legacy4:068 0:014 12: 'Recovery HD' (legacy) not legacy4:076 0:008 === [ AddCustomTool ] =====================================4:248 0:171 found tool \EFI\CLOVER\tools\Shell64U.efi4:253 0:004 Checking EFI partition Volume 2 for Clover4:257 0:004 Checking EFI partition Volume 7 for Clover4:262 0:004 Checking EFI partition Volume 10 for Clover4:266 0:004 Found Clover4:271 0:004 EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored4:290 0:019 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success4:322 0:031 === [ GetEfiBootDeviceFromNvram ] =========================4:442 0:119 Default boot entry not found4:446 0:004 EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored4:459 0:013 DefaultIndex=-1 and MainMenu.EntryCount=84:756 0:296 Found Mouse device:4:768 0:012 GUI ready7:227 2:458 BootVariable of the entry is empty7:236 0:008 === [ StartLoader ] =======================================7:416 0:180 Finally: Bus=99999kHz CPU=3300MHz7:421 0:004 Loading boot.efi status=Success7:448 0:027 GetOSVersion: 10.12 (16A323)7:457 0:008 CSR_CFG: CSR_ALLOW_UNTRUSTED_KEXTS | CSR_ALLOW_UNRESTRICTED_FS | CSR_ALLOW_TASK_FOR_PID | CSR_ALLOW_UNRESTRICTED_DTRACE | CSR_ALLOW_UNRESTRICTED_NVRAM7:461 0:004 Filtering KextPatches:7:466 0:004 - [00]: AppleGraphicsDevicePolicy (Brumbaer's GDP Patch 2) :: BinPatch :: [OS: 10.12 | MatchOS: All | MatchBuild: All] ==> allowed7:480 0:014 - [01]: AppleUSBXHCIPCI (usb 3 limit 10.12) :: BinPatch :: [OS: 10.12 | MatchOS: 10.12.x | MatchBuild: All] ==> allowed7:489 0:008 - [02]: AppleUSBXHCIPCI (usb 3 limit 10.12) :: BinPatch :: [OS: 10.12 | MatchOS: 10.12.x | MatchBuild: All] ==> allowed7:498 0:008 - [03]: AppleGraphicsDevicePolicy (Brumbaer's GDP Patch 3) :: BinPatch :: [OS: 10.12 | MatchOS: All | MatchBuild: All] ==> allowed7:513 0:014 - [04]: AppleUSBXHCIPCI (usb 3 limit 10.11) :: BinPatch :: [OS: 10.12 | MatchOS: 10.11.x | MatchBuild: All] ==> not allowed7:522 0:008 - [05]: AppleGraphicsDevicePolicy (Brumbaer's GDP Patch 1) :: BinPatch :: [OS: 10.12 | MatchOS: All | MatchBuild: All] ==> allowed7:530 0:008 - [06]: AppleGraphicsDevicePolicy (Brumbaer's GDP Patch 5) :: BinPatch :: [OS: 10.12 | MatchOS: All | MatchBuild: All] ==> allowed7:539 0:008 - [07]: IOAHCIBlockStorage (Trim) :: BinPatch :: [OS: 10.12 | MatchOS: 10.11.x,10.12.x | MatchBuild: All] ==> allowed7:554 0:014 - [08]: IOAHCIBlockStorage (Trim) :: BinPatch :: [OS: 10.12 | MatchOS: 10.11.x,10.12.x | MatchBuild: All] ==> allowed7:563 0:008 - [09]: AppleGraphicsDevicePolicy (Brumbaer's GDP Patch 4) :: BinPatch :: [OS: 10.12 | MatchOS: All | MatchBuild: All] ==> allowed7:572 0:008 Filtering KernelPatches:7:576 0:004 - [00]: NoLabel :: [OS: 10.12 | MatchOS: 10.11.x | MatchBuild: All] ==> not allowed7:591 0:014 - [01]: NoLabel :: [OS: 10.12 | MatchOS: 10.12.x | MatchBuild: All] ==> allowed7:600 0:008 - [02]: NoLabel :: [OS: 10.12 | MatchOS: 10.12.x | MatchBuild: All] ==> allowed7:609 0:008 - [03]: NoLabel :: [OS: 10.12 | MatchOS: 10.12.x | MatchBuild: All] ==> allowed7:617 0:008 - [04]: NoLabel :: [OS: 10.12 | MatchOS: 10.11.x | MatchBuild: All] ==> not allowed7:626 0:008 - [05]: NoLabel :: [OS: 10.12 | MatchOS: 10.11.x | MatchBuild: All] ==> not allowed7:635 0:008 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success7:673 0:038 === [ PatchSmbios ] =======================================7:854 0:180 insert table 9 for dev 0:07:858 0:004 insert table 9 for dev 0:17:863 0:004 insert table 9 for dev 19:07:868 0:004 Trusting SMBIOS...7:872 0:004 Detected alternating SMBIOS channel banks7:876 0:004 Channels: 47:881 0:004 Interleave: 0 2 4 6 1 3 5 7 8 10 12 14 9 11 13 15 16 18 20 22 17 19 21 238:002 0:120 partNum=F4-3000C15-4GRR8:006 0:004 SMBIOS Type 17 Index = 0 => 0 0:8:010 0:004 DIMM1 2666MHz 4096MB8:015 0:004 partNum=F4-3000C15-4GRR8:019 0:004 SMBIOS Type 17 Index = 1 => 1 2:8:024 0:004 DIMM2 2666MHz 4096MB8:028 0:004 partNum=F4-3000C15-4GRR8:033 0:004 SMBIOS Type 17 Index = 2 => 2 4:8:037 0:004 DIMM3 2666MHz 4096MB8:041 0:004 partNum=F4-3000C15-4GRR8:046 0:004 SMBIOS Type 17 Index = 3 => 3 6:8:056 0:010 DIMM4 2666MHz 4096MB8:061 0:004 SMBIOS Type 17 Index = 4 => 4 1:8:065 0:004 DIMM5 EMPTY8:070 0:004 SMBIOS Type 17 Index = 5 => 5 3:8:074 0:004 DIMM6 EMPTY8:079 0:004 SMBIOS Type 17 Index = 6 => 6 5:8:083 0:004 DIMM7 EMPTY8:087 0:004 SMBIOS Type 17 Index = 7 => 7 7:8:092 0:004 DIMM8 EMPTY8:096 0:004 mTotalSystemMemory = 163848:100 0:004 NumberOfMemoryDevices = 88:105 0:004 Type20[0]->End = 0x3FFFFF, Type17[0] = 0x10008:115 0:010 Type20[1]->End = 0x7FFFFF, Type17[1] = 0x30008:120 0:004 Type20[2]->End = 0xBFFFFF, Type17[2] = 0x60008:124 0:004 Type20[3]->End = 0xFFFFFF, Type17[3] = 0xA0008:129 0:004 Table 131 is present, CPUType=108:133 0:004 Change to: 5078:137 0:004 === [ PatchACPI ] =========================================8:327 0:189 RSDT 0xCAA0C0288:331 0:004 FADT from RSDT: 0xCAA0C1488:336 0:004 XSDT 0xCAA0C0988:340 0:004 FADT from XSDT: 0xCAA421B88:345 0:004 Xsdt reallocation done8:355 0:010 old FADT length=10C8:359 0:004 Found OperationRegion(PSYS, SystemMemory, CBC53000, ...)8:364 0:004 Found OperationRegion(HPTC, SystemMemory, FED1F404, ...)8:368 0:004 Found OperationRegion(MCTL, SystemMemory, E0000188, ...)8:373 0:004 Found OperationRegion(MCTL, SystemMemory, E0008188, ...)8:377 0:004 Found OperationRegion(MCTL, SystemMemory, E0009188, ...)8:382 0:004 Found OperationRegion(MCTL, SystemMemory, E0010188, ...)8:386 0:004 Found OperationRegion(MCTL, SystemMemory, E0011188, ...)8:396 0:010 Found OperationRegion(MCTL, SystemMemory, E0012188, ...)8:401 0:004 Found OperationRegion(MCTL, SystemMemory, E0013188, ...)8:405 0:004 Found OperationRegion(MCTL, SystemMemory, E0018188, ...)8:410 0:004 Found OperationRegion(MCTL, SystemMemory, E0019188, ...)8:414 0:004 Found OperationRegion(MCTL, SystemMemory, E001A188, ...)8:418 0:004 Found OperationRegion(MCTL, SystemMemory, E001B188, ...)8:423 0:004 Found OperationRegion(MCTL, SystemMemory, E0000188, ...)8:433 0:010 Found OperationRegion(MCTL, SystemMemory, E0008188, ...)8:438 0:004 Found OperationRegion(MCTL, SystemMemory, E0009188, ...)8:442 0:004 Found OperationRegion(MCTL, SystemMemory, E0010188, ...)8:446 0:004 Found OperationRegion(MCTL, SystemMemory, E0011188, ...)8:451 0:004 Found OperationRegion(MCTL, SystemMemory, E0012188, ...)8:455 0:004 Found OperationRegion(MCTL, SystemMemory, E0013188, ...)8:460 0:004 Found OperationRegion(MCTL, SystemMemory, E0018188, ...)8:470 0:010 Found OperationRegion(MCTL, SystemMemory, E0019188, ...)8:474 0:004 Found OperationRegion(MCTL, SystemMemory, E001A188, ...)8:479 0:004 Found OperationRegion(MCTL, SystemMemory, E001B188, ...)8:483 0:004 Found OperationRegion(MCTL, SystemMemory, E0000188, ...)8:488 0:004 Found OperationRegion(MCTL, SystemMemory, E0008188, ...)8:492 0:004 Found OperationRegion(MCTL, SystemMemory, E0009188, ...)8:497 0:004 Found OperationRegion(MCTL, SystemMemory, E0010188, ...)8:507 0:010 Found OperationRegion(MCTL, SystemMemory, E0011188, ...)8:511 0:004 Found OperationRegion(MCTL, SystemMemory, E0012188, ...)8:516 0:004 Found OperationRegion(MCTL, SystemMemory, E0013188, ...)8:520 0:004 Found OperationRegion(MCTL, SystemMemory, E0018188, ...)8:525 0:004 Found OperationRegion(MCTL, SystemMemory, E0019188, ...)8:529 0:004 Found OperationRegion(MCTL, SystemMemory, E001A188, ...)8:534 0:004 Found OperationRegion(MCTL, SystemMemory, E001B188, ...)8:544 0:010 Found OperationRegion(MCTL, SystemMemory, E0000188, ...)8:548 0:004 Found OperationRegion(MCTL, SystemMemory, E0008188, ...)8:553 0:004 Found OperationRegion(MCTL, SystemMemory, E0009188, ...)8:557 0:004 Found OperationRegion(MCTL, SystemMemory, E0010188, ...)8:561 0:004 Found OperationRegion(MCTL, SystemMemory, E0011188, ...)8:566 0:004 Found OperationRegion(MCTL, SystemMemory, E0012188, ...)8:570 0:004 Found OperationRegion(MCTL, SystemMemory, E0013188, ...)8:581 0:010 Found OperationRegion(MCTL, SystemMemory, E0018188, ...)8:585 0:004 Found OperationRegion(MCTL, SystemMemory, E0019188, ...)8:589 0:004 Found OperationRegion(MCTL, SystemMemory, E001A188, ...)8:594 0:004 Found OperationRegion(RAMW, SystemMemory, CBC42018, ...)8:599 0:004 Found OperationRegion(RAMX, SystemMemory, CBC61D98, ...)8:603 0:004 Found OperationRegion(TMMB, SystemMemory, FED40000, ...)8:607 0:004 Found OperationRegion(CRBD, SystemMemory, FED40000, ...)8:618 0:010 Found OperationRegion(TPMR, SystemMemory, FFFFFFFF, ...)8:622 0:004 Found OperationRegion(ATNV, SystemMemory, FFFF0000, ...)8:627 0:004 Found OperationRegion(TBNV, SystemMemory, FFFF0000, ...)8:631 0:004 DSDT found in Clover volume OEM folder: EFI\CLOVER\ACPI\patched\DSDT.aml8:637 0:005 Apply DsdtFixMask=0x90400000 new way8:641 0:004 drop _DSM mask=0xFFFF8:645 0:004 === [ FixBiosDsdt ] =======================================8:826 0:181 VideoCard devID=0x679A10028:837 0:010 DisplayADR1[0] = 0x30000, DisplayADR2[0] = 0x08:841 0:004 USBADR[0] = 0x140000 and PCIe = 0xFFFE8:846 0:004 USBADR[1] = 0x1A0000 and PCIe = 0xFFFE8:881 0:034 Audio HDA (addr:0x1B0000) setting specified layout-id=1 (0x1)8:885 0:004 USBADR[2] = 0x1C0004 and PCIe = 0x08:889 0:004 USBADR[3] = 0x1D0000 and PCIe = 0xFFFE8:894 0:004 first CPU found at 2A5B offset 2A5F8:898 0:004 device candidate at 29C78:903 0:004 device inserted in acpi_cpu_score SCK08:907 0:004 score candidate at 27F48:917 0:010 score inserted in acpi_cpu_score _SB_SCK08:922 0:004 Found ACPI CPU: CP00 | CP01 | CP02 | CP03 | CP04 | CP05 | CP06 | CP07 | CP08 | CP09 | CP0A | CP0B | CP0C | CP0D | CP0E | CP0F | CP10 | CP11 | CP12 | CP13 | CP14 | CP15 | CP16 | CP17 | CP18 | CP19 | CP1A | CP1B | CP1C | CP1D | CP1E | CP1F , within the score: _SB_SCK09:067 0:145 Found PCIROOTUID = 09:072 0:004 deleting device CRT_9:077 0:004 deleting device DVI_9:082 0:004 deleting device SPKR9:092 0:010 deleting device ECP_9:097 0:004 deleting device LPT_9:102 0:004 deleting device FDC09:107 0:004 deleting device ECP19:112 0:004 deleting device LPT19:116 0:004 OperationRegion (PSYS...) corrected to addr=0xCBC530009:121 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:125 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:130 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:134 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:144 0:010 OperationRegion (MCTL...) corrected to addr=0xE001A1889:149 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:153 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:158 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:162 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:167 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:171 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:181 0:010 OperationRegion (MCTL...) corrected to addr=0xE001A1889:186 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:190 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:195 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:199 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:203 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:208 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:212 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:222 0:010 OperationRegion (MCTL...) corrected to addr=0xE001A1889:227 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:231 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:236 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:240 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:245 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:249 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:259 0:010 OperationRegion (MCTL...) corrected to addr=0xE001A1889:264 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:268 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:272 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:277 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:281 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:286 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:296 0:010 OperationRegion (MCTL...) corrected to addr=0xE001A1889:301 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:305 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:309 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:314 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:318 0:004 OperationRegion (MCTL...) corrected to addr=0xE001A1889:323 0:004 indirect name=RAMB9:327 0:004 OperationRegion (RAMW...) corrected to addr=0xCBC420189:338 0:010 indirect name=RAMS9:342 0:004 OperationRegion (RAMX...) corrected to addr=0xCBC61D989:346 0:004 indirect name=TPMM9:351 0:004 indirect name=FTPM9:355 0:004 === [ ACPIDropTables ] ====================================9:523 0:167 === [ PatchAllSSDT ] ======================================9:699 0:176 Patch table: SSDT SataTabl9:704 0:004 SSDT len = 0x36D9:708 0:004 Patch table: SSDT PmMgt9:713 0:004 SSDT len = 0x14CD99:717 0:004 Drop tables from Xsdt, SIGN=XXXX TableID= Length=09:727 0:010 Xsdt has tables count=169:732 0:004 corrected XSDT length=1649:736 0:004 === [ ACPIPatchedAML ] ====================================9:904 0:167 Start: Processing Patched AML(s): Unsorted9:912 0:008 Inserting ssdt.aml from EFI\CLOVER\ACPI\patched ... Success9:922 0:009 End: Processing Patched AML(s)9:926 0:004 CPUBase=0 and ApicCPUBase=0 ApicCPUNum=129:931 0:004 Maximum control=0x219:935 0:004 Turbo control=0x2B9:945 0:010 P-States: min 0xC, max 0x2B9:950 0:004 SSDT with CPU P-States generated successfully9:954 0:004 SSDT with CPU C-States generated successfully9:959 0:004 === [ RestSetupOSX ] ======================================10:135 0:176 Framebuffer @0xD0000000 MMIO @0xFBE00000 I/O Port @0x0000E000 ROM Addr @0xFBE4000010:140 0:004 ATI card POSTed,10:149 0:008 Set VRAM for Cedar+ =3072Mb10:153 0:004 ATI: get_vram_size returned 0xC000000010:157 0:004 ATI Radeon EVERGREEN family10:168 0:010 Users config name Aji10:172 0:004 (AtiPorts) Nr of ports set to: 510:177 0:004 ATI Tahiti AMD Radeon HD 7950/8950/R9 280 3072MB (Aji) [1002:679A] (subsys [174B:E208]):: PciRoot(0x0)\Pci(0x3,0x0)\Pci(0x0,0x0)10:181 0:004 HDA Controller [8086:8D20] :: PciRoot(0x0)\Pci(0x1B,0x0) => setting specified layout-id=1 (0x1)10:190 0:008 stringlength = 628610:195 0:004 CurrentMode: Width=1920 Height=108010:199 0:004 Beginning FSInjectionFSInjectionInstall ...- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: C7F3F498FSInjectionInstall ...- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: C7F3F49810:205 0:005 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other10:216 0:010 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.1210:221 0:005 Extra kext: EFI\CLOVER\kexts\10.12\USB_Injector.kext10:226 0:005 Extra kext: EFI\CLOVER\kexts\10.12\FakeSMC.kext10:233 0:006 Extra PlugIn kext: EFI\CLOVER\kexts\10.12\FakeSMC.kext\Contents\PlugIns\ACPISensors.kext10:239 0:005 Extra PlugIn kext: EFI\CLOVER\kexts\10.12\FakeSMC.kext\Contents\PlugIns\FakeSMC_ACPISensors.kext10:245 0:005 Extra PlugIn kext: EFI\CLOVER\kexts\10.12\FakeSMC.kext\Contents\PlugIns\FakeSMC_CPUSensors.kext10:256 0:011 Extra PlugIn kext: EFI\CLOVER\kexts\10.12\FakeSMC.kext\Contents\PlugIns\FakeSMC_GPUSensors.kext10:262 0:005 Extra PlugIn kext: EFI\CLOVER\kexts\10.12\FakeSMC.kext\Contents\PlugIns\FakeSMC_LPCSensors.kext10:271 0:009 Extra kext: EFI\CLOVER\kexts\10.12\IntelMausiEthernet.kext10:277 0:005 Extra kext: EFI\CLOVER\kexts\10.12\Shiki.kext10:284 0:006 Extra kext: EFI\CLOVER\kexts\10.12\AppleALC.kext10:298 0:014 Extra PlugIn kext: EFI\CLOVER\kexts\10.12\AppleALC.kext\Contents\PlugIns\PinConfigs.kext10:308 0:009 Custom boot is disabledMac-Pro-de-Fljagd:~ fljagd$ Link to comment Share on other sites More sharing options...
Slice Posted October 13, 2016 Share Posted October 13, 2016 r3800 is solved. attached boot.log thanks i wonder if i use lang "ko" if i dont have kor font file, clover change english. does it affect osx or recovery lang? No, doesn't affect. Only GUI. hello something with me .. if in clover gui show hibernate state to boot .. the hibernate wake is unchecked .. and boot the hibernate image .. with selected boot options menu and screen.. if i check hibernate wake .. same behavior ... thanks OK guys, I understand that making CheckBits for Hibernation and for "Boot with injected kexts" is impossible. Check menu is common while those setting are Entry-dependent. So rev 3802 revert to old menu I also think nobody wants to "Force Hibernate Wake" if this is disabled? It can break file system. 1 Link to comment Share on other sites More sharing options...
Recommended Posts