Contribute
Register

Clover with custom DSDT kernel panic

Status
Not open for further replies.
I took another look at the theme (I'm using Maverick's Login) and the icons in the theme are squished looking, so I think that's why it looks weird.

I already have that option on.

Here's my plist


[/CODE]
if u wanna run Clover with full resolution its best that u install windows 8 UEFi way.

Config can look more like this..
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>Boot</key>
    <dict>
        <key>DefaultVolume</key>
        <string>MacHDD</string>
        <key>Fast</key>
        <false/>
        <key>Legacy</key>
        <string>PBR</string>
        <key>Log</key>
        <false/>
        <key>Timeout</key>
        <integer>5</integer>
        <key>XMPDetection</key>
        <string>-1</string>
    </dict>
    <key>Devices</key>
        <key>USB</key>
        <dict>
            <key>AddClockID</key>
            <false/>
            <key>FixOwnership</key>
            <false/>
            <key>Inject</key>
            <false/>
        </dict>
    </dict>
    <key>GUI</key>
    <dict>
        <key>Hide</key>
        <array>
            <string>\EFI\BOOT\BOOTX64.EFI</string>
        </array>
        <key>Language</key>
        <string>en:0</string>
        <key>Scan</key>
        <dict>
            <key>Entries</key>
            <true/>
            <key>Legacy</key>
            <true/>
            <key>Tool</key>
            <true/>
        </dict>
        <key>Theme</key>
        <string>MaverickLogin</string>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <false/>
        </dict>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>AppleRTC</key>
        <false/>
        <key>AsusAICPUPM</key>
        <false/>
        <key>Debug</key>
        <false/>
        <key>KernelCpu</key>
        <false/>
    </dict>
    <key>RtVariables</key>
    <dict>
        <key>LogEveryBoot</key>
        <string>10</string>
        <key>LogLineCount</key>
        <integer>3000</integer>
        <key>MountEFI</key>
        <true/>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Detect</string>
        <key>InjectSystemID</key>
        <true/>
    </dict>
</dict>
</plist>
 
if u wanna run Clover with full resolution its best that u install windows 8 UEFi way.

Windows is on a separate ssd and is formatted with a mbr partition table :banghead:

I made the changes to my config file and had no problems.

I also managed to get apples hfs efi driver instead of the virtual box one...

Should I be using clover or just stick with chimera? I'm still a little vague on what the benefits were, at the moment I'm doing this on a usb drive for curiosities sake.
 
Windows is on a separate ssd and is formatted with a mbr partition table :banghead:

I made the changes to my config file and had no problems.

I also managed to get apples hfs efi driver instead of the virtual box one...

Should I be using clover or just stick with chimera? I'm still a little vague on what the benefits were, at the moment I'm doing this on a usb drive for curiosities sake.
its your choise what will u use..:headbang:
 
Well... at the moment I think I borked my FakeSMC kext :eek:

I have to do a system restore via time machine to my Fusion Drive. (I hope that's possible)

So sad/depressed :cry:
 
Status
Not open for further replies.
Back
Top