Jump to content

Patch for AppleTyMCEDriver.kext not working


Hectorsky
 Share

17 posts in this topic

Recommended Posts

Hey Insanelymac users!

I have a small problem with AppleTyMCEDriver.kext he's making kernel panics because i'm using a MacPro5,1 SMBIOS for Sierra compatibility with my server.

 

I used the patch but it dosen't work.

		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>Allow booting with a MacPro4,1 or MacPro5,1 SMBIOS definition without ECC Memory</string>
				<key>Disabled</key>
				<false/>
				<key>Find</key>
				<data>
				cgoATWFjUHJvNCwxAE1hY1BybzUsMQBY
				</data>
				<key>Name</key>
				<string>AppleTyMCEDriver</string>
				<key>Replace</key>
				<data>
				cgoAAAAAAAAAAAAAAAAAAAAAAAAAAABY
				</data>
			</dict>
		</array>
	</dict>

After that i try a kext Disabler.kext but same no effect.

I must delete the kext from installed OS but i don't want delete it again and again at future updates.

My Disabler.kext config is:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>CFBundleDevelopmentRegion</key>
    <string>English</string>
    <key>CFBundleExecutable</key>
    <string>Disabler</string>
    <key>CFBundleGetInfoString</key>
    <string>Kernel Extension Disabler 1.0.1, Copyright © 2008 by Kabyl</string>
    <key>CFBundleIdentifier</key>
    <string>net.osrom.kext.Disabler</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleName</key>
    <string>Kernel Extension Disabler</string>
    <key>CFBundlePackageType</key>
    <string>KEXT</string>
    <key>CFBundleVersion</key>
    <string>1.0.1</string>
    <key>IOKitPersonalities</key>
    <dict>
        <key>AppleTyMCEDriverDisabler</key>
        <dict>
            <key>CFBundleIdentifier</key>
            <string>net.osrom.kext.Disabler</string>
            <key>IOClass</key>
            <string>Disabler</string>
            <key>IOMatchCategory</key>
            <string>AppleTyMCEDriver</string>
            <key>IOProbeScore</key>
            <integer>1000</integer>
            <key>IOProviderClass</key>
            <string>IOFramebuffer</string>
            <key>IOResourceMatch</key>
            <string>IOKit</string>
        </dict>
        <key>Just for loading</key>
        <dict>
            <key>CFBundleIdentifier</key>
            <string>net.osrom.kext.Disabler</string>
            <key>IOClass</key>
            <string>Disabler</string>
            <key>IOMatchCategory</key>
            <string>Disabler</string>
            <key>IOProviderClass</key>
            <string>IOResources</string>
            <key>IOResourceMatch</key>
            <string>IOKit</string>
        </dict>
    </dict>
    <key>OSBundleLibraries</key>
    <dict>
        <key>com.apple.kpi.iokit</key>
        <string>8.0.0</string>
        <key>com.apple.kpi.libkern</key>
        <string>8.0.0</string>
    </dict>
    <key>OSBundleRequired</key>
    <string>Root</string>
</dict>
</plist>

And i puted the Disabler.kext into clover kexts no effect in S/L/E same.

Thanks for help. :)

Link to comment
Share on other sites

Ever considered upping the version of your patched kext to, say, 999 and placing it in /L/E?

 

If that kext can be loaded from /L/E, the upper version will always take precedence over standard vanilla kext of /S/L/E. Upper version should also load from /S/L/E if absolutely necessary (and may not normally be overwritten at updates but to be verified, hence safest option in /L/E).

Hey Herve,

Yeah but im using Patch on The Fly. and this not work.

And so i know the precedence newer version on kext be loaded. :)

Link to comment
Share on other sites

You say you're using MacPro5,1 for Sierra compatibility but that's usually only necessary at installation time. Did you try to "revert" to the SMBIOS profile that would be better suited after installation?

 

For instance, I could not install Sierra on my Latitude D630 with a MBP5,1 SMBIOS. I had to use MBP7,1 SMBIOS. But I could totally return to MBP5,1 profile afterwards and systems runs Sierra perfectly ever since. So if your system should use a different SMBIOS like MP3,1, don't hesitate, it should not be an issue.

