Jump to content

Clover General discussion


ErmaC
29,868 posts in this topic

Recommended Posts

Hi Slice, I would like to know if it is a normal behaviour that I have these flags set when in my config.plist I have not configured with this flags?

Clover version is 3716 My cpu is a Broadwell EP Xeon 2696 v4

 

Edit same behaviour with clover 3726

Hello there,

 

I hope you don't mind if I will answer to your question.

 

The default value for the GeneratePS/CS states and EnableC6 options are set to true when the CPU Model is equal or bigger than Ivy Bridge and nothing is set in the config.plist file.

if (gCPUStructure.Model >= CPU_MODEL_IVY_BRIDGE) {
    gSettings.GeneratePStates    = TRUE;
    gSettings.GenerateCStates    = TRUE;
    //  gSettings.EnableISS          = FALSE;
    //  gSettings.EnableC2           = TRUE;
    gSettings.EnableC6           = TRUE;
    gSettings.PluginType         = 1;

    if (gCPUStructure.Model == CPU_MODEL_IVY_BRIDGE) {
      gSettings.MinMultiplier    = 7;
    }
    //  gSettings.DoubleFirstState   = FALSE;
    gSettings.DropSSDT           = TRUE;
    gSettings.C3Latency          = 0x00FA;
  }

The Broadwell EP does not exist in the CPU model definition but I suppose it's recognised as different Broadwell Model which has a higher hex value than the Ivy Bridge model.

 

Best regards.

  • Like 1
Link to comment
Share on other sites

Hi Needy

No, I don't mind and I am grateful for your answer

I am using a FakeCpuid to boot as advised by pikeralpha, but a this moment I can't resolve this error message X86PlatformShim::start - Failed to send stepper and it seems that I have generated other PM ssdt other than one I would like to use present in clover/acpi/patched folder

I'm not familiar with that error.

 

Set the mentioned options to false in the config.plist file, remove the bad SSDT tables, generate new good ones and put them in the directory you mentioned.

 

Best of luck.

Link to comment
Share on other sites

 

@ Needy

Hi

Is it possible to set in SMBios System-Type parameters?

I remember something like:

 

<key>Server</key>

<true/>
but it does not work in Smbios secton
Thank you

 

I don't think there's such an option.

 

However, clover automatically detects if it's a regular or a server version of MacOS.

CHAR16* SystemPlists[] = { L"\\System\\Library\\CoreServices\\SystemVersion.plist", // OS X Regular
  L"\\System\\Library\\CoreServices\\ServerVersion.plist", // OS X Server
  NULL };

if (OSTYPE_IS_OSX(Entry->LoaderType)) {
    // Detect exact version for Mac OS X Regular/Server
    i = 0;
    while (SystemPlists[i] != NULL && !FileExists(Entry->Volume->RootDir, SystemPlists[i])) {
      i++;
    }

    if (SystemPlists[i] != NULL) { // found OSX System
      Status = egLoadFile (Entry->Volume->RootDir, SystemPlists[i], (UINT8 **)&PlistBuffer, &PlistLen);
      if (!EFI_ERROR (Status) && PlistBuffer != NULL && ParseXML (PlistBuffer, &Dict, 0) == EFI_SUCCESS) {
        Prop = GetProperty (Dict, "ProductVersion");
        if (Prop != NULL && Prop->string != NULL && Prop->string[0] != '\0') {
          OSVersion = AllocateCopyPool (AsciiStrSize (Prop->string), Prop->string);
        }
        Prop = GetProperty (Dict, "ProductBuildVersion");
        if (Prop != NULL && Prop->string != NULL && Prop->string[0] != '\0') {
          Entry->BuildVersion = AllocateCopyPool (AsciiStrSize (Prop->string), Prop->string);
        }
      }
    }
  }

Below is a sample of the config.plist file with every option that's possible.

 

Best regards.

 

config-sample.plist.zip

Link to comment
Share on other sites

I get the same screen after selecting to boot OSX using a config.plist with Clover DSDT autopatching enabled....

 

 

 

C1zXVCj.jpg

<?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">
	<key>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Debug</key>
			<false/>
			<key>DropOEM_DSM</key>
			<false/>
			<key>Fixes</key>
			<dict>
				<key>AddDTGP_0001</key>
				<true/>
				<key>FixAirport_4000</key>
				<true/>
				<key>FixDarwin_0002</key>
				<true/>
				<key>FixDisplay_0100</key>
				<true/>
				<key>FixHDA_8000</key>
				<true/>
				<key>FixHPET_0010</key>
				<true/>
				<key>FixIPIC_0040</key>
				<true/>
				<key>FixLAN_2000</key>
				<true/>
				<key>FixSATA_0400</key>
				<true/>
				<key>FixShutdown_0004</key>
				<true/>
				<key>FixUSB_1000</key>
				<true/>
			</dict>
			<key>ReuseFFFF</key>
			<false/>
		</dict>

 

 

 

Details of System

  • System Desktop GA P55aUD3/Intel i5-750/ATI HD5770
  • Clover legacy boot r3561.  Same problem if I replace CLOVERX64.efi with older revision r3469.  However r3368 and older (r3259) boot successfully.   Clover r3561 also boots successfully on the system if I use a manually patched DSDT in /ACPI/patched
  • Note the third stage "boot" file was boot6 from r3561 in all tests above.

 

If I change the "boot file" to boot6 from r3368, I get a hanging blank screen instead of a screen with orange text.

 

Debug log from unsuccessful boot with CLOVERX64.efi_r3561 attached.

 

 

Same issue persists with r3566 using config.plist with Clover DSDT autopatching enabled....boots OK using config.plist with only manually patched DSDT.

The "X64 Exception Type" error when using Clover's DSDT auto-patching on my system was eliminated by using CloverX64 compiled with gcc49 instead of xcode (like official build)...

 

 

0:100  0:100  MemLog inited, TSC freq: 2664769197

0:100  0:000  LegacyRegion2: Chipset/proc: 0xD1318086

0:100  0:000   Core i7 processors (PAM 0x40-0x47)

0:100  0:000   Test PAM1=(0x41=11, 0x5a=00, 0x81=0D, 0x91=11) at chipset D1318086

0:100  0:000  , Install = Success

0:112  0:012  BiosVideoDriverBindingStart!

0:112  0:000  BiosVideoCheckForVbe

0:112  0:000  EdidOverride not found

0:145  0:033   Edid1+

0:145  0:000   found Detail Timing 1920x1200

0:178  0:033   Edid0+

0:178  0:000   found Detail Timing 1920x1200

0:178  0:000  ... already present

0:186  0:007     0 1152x864 attr=BB - ok, edid+, working, highest, pref=0

0:186  0:000     1 1280x960 attr=BB - ok, edid-

0:187  0:000     2 640x480 attr=BB - ok, edid+, 640x480, working

0:187  0:000     3 800x600 attr=BB - ok, edid+, 800x600, working

0:187  0:000     4 1024x768 attr=BB - ok, edid+, 1024x768, working

