Jump to content

Clover General discussion


ErmaC
29,866 posts in this topic

Recommended Posts

I find I use clover usb can't boot win7,says

Windows failed to start. A recent hardware or software change might be the cause. To fix this problem:

1. Insert your Windows installation disc and restart your computer.
2. Choose your language settings, and then click "Next."
3. Click "Repair your computer."

If you do not have this disc, contact your system administrator or computer manufacturer for assistance.

File: \Boot\BCD
Status: 0xc0000001
Info: An error occurred while attempting to read the boot configuration data.

but use clover in ssd win7 works fine,why?And sometimes clover boot to win7 and all my USB devices doesn't work,but in OSX doesn't have this issue,why?

Link to comment
Share on other sites

Hi apianti,

 

I played around with Clovers settings and it does not make any difference either if I let Clover generate P and C States or not nor if I drop OEM tables or not. What I was able to verify is if I leave all Values in Clovers CPU section blank the sound stutters with OS-X standard settings all tough the CPU steps from 3X to 10X (597 to 199000 MHz with P and C States generated by Clover and 773Mhz to 199000 without Clover generated P and C States). If I go to Audio/Midi Settings and raise the Output Sample Rates to at least 96000Hz Sound is fine with iTunes, Youtube, Ultramixer and on DVD playback but all System Sounds stutter. The worst thing on this is if I use Skype it will always lower the settings back to 44800 Khz witch makes it unusable. Before I decided to use Yoesemite on this Machine I used Chameleon which never had any problems alongside to VoodooHDA all sample rates just worked fine. I like Clover and used it on many machines before and never had any trouble with it but this little Thinkpad drives me crazy. There must be a way to use the advantages of clover and VoodooHDA on this machine...

 

Any Help and any ideas are appreciated,,,,

 

Greetings devs, 

 

Memon CPU T7250 , so exactly the same issue as user ‘griven’ - Audio crackling on BusFrequency above 181000kHz with AppleHDA/VoodooHDA. Clover sets the BusFrequency to somewhere in the range of 191xxx kHz, so I set 181000 manually.

 

The reason why this doesn’t happen with Chameleon is cause, it set’s 1.81gHz as the maximum clock by default. I bet, this is the case with griven’s T7100 also .

 

So be it Chameleon or Clover, we are loosing 200mHz in order to have stable Audio. Else we should loose Audio for a marginal performance improvement (which is necessary for old machines like ours !).

 

Also my memory frequency is being detected as 800mHz in clover, where as mine is only 667mHz. If I’m right the system takes the lowest frequency as system bus, so is my system bus is 667mHz/4 =166.75mHz (or) 166750kHz ?

 

I’ve attached Darwin dump  of unaltered config.plist,  latest enoch’s branch of Chameleon & my DSDT. Any pointers would help. Thanks.

 

 

P.S The growth of Clover boot loader over this short period is remarkable and the way you guys professionally maintain this project is much appreciated and inspiring for any developer. Keep it up.

DarwinDumper_2.9.6_Clover_X64_2953_Yos_indiandragon.zip

DarwinDumper_2.9.6_Enoch_X64_Yos_indiandragon.zip

config.plist.zip

DSDT.aml.zip

  • Like 1
Link to comment
Share on other sites

I think clover works on FAT32 EFI ESP,but not on a normal FAT32 partition with legacy bios.How UEFI worksI assume UEFI boot win 8.1 DVD to load bootmgr.efi to install,but DVD is CDFS filesystem,UEFI only support FAT32,how does UEFI find the bootmgr.efi?I don't have a UEFI motherboard,how does UEFI load efi Automatic?or add manually?

What is better for an Legacy BIOS board: Clover or Chameleon?

I know Clover on a UEFI board has ability to reboot to Windows via the startup disk menu, iMessage fix (I think chameleon has this now as well, though), Booting any OS in EFI mode, as well as booting any OS in legacy BIOS mode (which means you can boot chameleon through Clover if you want to)

Can Clover on a legacy BIOS board has ability to reboot to Windows via the startup disk menu?I tried but failed,why?

I think clover can do nothing more than chameleon because legacy bios don't have advantage.and DVD can be boot because it has FAT partition.EFI works really different from legacy bios.

Link to comment
Share on other sites

I followed the instructions to a "T" and clover stops at "Verifying DMA Pool"

 

System Info:

MB: Gigabyte P45T-ES3G 

Chip: Intel Quad Core Q9500

Video Card: GeForce 9500GT - 1GB

RAM: 16GB

LAN: Realtek 8111D

Audio: Soundblaster Audigy Platinum EX

 

 

Have Mavericks running, but want to upgrade to Yosemite!

 

 

 

Any help would be greatly appreciated!

 

 

 

Thanks,

 

 

GadgetMan

Edited by GadgetMan
Link to comment
Share on other sites

z871-deluxe/alc1150/10.10/Clover 2953

ssdt-1/HDEF/layout-id/0x02, 0x00, 0x00, 0x00

DPCManager/Codec ID/10EC0900

debug.log/5:123 0:003 HDA Controller [8086:8C20] :: PciRoot(0x0)\Pci(0x1B,0x0) => codec not detected

 

Clover is not detecting the 1150, suggestions?

 

attachicon.gifDPCIManager.png

me too toleda me too have this PciRoot(0x0)\Pci(0x1B,0x0) => codec not detected

and have alc 1150

Link to comment
Share on other sites

z871-deluxe/alc1150/10.10/Clover 2953

ssdt-1/HDEF/layout-id/0x02, 0x00, 0x00, 0x00

DPCManager/Codec ID/10EC0900

debug.log/5:123 0:003 HDA Controller [8086:8C20] :: PciRoot(0x0)\Pci(0x1B,0x0) => codec not detected

 

Clover is not detecting the 1150, suggestions?

 

attachicon.gifDPCIManager.png

 

 

me too toleda me too have this PciRoot(0x0)\Pci(0x1B,0x0) => codec not detected

and have alc 1150

There may be different reasons:

	if ((data32 & 0x1) == 0) {
		// this controller is not inited yet - we can not read codec ids
		// if needed, we can init it by:
		// - set Control reset bit in Global Control reg 08h[0] to 1
		// - poll it to become 1 again
		// - wait at least 521 micro sec for codecs to init
		// - we can check STATESTS reg 0eh where each running codec will set one bit
		//   codec addr 0 bit 0, codec addr 1 bit 1 ...
		
		return 0;
	}
  //Slice - TODO check codecAdr=2 - it is my Dell 1525.
	// all ok - read Ids
	return HDA_IC_sendVerb(PciIo, 0/*codecAdr*/, 0/*nodeId*/, 0xF0000/*verb*/);

We already expected that the algo will not always work. For this case you have to set the value manually.

 

The same about BUS speed.

Link to comment
Share on other sites

There may be different reasons:

	if ((data32 & 0x1) == 0) {
		// this controller is not inited yet - we can not read codec ids
		// if needed, we can init it by:
		// - set Control reset bit in Global Control reg 08h[0] to 1
		// - poll it to become 1 again
		// - wait at least 521 micro sec for codecs to init
		// - we can check STATESTS reg 0eh where each running codec will set one bit
		//   codec addr 0 bit 0, codec addr 1 bit 1 ...
		
		return 0;
	}
  //Slice - TODO check codecAdr=2 - it is my Dell 1525.
	// all ok - read Ids
	return HDA_IC_sendVerb(PciIo, 0/*codecAdr*/, 0/*nodeId*/, 0xF0000/*verb*/);

We already expected that the algo will not always work. For this case you have to set the value manually.

 

The same about BUS speed.

sergey apologize for the ignorant question on the subject, and where you put these values?
Link to comment
Share on other sites

I think clover can do nothing more than chameleon because legacy bios don't have advantage.and DVD can be boot because it has FAT partition.EFI works really different from legacy bios.

 

Cloverefi has all the same features as Clover UEFI and actually has a few extra because of its enhanced boot files. Legacy bios is not stoping you from using any of clovers many advantages and it can indeed do more than chameleon. 

Link to comment
Share on other sites

@cuthead - Seems like a lot of your issues (which are not on-topic of Clover) are from misunderstanding of ESP. The EFI System Partition (ESP) is not just a regular FAT or FAT32 partition. But it is a special partition that is usually automatically FAT32 formatted. Please read up on what ESP is all about. (read overview section). Note: There are 2 tools -  fdisk (for MBR) and gpt (for GPT/GUID) that will list out the table information to show the partitions types. 

 