Yeah, but Sierra dosen't boot on MP3,1 and don't want get updates :/

Link to comment
Share on other sites

then remove the AppleTyMCEDriver.kext and create an new prelinkedKernel and if you have found a workable solution to patch the AppleTyMCEDriver.kext, then you can do it.

Link to comment
Share on other sites

then remove the AppleTyMCEDriver.kext and create an new prelinkedKernel and if you have found a workable solution to patch the AppleTyMCEDriver.kext, then you can do it.

Hey spakk,

I searching working method for patching this on the fly.

Link to comment
Share on other sites

Hey spakk,

I searching working method for patching this on the fly.

You can try this patch. I test this patch with macOS 10.12 and this work very well

                         <dict>
				<key>Comment</key>
				<string>MacPro4,1 MacPro5,1 no ECC</string>
				<key>Disabled</key>
				<false/>
				<key>Find</key>
				<data>
				AE1hY1BybzQsMQBNYWNQcm81LDEA
				</data>
				<key>MatchOS</key>
				<string>10.10.x,10.12.x</string>
				<key>Name</key>
				<string>AppleTyMCEDriver</string>
				<key>Replace</key>
				<data>
				AE1hY1BybzksMQBNYWNQcm85LDEA
				</data>
			</dict>

post-589594-0-29569900-1472648865_thumb.png

  • Like 3
Link to comment
Share on other sites

 

You can try this patch. I test this patch with macOS 10.12 and this work very well

                         <dict>
				<key>Comment</key>
				<string>MacPro4,1 MacPro5,1 no ECC</string>
				<key>Disabled</key>
				<false/>
				<key>Find</key>
				<data>
				AE1hY1BybzQsMQBNYWNQcm81LDEA
				</data>
				<key>MatchOS</key>
				<string>10.10.x,10.11.x,10.12.x</string>
				<key>Name</key>
				<string>AppleTyMCEDriver</string>
				<key>Replace</key>
				<data>
				AE1hY1BybzksMQBNYWNQcm85LDEA
				</data>
			</dict>

Nice, the patch works great on Sierra but no on El Capitan ;/

  • Like 1
Link to comment
Share on other sites

Nice, the patch works great on Sierra but no on El Capitan ;/

 

I tested this patch in 10.10.5 and 10.12 DP8. I do not have 10.11. You can try old patch with  MatchOS 10.11.x

Something like this

                  <dict>
			<key>Comment</key>
			<string>Allow booting with a MacPro4,1 or MacPro5,1 SMBIOS definition without ECC Memory</string>
			<key>Disabled</key>
			<false/>
			<key>Find</key>
			<data>
			cgoATWFjUHJvNCwxAE1hY1BybzUsMQBY
			</data>
			<key>MatchOS</key>
			<string>10.11.x</string>
			<key>Name</key>
			<string>AppleTyMCEDriver</string>
			<key>Replace</key>
			<data>
			cgoAAAAAAAAAAAAAAAAAAAAAAAAAAABY
			</data>
		</dict>
		<dict>
			<key>Comment</key>
			<string>MacPro4,1 MacPro5,1 no ECC</string>
			<key>Disabled</key>
			<false/>
			<key>Find</key>
			<data>
			AE1hY1BybzQsMQBNYWNQcm81LDEA
			</data>
			<key>MatchOS</key>
			<string>10.10.x,10.12.x</string>
			<key>Name</key>
			<string>AppleTyMCEDriver</string>
			<key>Replace</key>
			<data>
			AE1hY1BybzksMQBNYWNQcm85LDEA
			</data>
		</dict>
Link to comment
Share on other sites

 

I tested this patch in 10.10.5 and 10.12 DP8. I do not have 10.11. You can try old patch with  MatchOS 10.11.x

