Badruzeus Posted August 22, 2018 Share Posted August 22, 2018 4 minutes ago, Cyberdevs said: I haven't used the UEFI Shell in a very long time so I have no idea what can be the cause! Uhmmb, Internal Shell within my BIOS feature leads me to a blackscreen as well, using EDK2 *.efi: fs0: cd \efi\clover\tools\ cp Shell64U.efi fs0:\shellx64.efi Link to comment Share on other sites More sharing options...
Slice Posted August 22, 2018 Share Posted August 22, 2018 22 minutes ago, Badruzeus said: HFS+ Mojave with @crazybirdy script. BTW, I remember wanna asking this question: When entering "UEFI Shell 64" function (or tool) on Clover GUI, it always freezes my system.. or just greets me with "BestLanguage" log. But has no problem with Legacy Shell 64. And, it seems.. I found no solution (neither link) yet #atm. Any idea? You need EnglishDxe.efi in Drivers64UEFI folder. 1 Link to comment Share on other sites More sharing options...
Badruzeus Posted August 22, 2018 Share Posted August 22, 2018 (edited) 23 minutes ago, Slice said: You need EnglishDxe.efi in Drivers64UEFI folder. Thanks, but weird.. still getting a same issue: BestLanguage ( EnglishDxe.efi is placed on /EFI/drivers64UEFI as suggested, and loaded. Spoiler 0:996 0:000 === [ LoadDrivers ] ======================================= 1:001 0:005 Loading EnglishDxe-64.efi status=Success 1:006 0:005 Loading AppleImageCodec-64.efi status=Success 1:017 0:010 Loading AppleKeyAggregator-64.efi status=Success 1:018 0:000 Loading AppleUITheme-64.efi status=Success 1:018 0:000 Loading AptioMemoryFix-64.efi status=Success 1:019 0:000 Loading CsmVideoDxe-64.efi status=Success 1:020 0:000 - driver needs connecting 1:020 0:000 Loading DataHubDxe-64.efi status=Success 1:023 0:003 Loading FirmwareVolume-64.efi status=Success 1:024 0:000 Loading FSInject-64.efi status=Success 1:025 0:000 Loading HashServiceFix-64.efi status=Success 1:025 0:000 Loading OsxFatBinaryDrv-64.efi status=Success 1:026 0:000 Loading SMCHelper-64.efi status=Success 1:027 0:000 Loading VBoxHfs-64.efi status=Success 1:028 0:000 - driver needs connecting 1:028 0:000 Loading AppleImageLoader.efi status=Success 1:041 0:013 2 drivers needs connecting ... 1:041 0:000 PlatformDriverOverrideProtocol not found. Installing ... Success 1:041 0:000 Video driver loaded: disconnect Success I attached my full preboot.log below. preboot.log_a43sj_r4657_edk2.zip Edited August 22, 2018 by Badruzeus Link to comment Share on other sites More sharing options...
Badruzeus Posted August 24, 2018 Share Posted August 24, 2018 #QUESTION: Do we still need FileVault related *.efi Drivers if it is = Disabled on macOS? Thanks. Link to comment Share on other sites More sharing options...
Slice Posted August 24, 2018 Share Posted August 24, 2018 4 hours ago, Badruzeus said: #QUESTION: Do we still need FileVault related *.efi Drivers if it is = Disabled on macOS? Thanks. If not using FV2 then you can safely remove AppleKeyAggregator AppleUITheme FirmwareVolume HashServiceFix As well OsxFatBinaryDrv needed only for 10.8 and older. SMCHelper needed for FV2 and for Hibernation. AppleImageLoader may check digital sign of loaded module but you can live without it. On 8/22/2018 at 3:41 PM, Badruzeus said: Thanks, but weird.. still getting a same issue: BestLanguage ( EnglishDxe.efi is placed on /EFI/drivers64UEFI as suggested, and loaded. Reveal hidden contents 0:996 0:000 === [ LoadDrivers ] ======================================= 1:001 0:005 Loading EnglishDxe-64.efi status=Success 1:006 0:005 Loading AppleImageCodec-64.efi status=Success 1:017 0:010 Loading AppleKeyAggregator-64.efi status=Success 1:018 0:000 Loading AppleUITheme-64.efi status=Success 1:018 0:000 Loading AptioMemoryFix-64.efi status=Success 1:019 0:000 Loading CsmVideoDxe-64.efi status=Success 1:020 0:000 - driver needs connecting 1:020 0:000 Loading DataHubDxe-64.efi status=Success 1:023 0:003 Loading FirmwareVolume-64.efi status=Success 1:024 0:000 Loading FSInject-64.efi status=Success 1:025 0:000 Loading HashServiceFix-64.efi status=Success 1:025 0:000 Loading OsxFatBinaryDrv-64.efi status=Success 1:026 0:000 Loading SMCHelper-64.efi status=Success 1:027 0:000 Loading VBoxHfs-64.efi status=Success 1:028 0:000 - driver needs connecting 1:028 0:000 Loading AppleImageLoader.efi status=Success 1:041 0:013 2 drivers needs connecting ... 1:041 0:000 PlatformDriverOverrideProtocol not found. Installing ... Success 1:041 0:000 Video driver loaded: disconnect Success I attached my full preboot.log below. preboot.log_a43sj_r4657_edk2.zip Check shell.efi version (data, size). May be another one will work. 3 Link to comment Share on other sites More sharing options...
Sherlocks Posted August 24, 2018 Share Posted August 24, 2018 (edited) @savvamitrofanov hi. sorry for late test. i tested only AppleImageLoader.efi without OsxFatBinaryDrv-64.efi. but i never boot 10.6.8. stop screen in GUI after 10.6.8 partition. still needs OsxFatBinaryDrv-64.efi. also on my 4230s, shell is not working. shown BestLanguage text in screen. as result. i can't see debug log on 4230s. 4230s is old uefi system. Edited August 24, 2018 by Sherlocks Link to comment Share on other sites More sharing options...
savvas Posted August 24, 2018 Share Posted August 24, 2018 3 hours ago, Sherlocks said: @savvamitrofanov hi. sorry for late test. i tested only AppleImageLoader.efi without OsxFatBinaryDrv-64.efi. but i never boot 10.6.8. stop screen in GUI after 10.6.8 partition. still needs OsxFatBinaryDrv-64.efi. also on my 4230s, shell is not working. shown BestLanguage text in screen. as result. i can't see debug log on 4230s. 4230s is old uefi system. Thx! I'll check it 1 Link to comment Share on other sites More sharing options...
chris1111 Posted August 26, 2018 Share Posted August 26, 2018 (edited) Here a new mount EFI script for Clover Users MountEFI.command.zip Edited August 26, 2018 by chris1111 Fix typo warning on script 4 Link to comment Share on other sites More sharing options...
D-an-W Posted August 26, 2018 Share Posted August 26, 2018 Hi Chris, Just checking, should that say "If you do not have Clover installed" or is it correct in saying "If you do not have Clover to install"? Link to comment Share on other sites More sharing options...
chris1111 Posted August 26, 2018 Share Posted August 26, 2018 (edited) 7 hours ago, D-an-W said: Hi Chris, Just checking, should that say "If you do not have Clover installed" or is it correct in saying "If you do not have Clover to install"? Thanks I change the warning new script attaching in the previous post also available here MountEFI Edited August 26, 2018 by chris1111 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted August 27, 2018 Share Posted August 27, 2018 Hi Sorry for my newbie questions about AppleSupportPkg, specially AppleUISupport.efi. First, AppleUISupport.efi is only necessary for Firevault Volume. Right or not? In readme, "replaces AppleKeyMapAggregator.efi, AppleEvent.efi, AppleUiTheme.efi, FirmwareVolume.efi, AppleImageCodec.efi." Also, this Clover's mandatory drivers (AppleKeyMapAggregator.efi, AppleUiTheme.efi, FirmwareVolume.efi, AppleImageCodec.efi) is not necessary. Right or not? Thanks Link to comment Share on other sites More sharing options...
savvas Posted August 27, 2018 Share Posted August 27, 2018 9 hours ago, Matgen84 said: Hi Sorry for my newbie questions about AppleSupportPkg, specially AppleUISupport.efi. First, AppleUISupport.efi is only necessary for Firevault Volume. Right or not? In readme, "replaces AppleKeyMapAggregator.efi, AppleEvent.efi, AppleUiTheme.efi, FirmwareVolume.efi, AppleImageCodec.efi." Also, this Clover's mandatory drivers (AppleKeyMapAggregator.efi, AppleUiTheme.efi, FirmwareVolume.efi, AppleImageCodec.efi) is not necessary. Right or not? Thanks Hi. Yes, it is right 1 Link to comment Share on other sites More sharing options...
pbryanw Posted August 27, 2018 Share Posted August 27, 2018 (edited) Excuse me if this is a silly question, but where is the new embedded theme located in the Clover folder? In my themes folder I have an embedded folder, but inside is just screenshot.png & theme.plist files. Update/Edit: Have found the Clover Themes thread, so will look for advice there: https://www.insanelymac.com/forum/topic/288685-clover-themes/ Edited August 28, 2018 by pbryanw Link to comment Share on other sites More sharing options...
Allan Posted August 27, 2018 Share Posted August 27, 2018 This is the embedded theme. On 8/24/2018 at 2:21 AM, Slice said: SMCHelper needed for FV2 and for Hibernation. Now with VirtualSmc.efi this can be a problem right? Use or not use it 1 Link to comment Share on other sites More sharing options...
chris1111 Posted August 28, 2018 Share Posted August 28, 2018 6 hours ago, pbryanw said: Excuse me if this is a silly question, but where is the new embedded theme located in the Clover folder? In my themes folder I have an embedded folder, but inside is just screenshot.png & theme.plist files. Update/Edit: Have found the Clover Themes thread, so will look for advice there: https://www.insanelymac.com/forum/topic/288685-clover-themes/ see ☛ commit 4655 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted August 28, 2018 Share Posted August 28, 2018 9 hours ago, pbryanw said: Excuse me if this is a silly question, but where is the new embedded theme located in the Clover folder? In my themes folder I have an embedded folder, but inside is just screenshot.png & theme.plist files. Update/Edit: Have found the Clover Themes thread, so will look for advice there: https://www.insanelymac.com/forum/topic/288685-clover-themes/ You can't find it in Themes directory except screenshot and theme.plist. Clover is shipping with a embedded theme inside cloverx64 boot driver, I suppose. If I do not say nonsense. 1 Link to comment Share on other sites More sharing options...
SavageAUS Posted August 28, 2018 Share Posted August 28, 2018 This is the embedded theme. Now with VirtualSmc.efi this can be a problem right? Use or not use it Is that a replacement for FakeSMC.kext? Link to comment Share on other sites More sharing options...
Slice Posted August 28, 2018 Share Posted August 28, 2018 1 minute ago, SavageAUS said: Is that a replacement for FakeSMC.kext? Sent from my iPhone using Tapatalk Yes, but FakeSMC works independent on all. VirtualSMC depends on Lilu version and on succees of kernel patching. 1 1 Link to comment Share on other sites More sharing options...
Slice Posted August 28, 2018 Share Posted August 28, 2018 nvram -p shows only NVRAM variables with AppleBootGuid while ROM and MLB has gEfiAppleNvramGuid. They are not shown here while present. 1 Link to comment Share on other sites More sharing options...
Slice Posted August 28, 2018 Share Posted August 28, 2018 ROM and MLB needed for iMessage but sleep problem look to be different issue. 1 Link to comment Share on other sites More sharing options...
viktr Posted August 30, 2018 Share Posted August 30, 2018 Hi, Found strange problem. ApfsDriverLoader.efi and DumpUefiCalls.efi together make clover boot menu empty - clover do not see any bootable apfs partitions. Is it supposed to be so? Link to comment Share on other sites More sharing options...
LockDown Posted August 31, 2018 Share Posted August 31, 2018 I want to enable PM by using clover's plugintype. which of the 2 do i need to enable? Link to comment Share on other sites More sharing options...
Slice Posted August 31, 2018 Share Posted August 31, 2018 7 hours ago, ellaosx said: I want to enable PM by using clover's plugintype. which of the 2 do i need to enable? First is type 0,1. 0 is for SandyBridge and older, 1 is for IvyBridge and newer Second is an answer to question Generate or no. So you want to say YES. 1 2 Link to comment Share on other sites More sharing options...
LockDown Posted August 31, 2018 Share Posted August 31, 2018 1 hour ago, Slice said: First is type 0,1. 0 is for SandyBridge and older, 1 is for IvyBridge and newer Second is an answer to question Generate or no. So you want to say YES. Oh nice! I thought sandy is not supported by this plugintype. Also, I thought "1" starts at Haswell and newer. Link to comment Share on other sites More sharing options...
Slice Posted August 31, 2018 Share Posted August 31, 2018 1 hour ago, ellaosx said: Oh nice! I thought sandy is not supported by this plugintype. Also, I thought "1" starts at Haswell and newer. This is my Dell #2 in signature. IvyBridge 2 Link to comment Share on other sites More sharing options...
Recommended Posts