Generally i use this approach:

on MBR disks, I find it simpler to have the /EFI folder as part of the OS filesystem, since the disk will not have an ESP partition by default. 

on GPT disks, since an ESP is created by default, then clover can be installed in the ESP vs OS partition. 

 

example 2 disks

disk0 is GPT with ESP - 4 partitions: ESP, OS X, Recovery HD, Windows

disk1 is MBR (no ESP) - 3 partitions: Windows (0x07), Windows (0x07), OS X (xAF)

 

$ sudo gpt -r show disk0

       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

 

 

$ sudo fdisk -d /dev/disk1

2048,100681728,0x07,*,0,32,33,1023,254,63

100683776,100681728,0x07,-,1023,254,63,1023,254,63

201365504,1263779840,0xAF,-,1023,254,63,1023,254,63

0,0,0x00,-,0,0,0,0,0,0

 

as Joe75 mentions, Clover can support your situation. 

Link to comment
Share on other sites

I followed the instructions to a "T" and clover stops at "Verifying DMA Pool"

 

System Info:

MB: Gigabyte P45T-ES3G 

Chip: Intel Quad Core Q9500

Video Card: GeForce 9500GT - 1GB

RAM: 16GB

LAN: Realtek 8111D

Audio: Soundblaster Audigy Platinum EX

 

 

Have Mavericks running, but want to upgrade to Yosemite!

 

 

 

Any help would be greatly appreciated!

 

 

 

Thanks,

 

 

GadgetMan

Sorry, had originally put the wrong MB in, corrected!

Link to comment
Share on other sites

I have Intel H67 chipset with SATA controller set to RAID mode (vendor 0x8086, device 0x2822).  This mode is backward-compatible with AHCI mode (device 0x1c02).

When I install latest Clover (2953), none of the SATA drives are recognized.  USB drives are recognized.

Any way to make this SATA mode work?

Link to comment
Share on other sites

Weird issue.

 

I can boot my Yosemite installation in HDD by using Clover in USB.

 

However, if I try to boot Yosemite by using Clover in HDD (EFI partition), it gives me a "PCI configuration begin" problem.

 

Both Clover folders in HDD EFI and USB EFI are the same. I've used the "diff" command to compare them, they're exactly the same.

 

WTF?

Link to comment
Share on other sites

Weird issue.

 

I can boot my Yosemite installation in HDD by using Clover in USB.

 

However, if I try to boot Yosemite by using Clover in HDD (EFI partition), it gives me a "PCI configuration begin" problem.

 

Both Clover folders in HDD EFI and USB EFI are the same. I've used the "diff" command to compare them, they're exactly the same.

 

WTF?

Weird issue.

 

I can boot my Win7 in HDD by using Clover in HDD.

 

However, if I try to boot Win7 by using Clover in USB (MBR partition), it gives me a "An error occurred while attempting to read the boot configuration data." problem.

 

Both Clover folders in HDD EFI and USB EFI are the same. I've used the "beyond compare" utility to compare them, they're exactly the same.

 

FTW?:)

 

By the way I use Clover_v2k_r2953.Chameleon-2.2svn-r2401 in USB can boot win7,but can't boot yosemite(said can't find mach kernel)

Link to comment
Share on other sites

I have Intel H67 chipset with SATA controller set to RAID mode (vendor 0x8086, device 0x2822).  This mode is backward-compatible with AHCI mode (device 0x1c02).

When I install latest Clover (2953), none of the SATA drives are recognized.  USB drives are recognized.

Any way to make this SATA mode work?

Hello!

There are two ways.

1. Using Clover BiosBlockIO. As I understand you are using legacy boot because in case of UEFI boot RAID depends only on UEFI BIOS.

2. Debug/trace the issue.

Clover has a check for RAID


  if (IS_PCI_IDE (&PciData) || IS_PCI_SATADPA (&PciData) || IS_PCI_RAID(&PciData)) {
    return EFI_SUCCESS;
  }
...

#define IS_PCI_RAID(_p)               IS_CLASS2 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE_RAID)

...

 

 

 The class is 0104. May be you have other one? Or other misleading?

The first step will be reading your debug.log.

How i can modify the source of Clover to inject the serial number under the key "IOPlatformSerialNumber" and "serial-number"  in Yosemite?

Can you prove your assertion that Clover is not injecting serial-number in Yosemite.

In this case how other people can install Yosemite? All of them using Chameleon?

Pardon me Slice, was that to me regarding my above query ? So we got to stick with lower Bus Frequencies  ?

You have to set real bus frequency if Clover set wrong one. Yes there is an issue with Merom T7xxx as a hardware bug. I made a workaround for such CPU but I see not for all.

Do not set higher frequency then it is. The computer will not work faster, the value is just a reference for kernel how long wait for events.

sergey apologize for the ignorant question on the subject, and where you put these values?

In the config.plist

	<key>Devices</key>
	<dict>
		<key>Audio</key>
		<dict>
			<key>ResetHDA</key>
			<true/>
			<key>Inject</key>
			<string>0x0887</string>
		</dict>

 

Is this very hard to discover?

  • Like 2
Link to comment
Share on other sites

 

 

Can you prove your assertion that Clover is not injecting serial-number in Yosemite.

In this case how other people can install Yosemite? All of them using Chameleon?

 

After a lot of test i discovered the problem. Is the new AppleACPIPlatform.kext that write the serial under IOPlatformSerialNumber... I have an old one for the compatibility with my modified IOPCIFamily.kext... I solved the problem with a self made kext to inject IOPlatformSerialNumber and serial-number. So, no the problem isn't Clover

Link to comment
Share on other sites

 

You have to set real bus frequency if Clover set wrong one. Yes there is an issue with Merom T7xxx as a hardware bug. I made a workaround for such CPU but I see not for all.

Do not set higher frequency then it is. The computer will not work faster, the value is just a reference for kernel how long wait for events.

 

 

Thanks Slice ! So according to you my real bus frequency might just be 181000kHz and so anything above this messes the event clock and causes audio issues. I wonder whether this occurs in any newer CPU’s.

Link to comment
Share on other sites

 

Hi guys, i have an old motherboard (p45-ud3l) with HD5850 and am trying to fix my boot resolution to 1080p. But Clover always set 1280x1024 and my display native resolution is 1080p. Here is the log:

0:218  0:218  MemLog inited, TSC freq: 2999660448
0:218  0:000  LegacyRegion2: Chipset/proc: 0x2E208086
0:218  0:000   Intel Series 4 and similar (PAM 0x90-0x96)
0:218  0:000   Test PAM1=(0x41=90, 0x5a=00, 0x81=00, 0x91=11) at chipset 2E208086
0:218  0:000  , Install = Success
0:237  0:018  BiosVideoDriverBindingStart!
0:237  0:000  BiosVideoCheckForVbe
0:237  0:000  EdidOverride not found
0:263  0:026   Edid1+
0:263  0:000   found Detail Timing 1920x1080
0:263  0:000   found Detail Timing 1360x768
0:290  0:026   Edid0+
0:290  0:000   found Detail Timing 1920x1080
0:290  0:000  ... already present
0:290  0:000   found Detail Timing 1360x768
0:290  0:000  ... already present
0:294  0:004     0 1152x864 attr=BB - ok, edid+, working, highest, pref=0
0:295  0:000     1 1280x960 attr=BB - ok, edid+, working, highest, pref=1
0:295  0:000     2 640x480 attr=BB - ok, edid+, 640x480, working
0:295  0:000     3 800x600 attr=BB - ok, edid+, 800x600, working
0:295  0:000     4 1024x768 attr=BB - ok, edid+, 1024x768, working
0:295  0:000     5 1280x1024 attr=BB - ok, edid+, working, highest, pref=5
0:296  0:000     6 1400x1050 attr=BB - ok, edid-
0:298  0:002  BV new mode: 5 1280x1024
0:394  0:096   SetMode pref 5 (5) = Success
0:457  0:062  Found supported controller for BiosBlockIO class=010601
0:457  0:000  Int13Extensions: INT 13 41 DL=80 : CF=0 BX=AA55 CX=0005
0:457  0:000  GetDriveParameters: INT 13 48 DL=80 : CF=0 AH=00
0:457  0:000  BlockSize = 512  LastBlock = 976771054
0:998  0:540  
0:998  0:000  Now is 19.10.2014,  14:34:52 (GMT+2047)
0:998  0:000  Starting Clover rev 2953 on CLOVER EFI
0:998  0:000  SelfDevicePath=PcieRoot(0x0)\Pci(0x1F,0x2)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(1,GPT,9051073A-87EE-4A2B-B78F-A7CA48FE91E5,0x28,0x64000) @DF40D118
0:998  0:000  SelfDirPath = \EFI\CLOVER
0:998  0:000  Total Memory Slots Count = 4
0:998  0:000  Type 17 Index = 0
0:998  0:000  Ignoring insane frequency value 0MHz
0:998  0:000  SmbiosTable.Type17->Speed = 0
0:998  0:000  SmbiosTable.Type17->Size = 0
0:998  0:000  Type 17 Index = 1
0:998  0:000  Ignoring insane frequency value 0MHz
0:998  0:000  SmbiosTable.Type17->Speed = 0
0:998  0:000  SmbiosTable.Type17->Size = 0
0:998  0:000  Type 17 Index = 2
0:998  0:000  SmbiosTable.Type17->Speed = 800
0:998  0:000  SmbiosTable.Type17->Size = 2048
0:998  0:000  Type 17 Index = 3
0:998  0:000  SmbiosTable.Type17->Speed = 800
0:998  0:000  SmbiosTable.Type17->Size = 2048
0:998  0:000  Boot status=0
0:998  0:000  Clover revision: 2953  running on EP45-UD3L
0:998  0:000  ... with board EP45-UD3L
0:998  0:000  Clover load options size = 0 bytes
1:013  0:015  Using OEM config.plist at path: EFI\CLOVER\config.plist
1:014  0:000  EFI\CLOVER\config.plist loaded: Success
1:016  0:001  Loading early settings
1:016  0:000  timeout set to 1
1:016  0:000  Custom boot CUSTOM_BOOT_DISABLED (0x0)
1:016  0:000  KextsToPatch: 1 requested
1:016  0:000  KextToPatch 0: AppleAHCIPort (External icons patch) Kext bin patch, data len: 8
1:016  0:000  Default theme: metal
1:016  0:000  Hiding entries with string BOOTX64.EFI
1:016  0:000  LoadDrivers() start
1:016  0:000  Loading FSInject-64.efi
1:016  0:000  LoadDrivers() end
1:016  0:000  Console modes reported: 4, available modes:
1:016  0:000    Mode 1: 80x25
1:016  0:000    Mode 2: 80x50
1:016  0:000    Mode 3: 100x31
1:016  0:000    Mode 4: 160x53 (current mode)
1:016  0:000  reinit: self device path=PcieRoot(0x0)\Pci(0x1F,0x2)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(1,GPT,9051073A-87EE-4A2B-B78F-A7CA48FE91E5,0x28,0x64000)
1:016  0:000  new SelfHandle=DF40D118
1:016  0:000  CPU Vendor = 756E6547 Model=10676
1:016  0:000  The CPU not supported turbo
1:016  0:000  BrandString = Intel(R) Core(TM)2 Duo CPU     E8400  @ 3.00GHz
1:016  0:000  MSR dumps:
1:016  0:000   @0x00CD=804
1:016  0:000   @0x0198=61A092206000922
1:016  0:000  FSBFrequency=444MHz DMIvalue=333330kHz
1:016  0:000  Corrected FSBFrequency=333MHz
1:016  0:000  Vendor/Model/Stepping: 0x756E6547/0x17/0x6
1:016  0:000  Family/ExtFamily: 0x6/0x0
1:016  0:000  MaxDiv/MinDiv: 9.0/6
1:016  0:000  Turbo: 10/0/0/0
1:016  0:000  Features: 0xBFEBFBFF
1:016  0:000  Threads: 2
1:016  0:000  Cores: 1
1:016  0:000  FSB: 333 MHz
1:016  0:000  CPU: 4000 MHz
1:016  0:000  TSC: 4000 MHz
1:016  0:000  PIS: 1333 MHz
1:016  0:000  PCI (00|00:00.00) : 8086 2E20 class=060000
1:016  0:000  PCI (00|00:01.00) : 8086 2E21 class=060400
1:016  0:000  PCI (00|01:00.00) : 1002 6899 class=030000
1:016  0:000  Found Radeon model=ATI Radeon HD 5850 Series
1:016  0:000  PCI (00|01:00.01) : 1002 AA50 class=040300
1:016  0:000  PCI (00|00:1A.00) : 8086 3A37 class=0C0300
1:016  0:000  PCI (00|00:1A.01) : 8086 3A38 class=0C0300
1:016  0:000  PCI (00|00:1A.02) : 8086 3A39 class=0C0300
1:016  0:000  PCI (00|00:1A.07) : 8086 3A3C class=0C0320
1:016  0:000  PCI (00|00:1B.00) : 8086 3A3E class=040300
1:016  0:000  PCI (00|00:1C.00) : 8086 3A40 class=060400
1:016  0:000  PCI (00|00:1C.05) : 8086 3A4A class=060400
1:016  0:000  PCI (00|03:00.00) : 10EC 8168 class=020000
1:016  0:000  PCI (00|00:1D.00) : 8086 3A34 class=0C0300
1:016  0:000  PCI (00|00:1D.01) : 8086 3A35 class=0C0300
1:016  0:000  PCI (00|00:1D.02) : 8086 3A36 class=0C0300
1:016  0:000  PCI (00|00:1D.07) : 8086 3A3A class=0C0320
1:016  0:000  PCI (00|00:1E.00) : 8086 244E class=060401
1:016  0:000  PCI (00|00:1F.00) : 8086 3A18 class=060100
1:016  0:000  PCI (00|00:1F.02) : 8086 3A22 class=010601
1:016  0:000  PCI (00|00:1F.03) : 8086 3A30 class=0C0500
1:016  0:000  ScanSPD() start
1:017  0:000  SMBus CmdReg: 0x3
1:017  0:000  Scanning SMBus [8086:3A30], mmio: 0xFDFFC004, ioport: 0x500, hostc: 0x1
1:047  0:030  SPD[2]: Type 8 @0x52 
1:058  0:010  DDR speed 800MHz 
1:058  0:000  Slot: 2 Type 19 2048MB 800MHz Vendor=Corsair PartNo=CM2X2048-6400C5 SerialNo=0000000000000000 
1:072  0:014  SPD[3]: Type 8 @0x53 
1:083  0:010  DDR speed 800MHz 
1:083  0:000  Slot: 3 Type 19 2048MB 800MHz Vendor=Corsair PartNo=CM2X2048-6400C5 SerialNo=0000000000000000 
1:243  0:160  ScanSPD() end
1:248  0:004  Get Acpi Tables List from RSDT:
1:248  0:000   Found table: FACP  GBTUACPI len=116
1:248  0:000   Found table: HPET  GBTUACPI len=56
1:248  0:000   Found table: MCFG  GBTUACPI len=60
1:248  0:000   Found table: EUDS   len=1376
1:248  0:000   Found table: TAMG  GBT   B0 len=26306
1:248  0:000   Found table: APIC  GBTUACPI len=132
1:248  0:000   Found table: SSDT  Cpu0Cst len=394
1:248  0:000   Found table: SSDT  Cpu1Cst len=394
1:248  0:000   Found table: SSDT  Cpu2Cst len=394
1:248  0:000   Found table: SSDT  Cpu3Cst len=394
1:248  0:000   Found table: SSDT  CpuPm len=939
1:248  0:000  Calibrated TSC frequency =2999660448 =2999MHz
1:248  0:000  Loading main settings
1:248  0:000  USB FixOwnership: true
1:248  0:000  Error in Second part of settings0: Not Found
1:248  0:000  Oem smbios.plist not found at path: EFI\CLOVER\smbios.plist
1:248  0:000  smbios.plist not found, not overriding config.plist
1:248  0:000  found 4 volumes with blockIO
1:248  0:000   0. Volume:
1:248  0:000    PcieRoot(0x0)\Pci(0x1F,0x2)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)
1:249  0:000    Result of bootcode detection: bootable <null string> (<null string>)
1:249  0:000    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
1:249  0:000   1. Volume:
1:249  0:000    PcieRoot(0x0)\Pci(0x1F,0x2)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(1,GPT,9051073A-87EE-4A2B-B78F-A7CA48FE91E5,0x28,0x64000)
1:249  0:000    Result of bootcode detection: bootable Clover (clover)
1:249  0:000    Volume 'EFI', LegacyOS 'Clover', LegacyIcon(s) 'clover', GUID = 9051073A-87EE-4A2B-B78F-A7CA48FE91E5
1:249  0:000    This is SelfVolume !!
1:249  0:000   2. Volume:
1:249  0:000    PcieRoot(0x0)\Pci(0x1F,0x2)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(2,GPT,8D03CB88-7AC9-4CAF-9E72-3C2EE71E2B09,0x64028,0x3A1EB880)
1:250  0:000    Volume 'Yosemite', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 8D03CB88-7AC9-4CAF-9E72-3C2EE71E2B09
1:250  0:000   3. Volume:
1:250  0:000    PcieRoot(0x0)\Pci(0x1F,0x2)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(3,GPT,03465199-401C-4018-BFC4-B203F34632B8,0x3A24F8A8,0x135F20)
1:251  0:000    Volume 'Recovery HD', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 03465199-401C-4018-BFC4-B203F34632B8
1:251  0:000  Searching volumes for latest nvram.plist ...
1:251  0:000    1. Volume 'EFI', GUID = 9051073A-87EE-4A2B-B78F-A7CA48FE91E5 - no nvram.plist - skipping!
1:251  0:000    2. Volume 'Yosemite', GUID = 8D03CB88-7AC9-4CAF-9E72-3C2EE71E2B09 - no nvram.plist - skipping!
1:254  0:002    3. Volume 'Recovery HD', GUID = 03465199-401C-4018-BFC4-B203F34632B8 - no nvram.plist - skipping!
1:254  0:000   nvram.plist not found!
1:254  0:000  PutNvramPlistToRtVars: nvram.plist not found
1:254  0:000  Invalidating BuiltinIcons...
1:254  0:000  no themes available, using embedded
1:254  0:000  Font 0 prepared WxH=7x12 CharWidth=7
1:254  0:000  Choosing theme <null string>
1:254  0:000  Custom entries start
1:254  0:000  Custom entries finish
1:254  0:000  Scanning loaders...
1:254  0:000   0: 'Whole Disc Boot' no file system
1:254  0:000   1: 'EFI'
1:273  0:018    hiding entry: \EFI\BOOT\BOOTX64.efi
1:273  0:000   2: 'Yosemite'
1:346  0:072  Check if volume Is Hibernated:
1:346  0:000  Check sleep image 'by signature':
1:395  0:048  read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success
1:395  0:000  SleepImage name from pref: ImageVolume = 'Yosemite', ImageName = '\private\var\vm\sleepimage'
1:407  0:012   sleepimage not found -> Not Found
1:407  0:000   hibernated: no - sign
1:439  0:031      Loader entry created for 'PcieRoot(0x0)\Pci(0x1F,0x2)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(2,GPT,8D03CB88-7AC9-4CAF-9E72-3C2EE71E2B09,0x64028,0x3A1EB880)\System\Library\CoreServices\boot.efi'
1:442  0:002   3: 'Recovery HD'
1:480  0:038      Loader entry created for 'PcieRoot(0x0)\Pci(0x1F,0x2)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(3,GPT,03465199-401C-4018-BFC4-B203F34632B8,0x3A24F8A8,0x135F20)\com.apple.recovery.boot\boot.efi'
1:481  0:000  Custom legacy start
1:481  0:000  Custom legacy end
1:481  0:000  Custom tool start
1:481  0:000  Custom tool end
1:482  0:001  GetEfiBootDeviceFromNvram: efi-boot-device-data not found
1:482  0:000  EfiBootVolume not found
1:482  0:000   found entry 0. 'Boot Mac OS X from Yosemite', Volume 'Yosemite', DevicePath 'PcieRoot(0x0)\Pci(0x1F,0x2)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(2,GPT,8D03CB88-7AC9-4CAF-9E72-3C2EE71E2B09,0x64028,0x3A1EB880)\System\Library\CoreServices\boot.efi'
1:482  0:000  DefaultIndex=0 and MainMenu.EntryCount=6
1:595  0:113  GUI ready
3:635  2:039  StartLoader() start
3:635  0:000  Finally: Bus=333295kHz CPU=2999MHz
3:635  0:000  Kernel and Kext Patches:
3:635  0:000   Allowed: y
3:635  0:000   Debug: n
3:635  0:000   KernelCpu: n
3:635  0:000   Lapic: n
3:635  0:000   AICPUPM: y
3:635  0:000   AppleRTC: y
3:635  0:000   KernelPm: n
3:635  0:000   FakeCPUID: 0x0
3:635  0:000   ATIController: <null string>
3:635  0:000   ATIDataLength: 0
3:635  0:000   0 Kexts to load
3:635  0:000   1 Kexts to patch
3:635  0:000     KextPatch[0]: 8 bytes, AppleAHCIPort
3:635  0:000  Loading boot.efi
3:729  0:093  insert table 9 for dev 0:0
3:729  0:000  insert table 9 for dev 0:0
3:729  0:000  Channels: 1
3:729  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:729  0:000  SMBIOS Type 17 Index = 0 => 0 0:
3:729  0:000  BANK0 DIMM0 EMPTY
3:729  0:000  SMBIOS Type 17 Index = 1 => 1 1:
3:729  0:000  BANK0 DIMM1 EMPTY
3:729  0:000  SMBIOS Type 17 Index = 2 => 2 2:
3:729  0:000  BANK0 DIMM2 800MHz 2048MB
3:729  0:000  mTotalSystemMemory = 2048
3:729  0:000  SMBIOS Type 17 Index = 3 => 3 3:
3:729  0:000  BANK0 DIMM3 800MHz 2048MB
3:729  0:000  mTotalSystemMemory = 4096
3:729  0:000  NumberOfMemoryDevices = 4
3:729  0:000  Type20[0]->End = 0x0, Type17[2] = 0x800
3:729  0:000  Type20[1]->End = 0x0, Type17[3] = 0x1800
3:729  0:000  RSDT 0xDFEE2040
3:729  0:000  FADT from RSDT: 0xDFEE20C0
3:729  0:000  Error! Xsdt is not found!!! Creating new one
3:729  0:000  RsdPointer is Acpi 1.0 - creating new one Acpi 2.0
3:729  0:000  RsdPointer Acpi 2.0 installed
3:729  0:000  RSDT entry = 0xDFEE20C0
3:729  0:000  RSDT entry = 0xDFEE6E00
3:729  0:000  RSDT entry = 0xDFEE6E80
3:729  0:000  RSDT entry = 0xDFEE6EC0
3:729  0:000  RSDT entry = 0xDFEE7420
3:729  0:000  RSDT entry = 0xDFEE6D00
3:729  0:000  RSDT entry = 0xDFEEE150
3:729  0:000  RSDT entry = 0xDFEEE2E0
3:729  0:000  RSDT entry = 0xDFEEE470
3:729  0:000  RSDT entry = 0xDFEEE600
3:729  0:000  RSDT entry = 0xDFEEE790
3:729  0:000  Xsdt reallocation done
3:729  0:000  old FADT length=74
3:729  0:000  Found OperationRegion(SMOD, SystemMemory, FF840, ...)
3:729  0:000  Found OperationRegion(RCRB, SystemMemory, FED1C000, ...)
3:729  0:000  Found OperationRegion(ELKM, SystemMemory, FFFEA, ...)
3:729  0:000  Found OperationRegion(EXTM, SystemMemory, FF830, ...)
3:729  0:000  Found OperationRegion(INFO, SystemMemory, FF840, ...)
3:729  0:000  DSDT found in Clover volume OEM folder: EFI\CLOVER\ACPI\patched\dsdt.aml
3:731  0:001  page is allocated, write DSDT into
3:731  0:000  Apply DsdtFixMask=0x00000000 old way
3:731  0:000     drop _DSM mask=0x0000
3:731  0:000  ========= Auto patch DSDT Starting ========
3:731  0:000  VideoCard devID=0x68991002
3:731  0:000  DisplayADR1[0] = 0x10000, DisplayADR2[0] = 0x0
3:731  0:000  USBADR[0] = 0x1A0000 and PCIe = 0xFFFE
3:731  0:000  USBADR[1] = 0x1A0001 and PCIe = 0xFFFE
3:731  0:000  USBADR[2] = 0x1A0002 and PCIe = 0xFFFE
3:731  0:000  USBADR[3] = 0x1A0007 and PCIe = 0xFFFE
3:743  0:012  USBADR[4] = 0x1D0000 and PCIe = 0xFFFE
3:743  0:000  USBADR[5] = 0x1D0001 and PCIe = 0xFFFE
3:744  0:000  USBADR[6] = 0x1D0002 and PCIe = 0xFFFE
3:744  0:000  USBADR[7] = 0x1D0007 and PCIe = 0xFFFE
3:744  0:000  first CPU found at 2A offset 2D
3:744  0:000  score candidate at 26
3:744  0:000  score inserted in acpi_cpu_score _PR_
3:744  0:000  Found ACPI CPU: CPU0 And CPU1 And CPU2 And CPU3 
  within the score: _PR_
