Contribute
Register

MSI N760 GTX not working with Clover and Yosemite

Status
Not open for further replies.
Joined
Dec 21, 2013
Messages
151
Motherboard
Gigabyte Z490 Auros Ultra
CPU
i9-10850K
Graphics
RX 6900 XT
Mac
  1. iMac
  2. MacBook Air
  3. MacBook Pro
Mobile Phone
  1. iOS
[Solved] MSI N760 GTX not working with Clover and Yosemite

Just upgraded from Mavericks under Chameleon to Yosemite using Clover R2953.

My internal HD4600 graphics works fine however when try my MSI NVIDIA GeForce N760 ITX 2048 MB graphics card I get a black screen after the verbose boot. The MSI Graphics Card worked fine using Chameleon under Mavericks before the move to Clover.

I have had to set the VRAM size manually in the Clover config, otherwise it is reported as 1MB for some reason. :crazy:

Code:
6:037  0:001  nVidia MSi GeForce GTX 760  1MB NV1FF [10DE:1187] :: 
6:040  0:003  PciRoot(0x0)\Pci(0x1,0x1)\Pci(0x0,0x0)
6:045  0:004  devprop_add_nvidia_template
6:047  0:001  default_NVCAP: 04000000-00000300-0C000000-00000007-00000000

Code:
5:919  0:001  nVidia MSi GeForce GTX 760  2048MB NV1FF [10DE:1187] :: 
5:922  0:003  PciRoot(0x0)\Pci(0x1,0x1)\Pci(0x0,0x0)
5:925  0:003  devprop_add_nvidia_template
5:927  0:001  default_NVCAP: 04000000-00000300-0C000000-00000007-00000000

I suspect this has something to do with me using the miniDisplay port on the card and a specific NVCAP?

Here is my Mavericks org.chameleon.Boot.plist:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>EthernetBuiltIn</key>
	<string>Yes</string>
	<key>GraphicsEnabler</key>
	<string>No</string>
	<key>IGPEnabler</key>
	<string>Yes</string>
	<key>Kernel Flags</key>
        <string> -v</string>
	<key>Legacy Logo</key>
	<string>Yes</string>
	<key>Timeout</key>
	<string>2</string>
        <key>HDEFLayoutID</key>
        <string>01000000</string>
        <key>GenerateCStates</key>
        <string>Yes</string>
        <key>GeneratePStates</key>
        <string>Yes</string>
        <key>UseKernelCache</key>
        <string>Yes</string>
        <key>Graphics Mode</key>
        <string>"1920x1200x32"</string>
        <key>HDAEnabler</key>
        <string>Yes</string>
</dict>
</plist>

Here is my current Clover config.plist:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Debug</key>
			<false/>
			<key>DropOEM_DSM</key>
			<false/>
			<key>Name</key>
			<string>DSDT.aml</string>
			<key>ReuseFFFF</key>
			<false/>
		</dict>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<false/>
			<key>Generate</key>
			<dict>
				<key>CStates</key>
				<false/>
				<key>PStates</key>
				<false/>
			</dict>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string>-v dart=0 kext-dev-mode=1</string>
		<key>DefaultVolume</key>
		<string>Hackintosh</string>
		<key>Legacy</key>
		<string>PBR</string>
		<key>Log</key>
		<true/>
		<key>Secure</key>
		<false/>
		<key>Timeout</key>
		<integer>10</integer>
		<key>XMPDetection</key>
		<false/>
	</dict>
	<key>Devices</key>
	<dict>
		<key>Audio</key>
		<dict>
			<key>Inject</key>
			<string>1</string>
		</dict>
		<key>FakeID</key>
		<dict>
			<key>ATI</key>
			<string>0x0</string>
			<key>IMEI</key>
			<string>0x0</string>
			<key>IntelGFX</key>
			<string>0x0</string>
			<key>LAN</key>
			<string>0x0</string>
			<key>NVidia</key>
			<string>0x0</string>
			<key>SATA</key>
			<string>0x0</string>
			<key>WIFI</key>
			<string>0x0</string>
			<key>XHCI</key>
			<string>0x0</string>
		</dict>
		<key>USB</key>
		<dict>
			<key>FixOwnership</key>
			<false/>
			<key>Inject</key>
			<false/>
		</dict>
	</dict>
	<key>DisableDrivers</key>
	<array>
		<string>Nothing</string>
	</array>
	<key>GUI</key>
	<dict>
		<key>Hide</key>
		<array>
			<string>Windows</string>
			<string>\EFI\BOOT\BOOTX64.EFI</string>
		</array>
		<key>Language</key>
		<string>en:0</string>
		<key>Mouse</key>
		<dict>
			<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>
			<string>First</string>
			<key>Tool</key>
			<true/>
		</dict>
		<key>Theme</key>
		<string></string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<true/>
			<key>NVidia</key>
			<true/>
		</dict>
		<key>VRAM</key>
		<integer>2048</integer>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<true/>
		<key>KernelPm</key>
		<true/>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>External icons patch</string>
				<key>Find</key>
				<data>
				RXh0ZXJuYWw=
				</data>
				<key>Name</key>
				<string>AppleAHCIPort</string>
				<key>Replace</key>
				<data>
				SW50ZXJuYWw=
				</data>
			</dict>
		</array>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>MLB</key>
		<string>XXXXXXXXXXXX</string>
		<key>ROM</key>
		<string>YYYYYYYYYYYYY</string>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>BiosReleaseDate</key>
		<string>03/09/13</string>
		<key>BiosVendor</key>
		<string>Apple Inc.</string>
		<key>BiosVersion</key>
		<string>IM142.88Z.0118.B00.1309031249</string>
		<key>Board-ID</key>
		<string>Mac-27ADBB7B4CEE8E61</string>
		<key>BoardSerialNumber</key>
		<string>XXXXXXXXXXX</string>
		<key>Family</key>
		<string>iMac</string>
		<key>Manufacturer</key>
		<string>Apple Inc.</string>
		<key>ProductName</key>
		<string>iMac14,2</string>
		<key>SerialNumber</key>
		<string>XXXXXXXXXXX</string>
		<key>SmUUID</key>
		<string>68268D33-DBA5-50A1-8877-A0DFBCA383D6</string>
		<key>Trust</key>
		<false/>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Detect</string>
		<key>InjectSystemID</key>
		<true/>
	</dict>
</dict>
</plist>

Here is my boot log:

Code:
0:100  0:100  MemLog inited, TSC freq: 3392146938
0:100  0:000  
0:100  0:000  Now is 21.10.2014,  23:7:51 (GMT+2047)
0:100  0:000  Starting Clover rev 2953 on American Megatrends EFI
0:100  0:000  SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,24369856-C094-4877-B7D4-C221EF0C3E84,0x28,0x64000) @B6CA5518
0:100  0:000  SelfDirPath = \EFI\BOOT
0:100  0:000  Total Memory Slots Count = 4
0:100  0:000  Type 17 Index = 0
0:100  0:000  Ignoring insane frequency value 0MHz
0:100  0:000  SmbiosTable.Type17->Speed = 0
0:100  0:000  SmbiosTable.Type17->Size = 0
0:100  0:000  Type 17 Index = 1
0:100  0:000  SmbiosTable.Type17->Speed = 1333
0:100  0:000  SmbiosTable.Type17->Size = 8192
0:100  0:000  Type 17 Index = 2
0:100  0:000  Ignoring insane frequency value 0MHz
0:100  0:000  SmbiosTable.Type17->Speed = 0
0:100  0:000  SmbiosTable.Type17->Size = 0
0:100  0:000  Type 17 Index = 3
0:100  0:000  SmbiosTable.Type17->Speed = 1333
0:100  0:000  SmbiosTable.Type17->Size = 8192
0:100  0:000  Boot status=0
0:100  0:000  Clover revision: 2953  running on Z87MX-D3H
0:100  0:000  ... with board Z87MX-D3H-CF
0:100  0:000  Clover load options size = 4 bytes
0:100  0:000  Found Plist String = , parse XML in LoadOptions
0:100  0:000  Xml in load options is bad
0:103  0:003  Using OEM config.plist at path: EFI\CLOVER\config.plist
0:103  0:000  EFI\CLOVER\config.plist loaded: Success
0:105  0:001  Loading early settings
0:105  0:000  timeout set to 10
0:105  0:000  Custom boot CUSTOM_BOOT_DISABLED (0x0)
0:122  0:016  KextsToPatch: 1 requested
0:123  0:001  KextToPatch 0: AppleAHCIPort (External icons patch) Kext bin patch, data len: 8
0:130  0:006  Default theme: 
0:131  0:001  Hiding entries with string Windows
0:133  0:001  Hiding entries with string \EFI\BOOT\BOOTX64.EFI
0:135  0:001  LoadDrivers() start
0:137  0:002  Loading FSInject-64.efi
0:140  0:002  Loading OsxAptioFixDrv-64.efi
0:143  0:002  Loading OsxFatBinaryDrv-64.efi
0:147  0:004  Loading VBoxHfs-64.efi
0:150  0:002   - driver needs connecting
0:152  0:001  1 drivers needs connecting ...
0:154  0:001  PlatformDriverOverrideProtocol->GetDriver overriden
0:155  0:001  Searching for invalid DiskIo BY_DRIVER connects: not found, all ok
0:293  0:137  LoadDrivers() end
0:294  0:001  SetMaxResolution: found best mode 4: 1920x1200
0:788  0:493  Video mode change to mode #4: Success
0:789  0:001   - set
0:791  0:001  Console modes reported: 5, available modes:
0:794  0:003    Mode 1: 80x25 (current mode)
0:796  0:001    Mode 2: 80x50
0:797  0:001    Mode 3: 100x31
0:799  0:001    Mode 4: 128x30
0:801  0:001    Mode 5: 100x60
0:802  0:001  reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,24369856-C094-4877-B7D4-C221EF0C3E84,0x28,0x64000)
0:804  0:001  new SelfHandle=B6CA5518
0:805  0:001  CPU Vendor = 756E6547 Model=306C3
0:807  0:001  The CPU supported turbo
0:809  0:001  BrandString = Intel(R) Core(TM) i5-4670K CPU @ 3.40GHz
0:812  0:003  MSR 0xE2 before patch 1E000402
0:813  0:001  MSR 0xE4              00001814
0:815  0:001  MSR 0xCE              00080838_F3012200
0:817  0:001  non-usable FLEX_RATIO = F0000
0:818  0:001  corrected FLEX_RATIO = E0000
0:820  0:001  FSBFrequency=105MHz DMIvalue=100000kHz
0:821  0:001  Corrected FSBFrequency=100MHz
0:823  0:001  Vendor/Model/Stepping: 0x756E6547/0x3C/0x3
0:825  0:001  Family/ExtFamily: 0x6/0x0
0:826  0:001  MaxDiv/MinDiv: 34.0/8
0:828  0:001  Turbo: 36/37/38/38
0:831  0:003  Features: 0xBFEBFBFF
0:833  0:001  Threads: 4
0:834  0:001  Cores: 4
0:836  0:001  FSB: 100 MHz
0:837  0:001  CPU: 3600 MHz
0:839  0:001  TSC: 3600 MHz
0:841  0:001  PIS: 400 MHz
0:842  0:001  PCI (00|00:00.00) : 8086 0C00 class=060000
0:844  0:001  PCI (00|00:01.00) : 8086 0C01 class=060400
0:845  0:001  PCI (00|00:01.01) : 8086 0C05 class=060400
0:847  0:001  PCI (00|02:00.00) : 10DE 1187 class=030000
0:849  0:001  Found NVidia model=MSi GeForce GTX 760
0:852  0:003  PCI (00|02:00.01) : 10DE 0E0A class=040300
0:853  0:001  PCI (00|00:02.00) : 8086 0412 class=030000
0:855  0:001  Found GFX model=Intel HD Graphics 4600
0:857  0:001  PCI (00|00:03.00) : 8086 0C0C class=040300
0:858  0:001  PCI (00|00:14.00) : 8086 8C31 class=0C0330
0:860  0:001  PCI (00|00:16.00) : 8086 8C3A class=078000
0:862  0:001  PCI (00|00:16.01) : FFFF FFFF class=FFFFFF
0:863  0:001  PCI (00|00:19.00) : 8086 153B class=020000
0:865  0:001  PCI (00|00:1A.00) : 8086 8C2D class=0C0320
0:868  0:003  PCI (00|00:1B.00) : 8086 8C20 class=040300
0:870  0:001  PCI (00|00:1C.00) : 8086 8C10 class=060400
0:871  0:001  PCI (00|00:1C.03) : 8086 8C16 class=060400
0:873  0:001  PCI (00|04:00.00) : 168C 0030 class=028000
0:874  0:001  PCI (00|00:1D.00) : 8086 8C26 class=0C0320
0:876  0:001  PCI (00|00:1F.00) : 8086 8C44 class=060100
0:878  0:001  PCI (00|00:1F.02) : 8086 8C02 class=010601
0:879  0:001  PCI (00|00:1F.03) : 8086 8C22 class=0C0500
0:881  0:001  PCI (00|00:1F.06) : FFFF FFFF class=FFFFFF
0:884  0:003  ScanSPD() start
0:886  0:001  SMBus CmdReg: 0x1
0:888  0:001  Scanning SMBus [8086:8C22], mmio: 0xF7939004, ioport: 0xF040, hostc: 0x11
0:910  0:022  SPD[1]: Type 11 @0x51 
0:920  0:009  DDR speed 1333MHz 
0:921  0:001  Slot: 1 Type 24 8192MB 1333MHz Vendor=Corsair PartNo=CML16GX3M2A1600C10 SerialNo=0000000000000000 
0:943  0:022  SPD[3]: Type 11 @0x53 
0:953  0:009  DDR speed 1333MHz 
0:955  0:001  Slot: 3 Type 24 8192MB 1333MHz Vendor=Corsair PartNo=CML16GX3M2A1600C10 SerialNo=0000000000000000 
1:086  0:130  ScanSPD() end
1:087  0:001  Get Acpi Tables List from RSDT:
1:090  0:003   Found table: FACP  A M I len=132
1:092  0:001   Found table: APIC  A M I len=114
1:094  0:001   Found table: FPDT  A M I len=68
1:095  0:001   Found table: SSDT  Cpu0Ist len=1337
1:097  0:001   Found table: SSDT  CpuPm len=2776
1:099  0:001   Found table: MCFG  A M I len=60
1:100  0:001   Found table: HPET  A M I len=56
1:102  0:001   Found table: SSDT  SataTabl len=877
1:103  0:001   Found table: SSDT  SaSsdt  len=13537
1:106  0:003   Found table: BGRT  A M I len=56
1:108  0:001   Found table: MATS  A M I len=52
1:110  0:001  Calibrated TSC frequency =3392146938 =3392MHz
1:111  0:001  Loading main settings
1:113  0:001  Error in Second part of settings0: Not Found
1:115  0:001  Oem smbios.plist not found at path: EFI\CLOVER\smbios.plist
1:116  0:001  smbios.plist not found, not overriding config.plist
1:118  0:001  found 11 volumes with blockIO
1:119  0:001   0. Volume:
1:121  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)
1:124  0:003    Result of bootcode detection: bootable <null string> (<null string>)
1:126  0:001    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
1:128  0:001   1. Volume:
1:129  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)
1:131  0:002    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
1:133  0:001   2. Volume:
1:135  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)
1:138  0:003    Result of bootcode detection: bootable <null string> (<null string>)
1:140  0:001    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
1:142  0:001   3. Volume:
1:143  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)
1:147  0:003    Result of bootcode detection: bootable <null string> (<null string>)
1:148  0:001    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
1:150  0:001   4. Volume:
1:152  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,24369856-C094-4877-B7D4-C221EF0C3E84,0x28,0x64000)
1:156  0:003    Result of bootcode detection: bootable <null string> (<null string>)
1:157  0:001    Volume 'EFI', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 24369856-C094-4877-B7D4-C221EF0C3E84
1:159  0:001    This is SelfVolume !!
1:160  0:001   5. Volume:
1:162  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,14F6B7CB-F0B2-42B9-87A4-14E6AC47836A,0x64028,0x3A1EC0C0)
1:166  0:003    Result of bootcode detection: bootable <null string> (<null string>)
1:167  0:001    Volume 'Hackintosh', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 14F6B7CB-F0B2-42B9-87A4-14E6AC47836A
1:169  0:001   6. Volume:
1:171  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,99F2635E-8B28-49D5-BE29-BC9C3A850E93,0x3A2500E8,0x135F20)
1:173  0:002    Volume 'Recovery HD', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 99F2635E-8B28-49D5-BE29-BC9C3A850E93
1:174  0:001   7. Volume:
1:178  0:003    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,A7478869-31F9-4DF9-9BEA-212C63A87098,0x28,0x64000)
1:180  0:002    Result of bootcode detection: bootable <null string> (<null string>)
1:202  0:022    Volume 'EFI', LegacyOS '', LegacyIcon(s) '<null string>', GUID = A7478869-31F9-4DF9-9BEA-212C63A87098
1:204  0:001   8. Volume:
1:206  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,B8649584-D52F-4E98-B098-B17B1CF896CC,0x64028,0x74662D60)
1:209  0:003    Volume 'Time Machine', LegacyOS '', LegacyIcon(s) '<null string>', GUID = B8649584-D52F-4E98-B098-B17B1CF896CC
1:211  0:001   9. Volume:
1:213  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)\HD(1,MBR,0xE41FD1CC,0x800,0x74705800)
1:215  0:002    Result of bootcode detection: bootable Windows (vista,win)
1:216  0:001    Volume 'Legacy HD1', LegacyOS 'Windows', LegacyIcon(s) 'vista,win', GUID = <null guid>
1:218  0:001  10. Volume:
1:220  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(1,MBR,0xA8EE31F7,0x800,0xDF92FC1)
1:223  0:003    Result of bootcode detection: bootable Windows (vista,win)
1:225  0:001    Volume 'Legacy HD1', LegacyOS 'Windows', LegacyIcon(s) 'vista,win', GUID = <null guid>
1:227  0:001  Invalidating BuiltinIcons...
1:228  0:001  no themes available, using embedded
1:230  0:001  Font 0 prepared WxH=7x12 CharWidth=7
1:232  0:001  Choosing theme <null string>
1:233  0:001  Custom legacy start
1:235  0:001  Custom legacy end
1:237  0:001  Scanning legacy ...
1:240  0:003   0: 'Whole Disc Boot' (legacy) not legacy
1:243  0:003   1: 'Whole Disc Boot' (legacy) not legacy
1:246  0:003   2: 'Whole Disc Boot' (legacy) not legacy
1:249  0:003   3: 'Whole Disc Boot' (legacy) not legacy
1:253  0:003   4: 'EFI' (<null string>) not legacy
1:256  0:003   5: 'Hackintosh' (<null string>) not legacy
1:259  0:003   6: 'Recovery HD' (<null string>) not legacy
1:262  0:003   7: 'EFI' (<null string>) not legacy
1:265  0:003   8: 'Time Machine' (<null string>) not legacy
1:270  0:004   9: 'Legacy HD1' (vista,win) add legacy
1:276  0:005   added 'Boot Windows from Legacy HD1' OSType=2 Icon=vista,win
1:277  0:001  10: 'Legacy HD1' (vista,win) add legacy
1:281  0:003   added 'Boot Windows from Legacy HD1' OSType=2 Icon=vista,win
1:282  0:001  Custom entries start
1:284  0:001  Custom entries finish
1:285  0:001  Scanning loaders...
1:287  0:001   0: 'Whole Disc Boot' no file system
1:290  0:003   1: 'Whole Disc Boot' no file system
1:293  0:003   2: 'Whole Disc Boot' no file system
1:298  0:004   3: 'Whole Disc Boot' no file system
1:301  0:003   4: 'EFI'
1:305  0:003    hiding entry: \EFI\BOOT\BOOTX64.efi
1:307  0:001   5: 'Hackintosh'
1:321  0:014  Check if volume Is Hibernated:
1:323  0:001  Check sleep image 'by signature':
1:331  0:007  read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success
1:332  0:001  SleepImage name from pref: ImageVolume = 'Hackintosh', ImageName = '\private\var\vm\sleepimage'
1:340  0:007   sleepimage not found -> Not Found
1:341  0:001   hibernated: no - sign
1:348  0:006      Loader entry created for 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,14F6B7CB-F0B2-42B9-87A4-14E6AC47836A,0x64028,0x3A1EC0C0)\System\Library\CoreServices\boot.efi'
1:398  0:050   6: 'Recovery HD'
1:406  0:007      Loader entry created for 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,99F2635E-8B28-49D5-BE29-BC9C3A850E93,0x3A2500E8,0x135F20)\com.apple.recovery.boot\boot.efi'
1:410  0:003   7: 'EFI'
1:413  0:003   8: 'Time Machine'
1:452  0:038   9: 'Legacy HD1' no file system
1:455  0:003  10: 'Legacy HD1' no file system
1:458  0:003  Custom tool start
1:460  0:001  Custom tool end
1:463  0:002  found tool \EFI\CLOVER\tools\Shell64U.efi
1:464  0:001  Checking EFI partition Volume 4 for Clover
1:466  0:001   Found Clover
1:468  0:001  Checking EFI partition Volume 7 for Clover
1:470  0:002  GetEfiBootDeviceFromNvram: efi-boot-device-data not found
1:474  0:003  EfiBootVolume not found
1:477  0:003   found entry 2. 'Boot Mac OS X from Hackintosh', Volume 'Hackintosh', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,14F6B7CB-F0B2-42B9-87A4-14E6AC47836A,0x64028,0x3A1EC0C0)\System\Library\CoreServices\boot.efi'
1:479  0:001  DefaultIndex=2 and MainMenu.EntryCount=10
2:043  0:564  Found Mouse device:
2:046  0:002  GUI ready
5:016  2:970  Boot option Boot0000 not found
5:017  0:001  StartLoader() start
5:019  0:001  Finally: Bus=99769kHz CPU=3392MHz
5:022  0:003  Kernel and Kext Patches:
5:024  0:001  	Allowed: y
5:025  0:001  	Debug: n
5:027  0:001  	KernelCpu: n
5:029  0:001  	Lapic: n
5:030  0:001  	AICPUPM: y
5:032  0:001  	AppleRTC: y
5:033  0:001  	KernelPm: y
5:035  0:001  	FakeCPUID: 0x0
5:037  0:001  	ATIController: <null string>
5:038  0:001  	ATIDataLength: 0
5:040  0:001  	0 Kexts to load
5:041  0:001  	1 Kexts to patch
5:043  0:001  	  KextPatch[0]: 8 bytes, AppleAHCIPort
5:045  0:001  Loading boot.efi
5:444  0:399  insert table 9 for dev 0:0
5:447  0:003  insert table 9 for dev 19:0
5:449  0:001  insert table 9 for dev 0:0
5:451  0:002  Channels: 2
5:453  0:001  Interleave: 0 2 1 3 4 6 5 7 8 10 9 11 12 14 13 15 16 18 17 19 20 22 21 23
5:495  0:041  SMBIOS Type 17 Index = 0 => 0 0:
5:496  0:001  BANK0 DIMM0 EMPTY
5:498  0:001  SMBIOS Type 17 Index = 1 => 2 2:
5:499  0:001  BANK1 DIMM0 EMPTY
5:501  0:001  SMBIOS Type 17 Index = 2 => 1 1:
5:503  0:001  BANK0 DIMM1 1333MHz 8192MB
5:504  0:001  mTotalSystemMemory = 8192
5:507  0:003  SMBIOS Type 17 Index = 3 => 3 3:
5:509  0:001  BANK1 DIMM1 1333MHz 8192MB
5:511  0:001  mTotalSystemMemory = 16384
5:512  0:001  NumberOfMemoryDevices = 4
5:514  0:001  Type20[0]->End = 0x7FFFFF, Type17[2] = 0x2000
5:515  0:001  Type20[1]->End = 0xFFFFFF, Type17[3] = 0x6000
5:517  0:001  Table 131 is present, CPUType=31
5:519  0:001  Change to: 605
5:520  0:001  RSDT 0xC3E7D028
5:522  0:001  FADT from RSDT: 0xC3E7D108
5:524  0:001  XSDT 0xC3E7D080
5:525  0:001  FADT from XSDT: 0xC3E89EE0
5:528  0:003  Xsdt reallocation done
5:530  0:001  old FADT length=10C
5:531  0:001  Found OperationRegion(GNVS, SystemMemory, C3EAEC18, ...)
5:533  0:001  Found OperationRegion(MCHT, SystemMemory, FED10000, ...)
5:535  0:001  Found OperationRegion(RCRB, SystemMemory, FED1C000, ...)
5:536  0:001  Found OperationRegion(ISA0, SystemMemory, F80F8000, ...)
5:538  0:001  Found OperationRegion(XHCP, SystemMemory, 0, ...)
5:540  0:001  Found OperationRegion(MCA1, SystemMemory, F7FE0000, ...)
5:543  0:003  Found OperationRegion(MCA1, SystemMemory, F7FE0000, ...)
5:544  0:001  Found OperationRegion(CPSB, SystemMemory, C3DAFE18, ...)
5:546  0:001  Found OperationRegion(MBAR, SystemMemory, 0, ...)
5:548  0:001  Found OperationRegion(TMMB, SystemMemory, FED40000, ...)
5:549  0:001  Found OperationRegion(GCAD, SystemMemory, C3E99018, ...)
5:551  0:001  Found OperationRegion(GDAD, SystemMemory, C3E97018, ...)
5:552  0:001  Found OperationRegion(PRFA, SystemMemory, 0, ...)
5:555  0:002  DSDT len = 0xCD4E new len = 0xE6F7
5:560  0:004  Apply DsdtFixMask=0x00000000 old way
5:562  0:001     drop _DSM mask=0x0000
5:563  0:001  ========= Auto patch DSDT Starting ========
5:565  0:001  VideoCard devID=0x118710DE
5:567  0:001  DisplayADR1[0] = 0x10001, DisplayADR2[0] = 0x0
5:568  0:001  VideoCard devID=0x4128086
5:570  0:001  DisplayADR1[1] = 0x20000, DisplayADR2[1] = 0xFFFE
5:571  0:001  USBADR[0] = 0x140000 and PCIe = 0xFFFE
5:573  0:001  USBADR[1] = 0x1A0000 and PCIe = 0xFFFE
5:699  0:126  Audio HDA (addr:0x1B0000) setting specified layout-id=1 (0x1)
5:702  0:003  Found Airport Atheros at 0x1C0003, 0x0
5:704  0:001  USBADR[2] = 0x1D0000 and PCIe = 0xFFFE
5:706  0:001  first CPU found at 868E offset 8691
5:707  0:001  score candidate at 868A
5:709  0:001  score inserted in acpi_cpu_score _PR_
5:711  0:001  Found ACPI CPU: CPU0 And CPU1 And CPU2 And CPU3 And CPU4 And CPU5 And CPU6 And CPU7 
  within the score: _PR_
