Contribute
Register

[Success] (Mostly) GA-Z77-DS3H / i5-2400 / SSD / HD2000

Status
Not open for further replies.
Joined
May 14, 2012
Messages
14
Motherboard
GA-DS3U-Z77
CPU
i5 Sandy Bridge
Graphics
Craptastic Nvidia 200 or something
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Not really sure why, but when I booted my UniBeast USB I had to:
Code:
GraphicsEnabler=Yes -f
Each time or else it would not get to the installer.

I can't get my resolution to change from 1024x768, even after setting a "Graphics Mode" in the Chameleon plist file.
I have a dedicated graphics card coming in the mail so I am not going to mess with it that much, I just wanted to see if I could get ML working with my hardware is it currently stands.
 
Not really sure why, but when I booted my UniBeast USB I had to:
Code:
GraphicsEnabler=Yes -f
Each time or else it would not get to the installer.

I can't get my resolution to change from 1024x768, even after setting a "Graphics Mode" in the Chameleon plist file.
I have a dedicated graphics card coming in the mail so I am not going to mess with it that much, I just wanted to see if I could get ML working with my hardware is it currently stands.

In order to get HD 2000 graphics working with a series 7 chipset you'll have to:

  1. Remove AppleIntelFramebufferCapri.kext.
  2. Remove AppleIntelHD3000GraphicsGLDriver.bundle.
  3. Edit /System/Library/Extensions/AppleIntelSNBGraphicsFB.kext/Contents/Info.plist so that it looks like this (changes are marked with red characters):
    Code:
    <?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>BuildMachineOSBuild</key>
    	<string>12A251</string>
    	<key>CFBundleDevelopmentRegion</key>
    	<string>English</string>
    	<key>CFBundleExecutable</key>
    	<string>AppleIntelSNBGraphicsFB</string>
    	<key>CFBundleGetInfoString</key>
    	<string>AppleIntelSNBGraphicsFB 8.0.51</string>
    	<key>CFBundleIdentifier</key>
    	<string>com.apple.driver.AppleIntelSNBGraphicsFB</string>
    	<key>CFBundleInfoDictionaryVersion</key>
    	<string>6.0</string>
    	<key>CFBundleName</key>
    	<string>com.apple.driver.AppleIntelSNBGraphicsFB</string>
    	<key>CFBundlePackageType</key>
    	<string>KEXT</string>
    	<key>CFBundleShortVersionString</key>
    	<string>8.0.51</string>
    	<key>CFBundleSignature</key>
    	<string>????</string>
    	<key>CFBundleVersion</key>
    	<string>8.0.0</string>
    	<key>DTCompiler</key>
    	<string></string>
    	<key>DTPlatformBuild</key>
    	<string>4F212</string>
    	<key>DTPlatformVersion</key>
    	<string>GM</string>
    	<key>DTSDKBuild</key>
    	<string>12A251</string>
    	<key>DTSDKName</key>
    	<string></string>
    	<key>DTXcode</key>
    	<string>0440</string>
    	<key>DTXcodeBuild</key>
    	<string>4F212</string>
    	<key>IOKitPersonalities</key>
    	<dict>
    		<key>AppleIntelMEIDriver</key>
    		<dict>
    			<key>CFBundleIdentifier</key>
    			<string>com.apple.driver.AppleIntelSNBGraphicsFB</string>
    			<key>IOClass</key>
    			<string>AppleIntelMEIDriver</string>
    			<key>IOMatchCategory</key>
    			<string>IODefaultMatchCategory</string>
    			<key>IOPCIPrimaryMatch</key>
    			<string>0x1C3A8086 [COLOR="#FF0000"]0x1E3A8086[/COLOR]</string>
    			<key>IOProbeScore</key>
    			<integer>80000</integer>
    			<key>IOProviderClass</key>
    			<string>IOPCIDevice</string>
    			<key>IOSourceVersion</key>
    			<string>0.0.0.0.0</string>
    		</dict>
    		<key>AppleIntelSNBGraphicsController</key>
    		<dict>
    			<key>CFBundleIdentifier</key>
    			<string>com.apple.driver.AppleIntelSNBGraphicsFB</string>
    			<key>FBCControl</key>
    			<dict>
    				<key>Compression</key>
    				<integer>0</integer>
    			</dict>
    			<key>FeatureControl</key>
    			<dict>
    				<key>DPM</key>
    				<integer>1</integer>
    				<key>FBC</key>
    				<integer>0</integer>
    				<key>GPUInterruptHandling</key>
    				<integer>1</integer>
    				<key>Gamma</key>
    				<integer>1</integer>
    				<key>IgnorePanelTimings</key>
    				<integer>0</integer>
    				<key>MaximumSelfRefreshLevel</key>
    				<integer>3</integer>
    				<key>PowerStates</key>
    				<integer>0</integer>
    				<key>RenderStandby</key>
    				<integer>1</integer>
    				<key>SetRC6Voltage</key>
    				<integer>0</integer>
    				<key>UseInterruptFilter</key>
    				<integer>1</integer>
    				<key>Watermarks</key>
    				<integer>1</integer>
    			</dict>
    			<key>IOClass</key>
    			<string>AppleIntelSNBGraphicsFB</string>
    			<key>IOMatchCategory</key>
    			<string>IOFramebuffer</string>
    			<key>IOPCIClassMatch</key>
    			<string>0x04800000&amp;0xfff00000</string>
    			<key>IOPCIPrimaryMatch</key>
    			<string>0x010b8086</string>
    			<key>IOProbeScore</key>
    			<integer>80000</integer>
    			<key>IOProviderClass</key>
    			<string>IOPCIDevice</string>
    			<key>IOSourceVersion</key>
    			<string>0.0.0.0.0</string>
    		</dict>
    		<key>AppleIntelSNBGraphicsController2</key>
    		<dict>
    			<key>CFBundleIdentifier</key>
    			<string>com.apple.driver.AppleIntelSNBGraphicsFB</string>
    			<key>FBCControl</key>
    			<dict>
    				<key>Compression</key>
    				<integer>0</integer>
    			</dict>
    			<key>FeatureControl</key>
    			<dict>
                                    [COLOR="#FF0000"]<key>CachedEDIDDisable</key>
                                    <integer>0</integer>
                                    <key>DPM</key>
                                    <integer>1</integer>
                                    <key>FBC</key>
                                    <integer>0</integer>
                                    <key>FastDisplayDetectDisable</key>
                                    <integer>0</integer>
                                    <key>GPUInterruptHandling</key>
                                    <integer>1</integer>
                                    <key>Gamma</key>
                                    <integer>1</integer>
                                    <key>IgnorePanelTimings</key>
                                    <integer>0</integer>
                                    <key>MaximumSelfRefreshLevel</key>
                                    <integer>3</integer>
                                    <key>PowerStates</key>
                                    <integer>1</integer>
                                    <key>RenderStandby</key>
                                    <integer>1</integer>
                                    <key>SetRC6Voltage</key>
                                    <integer>0</integer>
                                    <key>SpreadON</key>
                                    <integer>1</integer>
                                    <key>UseInterruptFilter</key>
                                    <integer>1</integer>
                                    <key>Watermarks</key>
                                    <integer>1</integer>[/COLOR]
    			</dict>
    			<key>IOClass</key>
    			<string>AppleIntelSNBGraphicsFB</string>
    			<key>IOMatchCategory</key>
    			<string>IOFramebuffer</string>
    			<key>IOPCIClassMatch</key>
    			<string>0x03000000&amp;0xff000000</string>
    			<key>IOPCIPrimaryMatch</key>
    			<string>0x01028086</string>
    			<key>IOProbeScore</key>
    			<integer>80000</integer>
    			<key>IOProviderClass</key>
    			<string>IOPCIDevice</string>
    			<key>IOSourceVersion</key>
    			<string>[COLOR="#FF0000"]8.0.51[/COLOR]</string>
    		</dict>
    		<key>AppleIntelSNBGraphicsFB</key>
    		<dict>
    			<key>CFBundleIdentifier</key>
    			<string>com.apple.driver.AppleIntelSNBGraphicsFB</string>
    			<key>FBCControl</key>
    			<dict>
    				<key>Compression</key>
    				<integer>0</integer>
    			</dict>
    			<key>FeatureControl</key>
    			<dict>
    				<key>CachedEDIDDisable</key>
    				<integer>0</integer>
    				<key>DPM</key>
    				<integer>1</integer>
    				<key>FBC</key>
    				<integer>0</integer>
    				<key>FastDisplayDetectDisable</key>
    				<integer>0</integer>
    				<key>GPUInterruptHandling</key>
    				<integer>1</integer>
    				<key>Gamma</key>
    				<integer>1</integer>
    				<key>IgnorePanelTimings</key>
    				<integer>0</integer>
    				<key>MaximumSelfRefreshLevel</key>
    				<integer>3</integer>
    				<key>PowerStates</key>
    				<integer>1</integer>
    				<key>RenderStandby</key>
    				<integer>1</integer>
    				<key>SetRC6Voltage</key>
    				<integer>0</integer>
    				<key>SpreadON</key>
    				<integer>1</integer>
    				<key>UseInterruptFilter</key>
    				<integer>1</integer>
    				<key>Watermarks</key>
    				<integer>1</integer>
    			</dict>
    			<key>IOClass</key>
    			<string>AppleIntelSNBGraphicsFB</string>
    			<key>IOMatchCategory</key>
    			<string>IOFramebuffer</string>
    			<key>IOPCIClassMatch</key>
    			<string>0x03000000&amp;0xff000000</string>
    			<key>IOPCIPrimaryMatch</key>
    			<string>0x01068086 0x11068086 0x16018086 01168086 01268086</string>
    			<key>IOProbeScore</key>
    			<integer>80000</integer>
    			<key>IOProviderClass</key>
    			<string>IOPCIDevice</string>
    			<key>IOSourceVersion</key>
    			<string>8.0.51</string>
    		</dict>
    		<key>FBClientController</key>
    		<dict>
    			<key>CFBundleIdentifier</key>
    			<string>com.apple.driver.AppleIntelSNBGraphicsFB</string>
    			<key>IOClass</key>
    			<string>AppleMEClientController</string>
    			<key>IOMatchCategory</key>
    			<string>AppleMEClientController</string>
    			<key>IOProviderClass</key>
    			<string>AppleIntelSNBGraphicsFB</string>
    			<key>IOUserClientClass</key>
    			<string>AppleSNBFBUserClient</string>
    			<key>RetryCount</key>
    			<integer>3</integer>
    		</dict>
    	</dict>
    	<key>NSHumanReadableCopyright</key>
    	<string>Copyright © 1999-2009 Apple Inc. All rights reserved.</string>
    	<key>OSBundleLibraries</key>
    	<dict>
    		<key>com.apple.iokit.IOACPIFamily</key>
    		<string>1.2</string>
    		<key>com.apple.iokit.IOGraphicsFamily</key>
    		<string>1.3</string>
    		<key>com.apple.iokit.IOPCIFamily</key>
    		<string>1.1</string>
    		<key>com.apple.kpi.bsd</key>
    		<string>10.0.0</string>
    		<key>com.apple.kpi.iokit</key>
    		<string>10.0.0</string>
    		<key>com.apple.kpi.libkern</key>
    		<string>10.0.0</string>
    		<key>com.apple.kpi.mach</key>
    		<string>10.0.0</string>
    		<key>com.apple.kpi.private</key>
    		<string>10.0.0</string>
    		<key>com.apple.kpi.unsupported</key>
    		<string>10.0.0</string>
    	</dict>
    	<key>OSBundleRequired</key>
    	<string>Safe Boot</string>
    </dict>
    </plist>

