PMheart Posted December 13, 2016 Share Posted December 13, 2016 But KBEYos* will not affect Mavericks? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2333181 Share on other sites More sharing options...
Sherlocks Posted December 13, 2016 Share Posted December 13, 2016 But KBEYos* will not affect Mavericks? Yeah. Not affect. I dont know why you reduce binary patch length? What is difference? My think is patch remains enough length to avoid patch other parts. 나의 LG-F410S 의 Tapatalk에서 보냄 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2333183 Share on other sites More sharing options...
PMheart Posted December 13, 2016 Share Posted December 13, 2016 Yeah. Not affect. I dont know why you reduce binary patch length? What is difference? My think is patch remains enough length to avoid patch other parts. 나의 LG-F410S 의 Tapatalk에서 보냄 After reducing byte values for KBEYos* and KBESie* will keep them the same. So will be universal for all Yos, EC and Sie. Yes. But sometimes use too long length is not good as well. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2333184 Share on other sites More sharing options...
Sherlocks Posted December 13, 2016 Share Posted December 13, 2016 After reducing byte values for KBEYos* and KBESie* will keep them the same. So will be universal for all Yos, EC and Sie. Yes. But sometimes use too long length is not good as well. Not good as well? I dont agree that.I think we find difference for update. Yeah universal patch is good. But some patches need more length to avoid 2 times or over patch. Just my mind and your mind are difference. Anyway its depend on Slice's mind. Thank you 나의 LG-F410S 의 Tapatalk에서 보냄 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2333193 Share on other sites More sharing options...
Dr. Hurt Posted December 13, 2016 Share Posted December 13, 2016 I have a problem with SetIntelBacklight: Brightness control slider, and Function Keys do NOT work. The brightness indicator shows up but brightness stays the same. Brightness values in nvram DO change and apply correctly on boot. Not sure if this is actually fixable but thought I'd report it Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2333258 Share on other sites More sharing options...
camillionario Posted December 13, 2016 Share Posted December 13, 2016 Anyone know how to use the new TDP option in clover configurator. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2333279 Share on other sites More sharing options...
Fljagd Posted December 13, 2016 Share Posted December 13, 2016 Anyone know how to use the new TDP option in clover configurator. At first glance, It is purely cosmetic. I injected into the config.plist 130. Since the TDP of my CPU is 140 W Nothing is changed Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2333283 Share on other sites More sharing options...
camillionario Posted December 13, 2016 Share Posted December 13, 2016 ok,, thanks Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2333288 Share on other sites More sharing options...
Slice Posted December 14, 2016 Share Posted December 14, 2016 Hello Slice, here is updated shutdown script. There were some issues in previous script, that it saved to root of boot Volume and exited. But it can't be read on file vault 2. With this version it only saves the content of NVRAM to the EFI partition of the boot volume. Second thing is: I'm not sure, that those rc.shutdown scripts get called. I had to set a LogoutHook for it to get it run: sudo defaults write com.apple.loginwindow LogoutHook /etc/rc.shutdown.d/80.save_nvram_plist.local Cheers Users claim that the new script is not working. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2333978 Share on other sites More sharing options...
gujiangjiang Posted December 14, 2016 Share Posted December 14, 2016 Users claim that the new script is not working. It doesn't work on my hp which has BIOS+GPT+UEFI. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2334057 Share on other sites More sharing options...
PMheart Posted December 14, 2016 Share Posted December 14, 2016 It seems that not all Clover users own EFI System Partition. And thus for those the new script for storing NVRAM may not work. They install their Clover and even everything on the same partition as the system partition... Not ESP. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2334062 Share on other sites More sharing options...
joe75 Posted December 14, 2016 Share Posted December 14, 2016 An ESP has no relation to NVRAM. When NVRAM is not usable there is the option to use an nvram.plist Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2334077 Share on other sites More sharing options...
smolderas Posted December 14, 2016 Share Posted December 14, 2016 It doesn't work on my hp which has BIOS+GPT+UEFI. Could you please post the result of the following: diskutil list It seems that not all Clover users own EFI System Partition. And thus for those the new script for storing NVRAM may not work. They install their Clover and even everything on the same partition as the system partition... Not ESP. An ESP has no relation to NVRAM. When NVRAM is not usable there is the option to use an nvram.plist I don't see any issue for having an EFI partition. I even think if you ever try to repair your disk in macOS, it will ensure that an EFI partition exists. Whatever the case maybe for not having an EFI partition, I'll post soon a newer version of the script with a fallback to the root partition, if there is no EFI partition. With that it should work for everybody (I think). Sorry for any inconvenience. Edit: Here is the script with the fallback to the root partition. For everyone else just copy it to its location and change its executable bit: sudo cp ~/Downloads/80.save_nvram_plist.local.txt /etc/rc.shutdown.d/80.save_nvram_plist.local sudo chmod 755 /etc/rc.shutdown.d/80.save_nvram_plist.local 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2334182 Share on other sites More sharing options...
gujiangjiang Posted December 14, 2016 Share Posted December 14, 2016 Could you please post the result of the following: diskutil list Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2334188 Share on other sites More sharing options...
smolderas Posted December 14, 2016 Share Posted December 14, 2016 QQ图片20161214232035.jpg Could you please test the new script manually* and post its result? * sudo cp ~/Downloads/80.save_nvram_plist.local.txt /etc/rc.shutdown.d/80.save_nvram_plist.local sudo chmod 755 /etc/rc.shutdown.d/80.save_nvram_plist.local sudo /etc/rc.shutdown.d/80.save_nvram_plist.local Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2334194 Share on other sites More sharing options...
Sherlocks Posted December 14, 2016 Share Posted December 14, 2016 Could you please test the new script manually* and post its result? * sudo cp ~/Downloads/80.save_nvram_plist.local.txt /etc/rc.shutdown.d/80.save_nvram_plist.local sudo chmod 755 /etc/rc.shutdown.d/80.save_nvram_plist.local sudo /etc/rc.shutdown.d/80.save_nvram_plist.local new script here Last login: Thu Dec 15 00:41:29 on ttys000 Supreme-MBP:~ supreme$ sudo cp ~/Downloads/80.save_nvram_plist.local /etc/rc.shutdown.d/80.save_nvram_plist.local Password: Supreme-MBP:~ supreme$ sudo chmod 755 /etc/rc.shutdown.d/80.save_nvram_plist.local Supreme-MBP:~ supreme$ sudo /etc/rc.shutdown.d/80.save_nvram_plist.local NVRAM saved to '/nvram.plist' [disk0s4] Supreme-MBP:~ supreme$ diskutil list /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *256.1 GB disk0 1: EFI EFI 209.7 MB disk0s1 2: Microsoft Basic Data Windows 7 110.0 GB disk0s2 3: Microsoft Basic Data Win Data 60.1 GB disk0s3 4: Apple_HFS Macintosh SSD 69.1 GB disk0s4 5: Apple_Boot Recovery HD 650.0 MB disk0s5 6: Apple_HFS Mac Data 16.0 GB disk0s6 Supreme-MBP:~ supreme$ script not work for me in r3961 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2334197 Share on other sites More sharing options...
smolderas Posted December 14, 2016 Share Posted December 14, 2016 new script here Last login: Thu Dec 15 00:41:29 on ttys000 Supreme-MBP:~ supreme$ sudo cp ~/Downloads/80.save_nvram_plist.local /etc/rc.shutdown.d/80.save_nvram_plist.local Password: Supreme-MBP:~ supreme$ sudo chmod 755 /etc/rc.shutdown.d/80.save_nvram_plist.local Supreme-MBP:~ supreme$ sudo /etc/rc.shutdown.d/80.save_nvram_plist.local NVRAM saved to '/nvram.plist' [disk0s4] Supreme-MBP:~ supreme$ diskutil list /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *256.1 GB disk0 1: EFI EFI 209.7 MB disk0s1 2: Microsoft Basic Data Windows 7 110.0 GB disk0s2 3: Microsoft Basic Data Win Data 60.1 GB disk0s3 4: Apple_HFS Macintosh SSD 69.1 GB disk0s4 5: Apple_Boot Recovery HD 650.0 MB disk0s5 6: Apple_HFS Mac Data 16.0 GB disk0s6 Supreme-MBP:~ supreme$ script not work for me in r3961 It seems the new one works for you. It saved to your root partition. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2334201 Share on other sites More sharing options...
Sherlocks Posted December 14, 2016 Share Posted December 14, 2016 It seems the new one works for you. It saved to your root partition. but not save brightness value. if decrease brightness before reboot, next boot save decrease brightness in normal case. lastest script not work this behavior. is it relate? It seems the new one works for you. It saved to your root partition. okay. im sure that nvram is not save properly. clover r3960 is good i said behavior. i tested it. but your new script is not work. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2334203 Share on other sites More sharing options...
smolderas Posted December 14, 2016 Share Posted December 14, 2016 but not save brightness value. if decrease brightness before reboot, next boot save decrease brightness in normal case. lastest script not work this behavior. is it relate? Look with `bdmesg |grep nvram` where clover loaded your nvram.plist from. And check if it is the newest one. Here is a new test case: Type following: sudo nvram myvar="this is a new variable" and reboot after that. After reboot check your NVRAM content if this new variable exists: nvram -p|grep myvar Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2334206 Share on other sites More sharing options...
phi777 Posted December 14, 2016 Share Posted December 14, 2016 @Sherlocks It also needs com.projectosx.clover.daemon.plist in /Library/Application Support/LaunchDaemons (which must be activated with launchctl), aswell as /etc/rc.clover.lib ! Although I didn't test the newest version... And /Library/Application Support/Clover/CloverDaemon is needed. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2334207 Share on other sites More sharing options...
smolderas Posted December 14, 2016 Share Posted December 14, 2016 @Sherlocks It also needs com.projectosx.clover.daemon.plist in /Library/Application Support/LaunchDaemons (which must be activated with launchctl), aswell as /etc/rc.clover.lib ! Although I didn't test the newest version... And /Library/Application Support/Clover/CloverDaemon is needed. The newest version didn't change that mechanism. The following is not necessary if the script got installed from the clover installer. One can place a logouthook though: sudo defaults write com.apple.loginwindow LogoutHook /etc/rc.shutdown.d/80.save_nvram_plist.local Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2334213 Share on other sites More sharing options...
Sherlocks Posted December 14, 2016 Share Posted December 14, 2016 @Sherlocks It also needs com.projectosx.clover.daemon.plist in /Library/Application Support/LaunchDaemons (which must be activated with launchctl), aswell as /etc/rc.clover.lib ! Although I didn't test the newest version... And /Library/Application Support/Clover/CloverDaemon is needed. i tested official r3961 build. not properly work nvram. i builded r3960. and tested it. no problem. i tested all full pkg install. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2334215 Share on other sites More sharing options...
smolderas Posted December 14, 2016 Share Posted December 14, 2016 i tested official r3961 build. not properly work nvram. i builded r3960. and tested it. no problem. i tested all full pkg install. There is a newer script for you to test in the post #11932. Edit: Here is it again. Link Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2334216 Share on other sites More sharing options...
Sherlocks Posted December 14, 2016 Share Posted December 14, 2016 There is a newer script for you to test in the post #11932. Edit: Here is it again. Link nvram brightness save test summary r3960 : work r3961 : not work your new script : not work your script always hold brightness 100% after boot Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2334221 Share on other sites More sharing options...
smolderas Posted December 14, 2016 Share Posted December 14, 2016 nvram brightness save test summary r3960 : work r3961 : not work your new script : not work your script always hold brightness 100% after boot The new script saves in your root partition, as you posted before. There must be somewhere else another nvram.plist, who got read from clover. Can you find it and delete it? Maybe look for `bdmesg|grep nvram.plist` where it got loaded. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/473/#findComment-2334222 Share on other sites More sharing options...
Recommended Posts