5:725  0:014  Found PCIROOTUID = 0
5:727  0:001  ========= Auto patch DSDT Finished ========
5:730  0:003  Patch table: SSDT  Cpu0Ist
5:732  0:001   SSDT len = 0x539
5:733  0:001  Patch table: SSDT  CpuPm
5:735  0:001   SSDT len = 0xAD8
5:736  0:001  Patch table: SSDT  SataTabl
5:738  0:001   SSDT len = 0x36D
5:740  0:001  Patch table: SSDT  SaSsdt 
5:741  0:001   SSDT len = 0x34E1
5:743  0:001  Drop tables from Xsdt, SIGN=XXXX TableID= Length=0
5:745  0:001   Xsdt has tables count=11 
5:746  0:001  corrected XSDT length=124
5:748  0:001   CPUBase=0 and ApicCPUBase=1 ApicCPUNum=4
5:751  0:003  EdidDiscovered size=128
5:753  0:001  read_nVidia_ROM
5:755  0:001  Using PRAMIN fixups
5:835  0:080  PROM
5:916  0:080  ERROR: Unable to locate nVidia Video BIOS
5:917  0:001  there are no ROM loaded and no VBIOS read from hardware
5:919  0:001  nVidia MSi GeForce GTX 760  2048MB NV1FF [10DE:1187] :: 
5:922  0:003  PciRoot(0x0)\Pci(0x1,0x1)\Pci(0x0,0x0)
5:925  0:003  devprop_add_nvidia_template
5:927  0:001  default_NVCAP: 04000000-00000300-0C000000-00000007-00000000
5:930  0:003  Intel Intel HD Graphics 4600 [8086:0412] :: PciRoot(0x0)\Pci(0x2,0x0)
5:932  0:001  Intel GFX revision  =0x6
5:933  0:001  HDA Controller [8086:0C0C] :: PciRoot(0x0)\Pci(0x3,0x0) => setting specified layout-id=1 (0x1)
5:937  0:003  LAN Controller [8086:153B] :: PciRoot(0x0)\Pci(0x19,0x0)
5:938  0:001  HDA Controller [8086:8C20] :: PciRoot(0x0)\Pci(0x1B,0x0) => setting specified layout-id=1 (0x1)
5:942  0:003  stringlength = 3096
5:943  0:001  CurrentMode: Width=1920 Height=1200
5:945  0:001  FSInjection: using kexts path: 'EFI\CLOVER\kexts\10.10'
5:952  0:006  ** Warning: Your MLB is not suitable for iMessage (must be 17 chars long) !
5:955  0:003  Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.10
5:958  0:002    Extra kext: EFI\CLOVER\kexts\10.10\AppleIntelE1000e.kext
5:968  0:010    Extra kext: EFI\CLOVER\kexts\10.10\FakeSMC.kext
5:977  0:008  RemoveStartupDiskVolume:
5:978  0:001    * efi-boot-device = Not Found
5:980  0:001    * efi-boot-device-data = Not Found
5:983  0:003    * BootCampHD = Not Found
5:985  0:001  Custom boot screen not used because entry has unset use graphics
5:986  0:001  Closing log
 
