Jump to content

Lenovo ThinkPad T420 with UEFI Only


K0gen
 Share

5,271 posts in this topic

Recommended Posts

 Hi there,

I have managed to get my W520 running Yosemite 10.10.1 with Intel Graphic,

I have never managed to enable the NVIida Quadro 1000m. I need help. Can you please advise where can I start?

I'm using Clover, I've tried to inject NVIdia to enable the original kexts, but that never worked. The only thing I get is black screen after the boot (instead of switching to the GUI, display turns black)

 

Please help.

Link to comment
Share on other sites

@tluck I got a replacement bluetooth dongle from a T430, I mounted it in the original slot. Sadly MacOS doesn't recognize it as a bluetooth dongle.

 

I guess I need to modify/patch the dsdt.aml to change it Vendor & Product ID, but I never did that before... And as there are so many different tools out there can you please give some advice which tools and howto's to use?

 

I'ld really like to learn how to do so, because since I installed MacOS I couldn't use my UltraBay Battery... And I guess that could be fixed too!

 

k1B5t.jpg

 

Got it, installed BTFirmwareUploader.kext and added this

                <key>BCM-Lenovo-4352-21e6-0a5c</key>
                <dict>
                        <key>BTController</key>
                        <string>BCMCOMBO</string>
                        <key>CFBundleIdentifier</key>
                        <string>org.emlydinesh.driver.BTFirmwareUploader</string>
                        <key>DeviceSpecificFw</key>
                        <true/>
                        <key>IOClass</key>
                        <string>BTFirmwareUploader</string>
                        <key>IOProviderClass</key>
                        <string>IOUSBDevice</string>
                        <key>UpdFwAfterSleep</key>
                        <false/>
                        <key>idProduct</key>
                        <integer>8678</integer>
                        <key>idVendor</key>
                        <integer>2652</integer>
                </dict> 

to Info.plist... ;-)

 

But I'm still interested to get my UltraBay Battery back into duty...

Edited by mircsicz
  • Like 1
Link to comment
Share on other sites

@mircsicz

 

never played with anything in the ultra bay slot other than DVD. but there is some stuff in the dsdt for a 2nd battery. i took a brief look and it may be a simple matter of turning a variable on to detect it on the bay. looking at the dsdt code (not totally sure) but there is something about SLUL that seems to be checked to see it there is a 2nd battery in bay? 

 

 $ grep GBIF dsdt.dsl 

                    Method (GBIF, 3, NotSerialized)

                            Return (GBIF (0x00, BT0I, Local7))

                            Return (GBIF (0x10, BT1I, Local7))

Link to comment
Share on other sites

Laptop's about due for a reformat, think I'll try and tackle this again (no luck previously).

I've got a ThinkPad T530, 1600x900 screen, nvidia NVS 5400M or Intel HD 4000 gfx, currently running Win 7.

I'd like to split my SSD and dual boot with Windows, and I'd prefer to use the nvidia card for gfx if at all possible.

 

Any advice, suggestions, etc?

Link to comment
Share on other sites

@dirtymetis - what part of hackintoshing for T530 did have no luck with? 

 

1) as Allan pointed out, you will have to stay with HD 4000 which is still a pretty solid GFX engine IMO. obviously, you can use the 5400 with windows. so...

2) for dual boot with windows, you will want to make sure you install windows via UEFI. Reminder: don't create the windows partition with Disk Utility because it will convert the PMBR to MBR and then windows will not install. 

 

in the T420 zip, there is a clover config.plist to start without providing a custom DSDT. Clover will patch up most of the things that will get it running. I suggest you start there, since the T530 may not be fully compatible with the T420 DSDT i provide.  

 

below is an example, layout of dual boot. there are other posts on this thread #2021095 (for example and elsewhere) that will illustrate what the /EFI partition contains for dual boot. Note PMBR - this is key.

 

 

tluck@Toms-Mac ~

$ sudo gpt -r show disk1

       start        size  index  contents

           0           1         PMBR

           1           1         Pri GPT header

           2          32         Pri GPT table

          34           6         

          40      409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B

      409640  1362786480      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC

  1363196120     1269544      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC

  1364465664   100681728      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7

  1465147392        1743         

  1465149135          32         Sec GPT table

  1465149167           1         Sec GPT header

 

tluck@Toms-Mac ~

$ diskutil list disk1

/dev/disk1

   #:                       TYPE NAME                    SIZE       IDENTIFIER

   0:      GUID_partition_scheme                        *750.2 GB   disk1

   1:                        EFI EFI                     209.7 MB   disk1s1

   2:                  Apple_HFS OSX-                    697.7 GB   disk1s2

   3:                 Apple_Boot Recovery HD             650.0 MB   disk1s3

   4:       Microsoft Basic Data C                       51.5 GB    disk1s4

Link to comment
Share on other sites

@dirtymetis - what part of hackintoshing for T530 did have no luck with? 

 

1) as Allan pointed out, you will have to stay with HD 4000 which is still a pretty solid GFX engine IMO. obviously, you can use the 5400 with windows. so...

2) for dual boot with windows, you will want to make sure you install windows via UEFI. Reminder: don't create the windows partition with Disk Utility because it will convert the PMBR to MBR and then windows will not install. 

 

 

@tluck - could never get past installation, posted awhile back at #1919848 - got busy with school/work though so I ended up just sticking with Win7 and shelving the project for a later date.

 

1) Is it possible to leave the Optimus feature enabled in the BIOS and somehow have OSX just use the HD4000 and ignore the nvidia card?  Rather not have to go in and re-enable it every time I wanted to boot into Windows

 

2) Current Win7 install is UEFI, so I'm at least somewhat familiar with that process.  I'm considering just getting the OSX side of things up and running properly initially, is it possible to do that and then go back and divide the SSD into a separate partition and try dual booting at a later time?

 

Haven't had much exposure to using OSX beyond my old Dell Mini hackentosh a few years back, so my apologies if these questions are seemingly obvious.

 

 

Also, am I better off starting with Maverick or Yosemite for attempting this?

Link to comment
Share on other sites

How can I get tap to click working? No matter how hard I tap it just wouldn't register a left click. Multitouch works on default but I can't figure out this basic thing... 


And, got Fn+Home/End working with a little searching.

 

Based on tluck's excellent work, replace _Q14 and _Q15 with below in dsdt.

 

 

           Method (_Q14, 0, NotSerialized)

            {
               Notify (\_SB.PCI0.LPC.PS2K, 0x0206)
               Notify (\_SB.PCI0.LPC.PS2K, 0x0286)
            }
 
            Method (_Q15, 0, NotSerialized)
            {
                Notify (\_SB.PCI0.LPC.PS2K, 0x0205)
                Notify (\_SB.PCI0.LPC.PS2K, 0x0285)
            }
  • Like 1
Link to comment
Share on other sites

 

....

 

           Method (_Q14, 0, NotSerialized)

            {
               Notify (\_SB.PCI0.LPC.PS2K, 0x0206)
               Notify (\_SB.PCI0.LPC.PS2K, 0x0286)
            }
 
            Method (_Q15, 0, NotSerialized)
            {
                Notify (\_SB.PCI0.LPC.PS2K, 0x0205)
                Notify (\_SB.PCI0.LPC.PS2K, 0x0285)
            }

 

 

it works on my t420i. thanks

Link to comment
Share on other sites

@arix98

enable clicking in System Preferences/Trackpad

 

cool. the brightness is mapped to ScrLk and Pause keys. 

 

Thanks, how could I miss that!

 

Another question, for the brightness, I think ScrollLock and Pause are actually F14/F15 in OS X which are the default brightness hotkey.

I found that there is a "Display" option under "keyboard"->"shortcut" which allows user to unbind these two keys on some system,

but it's missing on mine.

 

here are 2 screenshots I found online:

http://sanziro.com/wp-content/uploads/2012/08/osx-mountain-lion-keyboard-shortcut.png

 

http://i.i.cbsi.com/cnwk.1d/i/tim/2011/12/06/KeyboardHotkeys.png

 

 

Edit:

Got it! Plugged a USB keyboard and the Display option appears! Disable the shortcut then remove the USB keyboard, and now ScrollLock and pause stops working, Fn+Home/End still works. So all set now.

Link to comment
Share on other sites

Posted a new bundle here: Clover UEFI on T420 Guide

 

I started using VBoxHFS as it seems to be a tad faster.

Note: the Clover installer will not replace HFSPlus-64.efi if present, so manually remove it if you would like to try the alternate driver.

 

Happy New Year!

 

26-December-2014 Update

  • Updated to Clover r3094
  • Updated FakeSMC.kext to v6.14.1364 for better Yosemite support  (included install pkg to install HWMonitor.app)
  • Updated VoodooPS2Controller to v1.8.13 (has T420 configuration in Info.plist files - and is more consistent with RehabMan's code Branch)
  • Updated ACPIBatteryManger.kext to v1.55 (to be consistent with latest rev)
  • Using VBoxHfs-64.efi instead of HFSPlus-64.efi
  • Like 3
Link to comment
Share on other sites

Here is the dsdt for T420s (for 1366x768, but it will work for 1600x900 when using with config.plist 1600x900), hope tluck will maintain it too cause it's not my laptop. It's quite similar.

 

Some suggestion:

- When creating ssdt by ssdtprgen, you should disable config.plist > SSDT generate to avoid confliction.

- With patched dsdt.aml, you don't need to enable dsdt patches in config.plist.

T420s DSDT.zip

  • Like 1
Link to comment
Share on other sites

@pokenguyen - 

 

Cool. thanks I will add it the next zip bundle i post to support the T420s model. The difference between the 2 dsdt i have for T420 is for a fix for the 1600x900 EDID but maybe it is not broken on the T420s.

 

1) SSDT - if you do provide your own ssdt.aml (say from ssdtprgen), clover will not overwrite it even if you ask for P/C generation. Note: clover now does as good as job generating speed step table - but was not always the case. But you can certainly provide your own tables, especially if you wan to make one for lower power consumption etc. so sure generating P states is not really necessary if you provide your own table. but some may not do that! so i put that there for ease of use.

 

2) DSDT patching - you are right in that it probably is not necessary since the T420 DSDT is very developed. since clover is always evolving, i left patching on so it may patch something I missed. 

Link to comment
Share on other sites

@tluck: thanks for integrating the T420s DSDT...

 

But since 3094 I lost my Windows and Linux entry's in the boot-menu. I can boot from Linux if I use a rEFInd USB-Stick but windows isn't available even I check with rEFInd! But Folder's from Windows 8.1 BCD are there:

mircsicz@T420s:~$ ll /Volumes/EFI/EFI/WINDOWS/Boot/|egrep 'efi|BCD|Fonts|Resou|boot'
-rwxrwxrwx  1 mirco  staff    53248 21 Dez 02:35 BCD
-rwxrwxrwx  1 mirco  staff    49152 28 Okt 16:09 BCD.LOG
-rwxrwxrwx  1 mirco  staff        0 28 Okt 16:13 BCD.LOG1
-rwxrwxrwx  1 mirco  staff        0 28 Okt 16:13 BCD.LOG2
drwxrwxrwx  1 mirco  staff     1536 28 Okt 16:13 Fonts
drwxrwxrwx  1 mirco  staff      512 28 Okt 16:13 Resources
-rwxrwxrwx  1 mirco  staff     4247 18 Jun  2013 boot.stl
-rwxrwxrwx  1 mirco  staff  1617240 14 Jun  2014 bootmgfw.efi
-rwxrwxrwx@ 1 mirco  staff   672288 22 Okt 20:53 bootmgfw.efi.clover
-rwxrwxrwx  1 mirco  staff  1614168 14 Jun  2014 bootmgr.efi
-rwxrwxrwx  1 mirco  staff  1500504 27 Apr  2014 memtest.efi
mircsicz@T420s:~$ ll /Volumes/EFI/EFI/LINUX/|egrep 'efi|BCD|Fonts|Resou|boot'
-rwxrwxrwx  1 mirco  staff  117760 20 Dez 01:01 grubx64.efi

Here's my config.plist:

