apianti Posted July 12, 2017 Share Posted July 12, 2017 Unsure why you removed the custom entry, as I said all you had to do was remove the volume identifier from GUI/Hide and add the Hidden=true key to the entry to keep it hidden by default. Whatever custom entry you had before put it back and then your entry will be renamed, just don't hide it with GUI/Hide. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2461483 Share on other sites More sharing options...
SavageAUS Posted July 13, 2017 Share Posted July 13, 2017 Unsure why you removed the custom entry, as I said all you had to do was remove the volume identifier from GUI/Hide and add the Hidden=true key to the entry to keep it hidden by default. Whatever custom entry you had before put it back and then your entry will be renamed, just don't hide it with GUI/Hide.I was hiding the preboot volume.I removed custom entries to help make it easier to get help in renaming high Sierra recovery. Sent from my SM-G930F using Tapatalk Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2461756 Share on other sites More sharing options...
apianti Posted July 13, 2017 Share Posted July 13, 2017 Once again, the log clearly showed you were hiding both volumes and that the custom entry was perfectly fine at finding the volume, you just had it hidden: 1:548 0:000 Checking volume "Preboot" ... skipped because volume is hidden ... 1:548 0:000 Checking volume "Recovery" ... skipped because volume is hidden So don't use GUI/Hide, put the custom entry back and use Hidden=true key in custom entry to hide it instead. Not sure why when I gave you the solution that you were asking for, you did not do that and instead disagreed. The log is evidence that you are mistaken about which volumes you were hiding. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2461763 Share on other sites More sharing options...
SavageAUS Posted July 13, 2017 Share Posted July 13, 2017 Please check new log. Sent from my SM-G930F using Tapatalk bootlog.log.txt bdmesg.zip diskutil list.zip config.plist.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2461766 Share on other sites More sharing options...
apianti Posted July 13, 2017 Share Posted July 13, 2017 Looks like that's what you wanted except the reason why you still have Preboot is because you didn't setup that custom entry correctly, you put the volume in Path so you end up with: 1:121 0:000 Custom entry 0 FullTitle:"macOS High Sierra" Path:"\System\Library\CoreServices\boot.efi" Type:1 Flags:0x6 matching Volume:"1EA38F75-7907-4C2A-98A5-418D5602C373" ... 1:122 0:000 Checking volume "macOS High Sierra" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,1EA38F75-7907-4C2A-98A5-418D5602C373,0x64028,0xDE47A30)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,EEB8C5E7FDBC1732A7CE7AD9321F9245)) ... match! ... 1:213 0:000 Custom entry 1 Title:"Recovery" FullTitle:"macOS High Sierra Recovery" Path:"\E7C5B8EE-BCFD-3217-A7CE-7AD9321F9245\boot.efi" Type:10 Flags:0x6 matching Volume:"CF98BFF91DEBCF42AD0511BFFD31250F" ... 1:213 0:000 Checking volume "Recovery" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,1EA38F75-7907-4C2A-98A5-418D5602C373,0x64028,0xDE47A30)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,CF98BFF91DEBCF42AD0511BFFD31250F)) ... match! ... 1:226 0:000 Custom entry 2 skipped because it is hidden. ... 1:317 0:036 - [05]: 'Preboot' 1:323 0:005 AddLoaderEntry for Volume Name=Preboot 1:323 0:000 Not match custom entry 2: Path: not match, VolumeType: match, Type: not match ... 1:376 0:046 - [06]: 'macOS High Sierra' 1:386 0:009 AddLoaderEntry for Volume Name=macOS High Sierra 1:386 0:000 skipped because path `PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,1EA38F75-7907-4C2A-98A5-418D5602C373,0x64028,0xDE47A30)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,EEB8C5E7FDBC1732A7CE7AD9321F9245)\System\Library\CoreServices\boot.efii` already exists for another entry! 1:453 0:067 - [07]: 'Recovery' 1:458 0:004 AddLoaderEntry for Volume Name=Recovery 1:458 0:000 skipped because path `PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,1EA38F75-7907-4C2A-98A5-418D5602C373,0x64028,0xDE47A30)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,CF98BFF91DEBCF42AD0511BFFD31250F)\E7C5B8EE-BCFD-3217-A7CE-7AD9321F9245\boot.efii` already exists for another entry! Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2461768 Share on other sites More sharing options...
SavageAUS Posted July 13, 2017 Share Posted July 13, 2017 Looks like that's what you wanted except the reason why you still have Preboot is because you didn't setup that custom entry correctly, you put the volume in Path so you end up with: 1:121 0:000 Custom entry 0 FullTitle:"macOS High Sierra" Path:"\System\Library\CoreServices\boot.efi" Type:1 Flags:0x6 matching Volume:"1EA38F75-7907-4C2A-98A5-418D5602C373" ... 1:122 0:000 Checking volume "macOS High Sierra" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,1EA38F75-7907-4C2A-98A5-418D5602C373,0x64028,0xDE47A30)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,EEB8C5E7FDBC1732A7CE7AD9321F9245)) ... match! ... 1:213 0:000 Custom entry 1 Title:"Recovery" FullTitle:"macOS High Sierra Recovery" Path:"\E7C5B8EE-BCFD-3217-A7CE-7AD9321F9245\boot.efi" Type:10 Flags:0x6 matching Volume:"CF98BFF91DEBCF42AD0511BFFD31250F" ... 1:213 0:000 Checking volume "Recovery" (PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,1EA38F75-7907-4C2A-98A5-418D5602C373,0x64028,0xDE47A30)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,CF98BFF91DEBCF42AD0511BFFD31250F)) ... match! ... 1:226 0:000 Custom entry 2 skipped because it is hidden. ... 1:317 0:036 - [05]: 'Preboot' 1:323 0:005 AddLoaderEntry for Volume Name=Preboot 1:323 0:000 Not match custom entry 2: Path: not match, VolumeType: match, Type: not match ... 1:376 0:046 - [06]: 'macOS High Sierra' 1:386 0:009 AddLoaderEntry for Volume Name=macOS High Sierra 1:386 0:000 skipped because path `PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,1EA38F75-7907-4C2A-98A5-418D5602C373,0x64028,0xDE47A30)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,EEB8C5E7FDBC1732A7CE7AD9321F9245)\System\Library\CoreServices\boot.efii` already exists for another entry! 1:453 0:067 - [07]: 'Recovery' 1:458 0:004 AddLoaderEntry for Volume Name=Recovery 1:458 0:000 skipped because path `PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,1EA38F75-7907-4C2A-98A5-418D5602C373,0x64028,0xDE47A30)\VenMedia(BE74FCF7-0B7C-49F3-9147-01F4042E6842,CF98BFF91DEBCF42AD0511BFFD31250F)\E7C5B8EE-BCFD-3217-A7CE-7AD9321F9245\boot.efii` already exists for another entry! Even if i put the id in volume its still there. bdmesg.zip bootlog.log.txt config.plist.zip diskutil list.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2461775 Share on other sites More sharing options...
apianti Posted July 13, 2017 Share Posted July 13, 2017 Still not a match because of the type, probably need to set to OSX? 1:322 0:036 - [05]: 'Preboot' 1:328 0:005 AddLoaderEntry for Volume Name=Preboot 1:328 0:000 Not match custom entry 2: Volume: match, VolumeType: match, Type: not match EDIT: Maybe removing type also matches, unsure. EDIT2: You don't have a path for the entry either. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2461783 Share on other sites More sharing options...
SavageAUS Posted July 13, 2017 Share Posted July 13, 2017 Still not a match because of the type, probably need to set to OSX? 1:322 0:036 - [05]: 'Preboot' 1:328 0:005 AddLoaderEntry for Volume Name=Preboot 1:328 0:000 Not match custom entry 2: Volume: match, VolumeType: match, Type: not match EDIT: Maybe removing type also matches, unsure. EDIT2: You don't have a path for the entry either. I have tried all sorts of Paths. Can you tell from my log the correct one? I'll try removing / changing type and see how that goes for now. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2461795 Share on other sites More sharing options...
apianti Posted July 13, 2017 Share Posted July 13, 2017 Look on the preboot volume to get the path... Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2461810 Share on other sites More sharing options...
cecekpawon Posted July 13, 2017 Share Posted July 13, 2017 <dict> <key>Disabled</key> <false/> <key>FullTitle</key> <string>macOS High Sierra PreBoot</string> <key>Hidden</key> <true/> <key>Ignore</key> <false/> <key>NoCaches</key> <false/> <key>Type</key> <string>OSXRecovery</string> <key>Volume</key> <string>C7FE1592F829BA4BAFBF6C39E05C8616</string> <key>VolumeType</key> <string>Internal</string></dict> Heres from sources: AddLoaderEntry(APFSFVBootPath, NULL, L"FileVault Prebooter", Volume, NULL, OSTYPE_OSX, 0); 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2461822 Share on other sites More sharing options...
SavageAUS Posted July 13, 2017 Share Posted July 13, 2017 <dict> <key>Disabled</key> <false/> <key>FullTitle</key> <string>macOS High Sierra PreBoot</string> <key>Hidden</key> <true/> <key>Ignore</key> <false/> <key>NoCaches</key> <false/> <key>Type</key> <string>OSXRecovery</string> <key>Volume</key> <string>C7FE1592F829BA4BAFBF6C39E05C8616</string> <key>VolumeType</key> <string>Internal</string> </dict> Heres from sources: AddLoaderEntry(APFSFVBootPath, NULL, L"FileVault Prebooter", Volume, NULL, OSTYPE_OSX, 0); I tried that and it still appears on Clover boot screen. bootlog.log.txt config.plist.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2461838 Share on other sites More sharing options...
cecekpawon Posted July 13, 2017 Share Posted July 13, 2017 (edited) No man, please try to change type OSXRecovery to OSX for preboot Look the log again: 1:342 0:037 - [05]: 'Preboot'1:348 0:005 AddLoaderEntry for Volume Name=Preboot1:348 0:000 Not match custom entry 2: Volume: match, VolumeType: match, Type: not match <dict> <key>Disabled</key> <false/> <key>FullTitle</key> <string>macOS High Sierra PreBoot</string> <key>Hidden</key> <true/> <key>Ignore</key> <false/> <key>NoCaches</key> <false/> <key>Type</key> <string>OSXRecovery</string> <key>Type</key> <string>OSX</string> <key>Volume</key> <string>C7FE1592F829BA4BAFBF6C39E05C8616</string> <key>VolumeType</key> <string>Internal</string></dict> Edited July 13, 2017 by cecekpawon 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2461847 Share on other sites More sharing options...
SavageAUS Posted July 13, 2017 Share Posted July 13, 2017 No man, please try to change type OSXRecovery to OSX for preboot Look the log again: 1:342 0:037 - [05]: 'Preboot' 1:348 0:005 AddLoaderEntry for Volume Name=Preboot 1:348 0:000 Not match custom entry 2: Volume: match, VolumeType: match, Type: not match <dict> <key>Disabled</key> <false/> <key>FullTitle</key> <string>macOS High Sierra PreBoot</string> <key>Hidden</key> <true/> <key>Ignore</key> <false/> <key>NoCaches</key> <false/> <key>Type</key> <string>OSXRecovery</string> <key>Type</key> <string>OSX</string> <key>Volume</key> <string>C7FE1592F829BA4BAFBF6C39E05C8616</string> <key>VolumeType</key> <string>Internal</string> </dict> That did the trick. Thank you. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2461850 Share on other sites More sharing options...
truemac Posted July 13, 2017 Share Posted July 13, 2017 hey it's possible to implement ApplePartitionInfo protocol to clover? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2462032 Share on other sites More sharing options...
Slice Posted July 13, 2017 Share Posted July 13, 2017 Yes, possible. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2462068 Share on other sites More sharing options...
savvas Posted July 13, 2017 Share Posted July 13, 2017 hey it's possible to implement ApplePartitionInfo protocol to clover? I remember that you PM me about this question. Of course it is possible, but there is no need to do this, because we already use refit volume handler inside Clover. I'm working on own implementation of APFS jump start driver. Just wait a bit. I have a lot of work and all of my contribution in Clover just a hobby. Currently, I am not satisfied with my algorithm for searching and reading "JSDR" block via EFI_DISK_IO_PROTOCOL, I'll need to do it much more accurate. For now, I'm working on generating "NXSB - > apfs offset id -> blockmap" "blockmap -> apfs offsetid -> block number" "block number -> APSB -> root" structure to find JSDR faster inside apfs partition superblocks (apsb). If someone interesting in this, I can post my full research with descriptions how APFS works, and how Apple loads driver from APFS_EFI_Boot_Record in UEFI. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2462278 Share on other sites More sharing options...
Andrw0380 Posted July 13, 2017 Share Posted July 13, 2017 Was wondering if anyone is having the same issue. I upgraded Clover to v2.4_r4114 with the following options - Install UEFI booting only, Install Clover in the ESP - Themes > Embedded - Driver64UEFI > OsxAptioFixDrv-64 - Install RC scripts on target volume I have a weird issue with the Clover boot entries where the HFS+ partitions for Mac and the Recovery have no icons and just internal hfs displays as the text. I am on the 10.13 beta but r4110_Slim didn't have the issue, is it something with the embedded theme or does all the themes have this issue with this version? Edit: I did answer my question as using the Clover Theme Manager with bootcamp doesn't have the icon issue so it's a bug with embedded theme. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2462285 Share on other sites More sharing options...
Philip Petev Posted July 14, 2017 Share Posted July 14, 2017 I can confirm that, happens to me from time to time and it's normal again on the next boot. The bug can be seen on Clover, built with GCC and Xcode. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2462410 Share on other sites More sharing options...
truemac Posted July 14, 2017 Share Posted July 14, 2017 I remember that you PM me about this question. Of course it is possible, but there is no need to do this, because we already use refit volume handler inside Clover. I'm working on own implementation of APFS jump start driver. Just wait a bit. I have a lot of work and all of my contribution in Clover just a hobby. Currently, I am not satisfied with my algorithm for searching and reading "JSDR" block via EFI_DISK_IO_PROTOCOL, I'll need to do it much more accurate. For now, I'm working on generating "NXSB - > apfs offset id -> blockmap" "blockmap -> apfs offsetid -> block number" "block number -> APSB -> root" structure to find JSDR faster inside apfs partition superblocks (apsb). If someone interesting in this, I can post my full research with descriptions how APFS works, and how Apple loads driver from APFS_EFI_Boot_Record in UEFI. Thank you and good luck with it Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2462489 Share on other sites More sharing options...
mhaeuser Posted July 14, 2017 Share Posted July 14, 2017 Of course it is possible, but there is no need to do this, because we already use refit volume handler inside Clover.Performance and 'safety' (no way APFS tries to attach to non-APFS volumes) are reasons. I'm working on own implementation of APFS jump start driver. Why? Imo it's nothing but a development aid that will disappear not too far in the future... Any reason using unmodded won't work if the protocol is implemented? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2462531 Share on other sites More sharing options...
davidm71 Posted July 14, 2017 Share Posted July 14, 2017 You guys know when the final High Sierra comes out will we need to reinstall fresh from the beta or can do an in place upgrade? Thanks Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2462602 Share on other sites More sharing options...
arsradu Posted July 14, 2017 Share Posted July 14, 2017 You guys know when the final High Sierra comes out will we need to reinstall fresh from the beta or can do an in place upgrade? Thanks I see no reason why you couldn't simply upgrade from the Beta. Thing is, once you are "subscribed" to Beta builds, you will continue to receive future beta builds for the updates. If that's ok with you, I see no problem. I would recommend a clean install, just in case. Also, doing that will get rid of the Beta seed (there's a command line solution for that, as well, but anyway). So...yeah, I would say it's recommended. Not necessary. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2462732 Share on other sites More sharing options...
davidm71 Posted July 14, 2017 Share Posted July 14, 2017 I see no reason why you couldn't simply upgrade from the Beta. Thing is, once you are "subscribed" to Beta builds, you will continue to receive future beta builds for the updates. If that's ok with you, I see no problem. I would recommend a clean install, just in case. Also, doing that will get rid of the Beta seed (there's a command line solution for that, as well, but anyway). So...yeah, I would say it's recommended. Not necessary. Ok that's good to know. Thanks but was wondering on my laptop I enabled beta updates via this app I ran and now I get beta update notifications. Is there no way to turn that off? Thanks Sent from my iPhone using Tapatalk Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2462768 Share on other sites More sharing options...
arsradu Posted July 14, 2017 Share Posted July 14, 2017 Ok that's good to know. Thanks but was wondering on my laptop I enabled beta updates via this app I ran and now I get beta update notifications. Is there no way to turn that off? Thanks Sent from my iPhone using Tapatalk Well, since there is no final build of High Sierra yet, I'm not sure you can go back to "no beta". Since...they are all Betas. So...even if you would go from the Developer Beta seed to Public Beta seed, it's still Beta. You could try unchecking Install macOS updates from App Store System Preferences, but I have to admit, I never tried that, so I have no idea if that will actually stop the update notifications from showing up in the App Store. But I guess there's only one way to find out. Still, I wouldn't disable them, especially for Beta builds, since that means you will get no updates/fixes. I'm not sure why you want them disabled. But anyway... You can try the method below and see if that works. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2462774 Share on other sites More sharing options...
davidm71 Posted July 14, 2017 Share Posted July 14, 2017 Well, since there is no final build of High Sierra yet, I'm not sure you can go back to "no beta". Since...they are all Betas. So...even if you would go from the Developer Beta seed to Public Beta seed, it's still Beta. You could try unchecking Install macOS updates from App Store System Preferences, but I have to admit, I never tried that, so I have no idea if that will actually stop the update notifications from showing up in the App Store. But I guess there's only one way to find out. Still, I wouldn't disable them, especially for Beta builds, since that means you will get no updates/fixes. I'm not sure why you want them disabled. But anyway... You can try the method below and see if that works. Screen Shot 2017-07-14 at 6.39.04 PM.png That's because I used my laptop to download the 10.13 beta and build an installer USB but don't want to install it on my MacBook. Just leave my laptop beta free. Thanks Sent from my iPhone using Tapatalk Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/544/#findComment-2462786 Share on other sites More sharing options...
Recommended Posts