0:187  0:000     5 1280x1024 attr=BB - ok, edid+, working, highest, pref=5

0:189  0:001     6 1400x1050 attr=BB - ok, edid-

0:190  0:001     7 1600x1200 attr=BB - ok, edid+, working, highest, pref=7

0:194  0:004  BV new mode: 7 1600x1200

0:423  0:228   SetMode pref 7 (7) = Success

0:692  0:269  Found supported controller for BiosBlockIO class=010601

0:692  0:000  Int13Extensions: INT 13 41 DL=80 : CF=0 BX=AA55 CX=0005

0:692  0:000  GetDriveParameters: INT 13 48 DL=80 : CF=0 AH=00

0:692  0:000  BlockSize = 512  LastBlock = 234441647

0:693  0:000  Int13Extensions: INT 13 41 DL=81 : CF=0 BX=AA55 CX=0005

0:693  0:000  GetDriveParameters: INT 13 48 DL=81 : CF=0 AH=00

0:693  0:000  BlockSize = 512  LastBlock = -387938129

1:265  0:572  

1:265  0:000  Now is 6.9.2016,  10:57:53 (GMT)

1:265  0:000  Starting Clover revision: 3728 on CLOVER EFI

1:265  0:000  Build with: [Args: ./ebuild.sh -gcc49 -D USE_APPLE_HFSPLUS_DRIVER -D DISABLE_USB_SUPPORT --x64-mcp | Command: build -D USE_APPLE_HFSPLUS_DRIVER -D DISABLE_USB_SUPPORT -D USE_BIOS_BLOCKIO -D USE_LOW_EBDA -p Clover/Clover.dsc -a X64 -b RELEASE -t GCC49 -n 5 | OS: 10.10.5]

1:265  0:000  SelfDevicePath=PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,81)\HD(1,GPT,1B386756-0922-4B96-BD59-1FC3B79E189E,0x800,0x64000) @DDD58118

1:265  0:000  SelfDirPath = \EFI\CLOVER

1:265  0:000  === [ Get Smbios ] ========================================

1:265  0:000  Total Memory Slots Count = 4

1:265  0:000  Type 17 Index = 0

1:265  0:000  SmbiosTable.Type17->Speed = 1333MHz

1:265  0:000  SmbiosTable.Type17->Size = 2048MB

1:265  0:000  SmbiosTable.Type17->Bank/Device = Bank0/1 A0

1:265  0:000  SmbiosTable.Type17->Vendor =  

1:265  0:000  SmbiosTable.Type17->SerialNumber =  

1:265  0:000  SmbiosTable.Type17->PartNumber =  

1:265  0:000  Type 17 Index = 1

1:265  0:000  Ignoring insane frequency value 0MHz

1:265  0:000  SmbiosTable.Type17->Speed = 0MHz

1:265  0:000  SmbiosTable.Type17->Size = 0MB

1:265  0:000  SmbiosTable.Type17->Bank/Device = Bank2/3 A1

1:265  0:000  SmbiosTable.Type17->Vendor = <null string>

1:265  0:000  SmbiosTable.Type17->SerialNumber = <null string>

1:265  0:000  SmbiosTable.Type17->PartNumber = <null string>

1:265  0:000  Type 17 Index = 2

1:265  0:000  SmbiosTable.Type17->Speed = 1333MHz

1:265  0:000  SmbiosTable.Type17->Size = 2048MB

1:265  0:000  SmbiosTable.Type17->Bank/Device = Bank4/5 A2

1:265  0:000  SmbiosTable.Type17->Vendor =  

1:265  0:000  SmbiosTable.Type17->SerialNumber =  

1:265  0:000  SmbiosTable.Type17->PartNumber =  

1:265  0:000  Type 17 Index = 3

1:265  0:000  Ignoring insane frequency value 0MHz

1:265  0:000  SmbiosTable.Type17->Speed = 0MHz

1:265  0:000  SmbiosTable.Type17->Size = 0MB

1:265  0:000  SmbiosTable.Type17->Bank/Device = Bank6/7 A3

1:265  0:000  SmbiosTable.Type17->Vendor = <null string>

1:265  0:000  SmbiosTable.Type17->SerialNumber = <null string>

1:265  0:000  SmbiosTable.Type17->PartNumber = <null string>

1:265  0:000  Boot status=0

1:265  0:000  Running on: 'P55A-UD3' with board 'P55A-UD3'

1:265  0:000  === [ GetCPUProperties ] ==================================

1:265  0:000  CPU Vendor = 756E6547 Model=106E5

1:265  0:000  got cores from CPUID_1 = 0

1:265  0:000  The CPU supported turbo

1:265  0:000  BrandString = Intel® Core i5 CPU         750  @ 2.67GHz

1:265  0:000  FSBFrequency=140MHz DMIvalue=133330kHz

1:265  0:000  Corrected FSBFrequency=133MHz

1:265  0:000  Vendor/Model/Stepping: 0x756E6547/0x1E/0x5

1:265  0:000  Family/ExtFamily: 0x6/0x0

1:265  0:000  MaxDiv/MinDiv: 20.0/9

1:265  0:000  Turbo: 21/21/24/24

1:265  0:000  Features: 0xBFEBFBFF

1:265  0:000  Threads: 4

1:265  0:000  Cores: 4

1:265  0:000  FSB: 133 MHz

1:265  0:000  CPU: 2800 MHz

1:265  0:000  TSC: 2800 MHz

1:265  0:000  PIS: 533 MHz

1:265  0:000  === [ GetDevices ] ========================================

1:265  0:000  PCI (00|00:00.00) : 8086 D131 class=060000

1:265  0:000  PCI (00|00:03.00) : 8086 D138 class=060400

1:265  0:000  PCI (00|01:00.00) : 1002 68B8 class=030000

1:265  0:000   - GFX: Model=ATI Radeon HD 5770 Series (ATI/AMD)

1:265  0:000  PCI (00|01:00.01) : 1002 AA58 class=040300

1:265  0:000   - HDMI Audio:

1:265  0:000  PCI (00|00:08.00) : 8086 D155 class=088000

1:265  0:000  PCI (00|00:08.01) : 8086 D156 class=088000

1:265  0:000  PCI (00|00:08.02) : 8086 D157 class=088000

1:265  0:000  PCI (00|00:08.03) : 8086 D158 class=088000

1:265  0:000  PCI (00|00:10.00) : 8086 D150 class=088000

1:265  0:000  PCI (00|00:10.01) : 8086 D151 class=088000

1:265  0:000  PCI (00|00:1A.00) : 8086 3B3B class=0C0300

1:265  0:000  PCI (00|00:1A.01) : 8086 3B3E class=0C0300

1:265  0:000  PCI (00|00:1A.02) : 8086 3B3F class=0C0300

1:265  0:000  PCI (00|00:1A.07) : 8086 3B3C class=0C0320

1:265  0:000  PCI (00|00:1B.00) : 8086 3B56 class=040300

1:265  0:000  PCI (00|00:1C.00) : 8086 3B42 class=060400

1:265  0:000  PCI (00|02:00.00) : 1B4B 9128 class=010601

