iRipper Posted September 27, 2017 Share Posted September 27, 2017 Is there an APFS.efi driver without the verbose boot when injecting? I know it's not a big deal, but I would like a "clean" boot, without text popping up EDITED by moderator See 3 Link to comment Share on other sites More sharing options...
chris1111 Posted September 27, 2017 Share Posted September 27, 2017 Is there an APFS.efi driver without the verbose boot when injecting? I know it's not a big deal, but I would like a "clean" boot, without text popping up the only way is using CsmVideoDxe-64 Be careful with this driver, used with precaution For UEFI Only 2 Link to comment Share on other sites More sharing options...
LockDown Posted September 27, 2017 Share Posted September 27, 2017 the only way is using CsmVideoDxe-64 Be careful with this driver, used with precaution For UEFI Only why should we use it with precaution? Link to comment Share on other sites More sharing options...
chris1111 Posted September 27, 2017 Share Posted September 27, 2017 why should we use it with precaution? This is what is stated in Clover Package Link to comment Share on other sites More sharing options...
LockDown Posted October 4, 2017 Share Posted October 4, 2017 im on sierra and the apfs dont display the annoying verbose. Link to comment Share on other sites More sharing options...
isaII Posted October 4, 2017 Share Posted October 4, 2017 try this based on 4236 moded blocking log before theme loaded. CLOVERX64.efi.zip 1 Link to comment Share on other sites More sharing options...
MorenoAv Posted October 5, 2017 Share Posted October 5, 2017 That don't work for me, it seems to me that the logs are bigger instead... 1 Link to comment Share on other sites More sharing options...
kray Posted October 5, 2017 Share Posted October 5, 2017 try this based on 4236 moded blocking log before theme loaded. This patched Clover really works!! Now all the extra logs before system loading are totally gone. Thanks a million! I was wondering if you could let me know how you modified it? Thanks again in advance. Link to comment Share on other sites More sharing options...
isaII Posted October 5, 2017 Share Posted October 5, 2017 This patched Clover really works!! Now all the extra logs before system loading are totally gone. Thanks a million! I was wondering if you could let me know how you modified it? Thanks again in advance. inside /Users/limyohan/src/edk2/Clover/rEFIt_UEFI/refit/main.c there is code block "EFI SIMPLE TEXT OUTPUT" ConOutOutputString = gST->ConOut->OutputString; gST->ConOut->OutputString = NullConOutOutputString; it block log when user select windows boot entry I copied it to before screen initialize and set Variable for it and enabled log before theme loaded. here is the file, you can serch where I moded. with keyword "APFS.efi_logblock_log" main.c.zip 3 Link to comment Share on other sites More sharing options...
William Parker Posted October 7, 2017 Share Posted October 7, 2017 That don't work for me, it seems to me that the logs are bigger instead... @isaII Same here as well. Tried the attached file with installed version of Clover 4233. Any ideas? Link to comment Share on other sites More sharing options...
MorenoAv Posted October 7, 2017 Share Posted October 7, 2017 waiting for a new version of clover, I guess... LOOL Link to comment Share on other sites More sharing options...
isaII Posted October 7, 2017 Share Posted October 7, 2017 @isaII Same here as well. Tried the attached file with installed version of Clover 4233. Any ideas? waiting for a new version of clover, I guess... LOOL hum.. I have no idea I build it just for me and for temporary use.. so I just test it my desktop only so I do not know why it dose not work for you... attached file is complied with little change add refresh screen several times and do not enabled "simple_text_output" it also work for me but I do not sure in your system.. ps/ do you use CSM? maybe UEFI only mode can help you... maybe CLOVERX64.efi.zip Link to comment Share on other sites More sharing options...
Guest ricoc90 Posted October 7, 2017 Share Posted October 7, 2017 log-free apfs.efi for 10.13.1 beta 1. Not sure if it will work for 10.13/10.13 supplementary update apfs.efi.zip Otherwise: http://www.insanelymac.com/forum/topic/291655-ozmosis/page-269?do=findComment&comment=2498575 Link to comment Share on other sites More sharing options...
isaII Posted October 7, 2017 Share Posted October 7, 2017 log-free apfs.efi for 10.13.1 beta 1. Not sure if it will work for 10.13/10.13 supplementary update apfs.efi.zip Otherwise: http://www.insanelymac.com/forum/topic/291655-ozmosis/page-269?do=findComment&comment=2498575 thanks for inform.. but it not work for me perfect almost logs are disappeared but single line stil exist... can you explane how can find opcode print log? i also try to find that in apfs.efi but ida pro 6.5 can not Analyze it at all.... Link to comment Share on other sites More sharing options...
MICKHAEL Posted October 7, 2017 Share Posted October 7, 2017 for me, UEFI x99 gtx 960 CSMVideoDxe did the trick 1 Link to comment Share on other sites More sharing options...
MorenoAv Posted October 7, 2017 Share Posted October 7, 2017 log-free apfs.efi for 10.13.1 beta 1. Not sure if it will work for 10.13/10.13 supplementary update apfs.efi.zip Otherwise: http://www.insanelymac.com/forum/topic/291655-ozmosis/page-269?do=findComment&comment=2498575 Didn't work for me too, I don't know why, but gave me kernel panic, the first until my last re-install... this logs are only irritating not problematic, says i... lol I have tried with CSMVideoDxe and didn't work either... Thanks anyway to all of you for your help... Link to comment Share on other sites More sharing options...
MorenoAv Posted October 10, 2017 Share Posted October 10, 2017 hi guys Any news of other methods to resolve the logs? 1 Link to comment Share on other sites More sharing options...
MorenoAv Posted October 22, 2017 Share Posted October 22, 2017 Its me again and I still have those irritating logs... as anyone figured a fix to this? Link to comment Share on other sites More sharing options...
Mork vom Ork Posted October 22, 2017 Share Posted October 22, 2017 To suppress verbose output apfs.efi - just use a hex editor an do a find/replace with: Find: 00554889E54883EC4048Replace: 00C34889E54883EC4048 2 Link to comment Share on other sites More sharing options...
chris1111 Posted October 22, 2017 Share Posted October 22, 2017 To suppress verbose output apfs.efi - just use a hex editor an do a find/replace with: Find: 00554889E54883EC4048 Replace: 00C34889E54883EC4048 Where from the patch ? Link to comment Share on other sites More sharing options...
MICKHAEL Posted October 22, 2017 Share Posted October 22, 2017 Where from the patch ? from hex editor Link to comment Share on other sites More sharing options...
Guest Posted October 22, 2017 Share Posted October 22, 2017 apfs.efi value is there! trying now adieu! :-)) Where from the patch ? it works partially from me many lines deleted from patch I think only 5 are visible now To suppress verbose output apfs.efi - just use a hex editor an do a find/replace with: Find: 00554889E54883EC4048Replace: 00C34889E54883EC4048 Link to comment Share on other sites More sharing options...
chris1111 Posted October 22, 2017 Share Posted October 22, 2017 apfs.efi value is there! trying now adieu! :-)) it works partially from me many lines deleted from patch I think only 5 are visible now Yea same here not completely ride of verbose texte but good patch anyway Thanks Link to comment Share on other sites More sharing options...
Guest Posted October 22, 2017 Share Posted October 22, 2017 thanks to Mork! :-) I revert to my old apfs.efi I like all that lines! :-) Yea same here not completely ride of verbose texte but good patch anyway Thanks Link to comment Share on other sites More sharing options...
Mork vom Ork Posted October 22, 2017 Share Posted October 22, 2017 patch wasn't discovered by me - i just had it handy, so i posted it instead of searching original link. Found this patch here somewhere in the first HighSierra discussion topic. and it was faster for me to re-post than discover the original link here ;-) sorry folks, but the credit isn't on me. Link to comment Share on other sites More sharing options...
Recommended Posts