Something like this

                  <dict>
			<key>Comment</key>
			<string>Allow booting with a MacPro4,1 or MacPro5,1 SMBIOS definition without ECC Memory</string>
			<key>Disabled</key>
			<false/>
			<key>Find</key>
			<data>
			cgoATWFjUHJvNCwxAE1hY1BybzUsMQBY
			</data>
			<key>MatchOS</key>
			<string>10.11.x</string>
			<key>Name</key>
			<string>AppleTyMCEDriver</string>
			<key>Replace</key>
			<data>
			cgoAAAAAAAAAAAAAAAAAAAAAAAAAAABY
			</data>
		</dict>
		<dict>
			<key>Comment</key>
			<string>MacPro4,1 MacPro5,1 no ECC</string>
			<key>Disabled</key>
			<false/>
			<key>Find</key>
			<data>
			AE1hY1BybzQsMQBNYWNQcm81LDEA
			</data>
			<key>MatchOS</key>
			<string>10.10.x,10.12.x</string>
			<key>Name</key>
			<string>AppleTyMCEDriver</string>
			<key>Replace</key>
			<data>
			AE1hY1BybzksMQBNYWNQcm85LDEA
			</data>
		</dict>

Hey Ukr55, i tried this on 10.11.5 installer and still panics :E

Link to comment
Share on other sites

Hey Ukr55, i tried this on 10.11.5 installer and still panics :E

Ok I will try to make a patch for now 10.11 

Check this patch

                  <dict>
			<key>Comment</key>
			<string>MacPro4,1 MacPro5,1 no ECC #1</string>
			<key>Disabled</key>
			<false/>
			<key>Find</key>
			<data>
			CgBNYWNQcm80LDEATWFjUHJvNSwxAA==
			</data>
			<key>MatchOS</key>
			<string>10.11.x</string>
			<key>Name</key>
			<string>AppleTyMCEDriver</string>
			<key>Replace</key>
			<data>
			CgAAAAAAAAAAAAAAAAAAAAAAAAAAAA==
			</data>
		</dict>
		<dict>
			<key>Comment</key>
			<string>MacPro4,1 MacPro5,1 no ECC #2</string>
			<key>Disabled</key>
			<false/>
			<key>Find</key>
			<data>
			AE1hY1BybzQsMQBNYWNQcm81LDEA
			</data>
			<key>MatchOS</key>
			<string>10.10.x,10.12.x</string>
			<key>Name</key>
			<string>AppleTyMCEDriver</string>
			<key>Replace</key>
			<data>
			AE1hY1BybzksMQBNYWNQcm85LDEA
			</data>
		</dict>
Link to comment
Share on other sites

 

Ok I will try to make a patch for now 10.11 

Check this patch

                  <dict>
			<key>Comment</key>
			<string>MacPro4,1 MacPro5,1 no ECC #1</string>
			<key>Disabled</key>
			<false/>
			<key>Find</key>
			<data>
			CgBNYWNQcm80LDEATWFjUHJvNSwxAA==
			</data>
			<key>MatchOS</key>
			<string>10.11.x</string>
			<key>Name</key>
			<string>AppleTyMCEDriver</string>
			<key>Replace</key>
			<data>
			CgAAAAAAAAAAAAAAAAAAAAAAAAAAAA==
			</data>
		</dict>
		<dict>
			<key>Comment</key>
			<string>MacPro4,1 MacPro5,1 no ECC #2</string>
			<key>Disabled</key>
			<false/>
			<key>Find</key>
			<data>
			AE1hY1BybzQsMQBNYWNQcm81LDEA
			</data>
			<key>MatchOS</key>
			<string>10.10.x,10.12.x</string>
			<key>Name</key>
			<string>AppleTyMCEDriver</string>
			<key>Replace</key>
			<data>
			AE1hY1BybzksMQBNYWNQcm85LDEA
			</data>
		</dict>