1:265  0:000  PCI (00|00:1C.01) : 8086 3B44 class=060400

1:265  0:000  PCI (00|03:00.00) : 10EC 8168 class=020000

1:265  0:000   - LAN: 0 Vendor=Realtek

1:265  0:000  PCI (00|00:1C.02) : 8086 3B46 class=060400

1:265  0:000  PCI (00|04:00.00) : 1033 0194 class=0C0330

1:265  0:000  PCI (00|00:1C.03) : 8086 3B48 class=060400

1:265  0:000  PCI (00|05:00.00) : 168C 002E class=028000

1:265  0:000   - WIFI: Vendor=Atheros

1:265  0:000  PCI (00|00:1D.00) : 8086 3B36 class=0C0300

1:265  0:000  PCI (00|00:1D.01) : 8086 3B37 class=0C0300

1:265  0:000  PCI (00|00:1D.02) : 8086 3B38 class=0C0300

1:265  0:000  PCI (00|00:1D.03) : 8086 3B39 class=0C0300

1:265  0:000  PCI (00|00:1D.07) : 8086 3B34 class=0C0320

1:265  0:000  PCI (00|00:1E.00) : 8086 244E class=060401

1:265  0:000  PCI (00|06:04.00) : 1106 3038 class=0C0300

1:265  0:000  PCI (00|06:04.02) : 1106 3104 class=0C0320

1:265  0:000  PCI (00|06:05.00) : 1283 8213 class=010185

1:266  0:000  PCI (00|00:1F.00) : 8086 3B02 class=060100

1:266  0:000  PCI (00|00:1F.02) : 8086 3B22 class=010601

1:266  0:000  PCI (00|00:1F.03) : 8086 3B30 class=0C0500

1:266  0:000  PCI (00|3F:00.00) : 8086 2C51 class=060000

1:266  0:000  PCI (00|3F:00.01) : 8086 2C81 class=060000

1:266  0:000  PCI (00|3F:02.00) : 8086 2C90 class=060000

1:266  0:000  PCI (00|3F:02.01) : 8086 2C91 class=060000

1:266  0:000  PCI (00|3F:03.00) : 8086 2C98 class=060000

1:266  0:000  PCI (00|3F:03.01) : 8086 2C99 class=060000

1:266  0:000  PCI (00|3F:03.04) : 8086 2C9C class=060000

1:266  0:000  PCI (00|3F:04.00) : 8086 2CA0 class=060000

1:266  0:000  PCI (00|3F:04.01) : 8086 2CA1 class=060000

1:266  0:000  PCI (00|3F:04.02) : 8086 2CA2 class=060000

1:266  0:000  PCI (00|3F:04.03) : 8086 2CA3 class=060000

1:266  0:000  PCI (00|3F:05.00) : 8086 2CA8 class=060000

1:266  0:000  PCI (00|3F:05.01) : 8086 2CA9 class=060000

1:266  0:000  PCI (00|3F:05.02) : 8086 2CAA class=060000

1:266  0:000  PCI (00|3F:05.03) : 8086 2CAB class=060000

1:266  0:000  === [ GetDefaultSettings ] ================================

1:266  0:000  Clover load options size = 0 bytes

1:275  0:008  , Status=Success

1:275  0:000  EFI\CLOVER\config.plist loaded: Success

1:275  0:000  === [ GetListOfThemes ] ===================================

1:275  0:000  - [00]: BGM

1:302  0:026  - [01]: embedded

1:312  0:009  - [01]: random

1:312  0:000  === [ GetEarlyUserSettings ] ==============================

1:312  0:000  timeout set to 5

1:312  0:000  Custom boot CUSTOM_BOOT_DISABLED (0x0)

1:312  0:000  KextsToPatch: 2 requested

1:312  0:000   - [00]: IOAHCIBlockStorage (TRIM Enabler) :: BinPatch :: data len: 11

1:312  0:000   - [01]: AppleAHCIPort (External icons patch) :: BinPatch :: data len: 8

1:312  0:000  Default theme: BGM

1:312  0:000  === [ LoadDrivers ] =======================================

1:313  0:001  Loading FSInject-64.efi  status=Success

1:315  0:001  Loading GrubUDF-64.efi  status=Success

1:315  0:000   - driver needs connecting

1:315  0:000  Loading VBoxExt4-64.efi  status=Success

1:315  0:000   - driver needs connecting

1:315  0:000  Loading NTFS.efi  status=Success

1:320  0:005   - driver needs connecting

1:320  0:000  Loading PartitionDxe-64.efi  status=Success

1:322  0:001   - driver needs connecting

1:322  0:000  Loading HFSPlus.efi  status=Success

1:323  0:001   - driver needs connecting

1:323  0:000  Loading VBoxIso9600-64.efi  status=Success

1:325  0:001   - driver needs connecting

1:325  0:000  Video bios patch requested or CustomEDID - forcing video reconnect

1:325  0:000  7 drivers needs connecting ...

1:325  0:000  PlatformDriverOverrideProtocol->GetDriver overriden

1:325  0:000  Partition driver loaded:

1:325  0:000  HFS+ driver loaded

1:325  0:000  Video driver loaded: disconnect Success

1:480  0:154  VideoBiosPatchNativeFromEdid:

1:480  0:000   Bios: ATI, MasterDataTables: 0xCA758, std_vesa: 0xCA79C, ati_mode_table: 0xCA7A0, mode_table_size: 0x1F8 BT_ATI_2

1:480  0:000   VideoBiosPatchInit(LegacyRegion = Not Found, LegacyRegion2 = Success) = Success

1:480  0:000   VideoBiosUnlock:  unlocked

1:480  0:000   Patching: BT_ATI_2

1:480  0:000   Parse Edid: descriptor block 0 is timing descriptor (h_active: 1920, v_active: 1200, h_sync_offset: 48, h_sync_width: 32, h_blanking: 160, v_blanking: 35, pixel_clock: 15400, v_sync_offset: 3, v_sync_width: 6)

1:480  0:000   mode 0 (320x200) patched to 1920x1200

1:480  0:000   VideoBiosLock: Success

1:486  0:005  BiosVideoDriverBindingStart!

1:486  0:000  BiosVideoCheckForVbe

1:486  0:000  EdidOverride not found

1:519  0:032   Edid1+

1:519  0:000   found Detail Timing 1920x1200

1:552  0:033   Edid0+

1:552  0:000   found Detail Timing 1920x1200

1:552  0:000  ... already present

1:556  0:004     0 1920x1200 attr=BB - ok, edid+, working, highest, pref=0

1:560  0:003     1 1152x864 attr=BB - ok, edid+, working

1:560  0:000     2 1280x960 attr=BB - ok, edid-

1:561  0:000     3 640x480 attr=BB - ok, edid+, 640x480, working

1:561  0:000     4 800x600 attr=BB - ok, edid+, 800x600, working

1:561  0:000     5 1024x768 attr=BB - ok, edid+, 1024x768, working

1:561  0:000     6 1280x1024 attr=BB - ok, edid+, working