Turn off Nvidia injection in config.plist and give it a whirl...

Screen Shot 2014-10-21 at 10.00.32 PM.png
 
Thanks kduvernay.

That did it. Rather counter intuitive to remove Nvidia injection!

I have kept the VRAM setting and may try to remove that too.

config.plist
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Debug</key>
			<false/>
			<key>DropOEM_DSM</key>
			<false/>
			<key>Name</key>
			<string>DSDT.aml</string>
			<key>ReuseFFFF</key>
			<false/>
		</dict>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<false/>
			<key>Generate</key>
			<dict>
				<key>CStates</key>
				<false/>
				<key>PStates</key>
				<false/>
			</dict>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string>-v dart=0 kext-dev-mode=1</string>
		<key>DefaultVolume</key>
		<string>Hackintosh</string>
		<key>Legacy</key>
		<string>PBR</string>
		<key>Log</key>
		<true/>
		<key>Secure</key>
		<false/>
		<key>Timeout</key>
		<integer>10</integer>
		<key>XMPDetection</key>
		<false/>
	</dict>
	<key>Devices</key>
	<dict>
		<key>Audio</key>
		<dict>
			<key>Inject</key>
			<string>1</string>
		</dict>
		<key>FakeID</key>
		<dict>
			<key>ATI</key>
			<string>0x0</string>
			<key>IMEI</key>
			<string>0x0</string>
			<key>IntelGFX</key>
			<string>0x0</string>
			<key>LAN</key>
			<string>0x0</string>
			<key>NVidia</key>
			<string>0x0</string>
			<key>SATA</key>
			<string>0x0</string>
			<key>WIFI</key>
			<string>0x0</string>
			<key>XHCI</key>
			<string>0x0</string>
		</dict>
		<key>USB</key>
		<dict>
			<key>FixOwnership</key>
			<false/>
			<key>Inject</key>
			<false/>
		</dict>
	</dict>
	<key>DisableDrivers</key>
	<array>
		<string>Nothing</string>
	</array>
	<key>GUI</key>
	<dict>
		<key>Hide</key>
		<array>
			<string>Windows</string>
			<string>\EFI\BOOT\BOOTX64.EFI</string>
		</array>
		<key>Language</key>
		<string>en:0</string>
		<key>Mouse</key>
		<dict>
			<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>
			<string>First</string>
			<key>Tool</key>
			<true/>
		</dict>
		<key>Theme</key>
		<string></string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<false/>
			<key>NVidia</key>
			<false/>
		</dict>
		<key>LoadVBios</key>
		<true/>
		<key>VRAM</key>
		<integer>2048</integer>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<true/>
		<key>KernelPm</key>
		<true/>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>External icons patch</string>
				<key>Find</key>
				<data>
				RXh0ZXJuYWw=
				</data>
				<key>Name</key>
				<string>AppleAHCIPort</string>
				<key>Replace</key>
				<data>
				SW50ZXJuYWw=
				</data>
			</dict>
		</array>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>MLB</key>
		<string>XXXXXXXXXXXXXXX</string>
		<key>ROM</key>
		<string>YYYYYYYYYYYYYYYYY</string>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>BiosReleaseDate</key>
		<string>03/09/13</string>
		<key>BiosVendor</key>
		<string>Apple Inc.</string>
		<key>BiosVersion</key>
		<string>IM142.88Z.0118.B00.1309031249</string>
		<key>Board-ID</key>
		<string>Mac-27ADBB7B4CEE8E61</string>
		<key>BoardSerialNumber</key>
		<string>XXXXXXXXXXXXXXX</string>
		<key>Family</key>
		<string>iMac</string>
		<key>Manufacturer</key>
		<string>Apple Inc.</string>
		<key>ProductName</key>
		<string>iMac14,2</string>
		<key>SerialNumber</key>
		<string>XXXXXXXXXXXXXXX</string>
		<key>SmUUID</key>
		<string>68268D33-DBA5-50A1-8877-A0DFBCA383D6</string>
		<key>Trust</key>
		<false/>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Detect</string>
		<key>InjectSystemID</key>
		<true/>
	</dict>
