davidm71 Posted July 19, 2017 Share Posted July 19, 2017 Hi, I was wondering if its possible to turn off Mac emulation in Clover? Such that I'm only using it to emulate Uefi environments and load Windows from an Nvme drive.. Dont want added tables and smbios alterations. Thank you Link to comment Share on other sites More sharing options...
apianti Posted July 19, 2017 Share Posted July 19, 2017 Hi, I was wondering if its possible to turn off Mac emulation in Clover? Such that I'm only using it to emulate Uefi environments and load Windows from an Nvme drive.. Dont want added tables and smbios alterations. Thank you 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. 1 Link to comment Share on other sites More sharing options...
cecekpawon Posted July 19, 2017 Share Posted July 19, 2017 More stress test regarding sip.. csrstat & csrutil 1 Link to comment Share on other sites More sharing options...
kosakgroove Posted July 19, 2017 Share Posted July 19, 2017 Hi guys! I have successfully enabled FileVault 2 , and it is working wonderful. My only thing is that now I have 3 entries in my GUI . I would like to only have one, which in my case is "Boot macOS from Recovery HD " which is the entry with FileVault. How can I hide the other ones and make a custom entry for that one??? Link to comment Share on other sites More sharing options...
apianti Posted July 19, 2017 Share Posted July 19, 2017 Hi guys! I have successfully enabled FileVault 2 , and it is working wonderful. My only thing is that now I have 3 entries in my GUI . I would like to only have one, which in my case is "Boot macOS from Recovery HD " which is the entry with FileVault. How can I hide the other ones and make a custom entry for that one??? This probably belongs in general discussion topic, this topic is for development bugs/requests/issues. You can just put the UUID part of the device path ...HD(#, GPT, UUID... of the volumes you want to hide in the GUI/Hide key of config.plist. 1 Link to comment Share on other sites More sharing options...
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Share on other sites More sharing options...
Recommended Posts