3:744  0:000  Found PCIROOTUID = 0
3:744  0:000  ========= Auto patch DSDT Finished ========
3:744  0:000  Patch table: SSDT  Cpu0Cst
3:744  0:000   SSDT len = 0x18A
3:744  0:000  Patch table: SSDT  Cpu1Cst
3:744  0:000   SSDT len = 0x18A
3:744  0:000  Patch table: SSDT  Cpu2Cst
3:744  0:000   SSDT len = 0x18A
3:744  0:000  Patch table: SSDT  Cpu3Cst
3:744  0:000   SSDT len = 0x18A
3:744  0:000  Patch table: SSDT  CpuPm
3:744  0:000   SSDT len = 0x3AB
3:744  0:000  Drop tables from Xsdt, SIGN=XXXX TableID= Length=0
3:744  0:000   Xsdt has tables count=11 
3:744  0:000  corrected XSDT length=124
3:744  0:000   CPUBase=0 and ApicCPUBase=0 ApicCPUNum=4
3:744  0:000  Initial control=0x6000922
3:744  0:000  Maximum control=0x922
3:744  0:000  UnderVoltStep=0
3:744  0:000  PLimitDict=0
3:744  0:000  PStates count=7
3:744  0:000  SSDT with CPU P-States generated successfully
3:744  0:000  SSDT with CPU C-States generated successfully
3:744  0:000  EdidDiscovered size=128
3:744  0:000  00 | 00 FF FF FF FF FF FF 00 4C 2D C0 07 00 00 00 00 
3:744  0:000  16 | 2E 14 01 03 80 46 27 78 0A EE 91 A3 54 4C 99 26 
3:744  0:000  32 | 0F 50 54 BD EF 80 71 4F 81 00 81 40 81 80 95 00 
3:744  0:000  48 | 95 0F B3 00 A9 40 02 3A 80 18 71 38 2D 40 58 2C 
3:744  0:000  64 | 45 00 A0 5A 00 00 00 1E 66 21 50 B0 51 00 1B 30 
3:744  0:000  80 | 40 70 36 00 A0 5A 00 00 00 1E 00 00 00 FD 00 18 
3:744  0:000  96 | 4B 1A 51 17 00 0A 20 20 20 20 20 20 00 00 00 FC 
3:744  0:000  112 | 00 53 41 4D 53 55 4E 47 0A 20 20 20 20 20 01 7C 
3:744  0:000  ATI injection not set
3:745  0:000  USB Controller [8086:3A37] :: PcieRoot(0x0)\Pci(0x1A,0x0)
3:745  0:000  USB Controller [8086:3A38] :: PcieRoot(0x0)\Pci(0x1A,0x1)
3:745  0:000  USB Controller [8086:3A39] :: PcieRoot(0x0)\Pci(0x1A,0x2)
3:745  0:000  USB Controller [8086:3A3C] :: PcieRoot(0x0)\Pci(0x1A,0x7)
3:745  0:000  HDA Controller [8086:3A3E] :: PcieRoot(0x0)\Pci(0x1B,0x0) => codec not detected
3:757  0:012  LAN Controller [10EC:8168] :: PcieRoot(0x0)\Pci(0x1C,0x5)\Pci(0x0,0x0)
3:757  0:000  USB Controller [8086:3A34] :: PcieRoot(0x0)\Pci(0x1D,0x0)
3:757  0:000  USB Controller [8086:3A35] :: PcieRoot(0x0)\Pci(0x1D,0x1)
3:757  0:000  USB Controller [8086:3A36] :: PcieRoot(0x0)\Pci(0x1D,0x2)
3:757  0:000  USB Controller [8086:3A3A] :: PcieRoot(0x0)\Pci(0x1D,0x7)
3:757  0:000  stringlength = 3200
3:757  0:000  CurrentMode: Width=1280 Height=1024
3:757  0:000  FSInjection: skipping kext injection (not requested)
3:758  0:000  RemoveStartupDiskVolume:
3:758  0:000    * efi-boot-device = Not Found
3:758  0:000    * efi-boot-device-data = Not Found
3:758  0:000    * BootCampHD = Not Found
3:766  0:007  Custom boot is disabled
3:766  0:000  Closing log
If i set the Patchvbios flag i get 1920x1080, but pixelated and still black borders, very weird. Here is the log:
0:100  0:100  MemLog inited, TSC freq: 2999657540
0:100  0:000  LegacyRegion2: Chipset/proc: 0x2E208086
0:100  0:000   Intel Series 4 and similar (PAM 0x90-0x96)
0:100  0:000   Test PAM1=(0x41=90, 0x5a=00, 0x81=00, 0x91=11) at chipset 2E208086
0:100  0:000  , Install = Success
0:118  0:018  BiosVideoDriverBindingStart!
0:118  0:000  BiosVideoCheckForVbe
0:118  0:000  EdidOverride not found
0:145  0:026   Edid1+
0:145  0:000   found Detail Timing 1920x1080
0:145  0:000   found Detail Timing 1360x768
0:171  0:026   Edid0+
0:171  0:000   found Detail Timing 1920x1080
0:171  0:000  ... already present
0:171  0:000   found Detail Timing 1360x768
0:171  0:000  ... already present
0:176  0:004     0 1152x864 attr=BB - ok, edid+, working, highest, pref=0
0:176  0:000     1 1280x960 attr=BB - ok, edid+, working, highest, pref=1
0:176  0:000     2 640x480 attr=BB - ok, edid+, 640x480, working
0:177  0:000     3 800x600 attr=BB - ok, edid+, 800x600, working
0:177  0:000     4 1024x768 attr=BB - ok, edid+, 1024x768, working
0:177  0:000     5 1280x1024 attr=BB - ok, edid+, working, highest, pref=5
0:177  0:000     6 1400x1050 attr=BB - ok, edid-
0:179  0:002  BV new mode: 5 1280x1024
0:273  0:093   SetMode pref 5 (5) = Success
0:335  0:062  Found supported controller for BiosBlockIO class=010601
0:336  0:000  Int13Extensions: INT 13 41 DL=80 : CF=0 BX=AA55 CX=0005
0:336  0:000  GetDriveParameters: INT 13 48 DL=80 : CF=0 AH=00
0:336  0:000  BlockSize = 512  LastBlock = 976771054
0:839  0:503  
0:839  0:000  Now is 19.10.2014,  14:58:37 (GMT+2047)
0:839  0:000  Starting Clover rev 2953 on CLOVER EFI
0:839  0:000  SelfDevicePath=PcieRoot(0x0)\Pci(0x1F,0x2)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(1,GPT,9051073A-87EE-4A2B-B78F-A7CA48FE91E5,0x28,0x64000) @DF40D118
0:839  0:000  SelfDirPath = \EFI\CLOVER
0:839  0:000  Total Memory Slots Count = 4
0:839  0:000  Type 17 Index = 0
0:839  0:000  Ignoring insane frequency value 0MHz
0:839  0:000  SmbiosTable.Type17->Speed = 0
0:839  0:000  SmbiosTable.Type17->Size = 0
0:839  0:000  Type 17 Index = 1
0:839  0:000  Ignoring insane frequency value 0MHz
0:839  0:000  SmbiosTable.Type17->Speed = 0
0:839  0:000  SmbiosTable.Type17->Size = 0
0:839  0:000  Type 17 Index = 2
0:839  0:000  SmbiosTable.Type17->Speed = 800
0:839  0:000  SmbiosTable.Type17->Size = 2048
0:839  0:000  Type 17 Index = 3
0:839  0:000  SmbiosTable.Type17->Speed = 800
0:839  0:000  SmbiosTable.Type17->Size = 2048
0:839  0:000  Boot status=0
0:839  0:000  Clover revision: 2953  running on EP45-UD3L
0:839  0:000  ... with board EP45-UD3L
0:839  0:000  Clover load options size = 0 bytes
0:854  0:015  Using OEM config.plist at path: EFI\CLOVER\config.plist
0:855  0:000  EFI\CLOVER\config.plist loaded: Success
0:856  0:001  Loading early settings
0:856  0:000  timeout set to 1
0:856  0:000  Custom boot CUSTOM_BOOT_DISABLED (0x0)
0:856  0:000  KextsToPatch: 1 requested
0:856  0:000  KextToPatch 0: AppleAHCIPort (External icons patch) Kext bin patch, data len: 8
0:856  0:000  Default theme: metal
0:856  0:000  Hiding entries with string BOOTX64.EFI
0:856  0:000  LoadDrivers() start
0:856  0:000  Loading FSInject-64.efi
0:857  0:000  Video bios patch requested or CustomEDID - forcing video reconnect
0:857  0:000  1 drivers needs connecting ...
0:857  0:000  PlatformDriverOverrideProtocol not found. Installing ... Success
0:857  0:000  Video driver loaded: disconnect Success
0:923  0:066  VideoBiosPatchNativeFromEdid:
0:923  0:000   Bios: ATI, MasterDataTables: 0xCA7AC, std_vesa: 0xCA7F0, ati_mode_table: 0xCA7F4, mode_table_size: 0x1F8 BT_ATI_2
0:923  0:000   VideoBiosPatchInit(LegacyRegion = Not Found, LegacyRegion2 = Success) = Success
0:923  0:000   VideoBiosUnlock:  unlocked
0:923  0:000   Patching: BT_ATI_2
0:923  0:000   Parse Edid: descriptor block 0 is timing descriptor (h_active: 1920, v_active: 1080, h_sync_offset: 88, h_sync_width: 44, h_blanking: 280, v_blanking: 45, pixel_clock: 14850, v_sync_offset: 4, v_sync_width: 5)
0:923  0:000   mode 0 (320x200) patched to 1920x1080
0:923  0:000   VideoBiosLock: Success
0:930  0:006  BiosVideoDriverBindingStart!
0:930  0:000  BiosVideoCheckForVbe
0:930  0:000  EdidOverride not found
0:957  0:026   Edid1+
0:957  0:000   found Detail Timing 1920x1080
0:957  0:000   found Detail Timing 1360x768
0:984  0:026   Edid0+
0:984  0:000   found Detail Timing 1920x1080
0:984  0:000  ... already present
0:984  0:000   found Detail Timing 1360x768
0:984  0:000  ... already present
0:986  0:002     0 1920x1080 attr=BB - ok, edid+, working, highest, pref=0
0:988  0:002     1 1152x864 attr=BB - ok, edid+, working
0:989  0:000     2 1280x960 attr=BB - ok, edid+, working
0:989  0:000     3 640x480 attr=BB - ok, edid+, 640x480, working
0:989  0:000     4 800x600 attr=BB - ok, edid+, 800x600, working
0:989  0:000     5 1024x768 attr=BB - ok, edid+, 1024x768, working
0:989  0:000     6 1280x1024 attr=BB - ok, edid+, working
0:990  0:000     7 1400x1050 attr=BB - ok, edid-
0:992  0:002  BV new mode: 0 1920x1080
1:106  0:114   SetMode pref 0 (0) = Success
1:195  0:089  LoadDrivers() end
1:195  0:000  Console modes reported: 4, available modes:
1:195  0:000    Mode 1: 80x25
1:195  0:000    Mode 2: 80x50
1:195  0:000    Mode 3: 100x31
1:195  0:000    Mode 4: 240x56 (current mode)
1:196  0:000  reinit: self device path=PcieRoot(0x0)\Pci(0x1F,0x2)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(1,GPT,9051073A-87EE-4A2B-B78F-A7CA48FE91E5,0x28,0x64000)
1:196  0:000  new SelfHandle=DF40D118
1:196  0:000  CPU Vendor = 756E6547 Model=10676
1:196  0:000  The CPU not supported turbo
1:196  0:000  BrandString = Intel(R) Core(TM)2 Duo CPU     E8400  @ 3.00GHz
1:196  0:000  MSR dumps:
1:196  0:000   @0x00CD=804
1:196  0:000   @0x0198=61A092206000922
1:196  0:000  FSBFrequency=444MHz DMIvalue=333330kHz
1:196  0:000  Corrected FSBFrequency=333MHz
1:196  0:000  Vendor/Model/Stepping: 0x756E6547/0x17/0x6
1:196  0:000  Family/ExtFamily: 0x6/0x0
1:196  0:000  MaxDiv/MinDiv: 9.0/6
1:196  0:000  Turbo: 10/0/0/0
1:196  0:000  Features: 0xBFEBFBFF
1:196  0:000  Threads: 2
1:196  0:000  Cores: 1
1:196  0:000  FSB: 333 MHz
1:196  0:000  CPU: 4000 MHz
1:196  0:000  TSC: 4000 MHz
1:196  0:000  PIS: 1333 MHz
1:196  0:000  PCI (00|00:00.00) : 8086 2E20 class=060000
1:196  0:000  PCI (00|00:01.00) : 8086 2E21 class=060400
1:196  0:000  PCI (00|01:00.00) : 1002 6899 class=030000
1:196  0:000  Found Radeon model=ATI Radeon HD 5850 Series
1:196  0:000  PCI (00|01:00.01) : 1002 AA50 class=040300
1:196  0:000  PCI (00|00:1A.00) : 8086 3A37 class=0C0300
1:196  0:000  PCI (00|00:1A.01) : 8086 3A38 class=0C0300
1:196  0:000  PCI (00|00:1A.02) : 8086 3A39 class=0C0300
1:196  0:000  PCI (00|00:1A.07) : 8086 3A3C class=0C0320
1:196  0:000  PCI (00|00:1B.00) : 8086 3A3E class=040300
1:196  0:000  PCI (00|00:1C.00) : 8086 3A40 class=060400
1:196  0:000  PCI (00|00:1C.05) : 8086 3A4A class=060400
1:196  0:000  PCI (00|03:00.00) : 10EC 8168 class=020000
1:196  0:000  PCI (00|00:1D.00) : 8086 3A34 class=0C0300
1:196  0:000  PCI (00|00:1D.01) : 8086 3A35 class=0C0300
1:196  0:000  PCI (00|00:1D.02) : 8086 3A36 class=0C0300
1:196  0:000  PCI (00|00:1D.07) : 8086 3A3A class=0C0320
1:196  0:000  PCI (00|00:1E.00) : 8086 244E class=060401
1:196  0:000  PCI (00|00:1F.00) : 8086 3A18 class=060100
1:196  0:000  PCI (00|00:1F.02) : 8086 3A22 class=010601
1:196  0:000  PCI (00|00:1F.03) : 8086 3A30 class=0C0500
1:196  0:000  ScanSPD() start
1:196  0:000  SMBus CmdReg: 0x3
1:196  0:000  Scanning SMBus [8086:3A30], mmio: 0xFDFFC004, ioport: 0x500, hostc: 0x1
1:227  0:030  SPD[2]: Type 8 @0x52 
1:237  0:010  DDR speed 800MHz 
1:237  0:000  Slot: 2 Type 19 2048MB 800MHz Vendor=Corsair PartNo=CM2X2048-6400C5 SerialNo=0000000000000000 
1:252  0:014  SPD[3]: Type 8 @0x53 
1:262  0:010  DDR speed 800MHz 
1:262  0:000  Slot: 3 Type 19 2048MB 800MHz Vendor=Corsair PartNo=CM2X2048-6400C5 SerialNo=0000000000000000 
1:423  0:160  ScanSPD() end
1:427  0:004  Get Acpi Tables List from RSDT:
1:427  0:000   Found table: FACP  GBTUACPI len=116
1:427  0:000   Found table: HPET  GBTUACPI len=56
1:427  0:000   Found table: MCFG  GBTUACPI len=60
1:427  0:000   Found table: EUDS   len=1376
1:427  0:000   Found table: TAMG  GBT   B0 len=26306
1:427  0:000   Found table: APIC  GBTUACPI len=132
1:427  0:000   Found table: SSDT  Cpu0Cst len=394
1:427  0:000   Found table: SSDT  Cpu1Cst len=394
1:427  0:000   Found table: SSDT  Cpu2Cst len=394
1:427  0:000   Found table: SSDT  Cpu3Cst len=394
1:427  0:000   Found table: SSDT  CpuPm len=939
1:427  0:000  Calibrated TSC frequency =2999657540 =2999MHz
1:427  0:000  Loading main settings
1:427  0:000  USB FixOwnership: true
1:427  0:000  Error in Second part of settings0: Not Found
1:427  0:000  Oem smbios.plist not found at path: EFI\CLOVER\smbios.plist
1:427  0:000  smbios.plist not found, not overriding config.plist
1:427  0:000  found 4 volumes with blockIO
1:427  0:000   0. Volume:
1:427  0:000    PcieRoot(0x0)\Pci(0x1F,0x2)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)
1:428  0:000    Result of bootcode detection: bootable <null string> (<null string>)
1:428  0:000    Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID = <null guid>
1:428  0:000   1. Volume:
1:428  0:000    PcieRoot(0x0)\Pci(0x1F,0x2)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(1,GPT,9051073A-87EE-4A2B-B78F-A7CA48FE91E5,0x28,0x64000)
1:429  0:000    Result of bootcode detection: bootable Clover (clover)
1:429  0:000    Volume 'EFI', LegacyOS 'Clover', LegacyIcon(s) 'clover', GUID = 9051073A-87EE-4A2B-B78F-A7CA48FE91E5
1:429  0:000    This is SelfVolume !!
1:429  0:000   2. Volume:
1:429  0:000    PcieRoot(0x0)\Pci(0x1F,0x2)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(2,GPT,8D03CB88-7AC9-4CAF-9E72-3C2EE71E2B09,0x64028,0x3A1EB880)
1:430  0:000    Volume 'Yosemite', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 8D03CB88-7AC9-4CAF-9E72-3C2EE71E2B09
1:430  0:000   3. Volume:
1:430  0:000    PcieRoot(0x0)\Pci(0x1F,0x2)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(3,GPT,03465199-401C-4018-BFC4-B203F34632B8,0x3A24F8A8,0x135F20)
1:431  0:000    Volume 'Recovery HD', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 03465199-401C-4018-BFC4-B203F34632B8
1:431  0:000  Searching volumes for latest nvram.plist ...
1:431  0:000    1. Volume 'EFI', GUID = 9051073A-87EE-4A2B-B78F-A7CA48FE91E5 - no nvram.plist - skipping!
1:431  0:000    2. Volume 'Yosemite', GUID = 8D03CB88-7AC9-4CAF-9E72-3C2EE71E2B09 - no nvram.plist - skipping!
1:436  0:005    3. Volume 'Recovery HD', GUID = 03465199-401C-4018-BFC4-B203F34632B8 - no nvram.plist - skipping!
1:436  0:000   nvram.plist not found!
1:436  0:000  PutNvramPlistToRtVars: nvram.plist not found
1:436  0:000  Invalidating BuiltinIcons...
1:436  0:000  no themes available, using embedded
1:436  0:000  Font 0 prepared WxH=7x12 CharWidth=7
1:436  0:000  Choosing theme <null string>
1:436  0:000  Custom entries start
1:436  0:000  Custom entries finish
1:436  0:000  Scanning loaders...
1:436  0:000   0: 'Whole Disc Boot' no file system
1:436  0:000   1: 'EFI'
1:455  0:018    hiding entry: \EFI\BOOT\BOOTX64.efi
1:455  0:000   2: 'Yosemite'
1:511  0:056  Check if volume Is Hibernated:
1:511  0:000  Check sleep image 'by signature':
1:552  0:040  read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success
1:552  0:000  SleepImage name from pref: ImageVolume = 'Yosemite', ImageName = '\private\var\vm\sleepimage'
1:564  0:012   sleepimage not found -> Not Found
1:564  0:000   hibernated: no - sign
1:596  0:031      Loader entry created for 'PcieRoot(0x0)\Pci(0x1F,0x2)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(2,GPT,8D03CB88-7AC9-4CAF-9E72-3C2EE71E2B09,0x64028,0x3A1EB880)\System\Library\CoreServices\boot.efi'
1:599  0:003   3: 'Recovery HD'
1:637  0:037      Loader entry created for 'PcieRoot(0x0)\Pci(0x1F,0x2)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(3,GPT,03465199-401C-4018-BFC4-B203F34632B8,0x3A24F8A8,0x135F20)\com.apple.recovery.boot\boot.efi'
1:638  0:001  Custom legacy start
1:638  0:000  Custom legacy end
1:638  0:000  Custom tool start
1:638  0:000  Custom tool end
1:639  0:001  GetEfiBootDeviceFromNvram: efi-boot-device-data not found
1:639  0:000  EfiBootVolume not found
1:639  0:000   found entry 0. 'Boot Mac OS X from Yosemite', Volume 'Yosemite', DevicePath 'PcieRoot(0x0)\Pci(0x1F,0x2)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(2,GPT,8D03CB88-7AC9-4CAF-9E72-3C2EE71E2B09,0x64028,0x3A1EB880)\System\Library\CoreServices\boot.efi'
1:639  0:000  DefaultIndex=0 and MainMenu.EntryCount=6
1:816  0:176  GUI ready
13:210  11:394  BootOption of the entry is empty
13:210  0:000  StartLoader() start
13:210  0:000  Finally: Bus=333295kHz CPU=2999MHz
13:210  0:000  Kernel and Kext Patches:
13:210  0:000   Allowed: y
13:210  0:000   Debug: n
13:210  0:000   KernelCpu: n
13:210  0:000   Lapic: n
13:210  0:000   AICPUPM: y
13:210  0:000   AppleRTC: y
13:210  0:000   KernelPm: n
13:210  0:000   FakeCPUID: 0x0
13:210  0:000   ATIController: <null string>
13:210  0:000   ATIDataLength: 0
13:210  0:000   0 Kexts to load
13:210  0:000   1 Kexts to patch
13:210  0:000     KextPatch[0]: 8 bytes, AppleAHCIPort
13:210  0:000  Loading boot.efi
13:355  0:144  insert table 9 for dev 0:0
13:355  0:000  insert table 9 for dev 0:0
13:356  0:000  Channels: 1
13:356  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
13:356  0:000  SMBIOS Type 17 Index = 0 => 0 0:
13:356  0:000  BANK0 DIMM0 EMPTY
13:356  0:000  SMBIOS Type 17 Index = 1 => 1 1:
13:356  0:000  BANK0 DIMM1 EMPTY
13:356  0:000  SMBIOS Type 17 Index = 2 => 2 2:
13:356  0:000  BANK0 DIMM2 800MHz 2048MB
13:356  0:000  mTotalSystemMemory = 2048
13:356  0:000  SMBIOS Type 17 Index = 3 => 3 3:
13:356  0:000  BANK0 DIMM3 800MHz 2048MB
13:356  0:000  mTotalSystemMemory = 4096
13:356  0:000  NumberOfMemoryDevices = 4
13:356  0:000  Type20[0]->End = 0x0, Type17[2] = 0x800
13:356  0:000  Type20[1]->End = 0x0, Type17[3] = 0x1800
13:356  0:000  RSDT 0xDFEE2040
13:356  0:000  FADT from RSDT: 0xDFEE20C0
13:356  0:000  Error! Xsdt is not found!!! Creating new one
13:356  0:000  RsdPointer is Acpi 1.0 - creating new one Acpi 2.0
13:356  0:000  RsdPointer Acpi 2.0 installed
13:356  0:000  RSDT entry = 0xDFEE20C0
13:356  0:000  RSDT entry = 0xDFEE6E00
13:356  0:000  RSDT entry = 0xDFEE6E80
13:356  0:000  RSDT entry = 0xDFEE6EC0
13:356  0:000  RSDT entry = 0xDFEE7420
13:356  0:000  RSDT entry = 0xDFEE6D00
13:356  0:000  RSDT entry = 0xDFEEE150
13:356  0:000  RSDT entry = 0xDFEEE2E0
13:356  0:000  RSDT entry = 0xDFEEE470
13:356  0:000  RSDT entry = 0xDFEEE600
13:356  0:000  RSDT entry = 0xDFEEE790
13:356  0:000  Xsdt reallocation done
13:356  0:000  old FADT length=74
13:356  0:000  Found OperationRegion(SMOD, SystemMemory, FF840, ...)
13:356  0:000  Found OperationRegion(RCRB, SystemMemory, FED1C000, ...)
13:356  0:000  Found OperationRegion(ELKM, SystemMemory, FFFEA, ...)
13:356  0:000  Found OperationRegion(EXTM, SystemMemory, FF830, ...)
13:356  0:000  Found OperationRegion(INFO, SystemMemory, FF840, ...)
13:356  0:000  DSDT found in Clover volume OEM folder: EFI\CLOVER\ACPI\patched\dsdt.aml
13:358  0:002  page is allocated, write DSDT into
13:358  0:000  Apply DsdtFixMask=0x00000000 old way
13:358  0:000     drop _DSM mask=0x0000
13:359  0:000  ========= Auto patch DSDT Starting ========
13:359  0:000  VideoCard devID=0x68991002
13:359  0:000  DisplayADR1[0] = 0x10000, DisplayADR2[0] = 0x0
13:359  0:000  USBADR[0] = 0x1A0000 and PCIe = 0xFFFE
13:359  0:000  USBADR[1] = 0x1A0001 and PCIe = 0xFFFE
13:359  0:000  USBADR[2] = 0x1A0002 and PCIe = 0xFFFE
13:359  0:000  USBADR[3] = 0x1A0007 and PCIe = 0xFFFE
13:373  0:013  USBADR[4] = 0x1D0000 and PCIe = 0xFFFE
13:373  0:000  USBADR[5] = 0x1D0001 and PCIe = 0xFFFE
13:373  0:000  USBADR[6] = 0x1D0002 and PCIe = 0xFFFE
13:373  0:000  USBADR[7] = 0x1D0007 and PCIe = 0xFFFE
13:373  0:000  first CPU found at 2A offset 2D
13:373  0:000  score candidate at 26
13:373  0:000  score inserted in acpi_cpu_score _PR_
13:373  0:000  Found ACPI CPU: CPU0 And CPU1 And CPU2 And CPU3 
  within the score: _PR_