<?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>
			<dict>
				<key>ATI</key>
				<false/>
				<key>Firewire</key>
				<false/>
				<key>HDA</key>
				<false/>
				<key>HDMI</key>
				<false/>
				<key>IDE</key>
				<false/>
				<key>IntelGFX</key>
				<false/>
				<key>LAN</key>
				<false/>
				<key>LPC</key>
				<false/>
				<key>NVidia</key>
				<false/>
				<key>SATA</key>
				<false/>
				<key>SmBUS</key>
				<false/>
				<key>USB</key>
				<false/>
				<key>WIFI</key>
				<false/>
			</dict>
			<key>Fixes</key>
			<dict>
				<key>AddDTGP_0001</key>
				<true/>
				<key>AddHDMI_8000000</key>
				<true/>
				<key>AddIMEI_80000</key>
				<false/>
				<key>AddMCHC_0008</key>
				<false/>
				<key>AddPNLF_1000000</key>
				<true/>
				<key>DeleteUnused_400000</key>
				<true/>
				<key>FIX_ACST_4000000</key>
				<true/>
				<key>FIX_ADP1_800000</key>
				<false/>
				<key>FIX_INTELGFX_100000</key>
				<true/>
				<key>FIX_RTC_20000</key>
				<true/>
				<key>FIX_S3D_2000000</key>
				<true/>
				<key>FIX_TMR_40000</key>
				<true/>
				<key>FIX_WAK_200000</key>
				<false/>
				<key>FakeLPC_0020</key>
				<false/>
				<key>FixAirport_4000</key>
				<true/>
				<key>FixDarwin_0002</key>
				<true/>
				<key>FixDisplay_0100</key>
				<true/>
				<key>FixFirewire_0800</key>
				<false/>
				<key>FixHDA_8000</key>
				<true/>
				<key>FixHPET_0010</key>
				<false/>
				<key>FixIDE_0200</key>
				<false/>
				<key>FixIPIC_0040</key>
				<true/>
				<key>FixLAN_2000</key>
				<true/>
				<key>FixRegions_10000000</key>
				<true/>
				<key>FixSATA_0400</key>
				<false/>
				<key>FixSBUS_0080</key>
				<true/>
				<key>FixShutdown_0004</key>
				<false/>
				<key>FixUSB_1000</key>
				<true/>
				<key>NewWay_80000000</key>
				<true/>
			</dict>
			<key>Name</key>
			<string>DSDT.aml</string>
		</dict>
		<key>DropTables</key>
		<array>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>Cpu0Ist</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>CpuPm</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>DMAR</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>MCFG</string>
			</dict>
		</array>
		<key>ResetAddress</key>
		<string>0x0CF9</string>
		<key>ResetValue</key>
		<string>0x06</string>
		<key>SSDT</key>
		<dict>
			<key>Generate</key>
			<dict>
				<key>CStates</key>
				<true/>
				<key>PStates</key>
				<true/>
			</dict>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string>slide=0 kext-dev-mode=1</string>
		<key>CustomLogo</key>
		<false/>
		<key>DefaultVolume</key>
		<string>MacOS</string>
		<key>Fast</key>
		<false/>
		<key>IgnoreNVRAMBoot</key>
		<true/>
		<key>Log</key>
		<false/>
		<key>Timeout</key>
		<integer>2</integer>
		<key>UseAlternateLogo</key>
		<true/>
		<key>XMPDetection</key>
		<false/>
	</dict>
	<key>Devices</key>
	<dict>
		<key>Audio</key>
		<dict>
			<key>Inject</key>
			<string>12</string>
		</dict>
		<key>Inject</key>
		<false/>
		<key>USB</key>
		<dict>
			<key>AddClockID</key>
			<true/>
			<key>FixOwnership</key>
			<true/>
			<key>HighCurrent</key>
			<true/>
			<key>Inject</key>
			<false/>
		</dict>
		<key>UseIntelHDMI</key>
		<true/>
	</dict>
	<key>GUI</key>
	<dict>
		<key>Hide</key>
		<array>
			<string>recovery</string>
		</array>
		<key>Mouse</key>
		<dict>
			<key>DoubleClick</key>
			<integer>500</integer>
			<key>Enabled</key>
			<true/>
			<key>Speed</key>
			<integer>8</integer>
		</dict>
		<key>Scan</key>
		<dict>
			<key>Entries</key>
			<true/>
			<key>Legacy</key>
			<false/>
			<key>Tool</key>
			<true/>
  			<key>Kernel</key>
  			<string>Newest</string>
		</dict>
		<key>ScreenResolution</key>
		<string>960x600</string>
		<key>Theme</key>
		<string>ThinkPad</string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>Comment</key>
		<string>LCD 1600x900</string>
		<key>CustomEDID</key>
		<data>
		AP///////wAw5OICAAAAAAEUAQOAHxF46jOFmVZVkScXUFQAAAABAQEBAQEB
		AQEBAQEBAQEBgCVAgGCEGjAwIDUANq4QAAAYQB9AgGCEGjAwIDUANq4QAAAY
		AAAA/gBMZW5vdm8KICAgICAgAAAA/gAxNjAweDkwMAogICAgAMc=
		</data>
		<key>DualLink</key>
		<string>1</string>
		<key>Inject</key>
		<dict>
			<key>Intel</key>
			<true/>
		</dict>
		<key>InjectEDID</key>
		<true/>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<true/>
		<key>Debug</key>
		<false/>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>change AD198B for Conexant 20672</string>
				<key>Find</key>
				<data>
				ixnUEQ==
				</data>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<data>
				blDxFA==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>TRIM for SSD</string>
				<key>Find</key>
				<data>
				QVBQTEUgU1NE
				</data>
				<key>Name</key>
				<string>IOAHCIBlockStorage</string>
				<key>Replace</key>
				<data>
				AAAAAAAAAAAA
				</data>
			</dict>
		</array>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>BoardVersion</key>
		<string>MacBookPro8,1</string>
		<key>Mobile</key>
		<true/>
		<key>ProductName</key>
		<string>MacBookPro8,1</string>
		<key>Trust</key>
		<true/>
	</dict>
        <key>RtVariables</key>
        <dict>
                <key>MLB</key>
                <string>C0CC3355503Y8F325A3</string>
                <key>ROM</key>
                <data>
                XXXXXXxXXX==
                </data>
        </dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Detect</string>
		<key>InjectSystemID</key>
		<true/>
	</dict>
</dict>
</plist>

From my point of view there are no big modifications that might cause trouble. I added more scan options, am hiding recovery as it simply doesn't boot and changed default Volume and timeout...

 

Hope you can gi'me a hint.

Link to comment
Share on other sites

@mircsicz

 

hmm. not sure. maybe you can try and repair the EFI folder for the heck of it? the real change lately was to use VboxHFS instead HFSplus. but as far as i know is for reading the OSX (HFS) partition and not the EFI partition(s). did you try putting that driver back? but not sure why the alternate OS are not showing up. otherwise if you post your clover boot.log it may help figure out the problem?

Link to comment
Share on other sites

@tluck: My point wasn't to judge that it's your fault, as of the changes made in your last ZIP... ;-)

 

How would I repair the EFI folder, is there a console cmd I should know about?

 

Here's the boot.log:

-------------------------------
DATE: 2014-12-29 TIME: 15:22:57
-------------------------------
0:100  0:100  MemLog inited, TSC freq: 2491906760
0:100  0:000
0:100  0:000  Now is 29.12.2014,  14:22:50 (GMT+2047)
0:100  0:000  Starting Clover rev 3097 on Lenovo EFI
0:100  0:000  SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,7649213C-7A3E-476F-BF45-5CDCE96E34BE,0x28,0x64000) @D8074A98
0:100  0:000  SelfDirPath = \EFI\BOOT
0:100  0:000  Total Memory Slots Count = 2
0:100  0:000  Type 17 Index = 0
0:100  0:000  SmbiosTable.Type17->Speed = 1333MHz
0:100  0:000  SmbiosTable.Type17->Size = 8192MB
0:100  0:000  SmbiosTable.Type17->Bank/Device = BANK 0 ChannelA-DIMM0
0:100  0:000  Type 17 Index = 1
0:100  0:000  SmbiosTable.Type17->Speed = 1333MHz
0:100  0:000  SmbiosTable.Type17->Size = 8192MB
0:100  0:000  SmbiosTable.Type17->Bank/Device = BANK 2 ChannelB-DIMM0
0:100  0:000  Boot status=0
0:100  0:000  Clover revision: 3097  running on 4174P5G
0:100  0:000  ... with board 4174P5G
0:100  0:000  Clover load options size = 0 bytes
0:101  0:001  Using OEM config.plist at path: EFI\CLOVER\config.plist
0:102  0:000  EFI\CLOVER\config.plist loaded: Success
0:102  0:000  Found theme directory: ThinkPad
0:103  0:000  Loading early settings
0:103  0:000  timeout set to 2
0:103  0:000  Custom boot CUSTOM_BOOT_DISABLED (0x0)
0:103  0:000  KextsToPatch: 2 requested
0:103  0:000  KextToPatch 0: AppleHDA (change AD198B for Conexant 20672) Kext bin patch, data len: 4
0:103  0:000  KextToPatch 1: IOAHCIBlockStorage (TRIM for SSD) Kext bin patch, data len: 9
0:103  0:000  Default theme: ThinkPad
0:103  0:000  Hiding entries with string recovery
0:103  0:000  CustomEDID ok
0:103  0:000  LoadDrivers() start
0:103  0:000  Loading FSInject-64.efi  status=Success
0:106  0:003  Loading NTFS-64.efi  status=Success
0:108  0:002   - driver needs connecting
0:108  0:000  Loading OsxAptioFixDrv-64.efi  status=Success
0:110  0:001  Loading OsxFatBinaryDrv-64.efi  status=Success
0:112  0:002  Loading VBoxHfs-64.efi  status=Success
0:114  0:002   - driver needs connecting
0:114  0:000  2 drivers needs connecting ...
0:114  0:000  PlatformDriverOverrideProtocol not found. Installing ... Success
0:114  0:000  Searching for invalid DiskIo BY_DRIVER connects: not found, all ok
0:491  0:377  LoadDrivers() end
0:491  0:000  Dump SMC keys from NVRAM:
0:514  0:022  SetScreenResolution: 960x600 - setting Mode 1
0:619  0:105  Video mode change to mode #1: Success
0:619  0:000  Console modes reported: 7, available modes:
0:619  0:000    Mode 1: 80x25
0:619  0:000    Mode 3: 96x25
0:619  0:000    Mode 4: 120x31 (current mode)
0:619  0:000    Mode 5: 128x40
0:619  0:000    Mode 6: 80x25
0:619  0:000    Mode 7: 100x31
0:619  0:000  reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,7649213C-7A3E-476F-BF45-5CDCE96E34BE,0x28,0x64000)
0:620  0:000  CPU Vendor = 756E6547 Model=206A7
0:620  0:000  The CPU supported turbo
0:620  0:000  BrandString = Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
0:620  0:000  MSR 0xE2 before patch 1E008404
0:620  0:000  MSR 0xE2 is locked, PM patches will be turned on
0:620  0:000  MSR 0xE4              00020414
0:620  0:000  MSR 0xCE              00000800_60011900
0:620  0:000  non-usable FLEX_RATIO = 10000
0:620  0:000  corrected FLEX_RATIO = 0
0:620  0:000  MSR 0x1B0             00000000
0:620  0:000  FSBFrequency=100MHz DMIvalue=100000kHz
0:620  0:000  Corrected FSBFrequency=100MHz
0:620  0:000  Vendor/Model/Stepping: 0x756E6547/0x2A/0x7
0:620  0:000  Family/ExtFamily: 0x6/0x0
0:620  0:000  MaxDiv/MinDiv: 25.0/8
0:620  0:000  Turbo: 30/30/30/32
0:620  0:000  Features: 0xBFEBFBFF
0:620  0:000  Threads: 4
0:620  0:000  Cores: 2
0:620  0:000  FSB: 100 MHz
0:620  0:000  CPU: 2500 MHz
0:620  0:000  TSC: 2500 MHz
0:620  0:000  PIS: 400 MHz
0:620  0:000  PCI (00|00:1C.00) : 8086 1C10 class=060400
0:620  0:000  PCI (00|00:02.00) : 8086 0126 class=030000
0:620  0:000  Found GFX model=Intel HD Graphics 3000
0:620  0:000  PCI (00|00:19.00) : 8086 1502 class=020000
0:620  0:000  LAN 0, Vendor=8086, MMIO=F1600000
0:620  0:000  PCI (00|00:1F.00) : 8086 1C4F class=060100
0:620  0:000  PCI (00|00:1C.01) : 8086 1C12 class=060400
0:620  0:000  PCI (00|00:1C.03) : 8086 1C16 class=060400
0:620  0:000  PCI (00|00:1C.04) : 8086 1C18 class=060400
0:620  0:000  PCI (00|00:1F.02) : 8086 1C03 class=010601
0:620  0:000  PCI (00|00:1A.00) : 8086 1C2D class=0C0320
0:620  0:000  PCI (00|00:1D.00) : 8086 1C26 class=0C0320
0:620  0:000  PCI (00|03:00.00) : 14E4 432B class=028000
0:620  0:000  PCI (00|0D:00.00) : 1033 0194 class=0C0330
0:620  0:000  PCI (00|05:00.00) : 197B 2392 class=088000
0:620  0:000  PCI (00|00:00.00) : 8086 0104 class=060000
0:620  0:000  PCI (00|00:16.00) : 8086 1C3A class=078000
0:620  0:000  PCI (00|00:16.01) : FFFF FFFF class=FFFFFF
0:620  0:000  PCI (00|00:16.03) : 8086 1C3D class=070002
0:620  0:000  PCI (00|00:1B.00) : 8086 1C20 class=040300
0:620  0:000  PCI (00|05:00.02) : 197B 2391 class=080501
0:620  0:000  PCI (00|05:00.03) : 197B 2393 class=088000
0:620  0:000  PCI (00|05:00.04) : 197B 2394 class=088000
0:620  0:000  PCI (00|00:1F.03) : 8086 1C22 class=0C0500
0:620  0:000  PCI (00|00:1F.06) : FFFF FFFF class=FFFFFF
0:620  0:000  ScanSPD() start
0:621  0:000  SMBus CmdReg: 0x3
0:621  0:000  Scanning SMBus [8086:1C22], mmio: 0xF1624004, ioport: 0xEFA0, hostc: 0x1
0:636  0:015  SPD[0]: Type 11 @0x50
0:645  0:008  DDR speed 1600MHz
0:645  0:000  Slot: 0 Type 24 8192MB 1600MHz Vendor=Corsair PartNo=CMSX8GX3M1A1600C10 SerialNo=0000000000000000
0:660  0:015  SPD[1]: Type 11 @0x51
0:669  0:008  DDR speed 1600MHz
0:669  0:000  Slot: 1 Type 24 8192MB 1600MHz Vendor=Corsair PartNo=CMSX8GX3M1A1600C10 SerialNo=0000000000050107
0:696  0:027  SPD[4]: Type 82 @0x54
0:711  0:015  SPD[5]: Type 82 @0x55
0:726  0:015  SPD[6]: Type 78 @0x56
0:889  0:162  SPD[12]: Type 63 @0x5C
0:956  0:067  ScanSPD() end
0:956  0:000  Found UEFI Acpi 2.0 RSDP at DAFFE014
0:956  0:000  Get Acpi Tables List from RSDT:
0:956  0:000   Found table: FACP  TP-8C    len=116
0:956  0:000   Found table: SLIC  TP-8C    len=374
0:956  0:000   Found table: SSDT  TP-SSDT2 len=585
0:956  0:000   Found table: SSDT  TP-SSDT1 len=51
0:956  0:000   Found table: SSDT  SataAhci len=1943
0:956  0:000   Found table: HPET  TP-8C    len=56
0:956  0:000   Found table: APIC  TP-8C    len=152
0:956  0:000   Found table: MCFG  TP-8C    len=60
0:956  0:000   Found table: ECDT  TP-8C    len=82
0:956  0:000   Found table: ASF!  TP-8C    len=165
0:956  0:000   Found table: TCPA  LENOVO len=50
0:956  0:000   Found table: SSDT  Cpu0Ist len=2613
0:956  0:000   Found table: SSDT  CpuPm len=2454
0:956  0:000   Found table: UEFI  TP-8C    len=62
0:956  0:000   Found table: UEFI  COMBUF len=66
0:956  0:000   Found table: UEFI  TP-8C    len=658
0:956  0:000  Calibrated TSC frequency =2491906760 =2491MHz
0:956  0:000  Loading main settings
0:956  0:000  USB FixOwnership: true
0:956  0:000  Dropping 4 tables
0:956  0:000  Drop table 0 signature="SSDT" (54445353) table-id="Cpu0Ist" (0074734930757043)
0:956  0:000  set table: 54445353,   74734930757043 to drop:  true
0:956  0:000
0:956  0:000  Drop table 1 signature="SSDT" (54445353) table-id="CpuPm" (0000006D50757043)
0:957  0:000  set table: 54445353,       6D50757043 to drop:  true
0:957  0:000
0:957  0:000  Drop table 2 signature="DMAR" (52414D44)
0:957  0:000  set table: 52414D44,                0 to drop:
0:957  0:000  Drop table 3 signature="MCFG" (4746434D)
0:957  0:000  set table: 4746434D,                0 to drop:  true
0:957  0:000
0:957  0:000  Config set Fixes will override FixMask mask!
0:957  0:000     final mask=9F56F1C3
0:957  0:000  Config set ResetAddr=0xCF9
0:957  0:000  Config calc ResetVal=0x6
0:957  0:000  Config set ResetVal=0x6
0:957  0:000  found 10 volumes with blockIO
0:957  0:000   0. Volume:
0:957  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)
0:957  0:000   1. Volume:
0:957  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,7649213C-7A3E-476F-BF45-5CDCE96E34BE,0x28,0x64000)
0:957  0:000    Result of bootcode detection: bootable unknown (legacy)
0:957  0:000    This is SelfVolume !!
0:957  0:000   2. Volume:
0:957  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(2,GPT,9FB62F5F-E4CF-4EF3-A795-AA9F1A3B7B17,0x64028,0x18A5B7D8)
0:958  0:000   3. Volume:
0:958  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(3,GPT,CBC3C05F-EA4F-450B-9C68-CDD45ECE03BD,0x18AFF800,0x40000)
0:958  0:000   4. Volume:
0:958  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(4,GPT,E5DF8455-2795-4DAA-8F01-A9765E27B645,0x18B3F800,0xE48C800)
0:958  0:000    Result of bootcode detection: bootable unknown (legacy)
0:958  0:000   5. Volume:
0:958  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,70C589DD-89F9-4AC3-B02B-D44D172A618A,0x26FCC000,0x4E20000)
0:958  0:000   6. Volume:
0:958  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(6,GPT,2F28FC9D-526C-4F6B-B706-7D9AD7491D8F,0x2BDEC000,0x1770000)
0:958  0:000   7. Volume:
0:959  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(7,GPT,59B2EC5D-E5D8-4174-88B9-AA8BF731BBE0,0x2D55C000,0x2000000)
0:959  0:000   8. Volume:
0:959  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(8,GPT,913CFC07-AD88-4F81-A1E7-65AA865E045E,0x2F55C000,0xC34F800)
0:959  0:000    Result of bootcode detection: bootable Windows (vista,win)
0:959  0:000   9. Volume:
0:959  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(9,GPT,B1B1418D-9AC1-4F9B-880F-036B07AB6B75,0x3B8AB800,0x135800)
0:959  0:000    hiding this volume
0:959  0:000  Using theme 'thinkpad' (EFI\CLOVER\themes\thinkpad)
0:959  0:000  theme thinkpad defined in NVRAM found and theme.plist parsed
0:960  0:000  OS main and drive as badge
0:964  0:004  font font.png loaded from themedir
0:964  0:000  Choosing theme thinkpad
0:964  0:000  Custom entries start
0:964  0:000  Custom entry 0 FullTitle:"Windows 8.1" Path:"/EFI/WINDOWS/Boot/bootmgr.efi" Options:"-s -h" Type:7 Flags:0x0 matching all volumes
0:964  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,7649213C-7A3E-476F-BF45-5CDCE96E34BE,0x28,0x64000)) ... skipped because path does not exist
0:964  0:000      Checking volume "MacOS" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(2,GPT,9FB62F5F-E4CF-4EF3-A795-AA9F1A3B7B17,0x64028,0x18A5B7D8)) ... skipped because path does not exist
0:965  0:000      Checking volume "Win8.1" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(8,GPT,913CFC07-AD88-4F81-A1E7-65AA865E045E,0x2F55C000,0xC34F800)) ... skipped because path does not exist
0:965  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(9,GPT,B1B1418D-9AC1-4F9B-880F-036B07AB6B75,0x3B8AB800,0x135800)) ... skipped because volume is hidden
0:965  0:000  Custom entries finish
0:965  0:000  Scanning loaders...
0:965  0:000   0: 'Whole Disc Boot' no file system
0:965  0:000   1: 'EFI'
0:975  0:009   2: 'MacOS'
0:977  0:002      AddLoaderEntry for Volume Name=MacOS
0:979  0:001      Check if volume Is Hibernated:
0:979  0:000      Check sleep image 'by signature':
0:980  0:001      read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success
0:980  0:000      SleepImage name from pref: ImageVolume = 'MacOS', ImageName = '\private\var\vm\sleepimage'
0:982  0:001      sleepimage not found -> Not Found
0:982  0:000       hibernated: no - sign
0:989  0:006   3: 'Legacy HD3' no file system
0:989  0:000   4: 'Legacy HD4' no file system
0:989  0:000   5: 'Legacy HD5' no file system
0:989  0:000   6: 'Legacy HD6' no file system
0:989  0:000   7: 'Legacy HD7' no file system
0:989  0:000   8: 'Win8.1'
0:993  0:004   9: 'Recovery HD' hidden
0:993  0:000  Custom legacy start
0:993  0:000  Custom legacy end
0:993  0:000  Custom tool start
0:993  0:000  Custom tool end
0:993  0:000  found tool \EFI\CLOVER\tools\Shell64.efi
0:993  0:000  Checking EFI partition Volume 1 for Clover
0:993  0:000   Found Clover
0:995  0:001  GetEfiBootDeviceFromNvram: efi-boot-device-data not found
0:995  0:000  EfiBootVolume not found
0:995  0:000   found entry 0. 'Boot Mac OS X from MacOS', Volume 'MacOS', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(2,GPT,9FB62F5F-E4CF-4EF3-A795-AA9F1A3B7B17,0x64028,0x18A5B7D8)\System\Library\CoreServices\boot.efi'
0:995  0:000  DefaultIndex=0 and MainMenu.EntryCount=7
1:111  0:115  Found Mouse device:
1:112  0:000  GUI ready
4:118  3:006  StartLoader() start
4:118  0:000  Finally: Bus=99676kHz CPU=2491MHz
4:118  0:000  Kernel and Kext Patches:
4:118  0:000  	Allowed: y
4:118  0:000  	Debug: n
4:118  0:000  	KernelCpu: n
4:118  0:000  	Lapic: n
4:118  0:000  	AICPUPM: y
4:118  0:000  	AppleRTC: y
4:118  0:000  	KernelPm: n
4:118  0:000  	FakeCPUID: 0x0
4:118  0:000  	ATIController: <null string>
4:118  0:000  	ATIDataLength: 0
4:118  0:000  	0 Kexts to load
4:118  0:000  	2 Kexts to patch
4:118  0:000  	  KextPatch[0]: 4 bytes, AppleHDA
4:118  0:000  	  KextPatch[1]: 9 bytes, IOAHCIBlockStorage
4:118  0:000  Loading boot.efi  status=Success
4:174  0:055  GetOSVersion: : 10.10.1
4:174  0:000  insert table 9 for dev 19:0
4:174  0:000  insert table 9 for dev 0:0
4:175  0:000  Trusting SMBIOS...
4:175  0:000  Channels: 1
4:175  0:000  Interleave: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
4:175  0:000   partNum=CMSX8GX3M1A1600C10
4:175  0:000  SMBIOS Type 17 Index = 0 => 0 0:
4:175  0:000  BANK0 DIMM0 1600MHz 8192MB
4:175  0:000  mTotalSystemMemory = 8192
4:175  0:000   partNum=CMSX8GX3M1A1600C10
4:175  0:000  SMBIOS Type 17 Index = 1 => 1 1:
4:175  0:000  BANK0 DIMM1 1600MHz 8192MB
4:175  0:000  mTotalSystemMemory = 16384
4:175  0:000  NumberOfMemoryDevices = 2
4:175  0:000  Table 131 is present, CPUType=35
4:175  0:000  Change to: 603
4:175  0:000  Table 132 is present, QPI=D801
4:175  0:000  Change to: 0
4:175  0:000  RSDT 0xDAFFE0AC
4:175  0:000  FADT from RSDT: 0xDAFE9000
4:175  0:000  XSDT 0xDAFFE120
4:175  0:000  FADT from XSDT: 0xDAFE8000
4:175  0:000  Xsdt reallocation done
4:175  0:000  old FADT length=F4
4:175  0:000  Found OperationRegion(MNVS, SystemMemory, DAF9D018, ...)
4:175  0:000  Found OperationRegion(GNVS, SystemMemory, DAF3FE18, ...)
4:175  0:000  Found OperationRegion(IGDM, SystemMemory, 0, ...)
4:175  0:000  Found OperationRegion(TMMB, SystemMemory, FED40000, ...)
4:175  0:000  Found OperationRegion(ATRP, SystemMemory, 0, ...)
4:175  0:000  DSDT found in Clover volume OEM folder: EFI\CLOVER\ACPI\patched\DSDT.aml
4:176  0:000  Apply DsdtFixMask=0x9F56F1C3 new way
4:176  0:000     drop _DSM mask=0x0000
4:176  0:000  ========= Auto patch DSDT Starting ========
4:176  0:000  VideoCard devID=0x1268086
4:176  0:000  DisplayADR1[0] = 0x20000, DisplayADR2[0] = 0xFFFE
4:176  0:000  USBADR[0] = 0x1A0000 and PCIe = 0xFFFE
4:176  0:000  USBADR[1] = 0x1D0000 and PCIe = 0xFFFE
4:176  0:000  Found Airport BCM at 0x1C0001, 0x0
4:176  0:000  USBADR[2] = 0x1C0004 and PCIe = 0x0
4:176  0:000  Audio HDA (addr:0x1B0000) setting specified layout-id=12 (0xC)
4:177  0:000  first CPU found at B8 offset BB
4:177  0:000  score candidate at B4
4:177  0:000  score inserted in acpi_cpu_score _PR_
4:177  0:000  Found ACPI CPU: CPU0 And CPU1 And CPU2 And CPU3 And CPU4 And CPU5 And CPU6 And CPU7
  within the score: _PR_