1:563  0:001     7 1400x1050 attr=BB - ok, edid-

1:564  0:001     8 1600x1200 attr=BB - ok, edid+, working

1:568  0:004  BV new mode: 0 1920x1200

1:799  0:230   SetMode pref 0 (0) = Success

5:065  3:265  === [ InitScreen ] ========================================

5:065  0:000  SetScreenResolution: 1920x1080 - not found!

5:065  0:000  Console modes reported: 4, available modes:

5:065  0:000   - [01]: 80x25

5:065  0:000   - [02]: 80x50

5:065  0:000   - [03]: 100x31

5:065  0:000   - [04]: 240x63 (current mode)

5:065  0:000  SetScreenResolution: 1920x1200 - already set

5:065  0:000  reinit: self device path=PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,81)\HD(1,GPT,1B386756-0922-4B96-BD59-1FC3B79E189E,0x800,0x64000)

5:068  0:003  === [ GetMacAddress ] =====================================

5:068  0:000  === [ ScanSPD ] ===========================================

5:068  0:000  SMBus device : 8086 3B30 class=0C0500 status=Success

5:068  0:000  SMBus CmdReg: 0x3

5:068  0:000  Scanning SMBus [8086:3B30], mmio: 0xFBFFC004, ioport: 0x500, hostc: 0x1

5:068  0:000  Slots to scan [8]...

5:069  0:000  SPD[0]: Type 11 @0x50

5:087  0:018  DDR speed 1333MHz

5:087  0:000  Slot: 0 Type 24 2048MB 1333MHz Vendor=Kingston PartNo=99U5458-001.A00LF SerialNo=0704020800070002

5:088  0:000  SPD[2]: Type 11 @0x52

5:106  0:018  DDR speed 1333MHz

5:106  0:000  Slot: 2 Type 24 2048MB 1333MHz Vendor=Kingston PartNo=99U5458-001.A00LF SerialNo=070A02080F040001

5:107  0:000  === [ GetAcpiTablesList ] =================================

5:112  0:005  Get Acpi Tables List from RSDT:

5:112  0:000   - [00]: FACP  GBTUACPI len=116

5:112  0:000   - [01]: HPET  GBTUACPI len=56

5:112  0:000   - [02]: MCFG  GBTUACPI len=60

5:112  0:000   - [03]: EUDS   len=1376

5:112  0:000   - [04]: TAMG  GBT   B0 len=2610

5:112  0:000   - [05]: APIC  GBTUACPI len=188

5:112  0:000   - [06]: SLIC  SLIC-MPC len=374

5:112  0:000   - [07]: SSDT  PPM RCM  len=7220

5:112  0:000  Calibrated TSC frequency =2664769197 =2664MHz

5:113  0:000  === [ GetUserSettings ] ===================================

5:113  0:000  USB FixOwnership: yes

5:113  0:000  Dropping 3 tables:

5:113  0:000   - [00]: Drop table  signature="SSDT" (54445353) table-id="Cpu0Ist" (0074734930757043)

5:113  0:000           - set table: 54445353,   74734930757043 to drop: no

5:113  0:000   - [01]: Drop table  signature="SSDT" (54445353) table-id="CpuPm" (0000006D50757043)

5:113  0:000           - set table: 54445353,       6D50757043 to drop: no

5:113  0:000   - [02]: Drop table  signature="DMAR" (52414D44)

5:113  0:000           - set table: 52414D44,                0 to drop: no

5:113  0:000   - final DSDT Fix mask=9B6EF1DF

5:113  0:000  ChassisType: 0xD

5:113  0:000  Using smbios.plist at path: EFI\CLOVER\smbios.plist, Status=Not Found

5:163  0:049  === [ ScanVolumes ] =======================================

5:163  0:000  Found 11 volumes with blockIO

5:163  0:000  - [00]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)

5:165  0:002          Result of bootcode detection: bootable unknown (legacy)

5:165  0:000  - [01]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,81)

5:171  0:005          Result of bootcode detection: bootable unknown (legacy)

5:171  0:000  - [02]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(1,MBR,0x50CFED9B,0x800,0x32000)

5:172  0:000          Result of bootcode detection: bootable Windows (vista,win)

5:172  0:000  - [03]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,80)\HD(2,MBR,0x50CFED9B,0x32800,0xDF62000)

5:173  0:000          Result of bootcode detection: bootable Windows (vista,win)

5:173  0:000  - [04]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,81)\HD(1,GPT,1B386756-0922-4B96-BD59-1FC3B79E189E,0x800,0x64000)

5:176  0:003          Result of bootcode detection: bootable Clover (clover)

5:186  0:009          This is SelfVolume !!

5:186  0:000  - [05]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,81)\HD(2,GPT,55225B2F-270E-453A-88B9-E12C5D9F6F12,0x64800,0xC99A3800)

5:195  0:009          Result of bootcode detection: bootable Windows (vista,win)

5:195  0:000  - [06]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,81)\HD(3,GPT,1FE507E9-E82B-43BF-8A8C-2249DFF67874,0xC9A08000,0xF886800)

5:196  0:000  - [07]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,81)\HD(4,GPT,9B016371-8203-42AC-8B56-DD0EB6DC2697,0xD92CE800,0x3F800)

5:196  0:000  - [08]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,81)\HD(5,GPT,0E7CABFC-9F37-4AA7-8AF3-6AE9DB5DC47B,0xD930E5E8,0x135F20)

5:197  0:000  - [09]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,81)\HD(6,GPT,696E551C-EF37-4132-8ADD-F7E3932173C4,0xD9444800,0xF8E2800)

5:198  0:000          Result of bootcode detection: bootable Windows (vista,win)

5:198  0:000  - [10]: Volume: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,81)\HD(7,GPT,B7B91579-19AA-43E4-A2C2-A9F3D72AA3B8,0xE8D27000,0xE1000)

5:199  0:000          Result of bootcode detection: bootable Windows (vista,win)

5:250  0:051  Loading nvram.plist from Vol 'Macintosh HD' - loaded, size=2060

5:258  0:007  === [ PutNvramPlistToRtVars ] =============================

5:258  0:000   Adding Key: LocationServicesEnabled: Size = 1, Data: 01

5:258  0:000   Adding Key: SystemAudioVolume: Size = 1, Data: 17

5:258  0:000   Adding Key: SystemAudioVolumeDB: Size = 1, Data: F4

5:258  0:000   Adding Key: bootercfg: Size = 2, Data: 28 00

5:258  0:000   Adding Key: csr-active-config: Size = 4, Data: 67 00 00 00