Thanks but still installer gave me a kernel panics. :( 

Link to comment
Share on other sites

Thanks but still installer gave me a kernel panics. :(

What about this variant 

                  <dict>
			<key>Comment</key>
			<string>MacPro4,1 MacPro5,1 no ECC #1</string>
			<key>Disabled</key>
			<false/>
			<key>Find</key>
			<data>
			TWFjUHJv
			</data>
			<key>MatchOS</key>
			<string>10.11.x</string>
			<key>Name</key>
			<string>AppleTyMCEDriver</string>
			<key>Replace</key>
			<data>
			ICAgICAg
			</data>
		</dict>
		<dict>
			<key>Comment</key>
			<string>MacPro4,1 MacPro5,1 no ECC #2</string>
			<key>Disabled</key>
			<false/>
			<key>Find</key>
			<data>
			AE1hY1BybzQsMQBNYWNQcm81LDEA
			</data>
			<key>MatchOS</key>
			<string>10.10.x,10.12.x</string>
			<key>Name</key>
			<string>AppleTyMCEDriver</string>
			<key>Replace</key>
			<data>
			AE1hY1BybzksMQBNYWNQcm85LDEA
			</data>
		</dict>
Link to comment
Share on other sites

 

What about this variant 

                  <dict>
			<key>Comment</key>
			<string>MacPro4,1 MacPro5,1 no ECC #1</string>
			<key>Disabled</key>
			<false/>
			<key>Find</key>
			<data>
			TWFjUHJv
			</data>
			<key>MatchOS</key>
			<string>10.11.x</string>
			<key>Name</key>
			<string>AppleTyMCEDriver</string>
			<key>Replace</key>
			<data>
			ICAgICAg
			</data>
		</dict>
		<dict>
			<key>Comment</key>
			<string>MacPro4,1 MacPro5,1 no ECC #2</string>
			<key>Disabled</key>
			<false/>
			<key>Find</key>
			<data>
			AE1hY1BybzQsMQBNYWNQcm81LDEA
			</data>
			<key>MatchOS</key>
			<string>10.10.x,10.12.x</string>
			<key>Name</key>
			<string>AppleTyMCEDriver</string>
			<key>Replace</key>
			<data>
			AE1hY1BybzksMQBNYWNQcm85LDEA
			</data>
		</dict>

Ehh, panic :(

Clover config:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Debug</key>
			<false/>
			<key>DropOEM_DSM</key>
			<false/>
			<key>Fixes</key>
			<dict>
				<key>FixSATA_0400</key>
				<true/>
			</dict>
			<key>Name</key>
			<string>DSDT.aml</string>
			<key>ReuseFFFF</key>
			<true/>
		</dict>
		<key>DropTables</key>
		<array>
			<dict>
				<key>Signature</key>
				<string>DMAR</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>CpuPm</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>Cpu0Ist</string>
			</dict>
		</array>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<false/>
			<key>Generate</key>
			<true/>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string>npci=0x2000 nv_disable=1</string>
		<key>Debug</key>
		<false/>
		<key>DefaultVolume</key>
		<string>Server HD</string>
		<key>Secure</key>
		<false/>
		<key>Timeout</key>
		<integer>5</integer>
		<key>XMPDetection</key>
		<false/>
	</dict>
	<key>CPU</key>
	<dict>
		<key>UseARTFrequency</key>
		<false/>
	</dict>
	<key>Devices</key>
	<dict>
		<key>Audio</key>
		<dict>
			<key>Inject</key>
			<string>No</string>
		</dict>
		<key>USB</key>
		<dict>
			<key>FixOwnership</key>
			<false/>
			<key>Inject</key>
			<false/>
		</dict>
	</dict>
	<key>GUI</key>
	<dict>
		<key>Language</key>
		<string>pl:0</string>
		<key>Mouse</key>
		<dict>
			<key>DoubleClick</key>
			<integer>500</integer>
			<key>Enabled</key>
			<false/>
			<key>Mirror</key>
			<false/>
			<key>Speed</key>
			<integer>8</integer>
		</dict>
		<key>Scan</key>
		<true/>
		<key>ScreenResolution</key>
		<string>1280x1024</string>
		<key>Theme</key>
		<string>bootcamp</string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<false/>
			<key>NVidia</key>
			<false/>
		</dict>
		<key>NvidiaSingle</key>
		<false/>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<false/>
		<key>Debug</key>
		<false/>
		<key>ForceKextsToLoad</key>
		<array>
			<string>/EFI/CLOVER/kexts/Other/Disabler.kext</string>
		</array>
		<key>KernelCpu</key>
		<false/>
		<key>KernelHaswellE</key>
		<false/>
		<key>KernelLapic</key>
		<false/>
		<key>KernelPm</key>
		<false/>
		<key>KextsToPatch</key>
		<array>
        ss<dict>
			<key>Comment</key>
			<string>MacPro4,1 MacPro5,1 no ECC #1</string>
			<key>Disabled</key>
			<false/>
			<key>Find</key>
			<data>
			TWFjUHJv
			</data>
			<key>MatchOS</key>
			<string>10.11.x</string>
			<key>Name</key>
			<string>AppleTyMCEDriver</string>
			<key>Replace</key>
			<data>
			ICAgICAg
			</data>
		</dict>
		<dict>
			<key>Comment</key>
			<string>MacPro4,1 MacPro5,1 no ECC #2</string>
			<key>Disabled</key>
			<false/>
			<key>Find</key>
			<data>
			AE1hY1BybzQsMQBNYWNQcm81LDEA
			</data>
			<key>MatchOS</key>
			<string>10.10.x,10.12.x</string>
			<key>Name</key>
			<string>AppleTyMCEDriver</string>
			<key>Replace</key>
			<data>
			AE1hY1BybzksMQBNYWNQcm85LDEA
			</data>
		</dict>
		</array>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>BooterConfig</key>
		<string>0x28</string>
		<key>CsrActiveConfig</key>
		<string>0x67</string>
		<key>ROM</key>
		<string>UseMacAddr0</string>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>BiosReleaseDate</key>
		<string>10/07/10</string>
		<key>BiosVendor</key>
		<string>Apple Inc.</string>
		<key>BiosVersion</key>
		<string>MP51.88Z.007F.B03.1010071432</string>
		<key>Board-ID</key>
		<string>Mac-F221BEC8</string>
		<key>BoardManufacturer</key>
		<string>Apple Inc.</string>
		<key>BoardType</key>
		<integer>11</integer>
		<key>ChassisAssetTag</key>
		<string>Pro-Enclosure</string>
		<key>ChassisManufacturer</key>
		<string>Apple Inc.</string>
		<key>ChassisType</key>
		<string>06</string>
		<key>Family</key>
		<string>Mac Pro</string>
		<key>Manufacturer</key>
		<string>Apple Inc.</string>
		<key>ProductName</key>
		<string>MacPro5,1</string>
		<key>SerialNumber</key>
		<string>XXXX</string>
		<key>Trust</key>
		<true/>
		<key>Version</key>
		<string>1.0</string>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Yes</string>
		<key>InjectSystemID</key>
		<true/>
	</dict>
</dict>
</plist>
Link to comment
Share on other sites

 

Ehh, panic :(

Clover config:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Debug</key>
			<false/>
			<key>DropOEM_DSM</key>
			<false/>
			<key>Fixes</key>
			<dict>
				<key>FixSATA_0400</key>
				<true/>
			</dict>
			<key>Name</key>
			<string>DSDT.aml</string>
			<key>ReuseFFFF</key>
			<true/>
		</dict>
		<key>DropTables</key>
		<array>
			<dict>
				<key>Signature</key>
				<string>DMAR</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>CpuPm</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>Cpu0Ist</string>
			</dict>
		</array>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<false/>
			<key>Generate</key>
			<true/>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string>npci=0x2000 nv_disable=1</string>
		<key>Debug</key>
		<false/>
		<key>DefaultVolume</key>
		<string>Server HD</string>
		<key>Secure</key>
		<false/>
		<key>Timeout</key>
		<integer>5</integer>
		<key>XMPDetection</key>
		<false/>
	</dict>
	<key>CPU</key>
	<dict>
		<key>UseARTFrequency</key>
		<false/>
	</dict>
	<key>Devices</key>
	<dict>
		<key>Audio</key>
		<dict>
			<key>Inject</key>
			<string>No</string>
		</dict>
		<key>USB</key>
		<dict>
			<key>FixOwnership</key>
			<false/>
			<key>Inject</key>
			<false/>
		</dict>
	</dict>
	<key>GUI</key>
	<dict>
		<key>Language</key>
		<string>pl:0</string>
		<key>Mouse</key>
		<dict>
			<key>DoubleClick</key>
			<integer>500</integer>
			<key>Enabled</key>
			<false/>
			<key>Mirror</key>
			<false/>
			<key>Speed</key>
			<integer>8</integer>
		</dict>
		<key>Scan</key>
		<true/>
		<key>ScreenResolution</key>
		<string>1280x1024</string>
		<key>Theme</key>
		<string>bootcamp</string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<false/>
			<key>NVidia</key>
			<false/>
		</dict>
		<key>NvidiaSingle</key>
		<false/>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<false/>
		<key>Debug</key>
		<false/>
		<key>ForceKextsToLoad</key>
		<array>
			<string>/EFI/CLOVER/kexts/Other/Disabler.kext</string>
		</array>
		<key>KernelCpu</key>
		<false/>
		<key>KernelHaswellE</key>
		<false/>
		<key>KernelLapic</key>
		<false/>
		<key>KernelPm</key>
		<false/>
		<key>KextsToPatch</key>
		<array>
        ss<dict>
			<key>Comment</key>
			<string>MacPro4,1 MacPro5,1 no ECC #1</string>
			<key>Disabled</key>
			<false/>
			<key>Find</key>
			<data>
			TWFjUHJv
			</data>
			<key>MatchOS</key>
			<string>10.11.x</string>
			<key>Name</key>
			<string>AppleTyMCEDriver</string>
			<key>Replace</key>
			<data>
			ICAgICAg
			</data>
		</dict>
		<dict>
			<key>Comment</key>
			<string>MacPro4,1 MacPro5,1 no ECC #2</string>
			<key>Disabled</key>
			<false/>
			<key>Find</key>
			<data>
			AE1hY1BybzQsMQBNYWNQcm81LDEA
			</data>
			<key>MatchOS</key>
			<string>10.10.x,10.12.x</string>
			<key>Name</key>
			<string>AppleTyMCEDriver</string>
			<key>Replace</key>
			<data>
			AE1hY1BybzksMQBNYWNQcm85LDEA
			</data>
		</dict>
		</array>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>BooterConfig</key>
		<string>0x28</string>
		<key>CsrActiveConfig</key>
		<string>0x67</string>
		<key>ROM</key>
		<string>UseMacAddr0</string>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>BiosReleaseDate</key>
		<string>10/07/10</string>
		<key>BiosVendor</key>
		<string>Apple Inc.</string>
		<key>BiosVersion</key>
		<string>MP51.88Z.007F.B03.1010071432</string>
		<key>Board-ID</key>
		<string>Mac-F221BEC8</string>
		<key>BoardManufacturer</key>
		<string>Apple Inc.</string>
		<key>BoardType</key>
		<integer>11</integer>
		<key>ChassisAssetTag</key>
		<string>Pro-Enclosure</string>
		<key>ChassisManufacturer</key>
		<string>Apple Inc.</string>
		<key>ChassisType</key>
		<string>06</string>
		<key>Family</key>
		<string>Mac Pro</string>
		<key>Manufacturer</key>
		<string>Apple Inc.</string>
		<key>ProductName</key>
		<string>MacPro5,1</string>
		<key>SerialNumber</key>
		<string>XXXX</string>
		<key>Trust</key>
		<true/>
		<key>Version</key>
		<string>1.0</string>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Yes</string>
		<key>InjectSystemID</key>
		<true/>
	</dict>
</dict>
</plist>

Ok will try to make working patch for 10.11

Now I created usb flash drive with ElCapitan for verified patch.

  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...