Sherlocks Posted October 17, 2017 Share Posted October 17, 2017 Yep, tested all three however no luck. Lilu and IntelGraphicFixup updated, no luck too. Also "UEFI only" checked but no success. 1. Spec as per in sig; Sierra | Gigabyte GA-H77M-D3H | i5 3570K | HD 4000 | 8GB RAM. 2. Here you are; Clover debug and config.plist; Config_debug.zip exactly tell me your problem. black screen? try cases 1. Fake ID intel = 0x01668086 ig-platform-id = 0x0166000A 2. Fake ID intel = 0x01668086 ig-platform-id = 0x01660001 or 0x01660002 or 0x01660003 or 0x01660004 3. Fake ID intel = 0x01628086 ig-platform-id = 0x01620005 or 0x01620006 or 0x01620007 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2517556 Share on other sites More sharing options...
rock.n.rollyn Posted October 17, 2017 Share Posted October 17, 2017 exactly tell me your problem. black screen? try cases 1. Fake ID intel = 0x01668086 ig-platform-id = 0x0166000A 2. Fake ID intel = 0x01668086 ig-platform-id = 0x01660001 or 0x01660002 or 0x01660003 or 0x01660004 3. Fake ID intel = 0x01628086 ig-platform-id = 0x01620005 or 0x01620006 or 0x01620007 The problem is I'm unable to boot into my OS after I updated to the latest Clover. Booting froze at "IOConsoleUsers: time (0) 0->0, lin 0, llk. So I google for weeks but still no luck. I read some IOConsoleUsers able to be solved with FakeID and ig-platform-i, thus I tried for my machine. Editing FakeID in the options of Clover help me to boot my OS however in low resolution. May I know how do you suggest me to change FakeID? I changed my FakeID in Clover options before booting into OS. However the changes disappear after each boot, isn't permanent in my case. Or I missed some tool or option etc in the Clover Configurator? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2517571 Share on other sites More sharing options...
Sherlocks Posted October 17, 2017 Share Posted October 17, 2017 The problem is I'm unable to boot into my OS after I updated to the latest Clover. Booting froze at "IOConsoleUsers: time (0) 0->0, lin 0, llk. So I google for weeks but still no luck. I read some IOConsoleUsers able to be solved with FakeID and ig-platform-i, thus I tried for my machine. Editing FakeID in the options of Clover help me to boot my OS however in low resolution. May I know how do you suggest me to change FakeID? I changed my FakeID in Clover options before booting into OS. However the changes disappear after each boot, isn't permanent in my case. Or I missed some tool or option etc in the Clover Configurator? Okay.In GUI, temp value for testing. In config, permanent value if you setted any value. It is your choice for testing.. Test and please report. Also if you can boot with hd 4000 and old clover version, upload ioreg. 나의 LG-F800S 의 Tapatalk에서 보냄 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2517574 Share on other sites More sharing options...
RehabMan Posted October 17, 2017 Share Posted October 17, 2017 Rev 4250 XCPM patch will no more be unconditional. <key>KernelXCPM</key> <true/> Default value is <false/>. It can arise some problems because old revision has default to true. But many users can't boot at all because of this. Let it be conditional setting from config or from Clover GUI. Why add "BOOLEAN KernelXCPMAllowed;" to Platform.h when it is not accessed anywhere? And KernelXCPM is just a synonym for KernelIvyXCPM? 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2517674 Share on other sites More sharing options...
syscl Posted October 18, 2017 Share Posted October 18, 2017 Hi, is there something changed in r4250? I have tried to build r4250 and give me "Thinning failed". I have to force archCpuType=CPU_TYPE_X86_64 to make it boot, otherwise the archCpuType is corrupted? Here's the log from r4251(same with r4250 when I reverted). preboot.log.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2517797 Share on other sites More sharing options...
Guest ricoc90 Posted October 18, 2017 Share Posted October 18, 2017 Hi, is there something changed in r4250? I have tried to build r4250 and give me "Thinning failed". I have to force archCpuType=CPU_TYPE_X86_64 to make it boot, otherwise the archCpuType is corrupted? Here's the log from r4251(same with r4250 when I reverted). preboot.log.zip Had the same issue some revisions ago and it turned out it was due to a messed up working copy Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2517805 Share on other sites More sharing options...
Badruzeus Posted October 18, 2017 Share Posted October 18, 2017 It seems OK here, or do I need an eagle eye to check which part is wrong? bootlog.log_a43sj_r4250.txt.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2517824 Share on other sites More sharing options...
Sherlocks Posted October 18, 2017 Share Posted October 18, 2017 r4251 boot is fine. It looks like need to clean up the code for names for KernelXCPM and KernelIvyXCPM. https://sourceforge.net/p/cloverefiboot/code/HEAD/tree/rEFIt_UEFI/refit/main.c#l683 This section should also be selected depending on the options of KernelXCPM. thanks in advance Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2517832 Share on other sites More sharing options...
Slice Posted October 18, 2017 Share Posted October 18, 2017 Why add "BOOLEAN KernelXCPMAllowed;" to Platform.h when it is not accessed anywhere? And KernelXCPM is just a synonym for KernelIvyXCPM? Yes, KernelXCPMAllowed is not needed, I made this but use KernelIvyXCPM because it can be easy extended on other CPU. Should be renamed to common KernelXCPM but we have to support backward compatibility. Hi, is there something changed in r4250? I have tried to build r4250 and give me "Thinning failed". I have to force archCpuType=CPU_TYPE_X86_64 to make it boot, otherwise the archCpuType is corrupted? Here's the log from r4251(same with r4250 when I reverted). preboot.log.zip check "svn diff" The message 10:397 0:004 Preparing kexts injection for arch= from EFI\CLOVER\kexts\Other can't be in official Clover https://sourceforge.net/p/cloverefiboot/code/HEAD/tree/rEFIt_UEFI/refit/main.c#l683 This section should also be selected depending on the options of KernelXCPM. Already depending && Entry->KernelAndKextPatches->KPIvyXCPM 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2517839 Share on other sites More sharing options...
syscl Posted October 18, 2017 Share Posted October 18, 2017 Slice, I svn diff, and terminal give me nothing. I build r4251 with ./ebuild.sh, still give me log like this on Dell Precision M3800. preboot.log.zip You said Official Clover cannot have "Preparing for kext injection...", what that mean sorry? Am I doing something wrong? Or miss something? syscl Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2517872 Share on other sites More sharing options...
PMheart Posted October 18, 2017 Share Posted October 18, 2017 Slice, I svn diff, and terminal give me nothing. I build r4251 with ./ebuild.sh, still give me log like this on Dell Precision M3800. preboot.log.zip You said Official Clover cannot have "Preparing for kext injection...", what that mean sorry? Am I doing something wrong? Or miss something? syscl Looks like something is broken here: https://sourceforge.net/p/cloverefiboot/code/4251/tree/rEFIt_UEFI/Platform/kext_inject.c#l332 So, on your build, "archCpuType" is neither "x86_64", nor "i386"... What's up? I guess you've messed up something in kext_inject.c, have you tried `svn cleanup` ? 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2517910 Share on other sites More sharing options...
cecekpawon Posted October 18, 2017 Share Posted October 18, 2017 Sad but true Slice, even more strange. Here the log from our friends Matgen84:arch was correctly detect while loading 'Other' folder, but gone afterwhile. 46:146 0:000 OSVesion: 10.13.1, ShortOSVersion=10.13, uni-vers=10.13, 46:146 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other ... 46:146 0:000 Preparing kexts injection for arch= from EFI\CLOVER\kexts\10.13 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2517958 Share on other sites More sharing options...
Badruzeus Posted October 18, 2017 Share Posted October 18, 2017 Sad but true Slice, even more strange. Here the log from our friends Matgen84: arch was correctly detect while loading 'Other' folder, but gone afterwhile. ..... But, I think It works properly here with Legacy Clover r4251. Or if below is wrong, how it should to be..? ..... ..... 2:604 0:000 Now is 18.10.2017, 6:59:33 (GMT) 2:604 0:000 Starting Clover revision: 4251 on CLOVER EFI 2:604 0:000 Build with: [Args: -mc --no-usb -D NO_GRUB_DRIVERS_EMBEDDED -t XCODE8 | -D DISABLE_USB_SUPPORT -D NO_GRUB_DRIVERS_EMBEDDED -D USE_BIOS_BLOCKIO -D USE_LOW_EBDA -a X64 -b RELEASE -t XCODE8 -n 5 | OS: 10.11.6 | XCODE: 8.2] ..... ..... 27:788 0:000 === [ StartLoader ] ======================================= 27:788 0:000 Finally: ExternalClock=24MHz BusSpeed=99773kHz CPUFreq=2195MHz PIS: hw.busfrequency=96000000Hz 27:788 0:000 Loading boot.efi status=Success 28:194 0:406 GetOSVersion: 10.13.1 (17B35a) ..... ..... 28:233 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other 28:233 0:000 Extra kext: EFI\CLOVER\kexts\Other\ApplePS2SmartTouchPad.kext 28:270 0:036 |-- PlugIn kext: EFI\CLOVER\kexts\Other\ApplePS2SmartTouchPad.kext\Contents\PlugIns\ApplePS2Keyboard.kext 28:284 0:014 |-- PlugIn kext: EFI\CLOVER\kexts\Other\ApplePS2SmartTouchPad.kext\Contents\PlugIns\ApplePS2Controller.kext 28:288 0:004 Extra kext: EFI\CLOVER\kexts\Other\FakeSMC.kext ..... ..... 28:306 0:017 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.13 28:567 0:006 Extra kext: EFI\CLOVER\kexts\10.13\AppleALC.kext 28:591 0:024 |-- PlugIn kext: EFI\CLOVER\kexts\10.13\AppleALC.kext\Contents\PlugIns\PinConfigs.kext 28:867 0:275 SetStartupDiskVolume: 28:867 0:000 * Volume: 'macOS High Sierra' ..... ..... preboot_a43sj_r4251_legacy.log.zip EFI_r4251.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2517968 Share on other sites More sharing options...
cecekpawon Posted October 18, 2017 Share Posted October 18, 2017 Yosh Badruzeus I can see Clover work as it should be on your machine. I believe Matgen84 currently boot on UEFI. Maybe he will give more infos later.. here Build with: [Args: -mc --no-usb -D NO_GRUB_DRIVERS_EMBEDDED -t XCODE8 | -D DISABLE_USB_SUPPORT -D NO_GRUB_DRIVERS_EMBEDDED -D USE_BIOS_BLOCKIO -D USE_LOW_EBDA -a X64 -b RELEASE -t XCODE8 -n 9 | OS: 10.12.6 | XCODE: 8.3.3] 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2517977 Share on other sites More sharing options...
Regi Yassin Posted October 18, 2017 Share Posted October 18, 2017 this is my preboot r4251 preboot.log.zip 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2517997 Share on other sites More sharing options...
Badruzeus Posted October 18, 2017 Share Posted October 18, 2017 Just another report, so far.. I also got no issue with r4251, even with GCC53 built (Ubuntu 16.04). Thanks. ..... ..... ... 2:794 0:000 Now is 18.10.2017, 9:15:56 (GMT) 2:794 0:000 Starting Clover revision: 4251 on CLOVER EFI 2:794 0:000 Build with: [Args: -mc --no-usb -D NO_GRUB_DRIVERS_EMBEDDED -t GCC53 | -D DISABLE_USB_SUPPORT -D NO_GRUB_DRIVERS_EMBEDDED -D USE_BIOS_BLOCKIO -D USE_LOW_EBDA -a X64 -b RELEASE -t GCC53 -n 5 | OS: Ubuntu 16.04] ..... ..... ... 17:257 0:000 Loading boot.efi status=Success 17:348 0:090 GetOSVersion: 10.13.1 (17B35a) ..... ..... ... 17:391 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other 17:391 0:000 Extra kext: EFI\CLOVER\kexts\Other\ApplePS2SmartTouchPad.kext 17:422 0:031 |-- PlugIn kext: EFI\CLOVER\kexts\Other\ApplePS2SmartTouchPad.kext\Contents\PlugIns\ApplePS2Keyboard.kext 17:431 0:008 |-- PlugIn kext: EFI\CLOVER\kexts\Other\ApplePS2SmartTouchPad.kext\Contents\PlugIns\ApplePS2Controller.kext 17:434 0:003 Extra kext: EFI\CLOVER\kexts\Other\FakeSMC.kext ..... ..... ... 17:452 0:018 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.13 17:662 0:004 Extra kext: EFI\CLOVER\kexts\10.13\Lilu.kext 17:716 0:017 Extra kext: EFI\CLOVER\kexts\10.13\AppleALC.kext 17:734 0:017 |-- PlugIn kext: EFI\CLOVER\kexts\10.13\AppleALC.kext\Contents\PlugIns\PinConfigs.kext 17:936 0:201 SetStartupDiskVolume: 17:936 0:000 * Volume: 'macOS High Sierra' ..... ..... ... preboot_a43sj_r4251_gcc53.log.zip EFI_r4251_GCC53.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2518033 Share on other sites More sharing options...
rock.n.rollyn Posted October 18, 2017 Share Posted October 18, 2017 Okay. In GUI, temp value for testing. In config, permanent value if you setted any value. It is your choice for testing.. Test and please report. Also if you can boot with hd 4000 and old clover version, upload ioreg. 나의 LG-F800S 의 Tapatalk에서 보냄 Old config.plist: config_old_clover.plist.zip Current bootlog, booted with old clover. config_old_clover.plist.zip Just in case these two are useful. I'll upload the IOReg later. Still googling how to make IOReg. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2518096 Share on other sites More sharing options...
Sherlocks Posted October 18, 2017 Share Posted October 18, 2017 Old config.plist: config_old_clover.plist.zip what is your working clover revision? upload ioreg that you got boot with graphic and test blow with latest clover http://www.insanelymac.com/forum/topic/284656-clover-general-discussion/?p=2517556 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2518100 Share on other sites More sharing options...
rock.n.rollyn Posted October 18, 2017 Share Posted October 18, 2017 what is your working clover revision? upload ioreg that you got boot with graphic and test blow with latest clover http://www.insanelymac.com/forum/topic/284656-clover-general-discussion/?p=2517556 Working is 3763. Latest is 4243. I'll test later since I don't really get the instruction. Take time to explore the configurator. Okay.In GUI, temp value for testing. In config, permanent value if you setted any value. It is your choice for testing.. Test and please report. Also if you can boot with hd 4000 and old clover version, upload ioreg. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2518111 Share on other sites More sharing options...
Sherlocks Posted October 18, 2017 Share Posted October 18, 2017 Working is 3763. Latest is 4243. I'll test later since I don't really get the instruction. Take time to explore the configurator. Take ioreg after boot with clover r3763. And please upload ioreg file. 나의 LG-F800S 의 Tapatalk에서 보냄 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2518126 Share on other sites More sharing options...
Matgen84 Posted October 18, 2017 Share Posted October 18, 2017 Sad but true Slice, even more strange. Here the log from our friends Matgen84: arch was correctly detect while loading 'Other' folder, but gone afterwhile. 46:146 0:000 OSVesion: 10.13.1, ShortOSVersion=10.13, uni-vers=10.13, 46:146 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other ... 46:146 0:000 Preparing kexts injection for arch= from EFI\CLOVER\kexts\10.13 @cecekpawon: thanks again for your help I try yesterday evening cyberev's 4248 compiled version: I can boot normally. After 3-4 times recreated ~src folder on my system, I noticed that the folder is less than 600Mo. For the fifth test, only 480Mo. I don't know why and what have to do, ? If somebody give me a solution. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2518186 Share on other sites More sharing options...
rock.n.rollyn Posted October 18, 2017 Share Posted October 18, 2017 Take ioreg after boot with clover r3763. And please upload ioreg file. 나의 LG-F800S 의 Tapatalk에서 보냄 Here it is: John’s Clover_3763.ioreg.zip I hope I did the right thing. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2518229 Share on other sites More sharing options...
Sherlocks Posted October 18, 2017 Share Posted October 18, 2017 Here it is: John’s Clover_3763.ioreg.zip I hope I did the right thing. okay try this in GUI with latest clover fakeid intel gfx 0x01628086 ig-platform-id 0x01620005 then report that works or not with clover bootlog to me. after check this, i will correct source for hd 4000 desktop. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2518232 Share on other sites More sharing options...
Matgen84 Posted October 18, 2017 Share Posted October 18, 2017 Hi Same issue with commits r42452: kextd stall ApppleAPCICPU, etc and "arch=" "thinning failed"--->no injection---->no boot under 10.13 See preboot preboot.log.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2518303 Share on other sites More sharing options...
Badruzeus Posted October 18, 2017 Share Posted October 18, 2017 Hi Same issue with commits r42452: kextd stall ApppleAPCICPU, etc and "arch=" "thinning failed"--->no injection---->no boot under 10.13 See preboot And how if using... EFI_r4252_XCode8.2.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/594/#findComment-2518322 Share on other sites More sharing options...
Recommended Posts