Jump to content

Recommended Posts

Posted

Para ativar o TRIM em SSDs não Apple


http://www.groths.org/software/trimenabler/


Para quem prefere usar o terminal

sudo perl -pi -e 's|\x41\x50\x50\x4C\x45\x20\x53\x53\x44|\x00\x00\x00\x00\x00\x00\x00\x00\x00|g' /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage
sudo touch /System/Library/Extensions

Para quem usa Clover

	<key>KernelAndKextPatches</key>
<dict>
	<key>KextsToPatch</key>
	<array>
		<dict>
			<key>Name</key>
			<string>IOAHCIBlockStorage</string>
			<key>Find</key>
			<data>QVBQTEUgU1NEAA==</data>
			<key>Replace</key>
			<data>AAAAAAAAAAAAAA==</data>
		</dict>
	</array>
</dict>

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

Ativar o TRIM no Yosemite

sudo perl -pi -e 's|\x00\x41\x50\x50\x4c\x45\x20\x53\x53\x44\x00|\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00|' /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage
sudo touch /System/Library/Extensions

Para quem usa Clover

	<key>KernelAndKextPatches</key>
<dict>
	<key>KextsToPatch</key>
	<array>
		<dict>
			<key>Name</key>
			<string>IOAHCIBlockStorage</string>
			<key>Find</key>
			<data>AEFQUExFIFNTRAA=</data>
			<key>Replace</key>
			<data>AAAAAAAAAAAAAAA=</data>
		</dict>
	</array>
</dict>

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

Tudo perfeito. Valeu pernacabeluda!

1327229596_CapturadeTela2014-11-15s14_40_58.png.ddcfa1e59b79b28fa3c807e6089ed9c4.png

Se quando viaja faz o que quer, quando viajar, não leve a mulher ----  No PM support. Use the forum.
.

Lenovo Core I5 6200U 12Gb 256Gb HD520 (macOS 13.7.6 - macOS 26) OC

Ryzen 7 5700X 32Gb 2Tb nvme RTX 3060TI 8Gb (W11)

Posted

O update 10.10.4 inclui o comando trimforce para ativar o TRIM em drives de terceiros

sudo trimforce enable

 

TRIMFORCE(8)              BSD System Manager's Manual             TRIMFORCE(8)

NAME
    trimforce -- enable TRIM commands on third-party drives

SYNOPSIS
    trimforce verb

DESCRIPTION
    trimforce enables sending TRIM commands to third-party drives attached to
    an AHCI controller.  By default, TRIM commands are not sent to third-
    party drives.  Use extreme caution when enabling TRIM, as some drives may
    not correctly handle the commands.  trimforce must be run by the system
    administrator.

VERBS
    enable
             Start sending TRIM commands to AHCI-attached third-party drives.
             Requires a reboot to take effect.

    disable
             Stop sending TRIM commands to AHCI-attached third-party drives.
             Requires a reboot to take effect.

    help
             Display brief usage syntax.

ERRORS
    trimforce will exit with status 0 if successful, or with an appropriate
    error if it cannot parse input, allocate memory, or is unauthorized to
    perform its work.

HISTORY
    The trimforce utility first appeared in OS X 10.10.4.

OS X                             27 April 2015                            OS X

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...