Good luck!

Mieze
 
@Mieze

You are my hero. That worked like a charm. Thanks so much! Where did you find said info - I've been looking over the old forums and didn't see much about getting HD2000 to work.
 
You are my hero. That worked like a charm. Thanks so much! Where did you find said info - I've been looking over the old forums and didn't see much about getting HD2000 to work.
It's the result of my own research. You are right, there is little information about HD 2000 in the forum so that I had to find out myself.

Mieze
 
Good to see that ! Thank you.
 
Not really sure why, but when I booted my UniBeast USB I had to:
Code:
GraphicsEnabler=Yes -f
Each time or else it would not get to the installer.

I can't get my resolution to change from 1024x768, even after setting a "Graphics Mode" in the Chameleon plist file.
I have a dedicated graphics card coming in the mail so I am not going to mess with it that much, I just wanted to see if I could get ML working with my hardware is it currently stands.

With just HD2000, can you play YouTube 1080p videos smoothly??
 
Dear Mieze,
I need your help, cause seems you have alot of knowledge about intel hd 2000...
after 2 weeks of tries I decide to search some usefull help here.
These are my specs:

PC ACPI based on x64 (Mobile)

motherboard:
processor: Mobile DualCore Intel Pentium 967, 1300 MHz (13 x 100)
motherboard name: Acer Aspire V5-531
Chipset motherboard: Intel Panther Point HM70, Intel Sandy Bridge
System memory 3889 MB (DDR3-1333 DDR3 SDRAM)
DIMM3: Kingston ACR512X64D3S13C9G 4 GB DDR3-1333 DDR3 SDRAM (9-9-9-24 @ 666 MHz) (8-8-8-22 @ 609 MHz) (7-7-7-20 @ 533 MHz) (6-6-6-17 @ 457 MHz) (5-5-5-14 @ 380 MHz)
Tipo BIOS Phoenix (03/15/2013)

