Jump to content

uniqe15

Members
  • Posts

    41
  • Joined

  • Last visited

Posts posted by uniqe15

  1. I've got this from tutorial

     

     

     

    <?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>ReuseFFFF</key>
                <false/>
            </dict>
            <key>SSDT</key>
            <dict>
                <key>DropOem</key>
                <true/>
                <key>Generate</key>
                <dict>
                    <key>CStates</key>
                    <true/>
                    <key>PStates</key>
                    <true/>
                </dict>
            </dict>
        </dict>
        <key>Boot</key>
        <dict>
            <key>Arguments</key>
            <string>-gux_defer_usb2 dart=0 kext-dev-mode=1</string>
            <key>Legacy</key>
            <string>LegacyBiosDefault</string>
            <key>Log</key>
            <false/>
            <key>NeverHibernate</key>
            <true/>
            <key>Secure</key>
            <false/>
            <key>Timeout</key>
            <integer>5</integer>
            <key>XMPDetection</key>
            <string>Yes</string>
        </dict>
        <key>Devices</key>
        <dict>
            <key>USB</key>
            <dict>
                <key>FixOwnership</key>
                <false/>
                <key>Inject</key>
                <false/>
            </dict>
            <key>UseIntelHDMI</key>
            <false/>
        </dict>
        <key>DisableDrivers</key>
        <array>
            <string>VBoxHfs</string>
        </array>
        <key>GUI</key>
        <dict>
            <key>Custom</key>
            <dict>
                <key>Entries</key>
                <array>
                    <dict>
                        <key>Disabled</key>
                        <true/>
                        <key>FullTitle</key>
                        <string>UEFI Internal</string>
                        <key>Hidden</key>
                        <false/>
                        <key>Type</key>
                        <string>Other</string>
                    </dict>
                </array>
            </dict>
            <key>Mouse</key>
            <dict>
                <key>Enabled</key>
                <false/>
            </dict>
            <key>Scan</key>
            <dict>
                <key>Entries</key>
                <true/>
                <key>Legacy</key>
                <false/>
                <key>Tool</key>
                <false/>
            </dict>
            <key>Theme</key>
            <string>Mavs Style</string>
        </dict>
        <key>Graphics</key>
        <dict>
            <key>DualLink</key>
            <integer>0</integer>
            <key>Inject</key>
            <dict>
                <key>ATI</key>
                <false/>
                <key>Intel</key>
                <true/>
                <key>NVidia</key>
                <false/>
            </dict>
            <key>ig-platform-id</key>
            <string>0x0a260006</string>
        </dict>
        <key>KernelAndKextPatches</key>
        <dict>
            <key>AppleRTC</key>
            <true/>
            <key>KernelPm</key>
            <true/>
            <key>KextsToPatch</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string>AppleHDA ALC 292 #1</string>
                    <key>Find</key>
                    <data>
                    hBnUEQ==
                    </data>
                    <key>Name</key>
                    <string>AppleHDA</string>
                    <key>Replace</key>
                    <data>
                    kgLsEA==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>AppleHDA ALC 292 #2</string>
                    <key>Find</key>
                    <data>
                    hAjsEA==
                    </data>
                    <key>Name</key>
                    <string>AppleHDA</string>
                    <key>Replace</key>
                    <data>
                    AAAAAA==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>AppleHDA ALC 292 #3</string>
                    <key>Find</key>
                    <data>
                    hQjsEA==
                    </data>
                    <key>Name</key>
                    <string>AppleHDA</string>
                    <key>Replace</key>
                    <data>
                    AAAAAA==
                    </data>
                </dict>
            </array>
        </dict>
        <key>SMBIOS</key>
        <dict>
            <key>BiosReleaseDate</key>
            <string>05/24/13</string>
            <key>BiosVendor</key>
            <string>Apple Computer, Inc.</string>
            <key>BiosVersion</key>
            <string>MBA61.88Z.0099.B04.1305241529</string>
            <key>Board-ID</key>
            <string>Mac-7DF21CB3ED6977E5</string>
            <key>BoardManufacturer</key>
            <string>Apple Computer, Inc.</string>
            <key>BoardType</key>
            <integer>10</integer>
            <key>ChassisAssetTag</key>
            <string>Air-Enclosure</string>
            <key>ChassisManufacturer</key>
            <string>Apple Computer, Inc.</string>
            <key>ChassisType</key>
            <integer>10</integer>
            <key>Family</key>
            <string>MacBook Air</string>
            <key>Manufacturer</key>
            <string>Apple Computer, Inc.</string>
            <key>Mobile</key>
            <true/>
            <key>ProductName</key>
            <string>MacBookAir6,2</string>
            <key>SerialNumber</key>
            <string>C02KGM7VF5V8</string>
            <key>Trust</key>
            <false/>
            <key>Version</key>
            <string>1.0</string>
        </dict>
        <key>SystemParameters</key>
        <dict>
            <key>InjectKexts</key>
            <string>Yes</string>
        </dict>
    </dict>
    </plist>

     

     

  2. Im trying to boot up installation process but im getting an error icon, in verbose mode it looks... terrible ( text is shattered)

     

    IOBluetoothHCIController -  Missing Bluetooth Controller Transport! Thats last communicate

     

    Tried with /haswell cpus=1 npci=0x2000 -v -x  but it did not work :(

     

    oh and I don't have this bios setting ( but i don't think that's important) -> Function keyboard: Function mode 

  3. 1. Make USB as it's written

    2. Extract Clover to /EFI/CLOVER/

    3. Copy Config.plist to /EFI/CLOVER 

    Copy Bootpack Extra folder to...? to Clover or Installer partition? 

    What should i do with 10.10.3 update files from bootpack post?

    Rename nullCPUPowerManagement.kext.bak to normal kext when and where?

    3b. As it's written

    4. Apply bios settings and add efi file from usb 

    5.F4 on Clover

    6. Not needed

    7. Boot to USB and select usb install partition

    8. Format drive as GPT, create ext partition on my hardrive and then select and click install

    9,10 not needed

    11. Boot from my partition

    12.

    13.Copy  config to my hdd

    Clover Configurator to import ?????

    14. Not needed

    15. Paste kexts to Efi clover kexts 10.10

    16.Copy dsdt

    17. Copy filme from mac volume extra/ssdt to same mac volume but different folder

    18 Check

    19.Add efi file from mac volume to bootlist

     

    That's how I should do it but I've got few more questions, they are bolded

  4. Well, I instaled only ps2controller and nothing happend but when i added this code even my onboard graphics stopped working.

    Maby there's something wrong with my bios settings? I set sata to AHCI no secure boot, legacy mode on UEFI off legacy option roms on

    <dict>
    <key>Comment</key>
    <string>Boot graphics glitch, 10.10.2/10.10.3</string>
    <key>Find</key>
    <data>
    QYjE6xE=
    </data>
    <key>Name</key>
    <string>disabled:IOGraphicsFamily</string>
    <key>Replace</key>
    <data>
    QYjE6zE=
    </data>
    </dict>
    <dict>
    <key>Comment</key>
    <string>Enable TRIM for SSD</string>
    <key>Find</key>
    <data>
    AEFQUExFIFNTRAA=
    </data>
    <key>Name</key>
    <string>disabled:IOAHCIBlockStorage</string>
    <key>Replace</key>
    <data>
    AAAAAAAAAAAAAAA=
    </data>
    </dict>
    <dict>
    <key>Comment</key>
    <string>Enable USB3 after wake for Intel 8 series chipset</string>
    <key>Find</key>
    <data>
    xoDIAAAAAQ==
    </data>
    <key>Name</key>
    <string>AppleUSBXHCI</string>
    <key>Replace</key>
    <data>
    xoDIAAAAAA==
    </data>
    </dict>
    
  5. Hello everyone, im having weird problem, my laptop has only usb 3.0 ports and none of them works, i've tried to reinstall GenerisUSB kext but no effect, and what's weird my mouse works during installation. Im using dell e7440 (Clover Yosemite 10.10.1) i7 4600U intel hd 4400 and alps trackpad. Are any kext's available?

×
×
  • Create New...