5:258  0:000   Adding Key: efi-apple-recovery: Size = 414, Data: 3C 61 72 72 61 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 4D 61 74 63 68 3C 2F 6B 65 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 50 72 6F 76 69 64 65 72 43 6C 61 73 73 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 49 4F 4D 65 64 69 61 3C 2F 73 74 72 69 6E 67 3E 3C 6B 65 79 3E 49 4F 50 72 6F 70 65 72 74 79 4D 61 74 63 68 3C 2F 6B 65 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 55 55 49 44 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 31 42 33 38 36 37 35 36 2D 30 39 32 32 2D 34 42 39 36 2D 42 44 35 39 2D 31 46 43 33 42 37 39 45 31 38 39 45 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 2F 64 69 63 74 3E 3C 6B 65 79 3E 42 4C 4C 61 73 74 42 53 44 4E 61 6D 65 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 64 69 73 6B 32 73 31 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 45 46 49 44 65 76 69 63 65 50 61 74 68 54 79 70 65 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 4D 65 64 69 61 46 69 6C 65 50 61 74 68 3C 2F 73 74 72 69 6E 67 3E 3C 6B 65 79 3E 50 61 74 68 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 5C 45 46 49 5C 41 50 50 4C 45 5C 46 49 52 4D 57 41 52 45 5C 4D 4D 36 31 5F 30 31 30 36 5F 42 30 41 5F 4C 4F 43 4B 45 44 2E 73 63 61 70 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 2F 61 72 72 61 79 3E

5:258  0:000   Adding Key: efi-apple-recovery-data: Size = 170, Data: 02 01 0C 00 D0 41 03 0A 00 00 00 00 01 01 06 00 02 1F 03 12 0A 00 01 00 00 00 00 00 04 01 2A 00 01 00 00 00 00 08 00 00 00 00 00 00 00 40 06 00 00 00 00 00 56 67 38 1B 22 09 96 4B BD 59 1F C3 B7 9E 18 9E 02 02 04 04 60 00 5C 00 45 00 46 00 49 00 5C 00 41 00 50 00 50 00 4C 00 45 00 5C 00 46 00 49 00 52 00 4D 00 57 00 41 00 52 00 45 00 5C 00 4D 00 4D 00 36 00 31 00 5F 00 30 00 31 00 30 00 36 00 5F 00 42 00 30 00 41 00 5F 00 4C 00 4F 00 43 00 4B 00 45 00 44 00 2E 00 73 00 63 00 61 00 70 00 00 00 7F FF 04 00

5:258  0:000   Adding Key: efi-boot-device: Size = 216, Data: 3C 61 72 72 61 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 4D 61 74 63 68 3C 2F 6B 65 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 50 72 6F 76 69 64 65 72 43 6C 61 73 73 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 49 4F 4D 65 64 69 61 3C 2F 73 74 72 69 6E 67 3E 3C 6B 65 79 3E 49 4F 50 72 6F 70 65 72 74 79 4D 61 74 63 68 3C 2F 6B 65 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 55 55 49 44 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 31 46 45 35 30 37 45 39 2D 45 38 32 42 2D 34 33 42 46 2D 38 41 38 43 2D 32 32 34 39 44 46 46 36 37 38 37 34 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 2F 64 69 63 74 3E 3C 2F 64 69 63 74 3E 3C 2F 61 72 72 61 79 3E

5:258  0:000   Adding Key: efi-boot-device-data: Size = 91, Data: 02 01 0C 00 D0 41 08 0A 00 00 00 00 01 01 06 00 00 1C 01 01 06 00 00 00 01 04 15 00 C5 FA 31 CF 4E C2 D2 11 85 F3 00 A0 C9 3E C9 3B 81 04 01 2A 00 03 00 00 00 00 80 A0 C9 00 00 00 00 00 68 88 0F 00 00 00 00 E9 07 E5 1F 2B E8 BF 43 8A 8C 22 49 DF F6 78 74 02 02 7F FF 04 00

5:258  0:000   Adding Key: fmm-computer-name: Size = 16, Data: 42 72 65 6E 64 6F 6E E2 80 99 73 20 69 4D 61 63

5:258  0:000   Adding Key: prev-lang:kbd: Size = 5, Data: 65 6E 3A 31 35

5:258  0:000   Adding Key: security-mode: String: Size = 4, Val = 'none'

5:258  0:000  === [ InitTheme ] =========================================

5:258  0:000  Using theme 'BGM' (EFI\CLOVER\themes\BGM)

5:259  0:000  OS main and drive as badge

5:282  0:023  Choosing theme BGM

5:282  0:000  after NVRAM boot-args=dart=0 kext-dev-mode=1

5:283  0:000  === [ ScanLoader ] ========================================

5:283  0:000  - [02]: 'System Reserved'

5:297  0:014          AddLoaderEntry for Volume Name=System Reserved

5:355  0:058  - [03]: 'WIN7_X64SSD'

5:365  0:010  - [04]: 'EFI'

5:397  0:031          AddLoaderEntry for Volume Name=EFI

5:398  0:000  - [05]: 'TSH_DATA'

5:418  0:020  - [06]: 'Macintosh HD'

5:446  0:027          AddLoaderEntry for Volume Name=Macintosh HD

5:475  0:028          Check if volume Is Hibernated:

5:475  0:000      Check sleep image 'by signature':

5:525  0:050      read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success

5:525  0:000      SleepImage name from pref: ImageVolume = 'Macintosh HD', ImageName = '\private\var\vm\sleepimage'

5:555  0:030      sleepimage not found -> Not Found

5:555  0:000          hibernated: no - sign

5:557  0:002          [!] Icon 17 (icons\vol_internal_hfs.icns) not found (path: EFI\CLOVER\themes\BGM)

5:558  0:001  - [08]: 'Recovery HD'

5:570  0:011          AddLoaderEntry for Volume Name=Recovery HD

5:584  0:013  - [09]: 'WIN10'

5:602  0:018  - [10]: ''

5:613  0:010  === [ AddCustomLegacy ] ===================================

5:613  0:000  === [ AddCustomTool ] =====================================

5:639  0:026  found tool \EFI\CLOVER\tools\Shell64U.efi

5:639  0:000  Checking EFI partition Volume 4 for Clover

5:639  0:000   Found Clover

5:639  0:000  Use anime=Anim_9_Boot_Sequence frames=64

5:657  0:017  === [ FindDefaultEntry ] ==================================

5:657  0:000  === [ GetEfiBootDeviceFromNvram ] =========================

5:657  0:000   - efi-boot-device-data: PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,81)\HD(3,GPT,1FE507E9-E82B-43BF-8A8C-2249DFF67874,0xC9A08000,0xF886800)

5:657  0:000    - Volume: 'PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,81)\HD(3,GPT,1FE507E9-E82B-43BF-8A8C-2249DFF67874,0xC9A08000,0xF886800)'

5:657  0:000    - LoaderPath: '<null string>'

5:657  0:000    - Guid = 1FE507E9-E82B-43BF-8A8C-2249DFF67874

5:657  0:000  === [ FindStartupDiskVolume ] =============================

5:657  0:000    - Volume: partition = PcieRoot(0x0)\Pci(0x1C,0x0)\Pci(0x0,0x0)\VenHw(CF31FAC5-C24E-11D2-85F3-00A0C93EC93B,81)\HD(3,GPT,1FE507E9-E82B-43BF-8A8C-2249DFF67874,0xC9A08000,0xF886800)

5:657  0:000     - searching for that partition