4:177  0:000  Start RTC Fix
4:177  0:000  Start TMR Fix
4:177  0:000  Start PIC Fix
4:177  0:000  PIC size=30 at 3C19
4:178  0:000  Start Display0 Fix
4:178  0:000   builtin display
4:178  0:000  _DSM already exists, patch display will not be applied
4:178  0:000  now inserting Video device
4:178  0:000  ... into existing bridge
4:178  0:000  patch Display #0 of Vendor=0x8086 in DSDT new way
4:178  0:000  Start NetWork Fix
4:178  0:000  _DSM already exists, patch LAN will not be applied
4:178  0:000  Start Airport Fix
4:179  0:000  AirportADR=6D98 add patch size=F0
4:179  0:000  adr 6D98 size of arpt=CE
4:179  0:000  Start SBUS Fix PCI=1AC4 len=ABCF
4:179  0:000  device (SBUS) found at 7283
4:179  0:000  name BUS0 present at 20
4:179  0:000  BUS0 already exists, patch SBUS will not be applied
4:179  0:000  patch HDEF in DSDT
4:180  0:000  Start HDA Fix
4:180  0:000  found HDA device NAME(_ADR,0x001B0000) And Name is HDEF
4:180  0:000  NewName HDEF already present, renaming impossibble
4:180  0:000  _DSM already exists, patch HDA will not be applied
4:180  0:000  Start USB Fix
4:180  0:000  USB bridge[1A0000] at 762D, size = 2E6
4:180  0:000  _DSM already exists, patch USB will not be applied
4:181  0:000  USB bridge[1D0000] at 72D4, size = 357
4:181  0:000  _DSM already exists, patch USB will not be applied
4:181  0:000  USB bridge[1C0004] at 707D, size = 1C8
4:181  0:000  _DSM already exists, patch USB will not be applied
4:181  0:000   deleting device CRT_
4:181  0:000   deleting device DVI_
4:182  0:000   deleting device SPKR
4:182  0:000   deleting device ECP_
4:182  0:000   deleting device LPT_
4:182  0:000   deleting device FDC0
4:182  0:000   deleting device ECP1
4:183  0:000   deleting device LPT1
4:183  0:000  NewName OCST already present, renaming impossibble
4:183  0:000  Start PNLF Fix
4:183  0:000  Start _S3D Fix
4:183  0:000  OperationRegion (MNVS...) corrected to addr=0xDAF9D018
4:183  0:000  OperationRegion (GNVS...) corrected to addr=0xDAF3FE18
4:183  0:000    indirect name=ASLB
4:183  0:000  ... value not defined
4:183  0:000  OperationRegion (IGDM...) corrected to addr=0x0
4:184  0:000  OperationRegion (TMMB...) corrected to addr=0xFED40000
4:184  0:000  OperationRegion (ATRP...) corrected to addr=0x0
4:184  0:000  ========= Auto patch DSDT Finished ========
4:184  0:000  Drop tables from Xsdt, SIGN=SSDT TableID=CpuPm Length=2454
4:184  0:000   Xsdt has tables count=16
4:184  0:000   Table: SSDT  CpuPm  2454 dropped
4:184  0:000  corrected XSDT length=156
4:184  0:000  Drop tables from Xsdt, SIGN=SSDT TableID=Cpu0Ist Length=2613
4:184  0:000   Xsdt has tables count=15
4:184  0:000   Table: SSDT  Cpu0Ist  2613 dropped
4:184  0:000  corrected XSDT length=148
4:184  0:000  Drop tables from Xsdt, SIGN=MCFG TableID=TP-8C    Length=60
4:184  0:000   Xsdt has tables count=14
4:184  0:000   Table: MCFG  TP-8C     60 dropped
4:184  0:000  corrected XSDT length=140
4:184  0:000  Patch table: SSDT  TP-SSDT2
4:184  0:000   SSDT len = 0x249
4:184  0:000  Patch table: SSDT  TP-SSDT1
4:184  0:000   SSDT len = 0x33
4:184  0:000  Patch table: SSDT  SataAhci
4:184  0:000   SSDT len = 0x797
4:184  0:000  Drop tables from Xsdt, SIGN=XXXX TableID= Length=0
4:184  0:000   Xsdt has tables count=13
4:184  0:000  corrected XSDT length=140
4:184  0:000   CPUBase=0 and ApicCPUBase=1 ApicCPUNum=8
4:184  0:000  Maximum control=0x19
4:184  0:000  Turbo control=0x20
4:184  0:000  P-States: min 0x8, max 0x20
4:184  0:000  SSDT with CPU P-States generated successfully
4:184  0:000  SSDT with CPU C-States generated successfully
4:184  0:000  EdidDiscovered size=0
4:184  0:000  Intel Intel HD Graphics 3000 [8086:0126] :: PciRoot(0x0)\Pci(0x2,0x0)
4:184  0:000  Intel GFX revision  =0x9
4:184  0:000  HDA Controller [8086:1C20] :: PciRoot(0x0)\Pci(0x1B,0x0) => setting specified layout-id=12 (0xC)
4:184  0:000  stringlength = 1506
4:185  0:000  CurrentMode: Width=960 Height=600
4:185  0:000  FSInjection: using kexts path: 'EFI\CLOVER\kexts\Other'
4:197  0:012  MSR 0x1B0   set to        00000000
4:197  0:000  Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other
4:197  0:000    Extra kext: EFI\CLOVER\kexts\Other\ACPIBacklight.kext
4:198  0:001    Extra kext: EFI\CLOVER\kexts\Other\ACPIBatteryManager.kext
4:199  0:000    Extra kext: EFI\CLOVER\kexts\Other\AppleHDA_20672.kext
4:200  0:001  Thinning fails
4:200  0:000  Thinning failed: EFI\CLOVER\kexts\Other\AppleHDA_20672.kext
4:200  0:000    Extra kext: EFI\CLOVER\kexts\Other\AppleIntelE1000e.kext
4:203  0:002    Extra kext: EFI\CLOVER\kexts\Other\BroadcomBluetooth_T420.kext
4:204  0:000  Thinning fails
4:204  0:000  Thinning failed: EFI\CLOVER\kexts\Other\BroadcomBluetooth_T420.kext
4:204  0:000    Extra kext: EFI\CLOVER\kexts\Other\FakeSMC.kext
4:205  0:000      Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\ACPISensors.kext
4:206  0:001      Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\CPUSensors.kext
4:207  0:000    Extra kext: EFI\CLOVER\kexts\Other\GenericUSBXHCI.kext
4:208  0:001    Extra kext: EFI\CLOVER\kexts\Other\IOAHCIBlockStorageInjector.kext
4:208  0:000    Extra kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext
4:209  0:001      Extra PlugIn kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext\Contents\PlugIns\VoodooPS2Keyboard.kext
4:212  0:002      Extra PlugIn kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext\Contents\PlugIns\VoodooPS2Mouse.kext
4:213  0:001      Extra PlugIn kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext\Contents\PlugIns\VoodooPS2Trackpad.kext
4:216  0:003  Removed efi-boot-device-data variable: Not Found
4:216  0:000  Custom boot is disabled
4:217  0:000  Closing log

And as a reference for anyone having to find the file after enabling the logging via following lines in config.plist:

<key>Log</key>
	<true/>

default boot.log path or location ist "/Library/Logs/CloverEFI/boot.log"

 

Think this is the relevant part of my boot.log:

Custom entries start
0:964  0:000  Custom entry 0 FullTitle:"Windows 8.1" Path:"/EFI/WINDOWS/Boot/bootmgr.efi" Options:"-s -h" Type:7 Flags:0x0 matching all volumes
0:964  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,7649213C-7A3E-476F-BF45-5CDCE96E34BE,0x28,0x64000)) ... skipped because path does not exist
0:964  0:000      Checking volume "MacOS" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(2,GPT,9FB62F5F-E4CF-4EF3-A795-AA9F1A3B7B17,0x64028,0x18A5B7D8)) ... skipped because path does not exist
0:965  0:000      Checking volume "Win8.1" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(8,GPT,913CFC07-AD88-4F81-A1E7-65AA865E045E,0x2F55C000,0xC34F800)) ... skipped because path does not exist
0:965  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(9,GPT,B1B1418D-9AC1-4F9B-880F-036B07AB6B75,0x3B8AB800,0x135800)) ... skipped because volume is hidden
0:965  0:000  Custom entries finish
0:965  0:000  Scanning loaders...
0:965  0:000   0: 'Whole Disc Boot' no file system
0:965  0:000   1: 'EFI'
0:975  0:009   2: 'MacOS'
0:977  0:002      AddLoaderEntry for Volume Name=MacOS
0:979  0:001      Check if volume Is Hibernated:
0:979  0:000      Check sleep image 'by signature':
0:980  0:001      read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success
0:980  0:000      SleepImage name from pref: ImageVolume = 'MacOS', ImageName = '\private\var\vm\sleepimage'
0:982  0:001      sleepimage not found -> Not Found
0:982  0:000       hibernated: no - sign
0:989  0:006   3: 'Legacy HD3' no file system
0:989  0:000   4: 'Legacy HD4' no file system
0:989  0:000   5: 'Legacy HD5' no file system
0:989  0:000   6: 'Legacy HD6' no file system
0:989  0:000   7: 'Legacy HD7' no file system
0:989  0:000   8: 'Win8.1'
0:993  0:004   9: 'Recovery HD' hidden

Hope you can see something I didn't... Because what I read is that it find's Win8.1 Partition but labels it as unusable as it states: "skipped because path does not exist"

Link to comment
Share on other sites

@tluck: My point wasn't to judge that it's your fault, as of the changes made in your last ZIP... ;-)

 

How would I repair the EFI folder, is there a console cmd I should know about?

 

Here's the boot.log:

-------------------------------
DATE: 2014-12-29 TIME: 15:22:57
-------------------------------
0:100  0:100  MemLog inited, TSC freq: 2491906760
0:100  0:000
0:100  0:000  Now is 29.12.2014,  14:22:50 (GMT+2047)
0:100  0:000  Starting Clover rev 3097 on Lenovo EFI
0:100  0:000  SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,7649213C-7A3E-476F-BF45-5CDCE96E34BE,0x28,0x64000) @D8074A98
0:100  0:000  SelfDirPath = \EFI\BOOT
0:100  0:000  Total Memory Slots Count = 2
0:100  0:000  Type 17 Index = 0
0:100  0:000  SmbiosTable.Type17->Speed = 1333MHz
0:100  0:000  SmbiosTable.Type17->Size = 8192MB
0:100  0:000  SmbiosTable.Type17->Bank/Device = BANK 0 ChannelA-DIMM0
0:100  0:000  Type 17 Index = 1
0:100  0:000  SmbiosTable.Type17->Speed = 1333MHz
0:100  0:000  SmbiosTable.Type17->Size = 8192MB
0:100  0:000  SmbiosTable.Type17->Bank/Device = BANK 2 ChannelB-DIMM0
0:100  0:000  Boot status=0
0:100  0:000  Clover revision: 3097  running on 4174P5G
0:100  0:000  ... with board 4174P5G
0:100  0:000  Clover load options size = 0 bytes
0:101  0:001  Using OEM config.plist at path: EFI\CLOVER\config.plist
0:102  0:000  EFI\CLOVER\config.plist loaded: Success
0:102  0:000  Found theme directory: ThinkPad
0:103  0:000  Loading early settings
0:103  0:000  timeout set to 2
0:103  0:000  Custom boot CUSTOM_BOOT_DISABLED (0x0)
0:103  0:000  KextsToPatch: 2 requested
0:103  0:000  KextToPatch 0: AppleHDA (change AD198B for Conexant 20672) Kext bin patch, data len: 4
0:103  0:000  KextToPatch 1: IOAHCIBlockStorage (TRIM for SSD) Kext bin patch, data len: 9
0:103  0:000  Default theme: ThinkPad
0:103  0:000  Hiding entries with string recovery
0:103  0:000  CustomEDID ok
0:103  0:000  LoadDrivers() start
0:103  0:000  Loading FSInject-64.efi  status=Success
0:106  0:003  Loading NTFS-64.efi  status=Success
0:108  0:002   - driver needs connecting
0:108  0:000  Loading OsxAptioFixDrv-64.efi  status=Success
0:110  0:001  Loading OsxFatBinaryDrv-64.efi  status=Success
0:112  0:002  Loading VBoxHfs-64.efi  status=Success
0:114  0:002   - driver needs connecting
0:114  0:000  2 drivers needs connecting ...
0:114  0:000  PlatformDriverOverrideProtocol not found. Installing ... Success
0:114  0:000  Searching for invalid DiskIo BY_DRIVER connects: not found, all ok
0:491  0:377  LoadDrivers() end
0:491  0:000  Dump SMC keys from NVRAM:
0:514  0:022  SetScreenResolution: 960x600 - setting Mode 1
0:619  0:105  Video mode change to mode #1: Success
0:619  0:000  Console modes reported: 7, available modes:
0:619  0:000    Mode 1: 80x25
0:619  0:000    Mode 3: 96x25
0:619  0:000    Mode 4: 120x31 (current mode)
0:619  0:000    Mode 5: 128x40
0:619  0:000    Mode 6: 80x25
0:619  0:000    Mode 7: 100x31
0:619  0:000  reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,7649213C-7A3E-476F-BF45-5CDCE96E34BE,0x28,0x64000)
0:620  0:000  CPU Vendor = 756E6547 Model=206A7
0:620  0:000  The CPU supported turbo
0:620  0:000  BrandString = Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
0:620  0:000  MSR 0xE2 before patch 1E008404
0:620  0:000  MSR 0xE2 is locked, PM patches will be turned on
0:620  0:000  MSR 0xE4              00020414
0:620  0:000  MSR 0xCE              00000800_60011900
0:620  0:000  non-usable FLEX_RATIO = 10000
0:620  0:000  corrected FLEX_RATIO = 0
0:620  0:000  MSR 0x1B0             00000000
0:620  0:000  FSBFrequency=100MHz DMIvalue=100000kHz
0:620  0:000  Corrected FSBFrequency=100MHz
0:620  0:000  Vendor/Model/Stepping: 0x756E6547/0x2A/0x7
0:620  0:000  Family/ExtFamily: 0x6/0x0
0:620  0:000  MaxDiv/MinDiv: 25.0/8
0:620  0:000  Turbo: 30/30/30/32
0:620  0:000  Features: 0xBFEBFBFF
0:620  0:000  Threads: 4
0:620  0:000  Cores: 2
0:620  0:000  FSB: 100 MHz
0:620  0:000  CPU: 2500 MHz
0:620  0:000  TSC: 2500 MHz
0:620  0:000  PIS: 400 MHz
0:620  0:000  PCI (00|00:1C.00) : 8086 1C10 class=060400
0:620  0:000  PCI (00|00:02.00) : 8086 0126 class=030000
0:620  0:000  Found GFX model=Intel HD Graphics 3000
0:620  0:000  PCI (00|00:19.00) : 8086 1502 class=020000
0:620  0:000  LAN 0, Vendor=8086, MMIO=F1600000
0:620  0:000  PCI (00|00:1F.00) : 8086 1C4F class=060100
0:620  0:000  PCI (00|00:1C.01) : 8086 1C12 class=060400
0:620  0:000  PCI (00|00:1C.03) : 8086 1C16 class=060400
0:620  0:000  PCI (00|00:1C.04) : 8086 1C18 class=060400
0:620  0:000  PCI (00|00:1F.02) : 8086 1C03 class=010601
0:620  0:000  PCI (00|00:1A.00) : 8086 1C2D class=0C0320
0:620  0:000  PCI (00|00:1D.00) : 8086 1C26 class=0C0320
0:620  0:000  PCI (00|03:00.00) : 14E4 432B class=028000
0:620  0:000  PCI (00|0D:00.00) : 1033 0194 class=0C0330
0:620  0:000  PCI (00|05:00.00) : 197B 2392 class=088000
0:620  0:000  PCI (00|00:00.00) : 8086 0104 class=060000
0:620  0:000  PCI (00|00:16.00) : 8086 1C3A class=078000
0:620  0:000  PCI (00|00:16.01) : FFFF FFFF class=FFFFFF
0:620  0:000  PCI (00|00:16.03) : 8086 1C3D class=070002
0:620  0:000  PCI (00|00:1B.00) : 8086 1C20 class=040300
0:620  0:000  PCI (00|05:00.02) : 197B 2391 class=080501
0:620  0:000  PCI (00|05:00.03) : 197B 2393 class=088000
0:620  0:000  PCI (00|05:00.04) : 197B 2394 class=088000
0:620  0:000  PCI (00|00:1F.03) : 8086 1C22 class=0C0500
0:620  0:000  PCI (00|00:1F.06) : FFFF FFFF class=FFFFFF
0:620  0:000  ScanSPD() start
0:621  0:000  SMBus CmdReg: 0x3
0:621  0:000  Scanning SMBus [8086:1C22], mmio: 0xF1624004, ioport: 0xEFA0, hostc: 0x1
0:636  0:015  SPD[0]: Type 11 @0x50
0:645  0:008  DDR speed 1600MHz
0:645  0:000  Slot: 0 Type 24 8192MB 1600MHz Vendor=Corsair PartNo=CMSX8GX3M1A1600C10 SerialNo=0000000000000000
0:660  0:015  SPD[1]: Type 11 @0x51
0:669  0:008  DDR speed 1600MHz
0:669  0:000  Slot: 1 Type 24 8192MB 1600MHz Vendor=Corsair PartNo=CMSX8GX3M1A1600C10 SerialNo=0000000000050107
0:696  0:027  SPD[4]: Type 82 @0x54
0:711  0:015  SPD[5]: Type 82 @0x55
0:726  0:015  SPD[6]: Type 78 @0x56
0:889  0:162  SPD[12]: Type 63 @0x5C
0:956  0:067  ScanSPD() end
0:956  0:000  Found UEFI Acpi 2.0 RSDP at DAFFE014
0:956  0:000  Get Acpi Tables List from RSDT:
0:956  0:000   Found table: FACP  TP-8C    len=116
0:956  0:000   Found table: SLIC  TP-8C    len=374
0:956  0:000   Found table: SSDT  TP-SSDT2 len=585
0:956  0:000   Found table: SSDT  TP-SSDT1 len=51
0:956  0:000   Found table: SSDT  SataAhci len=1943
0:956  0:000   Found table: HPET  TP-8C    len=56
0:956  0:000   Found table: APIC  TP-8C    len=152
0:956  0:000   Found table: MCFG  TP-8C    len=60
0:956  0:000   Found table: ECDT  TP-8C    len=82
0:956  0:000   Found table: ASF!  TP-8C    len=165
0:956  0:000   Found table: TCPA  LENOVO len=50
0:956  0:000   Found table: SSDT  Cpu0Ist len=2613
0:956  0:000   Found table: SSDT  CpuPm len=2454
0:956  0:000   Found table: UEFI  TP-8C    len=62
0:956  0:000   Found table: UEFI  COMBUF len=66
0:956  0:000   Found table: UEFI  TP-8C    len=658
0:956  0:000  Calibrated TSC frequency =2491906760 =2491MHz
0:956  0:000  Loading main settings
0:956  0:000  USB FixOwnership: true
0:956  0:000  Dropping 4 tables
0:956  0:000  Drop table 0 signature="SSDT" (54445353) table-id="Cpu0Ist" (0074734930757043)
0:956  0:000  set table: 54445353,   74734930757043 to drop:  true
0:956  0:000
0:956  0:000  Drop table 1 signature="SSDT" (54445353) table-id="CpuPm" (0000006D50757043)
0:957  0:000  set table: 54445353,       6D50757043 to drop:  true
0:957  0:000
0:957  0:000  Drop table 2 signature="DMAR" (52414D44)
0:957  0:000  set table: 52414D44,                0 to drop:
0:957  0:000  Drop table 3 signature="MCFG" (4746434D)
0:957  0:000  set table: 4746434D,                0 to drop:  true
0:957  0:000
0:957  0:000  Config set Fixes will override FixMask mask!
0:957  0:000     final mask=9F56F1C3
0:957  0:000  Config set ResetAddr=0xCF9
0:957  0:000  Config calc ResetVal=0x6
0:957  0:000  Config set ResetVal=0x6
0:957  0:000  found 10 volumes with blockIO
0:957  0:000   0. Volume:
0:957  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)
0:957  0:000   1. Volume:
0:957  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,7649213C-7A3E-476F-BF45-5CDCE96E34BE,0x28,0x64000)
0:957  0:000    Result of bootcode detection: bootable unknown (legacy)
0:957  0:000    This is SelfVolume !!
0:957  0:000   2. Volume:
0:957  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(2,GPT,9FB62F5F-E4CF-4EF3-A795-AA9F1A3B7B17,0x64028,0x18A5B7D8)
0:958  0:000   3. Volume:
0:958  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(3,GPT,CBC3C05F-EA4F-450B-9C68-CDD45ECE03BD,0x18AFF800,0x40000)
0:958  0:000   4. Volume:
0:958  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(4,GPT,E5DF8455-2795-4DAA-8F01-A9765E27B645,0x18B3F800,0xE48C800)
0:958  0:000    Result of bootcode detection: bootable unknown (legacy)
0:958  0:000   5. Volume:
0:958  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,70C589DD-89F9-4AC3-B02B-D44D172A618A,0x26FCC000,0x4E20000)
0:958  0:000   6. Volume:
0:958  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(6,GPT,2F28FC9D-526C-4F6B-B706-7D9AD7491D8F,0x2BDEC000,0x1770000)
0:958  0:000   7. Volume:
0:959  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(7,GPT,59B2EC5D-E5D8-4174-88B9-AA8BF731BBE0,0x2D55C000,0x2000000)
0:959  0:000   8. Volume:
0:959  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(8,GPT,913CFC07-AD88-4F81-A1E7-65AA865E045E,0x2F55C000,0xC34F800)
0:959  0:000    Result of bootcode detection: bootable Windows (vista,win)
0:959  0:000   9. Volume:
0:959  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(9,GPT,B1B1418D-9AC1-4F9B-880F-036B07AB6B75,0x3B8AB800,0x135800)
0:959  0:000    hiding this volume
0:959  0:000  Using theme 'thinkpad' (EFI\CLOVER\themes\thinkpad)
0:959  0:000  theme thinkpad defined in NVRAM found and theme.plist parsed
0:960  0:000  OS main and drive as badge
0:964  0:004  font font.png loaded from themedir
0:964  0:000  Choosing theme thinkpad
0:964  0:000  Custom entries start
0:964  0:000  Custom entry 0 FullTitle:"Windows 8.1" Path:"/EFI/WINDOWS/Boot/bootmgr.efi" Options:"-s -h" Type:7 Flags:0x0 matching all volumes
0:964  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,7649213C-7A3E-476F-BF45-5CDCE96E34BE,0x28,0x64000)) ... skipped because path does not exist
0:964  0:000      Checking volume "MacOS" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(2,GPT,9FB62F5F-E4CF-4EF3-A795-AA9F1A3B7B17,0x64028,0x18A5B7D8)) ... skipped because path does not exist
0:965  0:000      Checking volume "Win8.1" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(8,GPT,913CFC07-AD88-4F81-A1E7-65AA865E045E,0x2F55C000,0xC34F800)) ... skipped because path does not exist
0:965  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(9,GPT,B1B1418D-9AC1-4F9B-880F-036B07AB6B75,0x3B8AB800,0x135800)) ... skipped because volume is hidden
0:965  0:000  Custom entries finish
0:965  0:000  Scanning loaders...
0:965  0:000   0: 'Whole Disc Boot' no file system
0:965  0:000   1: 'EFI'
0:975  0:009   2: 'MacOS'
0:977  0:002      AddLoaderEntry for Volume Name=MacOS
0:979  0:001      Check if volume Is Hibernated:
0:979  0:000      Check sleep image 'by signature':
0:980  0:001      read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success
0:980  0:000      SleepImage name from pref: ImageVolume = 'MacOS', ImageName = '\private\var\vm\sleepimage'
0:982  0:001      sleepimage not found -> Not Found
0:982  0:000       hibernated: no - sign
0:989  0:006   3: 'Legacy HD3' no file system
0:989  0:000   4: 'Legacy HD4' no file system
0:989  0:000   5: 'Legacy HD5' no file system
0:989  0:000   6: 'Legacy HD6' no file system
0:989  0:000   7: 'Legacy HD7' no file system
0:989  0:000   8: 'Win8.1'
0:993  0:004   9: 'Recovery HD' hidden
0:993  0:000  Custom legacy start
0:993  0:000  Custom legacy end
0:993  0:000  Custom tool start
0:993  0:000  Custom tool end
0:993  0:000  found tool \EFI\CLOVER\tools\Shell64.efi
0:993  0:000  Checking EFI partition Volume 1 for Clover
0:993  0:000   Found Clover
0:995  0:001  GetEfiBootDeviceFromNvram: efi-boot-device-data not found
0:995  0:000  EfiBootVolume not found
0:995  0:000   found entry 0. 'Boot Mac OS X from MacOS', Volume 'MacOS', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(2,GPT,9FB62F5F-E4CF-4EF3-A795-AA9F1A3B7B17,0x64028,0x18A5B7D8)\System\Library\CoreServices\boot.efi'
0:995  0:000  DefaultIndex=0 and MainMenu.EntryCount=7
1:111  0:115  Found Mouse device:
1:112  0:000  GUI ready
4:118  3:006  StartLoader() start
4:118  0:000  Finally: Bus=99676kHz CPU=2491MHz
4:118  0:000  Kernel and Kext Patches:
4:118  0:000  	Allowed: y
4:118  0:000  	Debug: n
4:118  0:000  	KernelCpu: n
4:118  0:000  	Lapic: n
4:118  0:000  	AICPUPM: y
4:118  0:000  	AppleRTC: y
4:118  0:000  	KernelPm: n
4:118  0:000  	FakeCPUID: 0x0
4:118  0:000  	ATIController: <null string>
4:118  0:000  	ATIDataLength: 0
4:118  0:000  	0 Kexts to load
4:118  0:000  	2 Kexts to patch
4:118  0:000  	  KextPatch[0]: 4 bytes, AppleHDA
4:118  0:000  	  KextPatch[1]: 9 bytes, IOAHCIBlockStorage
4:118  0:000  Loading boot.efi  status=Success
4:174  0:055  GetOSVersion: : 10.10.1
4:174  0:000  insert table 9 for dev 19:0
4:174  0:000  insert table 9 for dev 0:0
4:175  0:000  Trusting SMBIOS...
4:175  0:000  Channels: 1
4:175  0:000  Interleave: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
4:175  0:000   partNum=CMSX8GX3M1A1600C10
4:175  0:000  SMBIOS Type 17 Index = 0 => 0 0:
4:175  0:000  BANK0 DIMM0 1600MHz 8192MB
4:175  0:000  mTotalSystemMemory = 8192
4:175  0:000   partNum=CMSX8GX3M1A1600C10
4:175  0:000  SMBIOS Type 17 Index = 1 => 1 1:
4:175  0:000  BANK0 DIMM1 1600MHz 8192MB
4:175  0:000  mTotalSystemMemory = 16384
4:175  0:000  NumberOfMemoryDevices = 2
4:175  0:000  Table 131 is present, CPUType=35
4:175  0:000  Change to: 603
4:175  0:000  Table 132 is present, QPI=D801
4:175  0:000  Change to: 0
4:175  0:000  RSDT 0xDAFFE0AC
4:175  0:000  FADT from RSDT: 0xDAFE9000
4:175  0:000  XSDT 0xDAFFE120
4:175  0:000  FADT from XSDT: 0xDAFE8000
4:175  0:000  Xsdt reallocation done
4:175  0:000  old FADT length=F4
4:175  0:000  Found OperationRegion(MNVS, SystemMemory, DAF9D018, ...)
4:175  0:000  Found OperationRegion(GNVS, SystemMemory, DAF3FE18, ...)
4:175  0:000  Found OperationRegion(IGDM, SystemMemory, 0, ...)
4:175  0:000  Found OperationRegion(TMMB, SystemMemory, FED40000, ...)
4:175  0:000  Found OperationRegion(ATRP, SystemMemory, 0, ...)
4:175  0:000  DSDT found in Clover volume OEM folder: EFI\CLOVER\ACPI\patched\DSDT.aml
4:176  0:000  Apply DsdtFixMask=0x9F56F1C3 new way
4:176  0:000     drop _DSM mask=0x0000
4:176  0:000  ========= Auto patch DSDT Starting ========
4:176  0:000  VideoCard devID=0x1268086
4:176  0:000  DisplayADR1[0] = 0x20000, DisplayADR2[0] = 0xFFFE
4:176  0:000  USBADR[0] = 0x1A0000 and PCIe = 0xFFFE
4:176  0:000  USBADR[1] = 0x1D0000 and PCIe = 0xFFFE
4:176  0:000  Found Airport BCM at 0x1C0001, 0x0
4:176  0:000  USBADR[2] = 0x1C0004 and PCIe = 0x0
4:176  0:000  Audio HDA (addr:0x1B0000) setting specified layout-id=12 (0xC)
4:177  0:000  first CPU found at B8 offset BB
4:177  0:000  score candidate at B4
4:177  0:000  score inserted in acpi_cpu_score _PR_
4:177  0:000  Found ACPI CPU: CPU0 And CPU1 And CPU2 And CPU3 And CPU4 And CPU5 And CPU6 And CPU7
  within the score: _PR_