</dict>
</plist>

boot.log
Code:
0:100  0:100  MemLog inited, TSC freq: 3392149021
0:100  0:000  
0:100  0:000  Now is 22.10.2014,  18:1:24 (GMT+2047)
0:100  0:000  Starting Clover rev 2953 on American Megatrends EFI
0:100  0:000  SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,24369856-C094-4877-B7D4-C221EF0C3E84,0x28,0x64000) @CF4AAE98
0:100  0:000  SelfDirPath = \EFI\BOOT
0:100  0:000  Total Memory Slots Count = 4
0:100  0:000  Type 17 Index = 0
0:100  0:000  Ignoring insane frequency value 0MHz
0:100  0:000  SmbiosTable.Type17->Speed = 0
0:100  0:000  SmbiosTable.Type17->Size = 0
0:100  0:000  Type 17 Index = 1
0:100  0:000  SmbiosTable.Type17->Speed = 1333
0:100  0:000  SmbiosTable.Type17->Size = 8192
0:100  0:000  Type 17 Index = 2
0:100  0:000  Ignoring insane frequency value 0MHz
0:100  0:000  SmbiosTable.Type17->Speed = 0
0:100  0:000  SmbiosTable.Type17->Size = 0
0:100  0:000  Type 17 Index = 3
0:100  0:000  SmbiosTable.Type17->Speed = 1333
0:100  0:000  SmbiosTable.Type17->Size = 8192
0:100  0:000  Boot status=0
0:100  0:000  Clover revision: 2953  running on Z87MX-D3H
0:100  0:000  ... with board Z87MX-D3H-CF
0:100  0:000  Clover load options size = 4 bytes
0:100  0:000  Found Plist String = , parse XML in LoadOptions
0:100  0:000  Xml in load options is bad
0:103  0:003  Using OEM config.plist at path: EFI\CLOVER\config.plist
0:103  0:000  EFI\CLOVER\config.plist loaded: Success
0:105  0:001  Loading early settings
0:105  0:000  timeout set to 10
0:105  0:000  Custom boot CUSTOM_BOOT_DISABLED (0x0)
0:122  0:017  KextsToPatch: 1 requested
0:124  0:001  KextToPatch 0: AppleAHCIPort (External icons patch) Kext bin patch, data len: 8
0:132  0:008  Default theme: 
0:134  0:001  Hiding entries with string Windows
0:135  0:001  Hiding entries with string \EFI\BOOT\BOOTX64.EFI
0:137  0:001  LoadDrivers() start
0:140  0:002  Loading FSInject-64.efi
0:143  0:002  Loading OsxAptioFixDrv-64.efi
0:145  0:002  Loading OsxFatBinaryDrv-64.efi
0:148  0:002  Loading VBoxHfs-64.efi
0:151  0:002   - driver needs connecting
0:153  0:001  1 drivers needs connecting ...
0:156  0:003  PlatformDriverOverrideProtocol->GetDriver overriden
0:158  0:001  Searching for invalid DiskIo BY_DRIVER connects: not found, all ok
0:283  0:124  LoadDrivers() end
0:284  0:001  SetMaxResolution: found best mode 4: 1920x1200
0:757  0:472  Video mode change to mode #4: Success
0:758  0:001   - set
0:760  0:001  Console modes reported: 5, available modes:
0:762  0:001    Mode 1: 80x25 (current mode)
0:763  0:001    Mode 2: 80x50
0:765  0:001    Mode 3: 100x31
0:767  0:001    Mode 4: 128x30
0:770  0:003    Mode 5: 100x60
0:771  0:001  reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,24369856-C094-4877-B7D4-C221EF0C3E84,0x28,0x64000)
0:773  0:001  new SelfHandle=CF4AAE98
0:775  0:001  CPU Vendor = 756E6547 Model=306C3
0:776  0:001  The CPU supported turbo
0:778  0:001  BrandString = Intel(R) Core(TM) i5-4670K CPU @ 3.40GHz
0:780  0:001  MSR 0xE2 before patch 1E000402
0:781  0:001  MSR 0xE4              00001814
0:783  0:001  MSR 0xCE              00080838_F3012200
0:786  0:003  non-usable FLEX_RATIO = F0000
0:788  0:001  corrected FLEX_RATIO = E0000
0:789  0:001  FSBFrequency=105MHz DMIvalue=100000kHz
0:791  0:001  Corrected FSBFrequency=100MHz
0:793  0:001  Vendor/Model/Stepping: 0x756E6547/0x3C/0x3
0:794  0:001  Family/ExtFamily: 0x6/0x0
0:796  0:001  MaxDiv/MinDiv: 34.0/8
0:798  0:001  Turbo: 36/37/38/38
0:799  0:001  Features: 0xBFEBFBFF
0:801  0:001  Threads: 4
0:802  0:001  Cores: 4
0:804  0:001  FSB: 100 MHz
0:806  0:001  CPU: 3600 MHz
0:809  0:003  TSC: 3600 MHz
0:811  0:001  PIS: 400 MHz
0:812  0:001  PCI (00|00:00.00) : 8086 0C00 class=060000
0:814  0:001  PCI (00|00:01.00) : 8086 0C01 class=060400
0:815  0:001  PCI (00|00:01.01) : 8086 0C05 class=060400
0:817  0:001  PCI (00|02:00.00) : 10DE 1187 class=030000
0:819  0:001  Found NVidia model=MSi GeForce GTX 760
0:820  0:001  PCI (00|02:00.01) : 10DE 0E0A class=040300
0:822  0:001  PCI (00|00:14.00) : 8086 8C31 class=0C0330
0:824  0:001  PCI (00|00:16.00) : 8086 8C3A class=078000
0:827  0:003  PCI (00|00:16.01) : FFFF FFFF class=FFFFFF
0:829  0:001  PCI (00|00:19.00) : 8086 153B class=020000
0:830  0:001  PCI (00|00:1A.00) : 8086 8C2D class=0C0320
0:832  0:001  PCI (00|00:1B.00) : 8086 8C20 class=040300
0:834  0:001  PCI (00|00:1C.00) : 8086 8C10 class=060400
0:835  0:001  PCI (00|00:1C.03) : 8086 8C16 class=060400
0:837  0:001  PCI (00|04:00.00) : 168C 0030 class=028000
0:838  0:001  PCI (00|00:1D.00) : 8086 8C26 class=0C0320
0:840  0:001  PCI (00|00:1F.00) : 8086 8C44 class=060100
0:843  0:003  PCI (00|00:1F.02) : 8086 8C02 class=010601
0:845  0:001  PCI (00|00:1F.03) : 8086 8C22 class=0C0500
0:847  0:001  PCI (00|00:1F.06) : FFFF FFFF class=FFFFFF
0:848  0:001  ScanSPD() start
0:850  0:001  SMBus CmdReg: 0x1
0:852  0:001  Scanning SMBus [8086:8C22], mmio: 0xF7235004, ioport: 0xF000, hostc: 0x11
0:874  0:022  SPD[1]: Type 11 @0x51 
0:884  0:010  DDR speed 1333MHz 
0:886  0:001  Slot: 1 Type 24 8192MB 1333MHz Vendor=Corsair PartNo=CML16GX3M2A1600C10 SerialNo=0000000000000000 
0:909  0:023  SPD[3]: Type 11 @0x53 
0:919  0:010  DDR speed 1333MHz 
0:921  0:001  Slot: 3 Type 24 8192MB 1333MHz Vendor=Corsair PartNo=CML16GX3M2A1600C10 SerialNo=0000000000000000 
1:050  0:129  ScanSPD() end
1:052  0:001  Get Acpi Tables List from RSDT:
1:055  0:003   Found table: FACP  A M I len=132
1:057  0:001   Found table: APIC  A M I len=114
1:058  0:001   Found table: FPDT  A M I len=68
1:060  0:001   Found table: SSDT  Cpu0Ist len=1337
1:062  0:001   Found table: SSDT  CpuPm len=2776
1:065  0:003   Found table: MCFG  A M I len=60
1:066  0:001   Found table: HPET  A M I len=56
1:068  0:001   Found table: SSDT  SataTabl len=877
1:070  0:001   Found table: SSDT  SaSsdt  len=13537
1:071  0:001   Found table: BGRT  A M I len=56
1:073  0:001   Found table: MATS  A M I len=52
1:075  0:001  Calibrated TSC frequency =3392149021 =3392MHz
1:076  0:001  Loading main settings
1:078  0:001  Error in Second part of settings0: Not Found
1:080  0:001  Oem smbios.plist not found at path: EFI\CLOVER\smbios.plist
1:083  0:003  smbios.plist not found, not overriding config.plist
1:084  0:001  found 11 volumes with blockIO
1:086  0:001   0. Volume:
1:088  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)
1:090  0:002    Result of bootcode detection: bootable <null string> (<null string>)
1:092  0:001    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
1:093  0:001   1. Volume:
1:095  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)
1:099  0:003    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
1:100  0:001   2. Volume:
1:102  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)
1:104  0:002    Result of bootcode detection: bootable <null string> (<null string>)
1:106  0:001    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
1:108  0:001   3. Volume:
1:109  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)
1:113  0:003    Result of bootcode detection: bootable <null string> (<null string>)
1:116  0:003    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
1:118  0:001   4. Volume:
1:119  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,24369856-C094-4877-B7D4-C221EF0C3E84,0x28,0x64000)
1:122  0:002    Result of bootcode detection: bootable <null string> (<null string>)
1:123  0:001    Volume 'EFI', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 24369856-C094-4877-B7D4-C221EF0C3E84
1:125  0:001    This is SelfVolume !!
1:128  0:003   5. Volume:
1:130  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,14F6B7CB-F0B2-42B9-87A4-14E6AC47836A,0x64028,0x3A1EC0C0)
1:132  0:002    Result of bootcode detection: bootable <null string> (<null string>)
1:134  0:001    Volume 'Hackintosh', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 14F6B7CB-F0B2-42B9-87A4-14E6AC47836A
1:136  0:001   6. Volume:
1:137  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,99F2635E-8B28-49D5-BE29-BC9C3A850E93,0x3A2500E8,0x135F20)
1:141  0:003    Volume 'Recovery HD', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 99F2635E-8B28-49D5-BE29-BC9C3A850E93
1:143  0:001   7. Volume:
1:144  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,A7478869-31F9-4DF9-9BEA-212C63A87098,0x28,0x64000)
1:146  0:002    Result of bootcode detection: bootable <null string> (<null string>)
1:171  0:024    Volume 'EFI', LegacyOS '', LegacyIcon(s) '<null string>', GUID = A7478869-31F9-4DF9-9BEA-212C63A87098
1:174  0:003   8. Volume:
1:175  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,B8649584-D52F-4E98-B098-B17B1CF896CC,0x64028,0x74662D60)
1:178  0:002    Volume 'Time Machine', LegacyOS '', LegacyIcon(s) '<null string>', GUID = B8649584-D52F-4E98-B098-B17B1CF896CC
1:179  0:001   9. Volume:
1:181  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)\HD(1,MBR,0xE41FD1CC,0x800,0x74705800)
1:183  0:002    Result of bootcode detection: bootable Windows (vista,win)
1:186  0:003    Volume 'Legacy HD1', LegacyOS 'Windows', LegacyIcon(s) 'vista,win', GUID = <null guid>
1:188  0:001  10. Volume:
1:190  0:001    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(1,MBR,0xA8EE31F7,0x800,0xDF92FC1)
1:192  0:002    Result of bootcode detection: bootable Windows (vista,win)
1:194  0:001    Volume 'Legacy HD1', LegacyOS 'Windows', LegacyIcon(s) 'vista,win', GUID = <null guid>
1:195  0:001  Invalidating BuiltinIcons...
1:197  0:001  no themes available, using embedded
1:199  0:001  Font 0 prepared WxH=7x12 CharWidth=7
1:201  0:002  Choosing theme <null string>
1:203  0:001  Custom legacy start
1:205  0:001  Custom legacy end
1:206  0:001  Scanning legacy ...
1:208  0:001   0: 'Whole Disc Boot' (legacy) not legacy
1:211  0:003   1: 'Whole Disc Boot' (legacy) not legacy
1:215  0:003   2: 'Whole Disc Boot' (legacy) not legacy
1:218  0:003   3: 'Whole Disc Boot' (legacy) not legacy
1:221  0:003   4: 'EFI' (<null string>) not legacy
1:224  0:003   5: 'Hackintosh' (<null string>) not legacy
1:229  0:004   6: 'Recovery HD' (<null string>) not legacy
1:232  0:003   7: 'EFI' (<null string>) not legacy
1:236  0:003   8: 'Time Machine' (<null string>) not legacy
1:239  0:003   9: 'Legacy HD1' (vista,win) add legacy
1:244  0:005   added 'Boot Windows from Legacy HD1' OSType=2 Icon=vista,win
1:246  0:001  10: 'Legacy HD1' (vista,win) add legacy
1:250  0:003   added 'Boot Windows from Legacy HD1' OSType=2 Icon=vista,win
1:251  0:001  Custom entries start
1:253  0:001  Custom entries finish
1:256  0:003  Scanning loaders...
1:258  0:001   0: 'Whole Disc Boot' no file system
1:261  0:003   1: 'Whole Disc Boot' no file system
1:264  0:003   2: 'Whole Disc Boot' no file system
1:268  0:003   3: 'Whole Disc Boot' no file system
1:271  0:003   4: 'EFI'
1:274  0:003    hiding entry: \EFI\BOOT\BOOTX64.efi
1:276  0:001   5: 'Hackintosh'
1:291  0:014  Check if volume Is Hibernated:
1:293  0:001  Check sleep image 'by signature':
1:300  0:007  read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success
1:303  0:003  SleepImage name from pref: ImageVolume = 'Hackintosh', ImageName = '\private\var\vm\sleepimage'
1:309  0:006   sleepimage not found -> Not Found
1:311  0:001   hibernated: no - sign
1:318  0:006      Loader entry created for 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,14F6B7CB-F0B2-42B9-87A4-14E6AC47836A,0x64028,0x3A1EC0C0)\System\Library\CoreServices\boot.efi'
1:368  0:050   6: 'Recovery HD'
1:375  0:007      Loader entry created for 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,99F2635E-8B28-49D5-BE29-BC9C3A850E93,0x3A2500E8,0x135F20)\com.apple.recovery.boot\boot.efi'
1:379  0:003   7: 'EFI'
1:383  0:003   8: 'Time Machine'
1:420  0:036   9: 'Legacy HD1' no file system
1:423  0:003  10: 'Legacy HD1' no file system
1:426  0:003  Custom tool start
1:428  0:001  Custom tool end
1:431  0:002  found tool \EFI\CLOVER\tools\Shell64U.efi
1:433  0:001  Checking EFI partition Volume 4 for Clover
1:436  0:003   Found Clover
1:438  0:001  Checking EFI partition Volume 7 for Clover
1:440  0:002  GetEfiBootDeviceFromNvram: efi-boot-device-data not found
1:444  0:003  EfiBootVolume not found
1:445  0:001   found entry 2. 'Boot Mac OS X from Hackintosh', Volume 'Hackintosh', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,14F6B7CB-F0B2-42B9-87A4-14E6AC47836A,0x64028,0x3A1EC0C0)\System\Library\CoreServices\boot.efi'
1:447  0:001  DefaultIndex=2 and MainMenu.EntryCount=10
3:236  1:788  Found Mouse device:
3:240  0:004  GUI ready
4:739  1:499  Boot option Boot0000 not found
4:741  0:001  StartLoader() start
4:742  0:001  Finally: Bus=99769kHz CPU=3392MHz
4:744  0:001  Kernel and Kext Patches:
4:746  0:001  	Allowed: y
4:747  0:001  	Debug: n
4:749  0:001  	KernelCpu: n
4:751  0:001  	Lapic: n
4:752  0:001  	AICPUPM: y
4:754  0:001  	AppleRTC: y
4:756  0:001  	KernelPm: y
4:757  0:001  	FakeCPUID: 0x0
4:759  0:001  	ATIController: <null string>
4:760  0:001  	ATIDataLength: 0
4:764  0:003  	0 Kexts to load
4:765  0:001  	1 Kexts to patch
4:767  0:001  	  KextPatch[0]: 8 bytes, AppleAHCIPort
4:769  0:001  Loading boot.efi
5:113  0:344  insert table 9 for dev 0:0
5:115  0:001  insert table 9 for dev 19:0
5:117  0:001  insert table 9 for dev 0:0
5:119  0:002  Channels: 2
5:121  0:001  Interleave: 0 2 1 3 4 6 5 7 8 10 9 11 12 14 13 15 16 18 17 19 20 22 21 23
5:163  0:042  SMBIOS Type 17 Index = 0 => 0 0:
5:165  0:001  BANK0 DIMM0 EMPTY
5:166  0:001  SMBIOS Type 17 Index = 1 => 2 2:
5:170  0:003  BANK1 DIMM0 EMPTY
5:171  0:001  SMBIOS Type 17 Index = 2 => 1 1:
5:173  0:001  BANK0 DIMM1 1333MHz 8192MB
5:175  0:001  mTotalSystemMemory = 8192
5:176  0:001  SMBIOS Type 17 Index = 3 => 3 3:
5:178  0:001  BANK1 DIMM1 1333MHz 8192MB
5:180  0:001  mTotalSystemMemory = 16384
5:181  0:001  NumberOfMemoryDevices = 4
5:183  0:001  Type20[0]->End = 0x7FFFFF, Type17[2] = 0x2000
5:184  0:001  Type20[1]->End = 0xFFFFFF, Type17[3] = 0x6000
5:186  0:001  Table 131 is present, CPUType=31
5:189  0:003  Change to: 605
5:191  0:001  RSDT 0xDC67D028
5:193  0:001  FADT from RSDT: 0xDC67D108
5:194  0:001  XSDT 0xDC67D080
5:196  0:001  FADT from XSDT: 0xDC689EE0
5:198  0:001  Xsdt reallocation done
5:199  0:001  old FADT length=10C
5:201  0:001  Found OperationRegion(GNVS, SystemMemory, DC6AEC18, ...)
5:203  0:001  Found OperationRegion(MCHT, SystemMemory, FED10000, ...)
5:204  0:001  Found OperationRegion(RCRB, SystemMemory, FED1C000, ...)
5:206  0:001  Found OperationRegion(ISA0, SystemMemory, F80F8000, ...)
5:209  0:003  Found OperationRegion(XHCP, SystemMemory, 0, ...)
5:211  0:001  Found OperationRegion(MCA1, SystemMemory, F7FE0000, ...)
5:212  0:001  Found OperationRegion(MCA1, SystemMemory, F7FE0000, ...)
5:214  0:001  Found OperationRegion(CPSB, SystemMemory, DC5AFE18, ...)
5:216  0:001  Found OperationRegion(MBAR, SystemMemory, 0, ...)
5:217  0:001  Found OperationRegion(TMMB, SystemMemory, FED40000, ...)
5:219  0:001  Found OperationRegion(GCAD, SystemMemory, DC699018, ...)
5:222  0:003  Found OperationRegion(GDAD, SystemMemory, DC697018, ...)
5:224  0:001  Found OperationRegion(PRFA, SystemMemory, 0, ...)
5:227  0:002  DSDT len = 0xCD4E new len = 0xE6F7
5:230  0:003  Apply DsdtFixMask=0x00000000 old way
5:232  0:001     drop _DSM mask=0x0000
5:233  0:001  ========= Auto patch DSDT Starting ========
5:235  0:001  VideoCard devID=0x118710DE
5:237  0:001  DisplayADR1[0] = 0x10001, DisplayADR2[0] = 0x0
5:238  0:001  USBADR[0] = 0x140000 and PCIe = 0xFFFE
5:241  0:003  USBADR[1] = 0x1A0000 and PCIe = 0xFFFE
5:370  0:128  Audio HDA (addr:0x1B0000) setting specified layout-id=1 (0x1)
5:371  0:001  Found Airport Atheros at 0x1C0003, 0x0
5:373  0:001  USBADR[2] = 0x1D0000 and PCIe = 0xFFFE
5:375  0:001  first CPU found at 868E offset 8691
5:376  0:001  score candidate at 868A
5:378  0:001  score inserted in acpi_cpu_score _PR_
5:380  0:001  Found ACPI CPU: CPU0 And CPU1 And CPU2 And CPU3 And CPU4 And CPU5 And CPU6 And CPU7 
  within the score: _PR_