5:657  0:000      - found entry 2. 'Boot Mac OS X from Macintosh HD', Volume 'Macintosh HD'

5:657  0:000  Boot redirected to Entry 2. 'Boot Mac OS X from Macintosh HD'

5:657  0:000  DefaultIndex=2 and MainMenu.EntryCount=10

5:657  0:000  Use anime=Anim_1_Logo frames=49

6:468  0:811  GUI ready

6:882  0:414  BootOption of the entry is empty

6:882  0:000  === [ StartLoader ] =======================================

6:882  0:000  Finally: Bus=133238kHz CPU=2665MHz

6:882  0:000  Loading boot.efi  status=Success

7:327  0:445  GetOSVersion: 10.10.5 (14F1912)

7:327  0:000  Filtering KextPatches:

7:327  0:000   - [00]: IOAHCIBlockStorage (TRIM Enabler) :: BinPatch :: [OS: 10.10.5 | MatchOS: All | MatchBuild: All] ==> allowed

7:327  0:000   - [01]: AppleAHCIPort (External icons patch) :: BinPatch :: [OS: 10.10.5 | MatchOS: All | MatchBuild: All] ==> allowed

7:327  0:000  === [ PatchSmbios ] =======================================

7:327  0:000  insert table 9 for dev 0:0

7:327  0:000  insert table 9 for dev 0:1

7:327  0:000  insert table 9 for dev 0:0

7:327  0:000  insert table 9 for dev 0:0

7:328  0:000  Channels: 2

7:328  0:000  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

7:328  0:000  SMBIOS Type 17 Index = 0 => 0 0:

7:328  0:000  BANK0 DIMM0 1333MHz 2048MB

7:328  0:000  SMBIOS Type 17 Index = 1 => 2 2:

7:328  0:000  BANK1 DIMM0 1333MHz 2048MB

7:328  0:000  SMBIOS Type 17 Index = 2 => 1 1:

7:328  0:000  BANK0 DIMM1 EMPTY

7:328  0:000  SMBIOS Type 17 Index = 3 => 3 3:

7:328  0:000  BANK1 DIMM1 EMPTY

7:328  0:000  mTotalSystemMemory = 4096

7:328  0:000  NumberOfMemoryDevices = 4

7:328  0:000  Type20[0]->End = 0x1FFFFF, Type17[0] = 0x800

7:328  0:000  Type20[1]->End = 0x0, Type17[1] = 0x1800

7:328  0:000  === [ PatchACPI ] =========================================

7:328  0:000  RSDT 0xDF7D1040

7:328  0:000  FADT from RSDT: 0xDF7D1100

7:328  0:000  Xsdt is not found! Creating new one

7:328  0:000  RsdPointer is Acpi 1.0 - creating new one Acpi 2.0

7:328  0:000  RsdPointer Acpi 2.0 installed

7:328  0:000  RSDT entries = 8

7:328  0:000  Xsdt reallocation done

7:328  0:000  old FADT length=74

7:328  0:000  Found OperationRegion(SMOD, SystemMemory, FF840, ...)

7:328  0:000  Found OperationRegion(LBOC, SystemMemory, FF820, ...)

7:328  0:000  Found OperationRegion(RCRB, SystemMemory, FED1C000, ...)

7:328  0:000  Found OperationRegion(ELKM, SystemMemory, FFFEA, ...)

7:328  0:000  Found OperationRegion(EXTM, SystemMemory, FF830, ...)

7:328  0:000  Found OperationRegion(INFO, SystemMemory, FF840, ...)

7:328  0:000  Apply DsdtFixMask=0x9B6EF1DF new way

7:328  0:000     drop _DSM mask=0x0000

7:328  0:000  === [ FixBiosDsdt ] =======================================

7:328  0:000  VideoCard devID=0x68B81002

7:328  0:000  DisplayADR1[0] = 0x30000, DisplayADR2[0] = 0x0

7:328  0:000  USBADR[0] = 0x1A0000 and PCIe = 0xFFFE

7:328  0:000  USBADR[1] = 0x1A0001 and PCIe = 0xFFFE

7:329  0:000  USBADR[2] = 0x1A0002 and PCIe = 0xFFFE

7:329  0:000  USBADR[3] = 0x1A0007 and PCIe = 0xFFFE

7:341  0:012  Audio HDA (addr:0x1B0000) setting specified layout-id=1 (0x1)

7:341  0:000  USBADR[4] = 0x1C0002 and PCIe = 0x0

7:341  0:000  Found Airport Atheros at 0x1C0003, 0x0, DeviceID=0x002E

7:341  0:000  USBADR[5] = 0x1D0000 and PCIe = 0xFFFE

7:341  0:000  USBADR[6] = 0x1D0001 and PCIe = 0xFFFE

7:341  0:000  USBADR[7] = 0x1D0002 and PCIe = 0xFFFE

7:341  0:000  USBADR[8] = 0x1D0003 and PCIe = 0xFFFE

7:341  0:000  USBADR[9] = 0x1D0007 and PCIe = 0xFFFE

7:341  0:000  USBADR[10] = 0x1E0000 and PCIe = 0x40000

7:341  0:000  USBADR[11] = 0x1E0000 and PCIe = 0x40002

7:341  0:000  first CPU found at 2C offset 2F

7:341  0:000  slash found

7:341  0:000  Found ACPI CPU: CPU0 | CPU1 | CPU2 | CPU3 | CPU4 | CPU5 | CPU6 | CPU7 , within the score: _PR_

7:341  0:000  Found PCIROOTUID = 0

7:341  0:000  Start RTC Fix

7:341  0:000  found RTC Length not match, Maybe will case CMOS reset will patch it.

7:341  0:000  found RTC had IRQNoFlag will move -3 bytes

7:341  0:000  ...len=4301

7:341  0:000  new size written to 209D shift=0 len=4301

7:341  0:000  len after correct outers 4301

7:341  0:000  Start TMR Fix

7:342  0:000  Start PIC Fix

7:342  0:000  PIC size=2B at 1F44

7:342  0:000  found PIC had IRQNoFlag will move -3 bytes

7:342  0:000  Fix Device PIC size -3

7:342  0:000  Start HPET Fix

7:342  0:000  Start Display0 Fix

7:342  0:000  add device PEG0

7:342  0:000  add device GFX0

7:342  0:000  Creating Method(_DSM) for 1002 card

7:342  0:000  now inserting Video device

7:342  0:000  ... into created bridge

7:342  0:000  patch Display #0 of Vendor=0x1002 in DSDT new way

7:342  0:000  Start NetWork Fix

7:342  0:000  have no Network device while NetworkADR2=0

7:342  0:000  NetworkADR1=1C0001 NetworkADR2=0

7:342  0:000  network DSM created, size=92

7:342  0:000  Start Airport Fix

7:342  0:000  AirportADR=1346 add patch size=12F

7:342  0:000  adr 1346 size of arpt=E8

7:342  0:000  Start SBUS Fix PCI=701 len=44C9

7:342  0:000  device (SBUS) found at 3BA3