13:373  0:000  Found PCIROOTUID = 0
13:373  0:000  ========= Auto patch DSDT Finished ========
13:373  0:000  Patch table: SSDT  Cpu0Cst
13:373  0:000   SSDT len = 0x18A
13:373  0:000  Patch table: SSDT  Cpu1Cst
13:373  0:000   SSDT len = 0x18A
13:373  0:000  Patch table: SSDT  Cpu2Cst
13:373  0:000   SSDT len = 0x18A
13:373  0:000  Patch table: SSDT  Cpu3Cst
13:373  0:000   SSDT len = 0x18A
13:373  0:000  Patch table: SSDT  CpuPm
13:373  0:000   SSDT len = 0x3AB
13:373  0:000  Drop tables from Xsdt, SIGN=XXXX TableID= Length=0
13:373  0:000   Xsdt has tables count=11 
13:373  0:000  corrected XSDT length=124
13:373  0:000   CPUBase=0 and ApicCPUBase=0 ApicCPUNum=4
13:373  0:000  Initial control=0x6000922
13:373  0:000  Maximum control=0x922
13:373  0:000  UnderVoltStep=0
13:373  0:000  PLimitDict=0
13:373  0:000  PStates count=7
13:374  0:000  SSDT with CPU P-States generated successfully
13:374  0:000  SSDT with CPU C-States generated successfully
13:374  0:000  EdidDiscovered size=128
13:374  0:000  00 | 00 FF FF FF FF FF FF 00 4C 2D C0 07 00 00 00 00 
13:374  0:000  16 | 2E 14 01 03 80 46 27 78 0A EE 91 A3 54 4C 99 26 
13:374  0:000  32 | 0F 50 54 BD EF 80 71 4F 81 00 81 40 81 80 95 00 
13:374  0:000  48 | 95 0F B3 00 A9 40 02 3A 80 18 71 38 2D 40 58 2C 
13:374  0:000  64 | 45 00 A0 5A 00 00 00 1E 66 21 50 B0 51 00 1B 30 
13:374  0:000  80 | 40 70 36 00 A0 5A 00 00 00 1E 00 00 00 FD 00 18 
13:374  0:000  96 | 4B 1A 51 17 00 0A 20 20 20 20 20 20 00 00 00 FC 
13:374  0:000  112 | 00 53 41 4D 53 55 4E 47 0A 20 20 20 20 20 01 7C 
13:374  0:000  ATI injection not set
13:374  0:000  USB Controller [8086:3A37] :: PcieRoot(0x0)\Pci(0x1A,0x0)
13:374  0:000  USB Controller [8086:3A38] :: PcieRoot(0x0)\Pci(0x1A,0x1)
13:374  0:000  USB Controller [8086:3A39] :: PcieRoot(0x0)\Pci(0x1A,0x2)
13:374  0:000  USB Controller [8086:3A3C] :: PcieRoot(0x0)\Pci(0x1A,0x7)
13:374  0:000  HDA Controller [8086:3A3E] :: PcieRoot(0x0)\Pci(0x1B,0x0) => codec not detected
13:388  0:013  LAN Controller [10EC:8168] :: PcieRoot(0x0)\Pci(0x1C,0x5)\Pci(0x0,0x0)
13:388  0:000  USB Controller [8086:3A34] :: PcieRoot(0x0)\Pci(0x1D,0x0)
13:388  0:000  USB Controller [8086:3A35] :: PcieRoot(0x0)\Pci(0x1D,0x1)
13:388  0:000  USB Controller [8086:3A36] :: PcieRoot(0x0)\Pci(0x1D,0x2)
13:388  0:000  USB Controller [8086:3A3A] :: PcieRoot(0x0)\Pci(0x1D,0x7)
13:389  0:000  stringlength = 3200
13:389  0:000  CurrentMode: Width=1920 Height=1080
13:389  0:000  FSInjection: skipping kext injection (not requested)
13:389  0:000  RemoveStartupDiskVolume:
13:389  0:000    * efi-boot-device = Not Found
13:389  0:000    * efi-boot-device-data = Not Found
13:389  0:000    * BootCampHD = Not Found
13:405  0:015  Custom boot is disabled
13:405  0:000  Closing log
 