4:177  0:000  Start RTC Fix
4:177  0:000  Start TMR Fix
4:177  0:000  Start PIC Fix
4:177  0:000  PIC size=30 at 3C19
4:178  0:000  Start Display0 Fix
4:178  0:000   builtin display
4:178  0:000  _DSM already exists, patch display will not be applied
4:178  0:000  now inserting Video device
4:178  0:000  ... into existing bridge
4:178  0:000  patch Display #0 of Vendor=0x8086 in DSDT new way
4:178  0:000  Start NetWork Fix
4:178  0:000  _DSM already exists, patch LAN will not be applied
4:178  0:000  Start Airport Fix
4:179  0:000  AirportADR=6D98 add patch size=F0
4:179  0:000  adr 6D98 size of arpt=CE
4:179  0:000  Start SBUS Fix PCI=1AC4 len=ABCF
4:179  0:000  device (SBUS) found at 7283
4:179  0:000  name BUS0 present at 20
4:179  0:000  BUS0 already exists, patch SBUS will not be applied
4:179  0:000  patch HDEF in DSDT
4:180  0:000  Start HDA Fix
4:180  0:000  found HDA device NAME(_ADR,0x001B0000) And Name is HDEF
4:180  0:000  NewName HDEF already present, renaming impossibble
4:180  0:000  _DSM already exists, patch HDA will not be applied
4:180  0:000  Start USB Fix
4:180  0:000  USB bridge[1A0000] at 762D, size = 2E6
4:180  0:000  _DSM already exists, patch USB will not be applied
4:181  0:000  USB bridge[1D0000] at 72D4, size = 357
4:181  0:000  _DSM already exists, patch USB will not be applied
4:181  0:000  USB bridge[1C0004] at 707D, size = 1C8
4:181  0:000  _DSM already exists, patch USB will not be applied
4:181  0:000   deleting device CRT_
4:181  0:000   deleting device DVI_
4:182  0:000   deleting device SPKR
4:182  0:000   deleting device ECP_
4:182  0:000   deleting device LPT_
4:182  0:000   deleting device FDC0
4:182  0:000   deleting device ECP1
4:183  0:000   deleting device LPT1
4:183  0:000  NewName OCST already present, renaming impossibble
4:183  0:000  Start PNLF Fix
4:183  0:000  Start _S3D Fix
4:183  0:000  OperationRegion (MNVS...) corrected to addr=0xDAF9D018
4:183  0:000  OperationRegion (GNVS...) corrected to addr=0xDAF3FE18
4:183  0:000    indirect name=ASLB
4:183  0:000  ... value not defined
4:183  0:000  OperationRegion (IGDM...) corrected to addr=0x0
4:184  0:000  OperationRegion (TMMB...) corrected to addr=0xFED40000
4:184  0:000  OperationRegion (ATRP...) corrected to addr=0x0
4:184  0:000  ========= Auto patch DSDT Finished ========
4:184  0:000  Drop tables from Xsdt, SIGN=SSDT TableID=CpuPm Length=2454
4:184  0:000   Xsdt has tables count=16
4:184  0:000   Table: SSDT  CpuPm  2454 dropped
4:184  0:000  corrected XSDT length=156
4:184  0:000  Drop tables from Xsdt, SIGN=SSDT TableID=Cpu0Ist Length=2613
4:184  0:000   Xsdt has tables count=15
4:184  0:000   Table: SSDT  Cpu0Ist  2613 dropped
4:184  0:000  corrected XSDT length=148
4:184  0:000  Drop tables from Xsdt, SIGN=MCFG TableID=TP-8C    Length=60
4:184  0:000   Xsdt has tables count=14
4:184  0:000   Table: MCFG  TP-8C     60 dropped
4:184  0:000  corrected XSDT length=140
4:184  0:000  Patch table: SSDT  TP-SSDT2
4:184  0:000   SSDT len = 0x249
4:184  0:000  Patch table: SSDT  TP-SSDT1
4:184  0:000   SSDT len = 0x33
4:184  0:000  Patch table: SSDT  SataAhci
4:184  0:000   SSDT len = 0x797
4:184  0:000  Drop tables from Xsdt, SIGN=XXXX TableID= Length=0
4:184  0:000   Xsdt has tables count=13
4:184  0:000  corrected XSDT length=140
4:184  0:000   CPUBase=0 and ApicCPUBase=1 ApicCPUNum=8
4:184  0:000  Maximum control=0x19
4:184  0:000  Turbo control=0x20
4:184  0:000  P-States: min 0x8, max 0x20
4:184  0:000  SSDT with CPU P-States generated successfully
4:184  0:000  SSDT with CPU C-States generated successfully
4:184  0:000  EdidDiscovered size=0
4:184  0:000  Intel Intel HD Graphics 3000 [8086:0126] :: PciRoot(0x0)\Pci(0x2,0x0)
4:184  0:000  Intel GFX revision  =0x9
4:184  0:000  HDA Controller [8086:1C20] :: PciRoot(0x0)\Pci(0x1B,0x0) => setting specified layout-id=12 (0xC)
4:184  0:000  stringlength = 1506
4:185  0:000  CurrentMode: Width=960 Height=600
4:185  0:000  FSInjection: using kexts path: 'EFI\CLOVER\kexts\Other'
4:197  0:012  MSR 0x1B0   set to        00000000
4:197  0:000  Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other
4:197  0:000    Extra kext: EFI\CLOVER\kexts\Other\ACPIBacklight.kext
4:198  0:001    Extra kext: EFI\CLOVER\kexts\Other\ACPIBatteryManager.kext
4:199  0:000    Extra kext: EFI\CLOVER\kexts\Other\AppleHDA_20672.kext
4:200  0:001  Thinning fails
4:200  0:000  Thinning failed: EFI\CLOVER\kexts\Other\AppleHDA_20672.kext
4:200  0:000    Extra kext: EFI\CLOVER\kexts\Other\AppleIntelE1000e.kext
4:203  0:002    Extra kext: EFI\CLOVER\kexts\Other\BroadcomBluetooth_T420.kext
4:204  0:000  Thinning fails
4:204  0:000  Thinning failed: EFI\CLOVER\kexts\Other\BroadcomBluetooth_T420.kext
4:204  0:000    Extra kext: EFI\CLOVER\kexts\Other\FakeSMC.kext
4:205  0:000      Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\ACPISensors.kext
4:206  0:001      Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\CPUSensors.kext
4:207  0:000    Extra kext: EFI\CLOVER\kexts\Other\GenericUSBXHCI.kext
4:208  0:001    Extra kext: EFI\CLOVER\kexts\Other\IOAHCIBlockStorageInjector.kext
4:208  0:000    Extra kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext
4:209  0:001      Extra PlugIn kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext\Contents\PlugIns\VoodooPS2Keyboard.kext
4:212  0:002      Extra PlugIn kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext\Contents\PlugIns\VoodooPS2Mouse.kext
4:213  0:001      Extra PlugIn kext: EFI\CLOVER\kexts\Other\VoodooPS2Controller.kext\Contents\PlugIns\VoodooPS2Trackpad.kext
4:216  0:003  Removed efi-boot-device-data variable: Not Found
4:216  0:000  Custom boot is disabled
4:217  0:000  Closing log

And as a reference for anyone having to find the file after enabling the logging via following lines in config.plist:

<key>Log</key>
	<true/>

default boot.log path or location ist "/Library/Logs/CloverEFI/boot.log"

 

Think this is the relevant part of my boot.log:

Custom entries start
0:964  0:000  Custom entry 0 FullTitle:"Windows 8.1" Path:"/EFI/WINDOWS/Boot/bootmgr.efi" Options:"-s -h" Type:7 Flags:0x0 matching all volumes
0:964  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,7649213C-7A3E-476F-BF45-5CDCE96E34BE,0x28,0x64000)) ... skipped because path does not exist
0:964  0:000      Checking volume "MacOS" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(2,GPT,9FB62F5F-E4CF-4EF3-A795-AA9F1A3B7B17,0x64028,0x18A5B7D8)) ... skipped because path does not exist
0:965  0:000      Checking volume "Win8.1" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(8,GPT,913CFC07-AD88-4F81-A1E7-65AA865E045E,0x2F55C000,0xC34F800)) ... skipped because path does not exist
0:965  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(9,GPT,B1B1418D-9AC1-4F9B-880F-036B07AB6B75,0x3B8AB800,0x135800)) ... skipped because volume is hidden
0:965  0:000  Custom entries finish
0:965  0:000  Scanning loaders...
0:965  0:000   0: 'Whole Disc Boot' no file system
0:965  0:000   1: 'EFI'
0:975  0:009   2: 'MacOS'
0:977  0:002      AddLoaderEntry for Volume Name=MacOS
0:979  0:001      Check if volume Is Hibernated:
0:979  0:000      Check sleep image 'by signature':
0:980  0:001      read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success
0:980  0:000      SleepImage name from pref: ImageVolume = 'MacOS', ImageName = '\private\var\vm\sleepimage'
0:982  0:001      sleepimage not found -> Not Found
0:982  0:000       hibernated: no - sign
0:989  0:006   3: 'Legacy HD3' no file system
0:989  0:000   4: 'Legacy HD4' no file system
0:989  0:000   5: 'Legacy HD5' no file system
0:989  0:000   6: 'Legacy HD6' no file system
0:989  0:000   7: 'Legacy HD7' no file system
0:989  0:000   8: 'Win8.1'
0:993  0:004   9: 'Recovery HD' hidden

Hope you can see something I didn't... Because what I read is that it find's Win8.1 Partition but labels it as unusable as it states: "skipped because path does not exist"

Use "\", not "/", like this:

http://www.insanelymac.com/forum/topic/298027-guide-aio-guides-for-hackintosh/page-2?do=findComment&comment=2029540

Link to comment
Share on other sites

@tluck THX, removed it from the config.plist, sadly didn't change the scene...

 

@pokenguyen THX a ton for the T420s DSDT and for the hint!

 

Here's the boot.log

