Contribute
Register

remove clover pre boot pause, debug=false is set, slow boot

Status
Not open for further replies.
Joined
Sep 20, 2012
Messages
39
Motherboard
Gigabyte GA-Z77X-UP5 TH
CPU
E3-1245v2
Graphics
RX Vega 56
Mac
  1. iMac
  2. MacBook Air
Mobile Phone
  1. iOS
Hi,

I know there are a lot of "clover booting is slow" posts which can be solved with "Debug=false", but that is not my problem.

When starting up my hackintosh, the time from boot logo until clover shows all boot options was really fast in the past and takes about 20 seconds now. That does not sound much, but when standing in front of your PC and waiting to choose the correct boot option, it sucks.

Config.plist has the correct debug option:
Code:
...
<key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>dart=0 darkwake=0 -disablegfxfirmware</string>
        <key>CustomLogo</key>
        <false/>
        <key>Debug</key>
        <false/>
        <key>DefaultVolume</key>
        <string>LastBootedVolume</string>
...

The boot log has exactly one pause and I cannot figure out what the problem is:

Code:
...
1:010  0:000  Boot redirected to Entry 0. 'Mojave'
1:010  0:000  DefaultIndex=0 and MainMenu.EntryCount=11
1:010  0:000  Use anime=<null string> frames=0
1:038  0:027  GUI ready
15:991  14:953  BootVariable of the entry is empty
15:991  0:000  === [ StartLoader ] =======================================
15:991  0:000  Finally: ExternalClock=26MHz BusSpeed=100099kHz CPUFreq=3403MHz PIS: hw.busfrequency=104000000Hz
15:991  0:000  Loading boot.efi  status=Success
16:035  0:043  GetOSVersion: 10.14.5 (18F132)
...

After "GUI ready" it takes around 20 sec until the boot continues.
Any ideas?
 
Not sure but i think debug should be set to true but not to 0x100
 
Hi

I have the same problem, I am still searching for a solution

Anyone???

Other than the usual debug issue, the UEFI audio driver slows the Clover startup process substantially. If you don't want a startup sound remove the audio driver from drivers\UEFI and restart to check the startup time.
 
Status
Not open for further replies.
Back
Top