Video card
accecleration 3D Intel HD Graphics 2000

Controller IDE Controller AHCI SATA standard


Adapter video Intel Sandy Bridge-MB - Integrated Graphics Controller (MB GT1)
Version BIOS Build Number: 21324_Husk_lvds PC 14.34 03/06/2012 02:52:02


code name GPU Sandy Bridge-MB GT1
PCI 8086-0106 / 1025-072A (Rev 09)
Clock GPU 349 MHz (original: 349 MHz)
Clock GPU (Turbo) 349 - 998 MHz
Clock RAMDAC 350 MHz


Architecture
Architecture Intel Gen6



I'm on mavericks and for my job (i use photoshop the most) I need to find a solution for using qe/ci (and seems impossible to do :silent::banghead:)

Thanks for any support
 
Mieze's solution from post #2 also seems to have worked for me with Yosemite and Intel series 6 chipset (Pentium B940(HD2000)/SandyBridge/HM65, Toshiba C655-S5235). Prior to the change the video would cause a lockup on normal boot but I could boot to safe mode.

Awesome! Thanks for sharing!

:thumbup:
 
In order to get HD 2000 graphics working with a series 7 chipset you'll have to:

  1. Remove AppleIntelFramebufferCapri.kext.
  2. Remove AppleIntelHD3000GraphicsGLDriver.bundle.
  3. Edit /System/Library/Extensions/AppleIntelSNBGraphicsFB.kext/Contents/Info.plist so that it looks like this (changes are marked with red characters):
    Code:
    <?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>BuildMachineOSBuild</key>
        <string>12A251</string>
        <key>CFBundleDevelopmentRegion</key>
        <string>English</string>
        <key>CFBundleExecutable</key>
        <string>AppleIntelSNBGraphicsFB</string>
        <key>CFBundleGetInfoString</key>
        <string>AppleIntelSNBGraphicsFB 8.0.51</string>
        <key>CFBundleIdentifier</key>
        <string>com.apple.driver.AppleIntelSNBGraphicsFB</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundleName</key>
        <string>com.apple.driver.AppleIntelSNBGraphicsFB</string>
        <key>CFBundlePackageType</key>
        <string>KEXT</string>
        <key>CFBundleShortVersionString</key>
        <string>8.0.51</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
        <string>8.0.0</string>
        <key>DTCompiler</key>
        <string></string>
        <key>DTPlatformBuild</key>
        <string>4F212</string>
        <key>DTPlatformVersion</key>
        <string>GM</string>
        <key>DTSDKBuild</key>
        <string>12A251</string>
        <key>DTSDKName</key>
        <string></string>
        <key>DTXcode</key>
        <string>0440</string>
        <key>DTXcodeBuild</key>
        <string>4F212</string>
        <key>IOKitPersonalities</key>
        <dict>
            <key>AppleIntelMEIDriver</key>
            <dict>
                <key>CFBundleIdentifier</key>
                <string>com.apple.driver.AppleIntelSNBGraphicsFB</string>
                <key>IOClass</key>
                <string>AppleIntelMEIDriver</string>
                <key>IOMatchCategory</key>
                <string>IODefaultMatchCategory</string>
                <key>IOPCIPrimaryMatch</key>
                <string>0x1C3A8086 [COLOR=#FF0000]0x1E3A8086[/COLOR]</string>
                <key>IOProbeScore</key>
                <integer>80000</integer>
                <key>IOProviderClass</key>
                <string>IOPCIDevice</string>
                <key>IOSourceVersion</key>
                <string>0.0.0.0.0</string>
            </dict>
            <key>AppleIntelSNBGraphicsController</key>
            <dict>
                <key>CFBundleIdentifier</key>
                <string>com.apple.driver.AppleIntelSNBGraphicsFB</string>
                <key>FBCControl</key>
                <dict>
                    <key>Compression</key>
                    <integer>0</integer>
                </dict>
                <key>FeatureControl</key>
                <dict>
                    <key>DPM</key>
                    <integer>1</integer>
                    <key>FBC</key>
                    <integer>0</integer>
                    <key>GPUInterruptHandling</key>
                    <integer>1</integer>
                    <key>Gamma</key>
                    <integer>1</integer>
                    <key>IgnorePanelTimings</key>
                    <integer>0</integer>
                    <key>MaximumSelfRefreshLevel</key>
                    <integer>3</integer>
                    <key>PowerStates</key>
                    <integer>0</integer>
                    <key>RenderStandby</key>
                    <integer>1</integer>
                    <key>SetRC6Voltage</key>
                    <integer>0</integer>
                    <key>UseInterruptFilter</key>
                    <integer>1</integer>
                    <key>Watermarks</key>
                    <integer>1</integer>
                </dict>
                <key>IOClass</key>
                <string>AppleIntelSNBGraphicsFB</string>
                <key>IOMatchCategory</key>
                <string>IOFramebuffer</string>
                <key>IOPCIClassMatch</key>
                <string>0x04800000&amp;0xfff00000</string>
                <key>IOPCIPrimaryMatch</key>
                <string>0x010b8086</string>
                <key>IOProbeScore</key>
                <integer>80000</integer>
                <key>IOProviderClass</key>
                <string>IOPCIDevice</string>
                <key>IOSourceVersion</key>
                <string>0.0.0.0.0</string>
            </dict>
            <key>AppleIntelSNBGraphicsController2</key>
            <dict>
                <key>CFBundleIdentifier</key>
                <string>com.apple.driver.AppleIntelSNBGraphicsFB</string>
                <key>FBCControl</key>
                <dict>
                    <key>Compression</key>
                    <integer>0</integer>
                </dict>
                <key>FeatureControl</key>
                <dict>
                                    [COLOR=#FF0000]<key>CachedEDIDDisable</key>
                                    <integer>0</integer>
                                    <key>DPM</key>
                                    <integer>1</integer>
                                    <key>FBC</key>
                                    <integer>0</integer>
                                    <key>FastDisplayDetectDisable</key>
                                    <integer>0</integer>
                                    <key>GPUInterruptHandling</key>
                                    <integer>1</integer>
                                    <key>Gamma</key>
                                    <integer>1</integer>
                                    <key>IgnorePanelTimings</key>
                                    <integer>0</integer>
                                    <key>MaximumSelfRefreshLevel</key>
                                    <integer>3</integer>
                                    <key>PowerStates</key>
                                    <integer>1</integer>
                                    <key>RenderStandby</key>
                                    <integer>1</integer>
                                    <key>SetRC6Voltage</key>
                                    <integer>0</integer>
                                    <key>SpreadON</key>
                                    <integer>1</integer>
                                    <key>UseInterruptFilter</key>
                                    <integer>1</integer>
                                    <key>Watermarks</key>
                                    <integer>1</integer>[/COLOR]
                </dict>
                <key>IOClass</key>
                <string>AppleIntelSNBGraphicsFB</string>
                <key>IOMatchCategory</key>
                <string>IOFramebuffer</string>
                <key>IOPCIClassMatch</key>
                <string>0x03000000&amp;0xff000000</string>
                <key>IOPCIPrimaryMatch</key>
                <string>0x01028086</string>
                <key>IOProbeScore</key>
                <integer>80000</integer>
                <key>IOProviderClass</key>
                <string>IOPCIDevice</string>
                <key>IOSourceVersion</key>
                <string>[COLOR=#FF0000]8.0.51[/COLOR]</string>
            </dict>
            <key>AppleIntelSNBGraphicsFB</key>
            <dict>
                <key>CFBundleIdentifier</key>
                <string>com.apple.driver.AppleIntelSNBGraphicsFB</string>
                <key>FBCControl</key>
                <dict>
                    <key>Compression</key>
                    <integer>0</integer>
                </dict>
                <key>FeatureControl</key>
                <dict>
                    <key>CachedEDIDDisable</key>
                    <integer>0</integer>
                    <key>DPM</key>
                    <integer>1</integer>
                    <key>FBC</key>
                    <integer>0</integer>
                    <key>FastDisplayDetectDisable</key>
                    <integer>0</integer>
                    <key>GPUInterruptHandling</key>
                    <integer>1</integer>
                    <key>Gamma</key>
                    <integer>1</integer>
                    <key>IgnorePanelTimings</key>
                    <integer>0</integer>
                    <key>MaximumSelfRefreshLevel</key>
                    <integer>3</integer>
                    <key>PowerStates</key>
                    <integer>1</integer>
                    <key>RenderStandby</key>
                    <integer>1</integer>
                    <key>SetRC6Voltage</key>
                    <integer>0</integer>
                    <key>SpreadON</key>
                    <integer>1</integer>
                    <key>UseInterruptFilter</key>
                    <integer>1</integer>
                    <key>Watermarks</key>
                    <integer>1</integer>
                </dict>
                <key>IOClass</key>
                <string>AppleIntelSNBGraphicsFB</string>
                <key>IOMatchCategory</key>
                <string>IOFramebuffer</string>
                <key>IOPCIClassMatch</key>
                <string>0x03000000&amp;0xff000000</string>
                <key>IOPCIPrimaryMatch</key>
                <string>0x01068086 0x11068086 0x16018086 01168086 01268086</string>
                <key>IOProbeScore</key>
                <integer>80000</integer>
                <key>IOProviderClass</key>
                <string>IOPCIDevice</string>
                <key>IOSourceVersion</key>
                <string>8.0.51</string>
            </dict>
            <key>FBClientController</key>
            <dict>
                <key>CFBundleIdentifier</key>
                <string>com.apple.driver.AppleIntelSNBGraphicsFB</string>
                <key>IOClass</key>
                <string>AppleMEClientController</string>
                <key>IOMatchCategory</key>
                <string>AppleMEClientController</string>
                <key>IOProviderClass</key>
                <string>AppleIntelSNBGraphicsFB</string>
                <key>IOUserClientClass</key>
                <string>AppleSNBFBUserClient</string>
                <key>RetryCount</key>
                <integer>3</integer>
            </dict>
        </dict>
        <key>NSHumanReadableCopyright</key>
        <string>Copyright © 1999-2009 Apple Inc. All rights reserved.</string>
        <key>OSBundleLibraries</key>
        <dict>
            <key>com.apple.iokit.IOACPIFamily</key>
            <string>1.2</string>
            <key>com.apple.iokit.IOGraphicsFamily</key>
            <string>1.3</string>
            <key>com.apple.iokit.IOPCIFamily</key>
            <string>1.1</string>
            <key>com.apple.kpi.bsd</key>
            <string>10.0.0</string>
            <key>com.apple.kpi.iokit</key>
            <string>10.0.0</string>
            <key>com.apple.kpi.libkern</key>
            <string>10.0.0</string>
            <key>com.apple.kpi.mach</key>
            <string>10.0.0</string>
            <key>com.apple.kpi.private</key>
            <string>10.0.0</string>
            <key>com.apple.kpi.unsupported</key>
            <string>10.0.0</string>
        </dict>
        <key>OSBundleRequired</key>
        <string>Safe Boot</string>
    </dict>
    </plist>

Good luck!

Mieze



How do I edit the text? theres nothing inside the actual kext that I could edit please help
 
Status
Not open for further replies.
Back
Top