7:342  0:000  SBUS code size fix = 0x0000005E

7:342  0:000  patch HDEF in DSDT

7:342  0:000  Start HDA Fix

7:342  0:000  found HDA device NAME(_ADR,0x001B0000) And Name is AZAL

7:342  0:000  Name AZAL present at 0x624, renaming to HDEF

7:342  0:000  Name AZAL present at 0x3C3D, renaming to HDEF

7:342  0:000  Start Add MCHC

7:342  0:000  Start Add IMEI

7:342  0:000  Start HDMI129 Fix

7:343  0:000  have no HDMI device while HDMIADR2=1

7:343  0:000  HDMIADR1=30000 HDMIADR2=1

7:343  0:000    with default properties

7:343  0:000  Start USB Fix

7:343  0:000  USB bridge[1A0000] at 2E7B, size = 31

7:343  0:000  USB bridge[1A0001] at 2F0C, size = 31

7:343  0:000  USB bridge[1A0002] at 2F9D, size = 31

7:343  0:000  USB bridge[1A0007] at 3061, size = 31

7:343  0:000  USB bridge[1C0002] at 125C, size = E8

7:343  0:000  USB bridge[1D0000] at 2EA0, size = 31

7:343  0:000  USB bridge[1D0001] at 2F31, size = 31

7:344  0:000  USB bridge[1D0002] at 2FC2, size = 31

7:344  0:000  USB bridge[1D0003] at 3053, size = 31

7:344  0:000  USB bridge[1D0007] at 3297, size = 31

7:344  0:000  USB bridge[1E0000] at 19F8, size = 2E5

7:344  0:000  USB bridge[1E0000] at 19F8, size = 342

7:344  0:000  _DSM already exists, patch USB will not be applied

7:344  0:000  Start _WAK Return Fix

7:344  0:000  _WAK Method need return data, will patch it.

7:344  0:000  return len=4ADF

7:344  0:000   deleting device CRT_

7:344  0:000   deleting device DVI_

7:344  0:000   deleting device SPKR

7:344  0:000   deleting device ECP_

7:345  0:000   deleting device LPT_

7:345  0:000   deleting device FDC0

7:345  0:000   deleting device ECP1

7:345  0:000   deleting device LPT1

7:345  0:000  Start PNLF Fix

7:345  0:000  found PWRB at 6FF

7:345  0:000  Start _S3D Fix

7:345  0:000  Start Darwin Fix

7:345  0:000  Name _OSI present at 0x20EF, renaming to OOSI

7:345  0:000  Name _OSI present at 0x20FB, renaming to OOSI

7:345  0:000  Name _OSI present at 0x2126, renaming to OOSI

7:345  0:000  Name _OSI present at 0x213B, renaming to OOSI

7:345  0:000  Name _OSI present at 0x2172, renaming to OOSI

7:345  0:000  Name _OSI present at 0x217A, renaming to OOSI

7:345  0:000  Name _OSI present at 0x218F, renaming to OOSI

7:345  0:000  Start SHUTDOWN Fix len=4594

7:345  0:000  === [ ACPIDropTables ] ====================================

7:345  0:000  === [ PatchAllSSDT ] ======================================

7:345  0:000  Patch table: SSDT  PPM RCM

7:345  0:000   SSDT len = 0x1C34

7:345  0:000  Drop tables from Xsdt, SIGN=XXXX TableID= Length=0

7:345  0:000   Xsdt has tables count=8

7:345  0:000  corrected XSDT length=100

7:345  0:000  CPUBase=0 and ApicCPUBase=0 ApicCPUNum=8

7:345  0:000  Maximum control=0x14

7:345  0:000  Turbo control=0x18

7:345  0:000  P-States: min 0x9, max 0x18

7:345  0:000  SSDT with CPU P-States generated successfully

7:345  0:000  SSDT with CPU C-States generated successfully

7:345  0:000  === [ RestSetupOSX ] ======================================

7:345  0:000  EdidDiscovered size=128

7:345  0:000  00 | 00 FF FF FF FF FF FF 00 10 AC 2B A0 53 57 31 31

7:345  0:000  16 | 09 12 01 04 A5 34 20 78 22 B3 25 AC 51 30 B4 26

7:345  0:000  32 | 10 50 54 A5 4B 00 81 80 A9 40 71 4F 01 01 01 01

7:345  0:000  48 | 01 01 01 01 01 01 28 3C 80 A0 70 B0 23 40 30 20

7:345  0:000  64 | 36 00 07 40 21 00 00 1A 00 00 00 FF 00 44 50 30

7:345  0:000  80 | 32 39 38 32 4F 31 31 57 53 0A 00 00 00 FC 00 44

7:345  0:000  96 | 45 4C 4C 20 32 34 30 38 57 46 50 0A 00 00 00 FD

7:345  0:000  112 | 00 38 4C 1E 53 11 01 0A 20 20 20 20 20 20 00 AD

7:345  0:000  Framebuffer @0xE0000000  MMIO @0xFBBC0000    I/O Port @0x0000EE00 ROM Addr @0x00000000

7:345  0:000  ATI card POSTed,

7:345  0:000  Set VRAM for Cedar+ =1024Mb

7:345  0:000  ATI: get_vram_size returned 0x40000000

7:345  0:000  ATI Radeon EVERGREEN family

7:345  0:000  Users config name Vervet

7:345  0:000   use N ports setting from config.plist: 4

7:345  0:000  (AtiPorts) Nr of ports set to: 4

7:345  0:000  ATI Juniper ATI Radeon HD 5770 Series 1024MB (Vervet) [1002:68B8] (subsys [1682:2991]):: PcieRoot(0x0)\Pci(0x3,0x0)\Pci(0x0,0x0)

7:346  0:000  HDA Controller [8086:3B56] :: PcieRoot(0x0)\Pci(0x1B,0x0) => setting specified layout-id=1 (0x1)

7:346  0:000   RCBA access disabled; trying to enable

7:346  0:000  stringlength = 8222

7:347  0:000  CurrentMode: Width=1920 Height=1200

7:347  0:000  Beginning FSInjection

FSInjectionInstall ...

- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: DDD39D98

FSInjectionInstall ...

- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: DDD39D98

7:371  0:024  Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other

7:371  0:000    Extra kext: EFI\CLOVER\kexts\Other\AppleALC.kext

7:393  0:022      Extra PlugIn kext: EFI\CLOVER\kexts\Other\AppleALC.kext\Contents\PlugIns\PinConfigs.kext

7:400  0:007    Extra kext: EFI\CLOVER\kexts\Other\FakeSMC.kext

7:408  0:008      Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\CPUSensors.kext

7:410  0:001      Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\GPUSensors.kext

7:415  0:004      Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\LPCSensors.kext

7:443  0:028    Extra kext: EFI\CLOVER\kexts\Other\RealtekRTL8111.kext

7:459  0:015  Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.10

7:465  0:006  SetStartupDiskVolume:

7:465  0:000    * Volume: 'Macintosh HD'

7:465  0:000    * LoaderPath: '<null string>'

