arsradu Posted July 19, 2017 Share Posted July 19, 2017 Guys, Can I change the drivers name on the clover GUI? I believe you meant drives (as in disk drives), not drivers. And yes, you can. From Config -> GUI section -> Custom Entries. You will need to know the drive's correct UUID. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2465711 Share on other sites More sharing options...
davidm71 Posted July 19, 2017 Share Posted July 19, 2017 Well you can build the firmware yourself and add the nvme driver, then place whatever you want to boot at \EFI\CLOVER\CLOVERX64.efi. Otherwise, no. EDIT: Err, actually, if you boot windows then it's just booting windows, it doesn't change to apple tables. Ok Thank you. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2465722 Share on other sites More sharing options...
telepati Posted July 19, 2017 Share Posted July 19, 2017 I believe you meant drives (as in disk drives), not drivers. And yes, you can. From Config -> GUI section -> Custom Entries. You will need to know the drive's correct UUID. Yes you are right. I changed Sierra and Recovery HD but I can't change the Windows Disk name? I used this parameters for windows but it doesn't change the name. What am I doing wrong? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2465861 Share on other sites More sharing options...
arsradu Posted July 19, 2017 Share Posted July 19, 2017 I suppose the UUID is not the correct one for this case...? Maybe..? Or maybe it needs the complete path. I honestly never tried to rename a Windows partition. I think it should work. But I think we're missing something here. Could you post the output of your diskutil list? Might help. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2465864 Share on other sites More sharing options...
telepati Posted July 19, 2017 Share Posted July 19, 2017 I suppose the UUID is not the correct one for this case...? Maybe..? Or maybe it needs the complete path. I honestly never tried to rename a Windows partition. I think it should work. But I think we're missing something here. Could you post the output of your diskutil list? Might help. Here it is; By the way I used both Volume and Disk UUID but it doesnt help. I think Windows Drive Name cant change? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2465866 Share on other sites More sharing options...
Badruzeus Posted July 19, 2017 Share Posted July 19, 2017 Here it is; By the way I used both Volume and Disk UUID but it doesnt help. I think Windows Drive Name cant change? It looks like ur Windows is UEFI mode, isn't it? So, it should to be: disk3s1_Volume_UUID\EFI\Microsoft\Boot\bootmgfw.efi .. from ur SS above, disk3s1 is ur Windows EFI Partition. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2465906 Share on other sites More sharing options...
apianti Posted July 19, 2017 Share Posted July 19, 2017 @telepati, Please provide your actual config.plist and boot.log. I have a feeling that there is wrong setting. You can definitely rename ANY loader/volume. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2465992 Share on other sites More sharing options...
Slice Posted July 19, 2017 Share Posted July 19, 2017 AFAIK NTFS volume name can be edited only from Windows. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2465996 Share on other sites More sharing options...
apianti Posted July 19, 2017 Share Posted July 19, 2017 AFAIK NTFS volume name can be edited only from Windows. Trying to rename the windows entry I'm assuming. Obviously you can't rename any volume label in clover. lol Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2466005 Share on other sites More sharing options...
telepati Posted July 19, 2017 Share Posted July 19, 2017 It looks like ur Windows is UEFI mode, isn't it? So, it should to be: disk3s1_Volume_UUID\EFI\Microsoft\Boot\bootmgfw.efi .. from ur SS above, disk3s1 is ur Windows EFI Partition. Yes thats the trick. @telepati, Please provide your actual config.plist and boot.log. I have a feeling that there is wrong setting. You can definitely rename ANY loader/volume. But I have still a problem. When I change the names I am losing two menus on the GUI (Start UEFI Shell 64 and Clover Boot Options disappear). Why is that? I attached my full clover folder with the theme I used. CLOVER.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2466011 Share on other sites More sharing options...
Funky frank Posted July 19, 2017 Share Posted July 19, 2017 Is the recent clover build from sourceforge safe to use for today's Sierra 10.12.6? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2466025 Share on other sites More sharing options...
apianti Posted July 19, 2017 Share Posted July 19, 2017 @telepati, You aren't getting tools because you disabled the scan: <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Legacy</key> <false/> <key>Linux</key> <false/> <key>Tool</key> <false/> </dict> You hid some stuff by volume name and path, it's a better idea to create a custom entry for these cases, use GUI/Hide for volume hiding, not entry: <key>Hide</key> <array> <string>Windows</string> <string>\EFI\BOOT\BOOTX64.EFI</string> </array> Your custom entries are fine though: <key>Custom</key> <dict> <key>Entries</key> <array> <dict> <key>Disabled</key> <false/> <key>FullTitle</key> <string>UEFI Internal</string> <key>Hidden</key> <true/> <key>Ignore</key> <false/> <key>InjectKexts</key> <false/> <key>NoCaches</key> <false/> <key>Type</key> <string>Other</string> </dict> <dict> <key>Disabled</key> <false/> <key>FullTitle</key> <string>Sierra</string> <key>Ignore</key> <false/> <key>NoCaches</key> <false/> <key>Type</key> <string>OSX</string> <key>Volume</key> <string>8D5CFF3D-7F25-4BF9-A220-433421093AE8</string> <key>VolumeType</key> <string>Internal</string> </dict> <dict> <key>Disabled</key> <false/> <key>FullTitle</key> <string>Recovery HD</string> <key>Ignore</key> <false/> <key>NoCaches</key> <false/> <key>Type</key> <string>OSXRecovery</string> <key>Volume</key> <string>A72ADEF5-3804-4EF9-B334-91DA15F8A75B</string> <key>VolumeType</key> <string>Internal</string> </dict> <dict> <key>Disabled</key> <false/> <key>FullTitle</key> <string>Windows 10 Pro</string> <key>Ignore</key> <false/> <key>Type</key> <string>Windows</string> <key>Volume</key> <string>7B2E0D43-F7A1-45AC-9CB3-83238F6961CB</string> <key>VolumeType</key> <string>Internal</string> </dict> </array> </dict> 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2466043 Share on other sites More sharing options...
gujiangjiang Posted July 19, 2017 Share Posted July 19, 2017 Hello slice I have a little suggestion to The Clover. Can we add this function that when i press onekey(such as fn or ctrl) then come about the CloverGUI but when i dont press anykey the CloverGUI disappear and boot into the osx i select. Just like a realmac "option+power" means. Now the Clover have -1,0,1,2,etc but dont have this function.I use osx more but i sometimes use windows so i wish this function can be added into clover. 从我的 iPhone 发送,使用 Tapatalk Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2466068 Share on other sites More sharing options...
mhaeuser Posted July 19, 2017 Share Posted July 19, 2017 Can we add this function that when i press onekey(such as fn or ctrl) then come about the CloverGUI but when i dont press anykey the CloverGUI disappear and boot into the osx i select. Just like a realmac "option+power" means. Set Timeout to 0 and use an arrow key 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2466076 Share on other sites More sharing options...
telepati Posted July 19, 2017 Share Posted July 19, 2017 @telepati, You hid some stuff by volume name and path, it's a better idea to create a custom entry for these cases, use GUI/Hide for volume hiding, not entry: <key>Hide</key> <array> <string>Windows</string> <string>\EFI\BOOT\BOOTX64.EFI</string> </array> You are right. I tried but it didn't work. I wrote here just "Untitled" 'cause volume name is "Untitled" but it didn't hide. Because of that I created UEFI Internal custom entries for Microsoft Recovery and Microsoft Reserved. Where am I find the right path for these two drive? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2466091 Share on other sites More sharing options...
Slice Posted July 20, 2017 Share Posted July 20, 2017 Is the recent clover build from sourceforge safe to use for today's Sierra 10.12.6? Safe. Hello slice I have a little suggestion to The Clover. Can we add this function that when i press onekey(such as fn or ctrl) then come about the CloverGUI but when i dont press anykey the CloverGUI disappear and boot into the osx i select. Just like a realmac "option+power" means. Now the Clover have -1,0,1,2,etc but dont have this function.I use osx more but i sometimes use windows so i wish this function can be added into clover. 从我的 iPhone 发送,使用 Tapatalk The suggestion is not new since first Chameleon out. It is impossible because PC BIOS is not Mac EFI BIOS and will to initialise a keyboard no matter if a modifier key pressed. 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2466148 Share on other sites More sharing options...
mhaeuser Posted July 20, 2017 Share Posted July 20, 2017 It is impossible because PC BIOS is not Mac EFI BIOS and will to initialise a keyboard no matter if a modifier key pressed. What? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2466151 Share on other sites More sharing options...
SavageAUS Posted July 20, 2017 Share Posted July 20, 2017 I think i may need to purge some old Clover installers? 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2466178 Share on other sites More sharing options...
arsradu Posted July 20, 2017 Share Posted July 20, 2017 I think i may need to purge some old Clover installers? Ya think?! What the hell? )) Are you trying to win the prize for Clover Collector's Edition? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2466199 Share on other sites More sharing options...
SavageAUS Posted July 20, 2017 Share Posted July 20, 2017 Ya think?! What the hell? )) Are you trying to win the prize for Clover Collector's Edition? What can I say, I'm a hoarder lol. I like to make sure I have backups :-)))Yay gimme prize or title Clover Collector Sent from my SM-G930F using Tapatalk Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2466206 Share on other sites More sharing options...
Funky frank Posted July 20, 2017 Share Posted July 20, 2017 Hi, does Clover include any mechanism to enable Nightshift? I wonder, because Nightshift is available on my fullhd monitor OOTB, without patching anything. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2466305 Share on other sites More sharing options...
SavageAUS Posted July 20, 2017 Share Posted July 20, 2017 Hi, does Clover include any mechanism to enable Nightshift? I wonder, because Nightshift is available on my fullhd monitor OOTB, without patching anything. I believe your smbios is what determines nightshift capability. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2466317 Share on other sites More sharing options...
pico joe Posted July 20, 2017 Share Posted July 20, 2017 depend on your smbios 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2466320 Share on other sites More sharing options...
JorgeMax Posted July 20, 2017 Share Posted July 20, 2017 PMHeart. What is the difference between the value of "CsrActiveConfig" 0x3E7 for the 0x67? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2466325 Share on other sites More sharing options...
Slice Posted July 20, 2017 Share Posted July 20, 2017 When I set in High Sierra Recovery $ csrutil disable I see csr-active-config changed to value 0x77 (w%00%00%00) Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/546/#findComment-2466358 Share on other sites More sharing options...
Recommended Posts