Contribute
Register

[Solved] Asus Maximus VII Impact - slow boot HID: Legacy shim 2

Status
Not open for further replies.
ok, i found that it can be TRIM(APFS) issue and it was that.
I've disabled TRIM
Code:
sudo trimforce disable
and `HID: Legacy shim 2` disappeared. Boot time takes ~10s ;)

so now it's fine but i'm thinking is it good to have TRIM disabled...?
 
Last edited:
ok, i found that it can be TRIM(APFS) issue and it was that.
I've disabled TRIM
Code:
sudo trimforce disable
and `HID: Legacy shim 2` disappeared and not boot time takes ~10s ;)

so now it's fine but i'm thinking is it good to have TRIM disabled...?

Having both APFS & TRIM is not a good idea. If you want to carry on using TRIM then use HFS+. Better to use Clover's TRIM KextToPatch than Apples TrimForce.
 
Having both APFS & TRIM is not a good idea. If you want to carry on using TRIM then use HFS+. Better to use Clover's TRIM KextToPatch than Apples TrimForce.

ok, i set patch to Clover
Code:
<dict>
                <key>Name</key>
                <string>IOAHCIBlockStorage</string>
                <key>Find</key>
                <data>
                AEFQUExFIFNTRAA=
                </data>
                <key>Replace</key>
                <data>
                AAAAAAAAAAAAAAA=
                </data>
                <key>Comment</key>
                <string>TRIM Enabler</string>
            </dict>

and of course again slow boot because of "HID: Legacy shim 2"

Do you have some URL with details describes why is not good idea to have TRIM on APFS?

Thx
 
ok, i set patch to Clover
Code:
<dict>
                <key>Name</key>
                <string>IOAHCIBlockStorage</string>
                <key>Find</key>
                <data>
                AEFQUExFIFNTRAA=
                </data>
                <key>Replace</key>
                <data>
                AAAAAAAAAAAAAAA=
                </data>
                <key>Comment</key>
                <string>TRIM Enabler</string>
            </dict>

and of course again slow boot because of "HID: Legacy shim 2"

Do you have some URL with details describes why is not good idea to have TRIM on APFS?

Thx

Should be disabled with APFS. You can disable it instead of deleting it from the config.

Code:
Comment Enable TRIM for SSD
Disabled Yes
Find <00415050 4c452053 534400>
Name IOAHCIBlockStorage
Replace <00000000 00000000 000000>
 
By doing a clean install in HFS+ and disabling the automatic conversion to APFS in installing process by using @RehabMan guide found here.
The boot time now are much better 8 second with my 960 pro NVME drive.
HID: Legacy shim 2 latency completely gone from the booting log.
 
so after few weeks in 10.13 with APFS and TRIM disabled everything works fine. Boot time <10s, great.

we can mark it as [SOLVED]
 
Code:
Comment Enable TRIM for SSD
Disabled Yes
Find <00415050 4c452053 534400>
Name IOAHCIBlockStorage
Replace <00000000 00000000 000000>
[/QUOTE]

How do I type that in my config.plist?
I'm kind of new into clover and I'm getting confused with <key><data> parts.
I could not disable TRIM because of that.
 
@wender_reis, please update your profile (personal details) with your Motherboard, CPU and Graphics Card.
If you have a prebuilt computer enter make and model instead of motherboard (Mobo).
The Rules said:
Profiles need to contain at least your primary system to assist others with helping you.
Download Clover Configurator (Vibrant Edition)
Open Clover Configurator
Mount your EFI partition
Open EFI/EFI/Clover/Config.plist
Check the Kernel and Kext Patches section and select Enable TRIM for SSD
Save
Close Clover Configurator

trim.png
 
Status
Not open for further replies.
Back
Top