7:465  0:000    * DevPath: Macintosh HD

7:465  0:000    * GUID = 1FE507E9-E82B-43BF-8A8C-2249DFF67874

7:465  0:000    * efi-boot-device: <array><dict><key>IOMatch</key><dict><key>IOProviderClass</key><string>IOMedia</string><key>IOPropertyMatch</key><dict><key>UUID</key><string>1FE507E9-E82B-43BF-8A8C-2249DFF67874</string></dict></dict></dict></array>

7:465  0:000  Custom boot is disabled

 

CLOVERX64_r3728.efi.zip

Link to comment
Share on other sites

system-type calculated from ModelName in Smbios section of your config.plist.

Set all to default and be happy.

system-type is the Preferred PM Profile in the ACPI FADT. Doesn't look like Clover sets this to 3 unless you manually specify smartUPS = TRUE in config.plist. Mac Pros / Xserves have this set to 3 (workstation). iMac/Mac mini are set to 1 (default value - desktop), MacBooks (Air, Pro) are set to 2 (mobile). Clover does set 1/2 though.

Link to comment
Share on other sites

sorry, if i am wrong here, but i need some advice.

 

I would like to inject a property for gfx card as type STRING, but it always gets injected as type DATA:
property_as_string.jpg

the marked string was injected via CLOVER config.plist as the following:

clover_arbitrary_insertion.jpg

but as you can see in the first picture, it was injected as type DATA. Question: WHY?

what has to be done to get this injected as type STRING?

 

it must be possible, as you can see in this screenshot (thx to PAVO 4 providing his IORegistryExplorer file):

property_injectes_as_string.png

 

Any help is welcome and much appreciated.

Regards...

 

Mork vom Ork

Link to comment
Share on other sites

@ Mork vom Ork

 

The value "ATY_GPU" is the default value (as String) when the framebuffer is not properly allocated.

 

An example with my HD 6770:

1.png

 

But if the famebuffer is properly allocated, then the value is showed as "Data" type.

 

Clover injects "Hoolock" as the default framebuffer for my card:

2.png

name Data 41 54 59 2c 48 6f 6f 6c 6f 63 6b 50 61 72 65 6e 74   -->  ATY,HoolockParent
Link to comment
Share on other sites

SMBIOS is equal to Apple machine model and indeed ur smbios is a bit old for that cpu/gpu generation...try mbp11,2, about ur AMD GPU (Caicos family) sometimes u must use another framebuffer to get output or editon on one, also in clover the setting DualPort to 0/1 is helpful in notebooks to achieve output.

Off course that an updated Bios from the manufacturer is advised to ur laptop model.

Link to comment
Share on other sites

I have to update the bios of the notebook ?

I'm not talking about your bios... but about the SMBIOS entry in the config.plist. Off course a framebuffer should have an lvds port (display) to work with a laptop, otherwise a manual editing  (KextsToPatch) is needed.

But before try all framebuffers available:

 

@"AMD6000Controller:", \

@"Pithecia",    @"Bulrushes",   @"Cattail",     @"Hydrilla",    @"Duckweed", \

@"Fanwort",     @"Elodea",      @"Kudzu",       @"Gibba",       @"Lotus", \

@"Ipomoea",     @"Muskgrass",   @"Juncus",      @"Osmunda",     @"Pondweed", \

@"Spikerush",   @"Typha",

 

You actually have Hydrilla as default and you should try all the ports available on each framebuffers... good luck

Link to comment
Share on other sites

 

Hi guys  :)

 

A question from a noob: it's about Clover support for Polaris graphics cards

https://sourceforge.net/p/cloverefiboot/code/HEAD/tree/rEFIt_UEFI/Platform/ati.c (line 277)

  //Polaris
  { 0x67C0,	0x00000000, CHIP_FAMILY_HAWAII,	"AMD Radeon Polaris 10",        kNull	},
  { 0x67DF,	0x00000000, CHIP_FAMILY_HAWAII,	"AMD Radeon RX480",             kNull	},
  { 0x67E0,	0x00000000, CHIP_FAMILY_HAWAII,	"AMD Radeon RX460",             kNull	},
  { 0x67EF,	0x00000000, CHIP_FAMILY_HAWAII,	"AMD Radeon RX460",             kNull	},
  { 0x67FF,	0x00000000, CHIP_FAMILY_HAWAII,	"AMD Radeon Polaris 11",

Shouldn't we have CHIP_FAMILY_POLARIS instead of CHIP_FAMILY_HAWAII???

 

Or maybe CHIP_FAMILY_BAFFIN (for Polaris 11) and CHIP_FAMILY_ELLESMERE (for Polaris 10)???

 

Also, are you sure about RX460 with 0x67E0??? According to AMD  and Linux Kernel Driver DataBase, there's no RX 460 with that device.

 

Here, all known Polaris graphics cards device-ids

 

 

 

  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67c0 ("Ellesmere [Polaris10]")
  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67c1
  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67c2
  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67c4
  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67c7
  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67c8
  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67c9
  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67ca
  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67cc
  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67cf
  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67df ("Ellesmere [Radeon RX 470/480]")
  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67e0 ("Baffin [Polaris11]")
  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67e1 ("Baffin [Polaris11]")
  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67e3
  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67e7
  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67e8 ("Baffin [Polaris11]")
  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67e9 ("Baffin [Polaris11]")
  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67eb ("Baffin [Polaris11]")
  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67ef ("Baffin [Radeon RX 460]")
  • vendor: 1002 ("Advanced Micro Devices, Inc. [AMD/ATI]"), device: 67ff ("Baffin [Polaris11]")

 

 

 

From Linux:

 

+ /* Polaris11 */

+ {0x1002, 0x67E0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},

+ {0x1002, 0x67E1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},

+ {0x1002, 0x67E8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},

+ {0x1002, 0x67E9, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},

+ {0x1002, 0x67EB, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},

+ {0x1002, 0x67FF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},

+ /* Polaris10 */

+ {0x1002, 0x67C0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},

+ {0x1002, 0x67DF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},

Thanks,

Sent to Clover rev3731

sorry, if i am wrong here, but i need some advice.

 

I would like to inject a property for gfx card as type STRING, but it always gets injected as type DATA:

the marked string was injected via CLOVER config.plist as the following:

 

but as you can see in the first picture, it was injected as type DATA. Question: WHY?

what has to be done to get this injected as type STRING?

 

It is not an error.

The DeviceTree don't contain a type field. It is IORegistryExplorer business to show what is string or probably data.

  • Like 2
Link to comment
Share on other sites

Morning folks, can I please ask for advice on the use of "InfoPlistPatch" and if it would be able to patch the Info.plist of AppleUSBXHCIPCI.kext (Which is inside IOUSBHostFamily.kext)?

 

I would like it to change "XHC1" to "XHC" which might not be possible as they are not the same length?

 

From this:

post-499606-0-16576400-1473726088_thumb.png

 

To This:

post-499606-0-80178700-1473726106_thumb.png

Link to comment
Share on other sites

×
×
  • Create New...