-------------------------------
DATE: 2014-12-29 TIME: 22:16:38
-------------------------------
0:100  0:100  MemLog inited, TSC freq: 2491902559
0:100  0:000
0:100  0:000  Now is 29.12.2014,  21:16:31 (GMT+2047)
0:100  0:000  Starting Clover rev 3097 on Lenovo EFI
0:100  0:000  SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,7649213C-7A3E-476F-BF45-5CDCE96E34BE,0x28,0x64000) @D8074A98
0:100  0:000  SelfDirPath = \EFI\BOOT
0:100  0:000  Total Memory Slots Count = 2
0:100  0:000  Type 17 Index = 0
0:100  0:000  SmbiosTable.Type17->Speed = 1333MHz
0:100  0:000  SmbiosTable.Type17->Size = 8192MB
0:100  0:000  SmbiosTable.Type17->Bank/Device = BANK 0 ChannelA-DIMM0
0:100  0:000  Type 17 Index = 1
0:100  0:000  SmbiosTable.Type17->Speed = 1333MHz
0:100  0:000  SmbiosTable.Type17->Size = 8192MB
0:100  0:000  SmbiosTable.Type17->Bank/Device = BANK 2 ChannelB-DIMM0
0:100  0:000  Boot status=0
0:100  0:000  Clover revision: 3097  running on 4174P5G
0:100  0:000  ... with board 4174P5G
0:100  0:000  Clover load options size = 0 bytes
0:101  0:001  Using OEM config.plist at path: EFI\CLOVER\config.plist
0:102  0:000  EFI\CLOVER\config.plist loaded: Success
0:102  0:000  Found theme directory: ThinkPad
0:103  0:000  Loading early settings
0:103  0:000  timeout set to 2
0:103  0:000  Custom boot CUSTOM_BOOT_DISABLED (0x0)
0:103  0:000  KextsToPatch: 2 requested
0:103  0:000  KextToPatch 0: IOAHCIBlockStorage (TRIM for SSD) Kext bin patch, data len: 9
0:103  0:000  KextToPatch 1: AppleHDA (change AD198B for Conexant 20672) Kext bin patch, data len: 4
0:103  0:000  Default theme: ThinkPad
0:103  0:000  Hiding entries with string recovery
0:103  0:000  CustomEDID ok
0:103  0:000  LoadDrivers() start
0:103  0:000  Loading FSInject-64.efi  status=Success
0:106  0:003  Loading NTFS-64.efi  status=Success
0:108  0:002   - driver needs connecting
0:108  0:000  Loading OsxAptioFixDrv-64.efi  status=Success
0:110  0:001  Loading OsxFatBinaryDrv-64.efi  status=Success
0:112  0:002  Loading VBoxHfs-64.efi  status=Success
0:114  0:002   - driver needs connecting
0:114  0:000  Loading ext2_x64.efi  status=Success
0:119  0:005   - driver needs connecting
0:119  0:000  3 drivers needs connecting ...
0:119  0:000  PlatformDriverOverrideProtocol not found. Installing ... Success
0:119  0:000  Searching for invalid DiskIo BY_DRIVER connects: not found, all ok
0:516  0:396  LoadDrivers() end
0:516  0:000  Dump SMC keys from NVRAM:
0:538  0:022  SetScreenResolution: 960x600 - setting Mode 1
0:643  0:105  Video mode change to mode #1: Success
0:643  0:000  Console modes reported: 7, available modes:
0:643  0:000    Mode 1: 80x25
0:643  0:000    Mode 3: 96x25
0:643  0:000    Mode 4: 120x31 (current mode)
0:643  0:000    Mode 5: 128x40
0:643  0:000    Mode 6: 80x25
0:643  0:000    Mode 7: 100x31
0:643  0:000  reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,7649213C-7A3E-476F-BF45-5CDCE96E34BE,0x28,0x64000)
0:644  0:000  CPU Vendor = 756E6547 Model=206A7
0:644  0:000  The CPU supported turbo
0:644  0:000  BrandString = Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz
0:644  0:000  MSR 0xE2 before patch 1E008404
0:644  0:000  MSR 0xE2 is locked, PM patches will be turned on
0:644  0:000  MSR 0xE4              00020414
0:644  0:000  MSR 0xCE              00000800_60011900
0:644  0:000  non-usable FLEX_RATIO = 10000
0:644  0:000  corrected FLEX_RATIO = 0
0:644  0:000  MSR 0x1B0             00000000
0:644  0:000  FSBFrequency=100MHz DMIvalue=100000kHz
0:644  0:000  Corrected FSBFrequency=100MHz
0:644  0:000  Vendor/Model/Stepping: 0x756E6547/0x2A/0x7
0:644  0:000  Family/ExtFamily: 0x6/0x0
0:644  0:000  MaxDiv/MinDiv: 25.0/8
0:644  0:000  Turbo: 30/30/30/32
0:644  0:000  Features: 0xBFEBFBFF
0:644  0:000  Threads: 4
0:644  0:000  Cores: 2
0:644  0:000  FSB: 100 MHz
0:644  0:000  CPU: 2500 MHz
0:644  0:000  TSC: 2500 MHz
0:644  0:000  PIS: 400 MHz
0:644  0:000  PCI (00|00:1C.00) : 8086 1C10 class=060400
0:644  0:000  PCI (00|00:02.00) : 8086 0126 class=030000
0:644  0:000  Found GFX model=Intel HD Graphics 3000
0:644  0:000  PCI (00|00:19.00) : 8086 1502 class=020000
0:644  0:000  LAN 0, Vendor=8086, MMIO=F1600000
0:644  0:000  PCI (00|00:1F.00) : 8086 1C4F class=060100
0:644  0:000  PCI (00|00:1C.01) : 8086 1C12 class=060400
0:644  0:000  PCI (00|00:1C.03) : 8086 1C16 class=060400
0:644  0:000  PCI (00|00:1C.04) : 8086 1C18 class=060400
0:644  0:000  PCI (00|00:1F.02) : 8086 1C03 class=010601
0:644  0:000  PCI (00|00:1A.00) : 8086 1C2D class=0C0320
0:644  0:000  PCI (00|00:1D.00) : 8086 1C26 class=0C0320
0:644  0:000  PCI (00|03:00.00) : 14E4 432B class=028000
0:644  0:000  PCI (00|0D:00.00) : 1033 0194 class=0C0330
0:644  0:000  PCI (00|05:00.00) : 197B 2392 class=088000
0:644  0:000  PCI (00|00:00.00) : 8086 0104 class=060000
0:644  0:000  PCI (00|00:16.00) : 8086 1C3A class=078000
0:644  0:000  PCI (00|00:16.01) : FFFF FFFF class=FFFFFF
0:644  0:000  PCI (00|00:16.03) : 8086 1C3D class=070002
0:644  0:000  PCI (00|00:1B.00) : 8086 1C20 class=040300
0:644  0:000  PCI (00|05:00.02) : 197B 2391 class=080501
0:644  0:000  PCI (00|05:00.03) : 197B 2393 class=088000
0:644  0:000  PCI (00|05:00.04) : 197B 2394 class=088000
0:644  0:000  PCI (00|00:1F.03) : 8086 1C22 class=0C0500
0:644  0:000  PCI (00|00:1F.06) : FFFF FFFF class=FFFFFF
0:644  0:000  ScanSPD() start
0:645  0:000  SMBus CmdReg: 0x3
0:645  0:000  Scanning SMBus [8086:1C22], mmio: 0xF1624004, ioport: 0xEFA0, hostc: 0x1
0:660  0:015  SPD[0]: Type 11 @0x50
0:669  0:008  DDR speed 1600MHz
0:669  0:000  Slot: 0 Type 24 8192MB 1600MHz Vendor=Corsair PartNo=CMSX8GX3M1A1600C10 SerialNo=0000000000000000
0:684  0:015  SPD[1]: Type 11 @0x51
0:693  0:008  DDR speed 1600MHz
0:693  0:000  Slot: 1 Type 24 8192MB 1600MHz Vendor=Corsair PartNo=CMSX8GX3M1A1600C10 SerialNo=0000000000050107
0:720  0:027  SPD[4]: Type 82 @0x54
0:735  0:015  SPD[5]: Type 82 @0x55
0:750  0:015  SPD[6]: Type 78 @0x56
0:913  0:162  SPD[12]: Type 63 @0x5C
0:980  0:067  ScanSPD() end
0:980  0:000  Found UEFI Acpi 2.0 RSDP at DAFFE014
0:980  0:000  Get Acpi Tables List from RSDT:
0:980  0:000   Found table: FACP  TP-8C    len=116
0:980  0:000   Found table: SLIC  TP-8C    len=374
0:980  0:000   Found table: SSDT  TP-SSDT2 len=585
0:980  0:000   Found table: SSDT  TP-SSDT1 len=51
0:980  0:000   Found table: SSDT  SataAhci len=1943
0:980  0:000   Found table: HPET  TP-8C    len=56
0:980  0:000   Found table: APIC  TP-8C    len=152
0:980  0:000   Found table: MCFG  TP-8C    len=60
0:980  0:000   Found table: ECDT  TP-8C    len=82
0:980  0:000   Found table: ASF!  TP-8C    len=165
0:980  0:000   Found table: TCPA  LENOVO len=50
0:980  0:000   Found table: SSDT  Cpu0Ist len=2613
0:980  0:000   Found table: SSDT  CpuPm len=2454
0:980  0:000   Found table: UEFI  TP-8C    len=62
0:980  0:000   Found table: UEFI  COMBUF len=66
0:980  0:000   Found table: UEFI  TP-8C    len=658
0:980  0:000  Calibrated TSC frequency =2491902559 =2491MHz
0:981  0:000  Loading main settings
0:981  0:000  USB FixOwnership: true
0:981  0:000  Dropping 4 tables
0:981  0:000  Drop table 0 signature="SSDT" (54445353) table-id="CpuPm" (0000006D50757043)
0:981  0:000  set table: 54445353,       6D50757043 to drop:  true
0:981  0:000
0:981  0:000  Drop table 1 signature="MCFG" (4746434D)
0:981  0:000  set table: 4746434D,                0 to drop:  true
0:981  0:000
0:981  0:000  Drop table 2 signature="DMAR" (52414D44)
0:981  0:000  set table: 52414D44,                0 to drop:
0:981  0:000  Drop table 3 signature="SSDT" (54445353) table-id="Cpu0Ist" (0074734930757043)
0:981  0:000  set table: 54445353,   74734930757043 to drop:  true
0:981  0:000
0:981  0:000  Config set Fixes will override FixMask mask!
0:981  0:000     final mask=9F52F1C3
0:981  0:000  Config set ResetAddr=0xCF9
0:981  0:000  Config calc ResetVal=0x6
0:981  0:000  Config set ResetVal=0x6
0:981  0:000  found 10 volumes with blockIO
0:981  0:000   0. Volume:
0:981  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)
0:981  0:000   1. Volume:
0:981  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,7649213C-7A3E-476F-BF45-5CDCE96E34BE,0x28,0x64000)
0:981  0:000    Result of bootcode detection: bootable unknown (legacy)
0:981  0:000    This is SelfVolume !!
0:981  0:000   2. Volume:
0:981  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(2,GPT,9FB62F5F-E4CF-4EF3-A795-AA9F1A3B7B17,0x64028,0x18A5B7D8)
0:982  0:000   3. Volume:
0:982  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(3,GPT,CBC3C05F-EA4F-450B-9C68-CDD45ECE03BD,0x18AFF800,0x40000)
0:982  0:000   4. Volume:
0:982  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(4,GPT,E5DF8455-2795-4DAA-8F01-A9765E27B645,0x18B3F800,0xE48C800)
0:982  0:000    Result of bootcode detection: bootable unknown (legacy)
0:982  0:000   5. Volume:
0:982  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,70C589DD-89F9-4AC3-B02B-D44D172A618A,0x26FCC000,0x4E20000)
0:983  0:000   6. Volume:
0:983  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(6,GPT,2F28FC9D-526C-4F6B-B706-7D9AD7491D8F,0x2BDEC000,0x1770000)
0:983  0:000   7. Volume:
0:983  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(7,GPT,59B2EC5D-E5D8-4174-88B9-AA8BF731BBE0,0x2D55C000,0x2000000)
0:983  0:000   8. Volume:
0:983  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(8,GPT,913CFC07-AD88-4F81-A1E7-65AA865E045E,0x2F55C000,0xC34F800)
0:983  0:000    Result of bootcode detection: bootable Windows (vista,win)
0:983  0:000   9. Volume:
0:983  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(9,GPT,B1B1418D-9AC1-4F9B-880F-036B07AB6B75,0x3B8AB800,0x135800)
0:984  0:000    hiding this volume
0:984  0:000  Using theme 'ThinkPad' (EFI\CLOVER\themes\ThinkPad)
0:984  0:000  OS main and drive as badge
0:988  0:004  font font.png loaded from themedir
0:989  0:000  Choosing theme ThinkPad
0:989  0:000  Custom entries start
0:989  0:000  Custom entry 0 FullTitle:"Windows 8.1" Path:"\EFI\WINDOWS\Boot\bootmgr.efi" Options:"-s -h" Type:7 Flags:0x0 matching Volume:"Win8.1"
0:989  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,7649213C-7A3E-476F-BF45-5CDCE96E34BE,0x28,0x64000)) ... skipped
0:989  0:000      Checking volume "MacOS" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(2,GPT,9FB62F5F-E4CF-4EF3-A795-AA9F1A3B7B17,0x64028,0x18A5B7D8)) ... skipped
0:989  0:000      Checking volume "home" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,70C589DD-89F9-4AC3-B02B-D44D172A618A,0x26FCC000,0x4E20000)) ... skipped
0:989  0:000      Checking volume "LMDE" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(6,GPT,2F28FC9D-526C-4F6B-B706-7D9AD7491D8F,0x2BDEC000,0x1770000)) ... skipped
0:989  0:000      Checking volume "Win8.1" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(8,GPT,913CFC07-AD88-4F81-A1E7-65AA865E045E,0x2F55C000,0xC34F800)) ... skipped because path does not exist
0:989  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(9,GPT,B1B1418D-9AC1-4F9B-880F-036B07AB6B75,0x3B8AB800,0x135800)) ... skipped because volume is hidden
0:989  0:000  Custom entry 1 FullTitle:"Linux" Path:"\EFI\LINUX\grubx64.efi" Type:4 Flags:0x0 matching Volume:"LMDE"
0:989  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,7649213C-7A3E-476F-BF45-5CDCE96E34BE,0x28,0x64000)) ... skipped
0:989  0:000      Checking volume "MacOS" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(2,GPT,9FB62F5F-E4CF-4EF3-A795-AA9F1A3B7B17,0x64028,0x18A5B7D8)) ... skipped
0:989  0:000      Checking volume "home" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,70C589DD-89F9-4AC3-B02B-D44D172A618A,0x26FCC000,0x4E20000)) ... skipped
0:989  0:000      Checking volume "LMDE" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(6,GPT,2F28FC9D-526C-4F6B-B706-7D9AD7491D8F,0x2BDEC000,0x1770000)) ... skipped because path does not exist
0:995  0:005      Checking volume "Win8.1" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(8,GPT,913CFC07-AD88-4F81-A1E7-65AA865E045E,0x2F55C000,0xC34F800)) ... skipped
0:995  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(9,GPT,B1B1418D-9AC1-4F9B-880F-036B07AB6B75,0x3B8AB800,0x135800)) ... skipped because volume is hidden
0:995  0:000  Custom entries finish
0:995  0:000  Scanning loaders...
0:995  0:000   0: 'Whole Disc Boot' no file system
0:995  0:000   1: 'EFI'
1:005  0:010   2: 'MacOS'
1:008  0:002      AddLoaderEntry for Volume Name=MacOS
1:010  0:001      Check if volume Is Hibernated:
1:010  0:000      Check sleep image 'by signature':
1:011  0:001      read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success
1:011  0:000      SleepImage name from pref: ImageVolume = 'MacOS', ImageName = '\private\var\vm\sleepimage'
1:013  0:001      sleepimage not found -> Not Found
1:013  0:000       hibernated: no - sign
1:020  0:006   3: 'Legacy HD3' no file system
1:020  0:000   4: 'Legacy HD4' no file system
1:020  0:000   5: 'home'
1:086  0:066   6: 'LMDE'
1:264  0:177  Reallocating buffer from 256 to 600
1:268  0:003  Reallocating buffer from 256 to 600
1:272  0:003  Reallocating buffer from 256 to 600
1:277  0:005  Reallocating buffer from 256 to 600
1:283  0:005  Reallocating buffer from 256 to 600
1:308  0:024      AddLoaderEntry for Volume Name=LMDE
1:448  0:140  Reallocating buffer from 256 to 600
1:454  0:006  Reallocating buffer from 256 to 600
1:458  0:003   7: 'Legacy HD7' no file system
1:458  0:000   8: 'Win8.1'
1:462  0:004   9: 'Recovery HD' hidden
1:462  0:000  Custom legacy start
1:462  0:000  Custom legacy end
1:462  0:000  Custom tool start
1:462  0:000  Custom tool end
1:463  0:000  found tool \EFI\CLOVER\tools\Shell64.efi
1:463  0:000  Checking EFI partition Volume 1 for Clover
1:463  0:000   Found Clover
1:465  0:001  GetEfiBootDeviceFromNvram: efi-boot-device-data not found
1:465  0:000  EfiBootVolume not found
1:465  0:000   found entry 0. 'Boot Mac OS X from MacOS', Volume 'MacOS', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(2,GPT,9FB62F5F-E4CF-4EF3-A795-AA9F1A3B7B17,0x64028,0x18A5B7D8)\System\Library\CoreServices\boot.efi'
1:465  0:000  DefaultIndex=0 and MainMenu.EntryCount=8
1:584  0:118  Found Mouse device:
1:584  0:000  GUI ready
3:022  1:437  BootOption of the entry is empty
3:022  0:000  StartLoader() start
3:022  0:000  Finally: Bus=99676kHz CPU=2491MHz
3:022  0:000  Kernel and Kext Patches:
3:022  0:000  	Allowed: y
3:022  0:000  	Debug: n
3:022  0:000  	KernelCpu: n
3:022  0:000  	Lapic: n
3:022  0:000  	AICPUPM: y
3:022  0:000  	AppleRTC: y
3:022  0:000  	KernelPm: n
3:022  0:000  	FakeCPUID: 0x0
3:022  0:000  	ATIController: <null string>
3:022  0:000  	ATIDataLength: 0
3:022  0:000  	0 Kexts to load
3:022  0:000  	2 Kexts to patch
3:022  0:000  	  KextPatch[0]: 9 bytes, IOAHCIBlockStorage
3:022  0:000  	  KextPatch[1]: 4 bytes, AppleHDA
3:022  0:000  Loading boot.efi  status=Success
3:077  0:055  GetOSVersion: : 10.10.1
3:077  0:000  insert table 9 for dev 19:0
3:077  0:000  insert table 9 for dev 0:0
3:078  0:000  Trusting SMBIOS...
3:078  0:000  Channels: 1
3:078  0:000  Interleave: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
3:078  0:000   partNum=CMSX8GX3M1A1600C10
3:078  0:000  SMBIOS Type 17 Index = 0 => 0 0:
3:078  0:000  BANK0 DIMM0 1600MHz 8192MB
3:078  0:000  mTotalSystemMemory = 8192
3:078  0:000   partNum=CMSX8GX3M1A1600C10
3:078  0:000  SMBIOS Type 17 Index = 1 => 1 1:
3:078  0:000  BANK0 DIMM1 1600MHz 8192MB
3:078  0:000  mTotalSystemMemory = 16384
3:078  0:000  NumberOfMemoryDevices = 2
3:078  0:000  Table 131 is present, CPUType=35
3:078  0:000  Change to: 603
3:078  0:000  Table 132 is present, QPI=D801
3:078  0:000  Change to: 0
3:078  0:000  RSDT 0xDAFFE0AC
3:078  0:000  FADT from RSDT: 0xDAFE9000
3:078  0:000  XSDT 0xDAFFE120
3:078  0:000  FADT from XSDT: 0xDAFE8000
3:078  0:000  Xsdt reallocation done
3:078  0:000  old FADT length=F4
3:078  0:000  Found OperationRegion(MNVS, SystemMemory, DAF9D018, ...)
3:078  0:000  Found OperationRegion(GNVS, SystemMemory, DAF3FE18, ...)
3:078  0:000  Found OperationRegion(IGDM, SystemMemory, 0, ...)
3:078  0:000  Found OperationRegion(TMMB, SystemMemory, FED40000, ...)
3:078  0:000  Found OperationRegion(ATRP, SystemMemory, 0, ...)
3:079  0:000  DSDT found in Clover volume OEM folder: EFI\CLOVER\ACPI\patched\DSDT.aml
3:079  0:000  Apply DsdtFixMask=0x9F52F1C3 new way
3:079  0:000     drop _DSM mask=0x0000
3:079  0:000  ========= Auto patch DSDT Starting ========
3:079  0:000  VideoCard devID=0x1268086
3:079  0:000  DisplayADR1[0] = 0x20000, DisplayADR2[0] = 0xFFFE
3:079  0:000  USBADR[0] = 0x1A0000 and PCIe = 0xFFFE
3:079  0:000  USBADR[1] = 0x1D0000 and PCIe = 0xFFFE
3:080  0:000  Found Airport BCM at 0x1C0001, 0x0
3:080  0:000  USBADR[2] = 0x1C0004 and PCIe = 0x0
3:080  0:000  Audio HDA (addr:0x1B0000) setting specified layout-id=12 (0xC)
3:080  0:000  first CPU found at B8 offset BB
3:080  0:000  score candidate at B4
3:080  0:000  score inserted in acpi_cpu_score _PR_
3:080  0:000  Found ACPI CPU: CPU0 And CPU1 And CPU2 And CPU3 And CPU4 And CPU5 And CPU6 And CPU7
  within the score: _PR_