5:396  0:016  Found PCIROOTUID = 0
5:398  0:001  ========= Auto patch DSDT Finished ========
5:399  0:001  Patch table: SSDT  Cpu0Ist
5:401  0:001   SSDT len = 0x539
5:403  0:001  Patch table: SSDT  CpuPm
5:404  0:001   SSDT len = 0xAD8
5:406  0:001  Patch table: SSDT  SataTabl
5:408  0:001   SSDT len = 0x36D
5:409  0:001  Patch table: SSDT  SaSsdt 
5:411  0:001   SSDT len = 0x34E1
5:413  0:001  Drop tables from Xsdt, SIGN=XXXX TableID= Length=0
5:414  0:001   Xsdt has tables count=11 
5:416  0:001  corrected XSDT length=124
5:420  0:003   CPUBase=0 and ApicCPUBase=1 ApicCPUNum=4
5:421  0:001  EdidDiscovered size=128
5:423  0:001  NVidia GFX injection not set
5:425  0:001  LAN Controller [8086:153B] :: PciRoot(0x0)\Pci(0x19,0x0)
5:426  0:001  HDA Controller [8086:8C20] :: PciRoot(0x0)\Pci(0x1B,0x0) => setting specified layout-id=1 (0x1)
5:430  0:003  stringlength = 540
5:431  0:001  CurrentMode: Width=1920 Height=1200
5:433  0:001  FSInjection: using kexts path: 'EFI\CLOVER\kexts\10.10'
5:440  0:007  ** Warning: Your MLB is not suitable for iMessage (must be 17 chars long) !
5:443  0:003  Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.10
5:446  0:002    Extra kext: EFI\CLOVER\kexts\10.10\AppleIntelE1000e.kext
5:457  0:010    Extra kext: EFI\CLOVER\kexts\10.10\FakeSMC.kext
5:465  0:008  RemoveStartupDiskVolume:
5:466  0:001    * efi-boot-device = Not Found
5:468  0:001    * efi-boot-device-data = Not Found
5:470  0:001    * BootCampHD = Not Found
5:471  0:001  Custom boot screen not used because entry has unset use graphics
5:475  0:003  Closing log

One last question. Using Chameleon, I was able to pick up the MSI N760 ITX temperature and fan speed using hardware sensors. This is now not being picked up. Any ideas on how to re-enable it?
 
Hello m8!

How did it go?

I'm building a new mini-itx Hackingtosh, and my plan is to find a MSI 760 GTX 2GB (used in good condition) and install.

So i need news from some people with Yosemite ;-)
 
Status
Not open for further replies.
Back
Top