Do you know something about this?
Thanks

 

Bump

Link to comment
Share on other sites

In the config.plist

	<key>Devices</key>
	<dict>
		<key>Audio</key>
		<dict>
			<key>ResetHDA</key>
			<true/>
			<key>Inject</key>
			<string>0x0887</string>
		</dict>

Is this very hard to discover?

Confirmed: Devices/Audio/Inject/1 solves the problem.

 

Saw this for the first time yesterday (2x, 3x w/magnifico) on 2953/1150. No problem with any previous version of Clover. Did the algorithm change recently? 

so for me is 0x01150 ?

1150 is 0x0900.

Link to comment
Share on other sites

Sergey this string about alc 887

<string>0x0887</string>

so for me is 0x01150 ?

No, your string is 0x047E  :yes:

Or as Toleda said

Confirmed: Devices/Audio/Inject/1 solves the problem.

 

Saw this for the first time yesterday (2x, 3x w/magnifico) on 2953/1150. No problem with any previous version of Clover. Did the algorithm change recently? 

1150 is 0x0900.

 

I don't know if the algo change so significantly to not detect codec. For my mind if it detected early then it detects now. If not then not.

Thanks Slice ! So according to you my real bus frequency might just be 181000kHz and so anything above this messes the event clock and causes audio issues. I wonder whether this occurs in any newer CPU’s.

I didn't say I know your real frequency. I said you should set some value manually for the best OS working.

Link to comment
Share on other sites

 

I didn't say I know your real frequency. I said you should set some value manually for the best OS working.

 

Of course, rephrasing it. My real frequency could be 181,000kHz cause that’s when my system is most stable. Thanks slice !

Link to comment
Share on other sites

×
×
  • Create New...