3:080  0:000  Start RTC Fix
3:080  0:000  Start PIC Fix
3:081  0:000  PIC size=30 at 3C19
3:081  0:000  Start Display0 Fix
3:081  0:000   builtin display
3:081  0:000  _DSM already exists, patch display will not be applied
3:081  0:000  now inserting Video device
3:081  0:000  ... into existing bridge
3:081  0:000  patch Display #0 of Vendor=0x8086 in DSDT new way
3:081  0:000  Start NetWork Fix
3:081  0:000  _DSM already exists, patch LAN will not be applied
3:082  0:000  Start Airport Fix
3:082  0:000  AirportADR=6D98 add patch size=F0
3:082  0:000  adr 6D98 size of arpt=CE
3:082  0:000  Start SBUS Fix PCI=1AC4 len=ABCF
3:082  0:000  device (SBUS) found at 7283
3:082  0:000  name BUS0 present at 20
3:082  0:000  BUS0 already exists, patch SBUS will not be applied
3:082  0:000  patch HDEF in DSDT
3:083  0:000  Start HDA Fix
3:083  0:000  found HDA device NAME(_ADR,0x001B0000) And Name is HDEF
3:083  0:000  NewName HDEF already present, renaming impossibble
3:083  0:000  _DSM already exists, patch HDA will not be applied
3:083  0:000  Start USB Fix
3:083  0:000  USB bridge[1A0000] at 762D, size = 2E6
3:083  0:000  _DSM already exists, patch USB will not be applied
3:084  0:000  USB bridge[1D0000] at 72D4, size = 357
3:084  0:000  _DSM already exists, patch USB will not be applied
3:084  0:000  USB bridge[1C0004] at 707D, size = 1C8
3:084  0:000  _DSM already exists, patch USB will not be applied
3:084  0:000   deleting device CRT_
3:085  0:000   deleting device DVI_
3:085  0:000   deleting device SPKR
3:085  0:000   deleting device ECP_
3:085  0:000   deleting device LPT_
3:085  0:000   deleting device FDC0
3:086  0:000   deleting device ECP1
3:086  0:000   deleting device LPT1
3:086  0:000  NewName OCST already present, renaming impossibble
3:087  0:000  Start PNLF Fix
3:087  0:000  Start _S3D Fix
3:087  0:000  OperationRegion (MNVS...) corrected to addr=0xDAF9D018
3:087  0:000  OperationRegion (GNVS...) corrected to addr=0xDAF3FE18
3:087  0:000    indirect name=ASLB
3:087  0:000  ... value not defined
3:087  0:000  OperationRegion (IGDM...) corrected to addr=0x0
3:087  0:000  OperationRegion (TMMB...) corrected to addr=0xFED40000
3:087  0:000  OperationRegion (ATRP...) corrected to addr=0x0
3:087  0:000  ========= Auto patch DSDT Finished ========
3:087  0:000  Drop tables from Xsdt, SIGN=SSDT TableID=CpuPm Length=2454
3:087  0:000   Xsdt has tables count=16
3:087  0:000   Table: SSDT  CpuPm  2454 dropped
3:087  0:000  corrected XSDT length=156
3:087  0:000  Drop tables from Xsdt, SIGN=SSDT TableID=Cpu0Ist Length=2613
3:087  0:000   Xsdt has tables count=15
3:087  0:000   Table: SSDT  Cpu0Ist  2613 dropped
3:087  0:000  corrected XSDT length=148
3:087  0:000  Drop tables from Xsdt, SIGN=MCFG TableID=TP-8C    Length=60
3:087  0:000   Xsdt has tables count=14
3:087  0:000   Table: MCFG  TP-8C     60 dropped
3:087  0:000  corrected XSDT length=140
3:087  0:000  Patch table: SSDT  TP-SSDT2
3:087  0:000   SSDT len = 0x249
3:087  0:000  Patch table: SSDT  TP-SSDT1
3:087  0:000   SSDT len = 0x33
3:087  0:000  Patch table: SSDT  SataAhci
3:087  0:000   SSDT len = 0x797
3:087  0:000  Drop tables from Xsdt, SIGN=XXXX TableID= Length=0
3:087  0:000   Xsdt has tables count=13
3:087  0:000  corrected XSDT length=140
3:087  0:000   CPUBase=0 and ApicCPUBase=1 ApicCPUNum=8
3:087  0:000  Maximum control=0x19
3:087  0:000  Turbo control=0x20
3:087  0:000  P-States: min 0x8, max 0x20
3:087  0:000  SSDT with CPU P-States generated successfully
3:087  0:000  SSDT with CPU C-States generated successfully
3:087  0:000  EdidDiscovered size=0
3:087  0:000  Intel Intel HD Graphics 3000 [8086:0126] :: PciRoot(0x0)\Pci(0x2,0x0)
3:087  0:000  Intel GFX revision  =0x9
3:088  0:000  HDA Controller [8086:1C20] :: PciRoot(0x0)\Pci(0x1B,0x0) => setting specified layout-id=12 (0xC)
3:088  0:000  stringlength = 1506
3:088  0:000  CurrentMode: Width=960 Height=600
3:088  0:000  FSInjection: skipping kext injection (not requested)
3:100  0:012  MSR 0x1B0   set to        00000000
3:101  0:000  Removed efi-boot-device-data variable: Not Found
3:101  0:000  Custom boot is disabled
3:101  0:000  Closing log

and my current config.plist

<?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>AddDTGP_0001</key>
				<true/>
				<key>AddHDMI_8000000</key>
				<true/>
				<key>AddPNLF_1000000</key>
				<true/>
				<key>DeleteUnused_400000</key>
				<true/>
				<key>FIX_ACST_4000000</key>
				<true/>
				<key>FIX_INTELGFX_100000</key>
				<true/>
				<key>FIX_RTC_20000</key>
				<true/>
				<key>FIX_S3D_2000000</key>
				<true/>
				<key>FixAirport_4000</key>
				<true/>
				<key>FixDarwin_0002</key>
				<true/>
				<key>FixDisplay_0100</key>
				<true/>
				<key>FixHDA_8000</key>
				<true/>
				<key>FixIPIC_0040</key>
				<true/>
				<key>FixLAN_2000</key>
				<true/>
				<key>FixRegions_10000000</key>
				<true/>
				<key>FixSBUS_0080</key>
				<true/>
				<key>FixUSB_1000</key>
				<true/>
				<key>NewWay_80000000</key>
				<true/>
			</dict>
			<key>Name</key>
			<string>DSDT.aml</string>
			<key>ReuseFFFF</key>
			<false/>
		</dict>
		<key>DropTables</key>
		<array>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>CpuPm</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>MCFG</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>DMAR</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>Cpu0Ist</string>
			</dict>
		</array>
		<key>ResetAddress</key>
		<string>0x0CF9</string>
		<key>ResetValue</key>
		<string>0x06</string>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<false/>
			<key>Generate</key>
			<dict>
				<key>CStates</key>
				<true/>
				<key>PStates</key>
				<true/>
			</dict>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string>slide=0 kext-dev-mode=1</string>
		<key>CustomLogo</key>
		<false/>
		<key>Debug</key>
		<false/>
		<key>DefaultVolume</key>
		<string>MacOS</string>
		<key>IgnoreNVRAMBoot</key>
		<true/>
		<key>Secure</key>
		<false/>
		<key>Timeout</key>
		<integer>2</integer>
		<key>MountEFI</key>
		<string>yes</string>
		<key>XMPDetection</key>
		<false/>
	</dict>
	<key>Devices</key>
	<dict>
		<key>Audio</key>
		<dict>
			<key>Inject</key>
			<string>12</string>
		</dict>
		<key>USB</key>
		<dict>
			<key>AddClockID</key>
			<true/>
			<key>FixOwnership</key>
			<true/>
			<key>HighCurrent</key>
			<true/>
			<key>Inject</key>
			<false/>
		</dict>
		<key>UseIntelHDMI</key>
		<true/>
	</dict>
	<key>GUI</key>
	<dict>
		<key>Custom</key>
		<dict>
			<key>Entries</key>
			<array>
				<dict>
					<key>Disabled</key>
					<false/>
					<key>FullTitle</key>
					<string>Windows 8.1</string>
					<key>Hidden</key>
					<false/>
					<key>Ignore</key>
					<false/>
					<key>Path</key>
					<string>\EFI\WINDOWS\Boot\bootmgr.efi</string>
					<key>Type</key>
					<string>Windows</string>
					<key>Volume</key>
					<string>913CFC07-AD88-4F81-A1E7-65AA865E045E</string>
					<key>VolumeType</key>
					<string>Internal</string>
				</dict>
				<dict>
					<key>Disabled</key>
					<false/>
					<key>FullTitle</key>
					<string>Linux</string>
					<key>Hidden</key>
					<false/>
					<key>Ignore</key>
					<false/>
					<key>Path</key>
					<string>\EFI\LINUX\grubx64.efi</string>
					<key>Type</key>
					<string>Linux</string>
					<key>Volume</key>
					<string>2F28FC9D-526C-4F6B-B706-7D9AD7491D8F</string>
					<key>VolumeType</key>
					<string>Internal</string>
				</dict>
			</array>
		</dict>
		<key>Hide</key>
		<array>
			<string>recovery</string>
		</array>
		<key>Mouse</key>
		<dict>
			<key>DoubleClick</key>
			<integer>500</integer>
			<key>Enabled</key>
			<true/>
			<key>Mirror</key>
			<false/>
			<key>Speed</key>
			<integer>8</integer>
		</dict>
		<key>Scan</key>
		<dict>
			<key>Entries</key>
			<true/>
			<key>Legacy</key>
			<false/>
			<key>Tool</key>
			<true/>
		</dict>
		<key>ScreenResolution</key>
		<string>960x600</string>
		<key>Theme</key>
		<string>ThinkPad</string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>CustomEDID</key>
		<data>
		AP///////wAw5OICAAAAAAEUAQOAHxF46jOFmVZVkScXUFQAAAABAQEBAQEB
		AQEBAQEBAQEBgCVAgGCEGjAwIDUANq4QAAAYQB9AgGCEGjAwIDUANq4QAAAY
		AAAA/gBMZW5vdm8KICAgICAgAAAA/gAxNjAweDkwMAogICAgAMc=
		</data>
		<key>DualLink</key>
		<integer>1</integer>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<true/>
			<key>NVidia</key>
			<false/>
		</dict>
		<key>InjectEDID</key>
		<true/>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<true/>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>TRIM for SSD</string>
				<key>Find</key>
				<data>
				QVBQTEUgU1NE
				</data>
				<key>Name</key>
				<string>IOAHCIBlockStorage</string>
				<key>Replace</key>
				<data>
				AAAAAAAAAAAA
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>change AD198B for Conexant 20672</string>
				<key>Find</key>
				<data>
				ixnUEQ==
				</data>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<data>
				blDxFA==
				</data>
			</dict>
		</array>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>MLB</key>
		<string>C0335550asdladöljs3</string>
	</dict>
</dict>
</plist>

Both custom entry's don't show up in the menu... 

Link to comment
Share on other sites

 Share

×
×
  • Create New...