Jump to content

Clover Problems and Solutions


ErmaC
3,206 posts in this topic

Recommended Posts

I do some mistake with my last patch (r3885). (http://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page-583?p=2311246&do=findComment&comment=2311246)

 

here a fix -> attachicon.giffix_for_3885.zip

- Platform/hda.c

- Platform/hda.h

- Platform/Platform.h

- Platform/Settings.c

 

ErmaC

 

hello ErmaC

 

what u mean by this .. in the zip is only boot file ..

 

sorry i'm wrong .. is the files u are talking about .. sleep time .. long day

 

ahahahaha

 

the fix will be committed ? should be if u download all clover to prepare to compile

 

thanks

Link to comment
Share on other sites

ATI/AMD update

(THIS NOT MAKE YOUR POLARIS CARD WORK)

Still needed the Help of gpu like IGPU to get RX4x0 working. Witout the Help of primary GPU a BlackScreen occurs after verbose boot.

but correctly detect the Framebuffer associate to it and the memory size of your Polaris10/11

 

Already posted here --> http://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page-587?p=2313813&do=findComment&comment=2313813

 

I no take any credits for this, what I do is only put the info togheter.

 

The relevant part in ati.c ids coming from linux kernel source code amdgpu_drv.c 

 

 

 

	/* Polaris11 */
	{0x1002, 0x67E0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
	{0x1002, 0x67E3, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
	{0x1002, 0x67E8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
	{0x1002, 0x67EB, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
	{0x1002, 0x67EF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
	{0x1002, 0x67FF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
	{0x1002, 0x67E1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
	{0x1002, 0x67E7, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
	{0x1002, 0x67E9, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
	/* Polaris10 */
	{0x1002, 0x67C0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
	{0x1002, 0x67C1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
	{0x1002, 0x67C2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
	{0x1002, 0x67C4, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
	{0x1002, 0x67C7, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
	{0x1002, 0x67DF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
	{0x1002, 0x67C8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
	{0x1002, 0x67C9, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
	{0x1002, 0x67CA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
	{0x1002, 0x67CC, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
	{0x1002, 0x67CF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},

 

ati.c

  // Polaris 10
  { 0x67C0,	0x00000000, CHIP_FAMILY_ELLESMERE,	"AMD Radeon Polaris 10",    kNull	},
  { 0x67C1,	0x00000000, CHIP_FAMILY_ELLESMERE,	"AMD Radeon Polaris 10",    kNull	},
  { 0x67C2,	0x00000000, CHIP_FAMILY_ELLESMERE,	"AMD Radeon Polaris 10",    kNull	},
  { 0x67C4,	0x00000000, CHIP_FAMILY_ELLESMERE,	"AMD Radeon Polaris 10",    kNull	},
  { 0x67C7,	0x00000000, CHIP_FAMILY_ELLESMERE,	"AMD Radeon Polaris 10",    kNull	},
  { 0x67C8,	0x00000000, CHIP_FAMILY_ELLESMERE,	"AMD Radeon Polaris 10",    kNull	},
  { 0x67C9,	0x00000000, CHIP_FAMILY_ELLESMERE,	"AMD Radeon Polaris 10",    kNull	},
  { 0x67CA,	0x00000000, CHIP_FAMILY_ELLESMERE,	"AMD Radeon Polaris 10",    kNull	},
  { 0x67CC,	0x00000000, CHIP_FAMILY_ELLESMERE,	"AMD Radeon Polaris 10",    kNull	},
  { 0x67CF,	0x00000000, CHIP_FAMILY_ELLESMERE,	"AMD Radeon Polaris 10",    kNull	},
  { 0x67DF,	0x00000000, CHIP_FAMILY_ELLESMERE,	"AMD Radeon RX480",         kDayman	},

  // Polaris 11
  { 0x67E0,	0x00000000, CHIP_FAMILY_BAFFIN,	"AMD Radeon RX460",             kAcre	},
  { 0x67E1,	0x00000000, CHIP_FAMILY_BAFFIN,	"AMD Radeon Polaris 11",        kNull	},
  { 0x67E3,	0x00000000, CHIP_FAMILY_BAFFIN,	"AMD Radeon Polaris 11",        kNull	},
  { 0x67E7,	0x00000000, CHIP_FAMILY_BAFFIN,	"AMD Radeon Polaris 11",        kNull	},
  { 0x67E8,	0x00000000, CHIP_FAMILY_BAFFIN,	"AMD Radeon Polaris 11",        kNull	},
  { 0x67E9,	0x00000000, CHIP_FAMILY_BAFFIN,	"AMD Radeon Polaris 11",        kNull	},
  { 0x67EB,	0x00000000, CHIP_FAMILY_BAFFIN,	"AMD Radeon Polaris 11",        kNull	},
  { 0x67EF,	0x00000000, CHIP_FAMILY_BAFFIN,	"AMD Radeon RX460",             kAcre	},
  { 0x67FF,	0x00000000, CHIP_FAMILY_BAFFIN,	"AMD Radeon Polaris 11",        kNull	},
The added framebuffer and missed/update coming from this post http://www.insanelymac.com/forum/topic/249642-editing-custom-personalities-for-ati-radeon-hd45xx/page-39?do=findComment&comment=2313637

 

 

Script version 0.15

Kext /System/Library/Extensions/AMD2400Controller.kext/Contents/MacOS/AMD2400Controller
Personality: Iago
ConnectorInfo count in decimal: 2
Disk offset in decimal 1093104
0000000 02 00 00 00 40 00 00 00 19 00 00 00 00 00 00 00 00 01 00 12 00 00 00 00
0000024 00 10 00 00 16 00 00 00 c4 00 00 00 00 00 00 00 10 00 01 11 00 00 00 00
0000048
Kext /System/Library/Extensions/AMD2600Controller.kext/Contents/MacOS/AMD2600Controller
Personality: Hypoprion
ConnectorInfo count in decimal: 2
Disk offset in decimal 1093056
0000000 02 00 00 00 40 00 00 00 19 00 00 00 00 00 00 00 00 01 00 12 00 00 00 00
0000024 00 10 00 00 16 00 00 00 c4 00 00 00 00 00 00 00 10 00 01 11 00 00 00 00
0000048
Personality: Lamna
ConnectorInfo count in decimal: 2
Disk offset in decimal 1093104
0000000 00 02 00 00 14 00 00 00 80 00 00 00 00 00 00 00 00 01 02 11 00 00 00 00
0000024 04 00 00 00 16 00 00 00 80 00 00 00 00 00 00 00 00 10 01 12 00 00 00 00
0000048
Kext /System/Library/Extensions/AMD3800Controller.kext/Contents/MacOS/AMD3800Controller
Personality: Megalodon
ConnectorInfo count in decimal: 3
Disk offset in decimal 1097120
0000000 00 02 00 00 14 00 00 00 00 00 00 00 00 00 00 00 00 01 02 11 00 00 00 00
0000024 04 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00 00 10 01 12 00 00 00 00
0000048 80 00 00 00 02 00 00 00 04 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00
0000072
Personality: Triakis
ConnectorInfo count in decimal: 2
Disk offset in decimal 1097200
0000000 00 02 00 00 14 00 00 00 00 00 00 00 00 00 00 00 00 01 02 11 00 00 00 00
0000024 04 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00 00 10 01 12 00 00 00 00
0000048
Kext /System/Library/Extensions/AMD4600Controller.kext/Contents/MacOS/AMD4600Controller
Personality: Flicker
ConnectorInfo count in decimal: 3
Disk offset in decimal 1084704
0000000 00 04 00 00 00 04 00 00 00 01 00 00 00 00 00 00 02 01 03 05 00 00 00 00
0000024 00 04 00 00 00 04 00 00 00 01 00 00 00 00 00 00 01 00 02 02 00 00 00 00
0000048 00 02 00 00 14 02 00 00 00 01 00 00 00 00 00 00 00 10 01 04 00 00 00 00
0000072
Personality: Gliff
ConnectorInfo count in decimal: 3
Disk offset in decimal 1084784
0000000 02 00 00 00 40 00 00 00 19 01 00 00 00 00 00 00 02 01 00 03 00 00 00 00
0000024 02 00 00 00 00 01 00 00 19 01 00 00 00 00 00 00 20 01 02 02 00 00 00 00
0000048 00 04 00 00 04 06 00 00 00 01 00 00 00 00 00 00 10 00 01 01 00 00 00 00
0000072
Personality: Shrike
ConnectorInfo count in decimal: 3
Disk offset in decimal 1084864
0000000 02 00 00 00 40 00 00 00 19 01 00 00 00 00 00 00 02 01 00 03 00 00 00 00
0000024 02 00 00 00 00 01 00 00 19 01 00 00 00 00 00 00 20 01 02 02 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 10 00 01 01 00 00 00 00
0000072
Kext /System/Library/Extensions/AMD4800Controller.kext/Contents/MacOS/AMD4800Controller
Personality: Cardinal
ConnectorInfo count in decimal: 2
Disk offset in decimal 1080656
0000000 00 02 00 00 14 02 00 00 00 01 00 00 00 00 00 00 01 01 01 04 00 00 00 00
0000024 04 00 00 00 14 02 00 00 00 01 00 00 00 00 00 00 00 10 02 03 00 00 00 00
0000048
Personality: MotMot
ConnectorInfo count in decimal: 2
Disk offset in decimal 1080704
0000000 00 04 00 00 04 01 00 00 00 01 00 00 00 00 00 00 10 00 02 03 00 00 00 00
0000024 04 00 00 00 14 02 00 00 00 01 00 00 00 00 00 00 01 11 01 04 00 00 00 00
0000048
Personality: Quail
ConnectorInfo count in decimal: 3
Disk offset in decimal 1080752
0000000 02 00 00 00 40 00 00 00 19 01 00 00 00 00 00 00 22 01 00 07 00 00 00 00
0000024 02 00 00 00 00 01 00 00 19 01 00 00 00 00 00 00 20 01 03 04 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 10 00 02 03 00 00 00 00
0000072
Kext /System/Library/Extensions/AMD5000Controller.kext/Contents/MacOS/AMD5000Controller
Personality: Douc
ConnectorInfo count in decimal: 2
Disk offset in decimal 1765280
0000000 02 00 00 00 00 05 00 00 19 03 00 00 00 00 00 00 21 03 02 02 00 00 00 00
0000024 00 04 00 00 04 02 00 00 00 03 00 00 00 00 00 00 11 02 01 01 00 00 00 00
0000048
Personality: Langur
ConnectorInfo count in decimal: 3
Disk offset in decimal 1765328
0000000 00 04 00 00 04 06 00 00 00 01 00 00 00 00 00 00 21 03 04 02 00 00 00 00
0000024 00 04 00 00 04 06 00 00 00 01 00 00 00 00 00 00 11 02 01 01 00 00 00 00
0000048 04 00 00 00 14 02 00 00 00 01 00 00 00 00 00 00 02 04 05 03 00 00 00 00
0000072
Personality: Uakari
ConnectorInfo count in decimal: 4
Disk offset in decimal 1765408
0000000 00 04 00 00 00 04 00 00 00 71 00 00 00 00 00 00 12 04 04 01 00 00 00 00
0000024 04 00 00 00 14 00 00 00 00 71 00 00 00 00 00 00 01 12 01 03 00 00 00 00
0000048 00 02 00 00 14 00 00 00 00 71 00 00 00 00 00 00 00 00 06 05 00 00 00 00
0000072 00 08 00 00 00 02 00 00 00 71 00 00 00 00 00 00 22 05 05 04 00 00 00 00
0000096
Personality: Zonalis
ConnectorInfo count in decimal: 6
Disk offset in decimal 1765504
0000000 00 04 00 00 04 06 00 00 00 71 00 00 00 00 00 00 20 01 06 06 00 00 00 00
0000024 00 04 00 00 04 06 00 00 00 71 00 00 00 00 00 00 10 00 05 05 00 00 00 00
0000048 00 04 00 00 04 06 00 00 00 71 00 00 00 00 00 00 21 03 02 04 00 00 00 00
0000072 00 04 00 00 04 06 00 00 00 71 00 00 00 00 00 00 11 02 01 03 00 00 00 00
0000096 00 04 00 00 04 06 00 00 00 71 00 00 00 00 00 00 22 05 04 02 00 00 00 00
0000120 00 04 00 00 04 06 00 00 00 71 00 00 00 00 00 00 12 04 03 01 00 00 00 00
0000144
Personality: Alouatta
ConnectorInfo count in decimal: 4
Disk offset in decimal 1765648
0000000 02 00 00 00 00 01 00 00 19 01 00 00 00 00 00 00 12 04 03 03 00 00 00 00
0000024 00 04 00 00 04 06 00 00 00 71 00 00 00 00 00 00 11 02 01 01 00 00 00 00
0000048 00 04 00 00 04 06 00 00 00 71 00 00 00 00 00 00 21 03 02 02 00 00 00 00
0000072 00 04 00 00 04 06 00 00 00 71 00 00 00 00 00 00 22 05 04 04 00 00 00 00
0000096
Personality: Hoolock
ConnectorInfo count in decimal: 3
Disk offset in decimal 1765744
0000000 00 04 00 00 04 06 00 00 00 01 00 00 00 00 00 00 21 03 05 01 00 00 00 00
0000024 00 04 00 00 04 06 00 00 00 01 00 00 00 00 00 00 11 02 04 02 00 00 00 00
0000048 04 00 00 00 14 02 00 00 00 01 00 00 00 00 00 00 02 04 01 03 00 00 00 00
0000072
Personality: Vervet
ConnectorInfo count in decimal: 4
Disk offset in decimal 1765824
0000000 00 04 00 00 00 04 00 00 00 71 00 00 00 00 00 00 12 04 04 02 00 00 00 00
0000024 04 00 00 00 14 00 00 00 00 71 00 00 00 00 00 00 01 12 01 04 00 00 00 00
0000048 00 02 00 00 14 00 00 00 00 71 00 00 00 00 00 00 00 00 06 03 00 00 00 00
0000072 00 08 00 00 00 02 00 00 00 71 00 00 00 00 00 00 22 05 05 01 00 00 00 00
0000096
Personality: Baboon
ConnectorInfo count in decimal: 3
Disk offset in decimal 1765920
0000000 04 00 00 00 14 00 00 00 00 01 00 00 00 00 00 00 01 02 01 03 00 00 00 00
0000024 00 08 00 00 00 02 00 00 00 71 00 00 00 00 00 00 22 05 02 01 00 00 00 00
0000048 10 00 00 00 10 00 00 00 00 01 00 00 00 00 00 00 00 10 00 02 00 00 00 00
0000072
Personality: Eulemur
ConnectorInfo count in decimal: 3
Disk offset in decimal 1766000
0000000 04 00 00 00 14 00 00 00 00 01 00 00 00 00 00 00 01 02 01 04 00 00 00 00
0000024 00 08 00 00 00 02 00 00 00 71 00 00 00 00 00 00 12 04 04 02 00 00 00 00
0000048 10 00 00 00 10 00 00 00 00 00 00 00 00 00 00 00 00 10 00 01 00 00 00 00
0000072
Personality: Galago
ConnectorInfo count in decimal: 2
Disk offset in decimal 1766096
0000000 02 00 00 00 00 01 00 00 19 03 00 00 00 00 00 00 21 03 02 02 00 00 00 00
0000024 00 04 00 00 04 06 00 00 00 73 00 00 00 00 00 00 11 02 01 01 00 00 00 00
0000048
Personality: Colobus
ConnectorInfo count in decimal: 2
Disk offset in decimal 1766160
0000000 02 00 00 00 00 01 00 00 19 03 00 00 00 00 00 00 21 03 02 02 00 00 00 00
0000024 00 04 00 00 04 06 00 00 00 73 00 00 00 00 00 00 11 02 01 01 00 00 00 00
0000048
Personality: Mangabey
ConnectorInfo count in decimal: 2
Disk offset in decimal 1766224
0000000 02 00 00 00 40 00 00 00 19 01 00 00 00 00 00 00 00 00 00 03 00 00 00 00
0000024 00 04 00 00 04 06 00 00 00 73 00 00 00 00 00 00 11 02 01 01 00 00 00 00
0000048
Personality: Nomascus
ConnectorInfo count in decimal: 4
Disk offset in decimal 1766288
0000000 02 00 00 00 40 00 00 00 19 01 00 00 00 00 00 00 00 00 00 05 00 00 00 00
0000024 02 00 00 00 00 01 00 00 19 03 00 00 00 00 00 00 12 04 03 03 00 00 00 00
0000048 00 04 00 00 04 06 00 00 00 73 00 00 00 00 00 00 11 02 01 01 00 00 00 00
0000072 00 04 00 00 04 07 00 00 00 73 00 00 00 00 00 00 21 03 02 02 00 00 00 00
0000096
Personality: Orangutan
ConnectorInfo count in decimal: 2
Disk offset in decimal 1766400
0000000 02 00 00 00 40 00 00 00 19 01 00 00 00 00 00 00 00 00 00 05 00 00 00 00
0000024 00 04 00 00 04 06 00 00 00 73 00 00 00 00 00 00 11 02 01 01 00 00 00 00
0000048
Kext /System/Library/Extensions/AMD6000Controller.kext/Contents/MacOS/AMD6000Controller
Personality: Pithecia
ConnectorInfo count in decimal: 2
Disk offset in decimal 1791200
0000000 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 21 03 02 04 00 00 00 00
0000024 04 00 00 00 14 02 00 00 00 01 00 00 00 00 00 00 00 00 04 03 00 00 00 00
0000048
Personality: Bulrushes
ConnectorInfo count in decimal: 6
Disk offset in decimal 1791248
0000000 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 11 02 01 01 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 21 03 02 02 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 12 04 03 03 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 22 05 04 04 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 10 00 05 05 00 00 00 00
0000120 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 20 01 06 06 00 00 00 00
0000144
Personality: Cattail
ConnectorInfo count in decimal: 4
Disk offset in decimal 1791392
0000000 02 00 00 00 40 00 00 00 39 05 00 00 00 00 00 00 00 00 00 05 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 11 02 01 01 00 00 00 00
0000048 00 04 00 00 00 01 00 00 00 09 10 00 00 00 00 00 21 03 02 02 00 00 00 00
0000072 00 04 00 00 00 01 00 00 00 09 10 00 00 00 00 00 12 04 03 03 00 00 00 00
0000096
Personality: Hydrilla
ConnectorInfo count in decimal: 5
Disk offset in decimal 1791488
0000000 02 00 00 00 00 01 00 00 19 01 00 00 00 00 00 00 12 04 03 03 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 11 02 01 01 00 00 00 00
0000048 00 04 00 00 00 01 00 00 00 09 10 00 00 00 00 00 21 03 02 02 00 00 00 00
0000072 00 04 00 00 00 01 00 00 00 09 10 00 00 00 00 00 22 05 05 04 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 10 00 04 05 00 00 00 00
0000120
Personality: Duckweed
ConnectorInfo count in decimal: 4
Disk offset in decimal 1791616
0000000 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 12 04 04 01 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 22 05 05 02 00 00 00 00
0000048 00 08 00 00 04 02 00 00 00 01 00 00 00 00 00 00 11 02 03 04 00 00 00 00
0000072 00 02 00 00 14 02 00 00 00 01 00 00 00 00 00 00 00 00 06 05 00 00 00 00
0000096
Personality: Fanwort
ConnectorInfo count in decimal: 4
Disk offset in decimal 1791712
0000000 02 00 00 00 40 00 00 00 39 05 00 00 00 00 00 00 00 00 00 04 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 11 02 01 01 00 00 00 00
0000048 00 04 00 00 00 01 00 00 00 09 10 00 00 00 00 00 21 03 02 02 00 00 00 00
0000072 00 04 00 00 00 01 00 00 00 09 10 00 00 00 00 00 12 04 03 03 00 00 00 00
0000096
Personality: Elodea
ConnectorInfo count in decimal: 5
Disk offset in decimal 1791808
0000000 02 00 00 00 00 01 00 00 19 01 00 00 00 00 00 00 12 04 03 03 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 10 00 05 05 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 11 02 01 01 00 00 00 00
0000072 00 04 00 00 00 01 00 00 00 09 10 00 00 00 00 00 21 03 02 02 00 00 00 00
0000096 00 04 00 00 00 01 00 00 00 09 10 00 00 00 00 00 22 05 04 04 00 00 00 00
0000120
Personality: Kudzu
ConnectorInfo count in decimal: 2
Disk offset in decimal 1791936
0000000 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 12 04 03 03 00 00 00 00
0000024 00 08 00 00 04 02 00 00 00 01 00 00 00 00 00 00 11 02 01 01 00 00 00 00
0000048
Personality: Gibba
ConnectorInfo count in decimal: 5
Disk offset in decimal 1791984
0000000 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 12 04 05 01 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 22 05 04 02 00 00 00 00
0000048 00 08 00 00 04 02 00 00 00 01 00 00 00 00 00 00 11 02 06 04 00 00 00 00
0000072 00 02 00 00 14 02 00 00 00 01 00 00 00 00 00 00 00 00 03 05 00 00 00 00
0000096 04 00 00 00 04 02 00 00 00 01 00 00 00 00 00 00 11 02 01 03 00 00 00 00
0000120
Personality: Lotus
ConnectorInfo count in decimal: 3
Disk offset in decimal 1792112
0000000 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 11 02 01 01 00 00 00 00
0000024 00 08 00 00 04 02 00 00 00 01 00 00 00 00 00 00 22 05 04 04 00 00 00 00
0000048 00 04 00 00 00 01 00 00 00 01 00 00 00 00 00 00 21 03 02 02 00 00 00 00
0000072
Personality: Ipomoea
ConnectorInfo count in decimal: 3
Disk offset in decimal 1792192
0000000 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 12 04 01 05 00 00 00 00
0000024 00 08 00 00 04 02 00 00 00 01 00 00 00 00 00 00 11 02 04 03 00 00 00 00
0000048 10 00 00 00 10 00 00 00 00 01 00 00 00 00 00 00 00 00 00 02 00 00 00 00
0000072
Personality: Muskgrass
ConnectorInfo count in decimal: 4
Disk offset in decimal 1792272
0000000 00 04 00 00 04 03 00 00 00 01 01 00 00 00 00 00 11 02 01 01 00 00 00 00
0000024 00 04 00 00 00 01 00 00 00 09 12 00 00 00 00 00 21 03 02 02 00 00 00 00
0000048 00 04 00 00 00 01 00 00 00 09 13 00 00 00 00 00 22 05 04 04 00 00 00 00
0000072 00 08 00 00 04 02 00 00 00 01 04 00 00 00 00 00 12 04 03 03 00 00 00 00
0000096
Personality: Juncus
ConnectorInfo count in decimal: 4
Disk offset in decimal 1792368
0000000 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 12 04 03 03 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 10 00 04 05 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 11 02 01 01 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 01 00 00 00 00 00 00 21 03 02 02 00 00 00 00
0000096
Personality: Osmunda
ConnectorInfo count in decimal: 4
Disk offset in decimal 1792464
0000000 02 00 00 00 00 01 00 00 39 05 01 00 00 00 00 00 10 00 05 05 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 09 02 00 00 00 00 00 11 02 01 01 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 09 03 00 00 00 00 00 21 03 02 02 00 00 00 00
0000072 00 08 00 00 04 02 00 00 00 01 04 00 00 00 00 00 12 04 03 03 00 00 00 00
0000096
Personality: Pondweed
ConnectorInfo count in decimal: 3
Disk offset in decimal 1792560
0000000 02 00 00 00 00 01 00 00 19 01 01 00 00 00 00 00 10 00 05 05 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 02 00 00 00 00 00 11 02 01 01 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 00 00 00 00 00 21 03 02 02 00 00 00 00
0000072
Personality: Spikerush
ConnectorInfo count in decimal: 4
Disk offset in decimal 1792640
0000000 02 00 00 00 40 00 00 00 39 05 01 00 00 00 00 00 00 00 00 05 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 02 00 00 00 00 00 11 02 01 01 00 00 00 00
0000048 00 04 00 00 00 01 00 00 00 09 02 00 00 00 00 00 21 03 02 02 00 00 00 00
0000072 00 04 00 00 00 01 00 00 00 09 03 00 00 00 00 00 12 04 03 03 00 00 00 00
0000096
Personality: Typha
ConnectorInfo count in decimal: 5
Disk offset in decimal 1792736
0000000 00 04 00 00 04 03 00 00 00 01 01 00 00 00 00 00 11 02 04 01 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 02 00 00 00 00 00 21 03 05 02 00 00 00 00
0000048 00 04 00 00 00 01 00 00 00 09 03 00 00 00 00 00 10 00 02 05 00 00 00 00
0000072 00 04 00 00 00 01 00 00 00 09 04 00 00 00 00 00 20 01 03 06 00 00 00 00
0000096 04 00 00 00 14 02 00 00 00 01 05 00 00 00 00 00 02 04 01 03 00 00 00 00
0000120
Kext /System/Library/Extensions/AMD7000Controller.kext/Contents/MacOS/AMD7000Controller
Personality: Ramen
ConnectorInfo count in decimal: 6
Disk offset in decimal 1863584
0000000 02 00 00 00 00 01 00 00 39 05 01 08 00 00 00 00 20 01 05 06 00 00 00 00
0000024 00 08 00 00 04 02 00 00 00 01 02 00 00 00 00 00 10 00 03 05 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 43 00 00 00 00 11 02 01 01 00 00 00 00
0000072 00 04 00 00 00 01 00 00 00 01 04 31 00 00 00 00 21 03 04 03 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 63 00 00 00 00 12 04 02 02 00 00 00 00
0000120 00 04 00 00 00 01 00 00 00 01 06 51 00 00 00 00 22 05 04 03 00 00 00 00
0000144
Personality: Tako
ConnectorInfo count in decimal: 6
Disk offset in decimal 1863840
0000000 02 00 00 00 00 01 00 00 00 01 01 51 00 00 00 00 22 05 02 04 00 00 00 00
0000024 02 00 00 00 00 01 00 00 00 01 02 61 01 00 00 00 12 04 01 03 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 43 00 00 00 00 11 02 03 01 00 00 00 00
0000072 00 04 00 00 00 01 00 00 00 01 04 31 00 00 00 00 21 03 05 05 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 23 00 00 00 00 10 00 04 02 00 00 00 00
0000120 00 04 00 00 00 01 00 00 00 01 06 11 00 00 00 00 20 01 05 05 00 00 00 00
0000144
Personality: Namako
ConnectorInfo count in decimal: 4
Disk offset in decimal 1863984
0000000 02 00 00 00 00 01 00 00 00 01 01 51 00 00 00 00 22 05 02 02 00 00 00 00
0000024 02 00 00 00 00 01 00 00 00 01 02 61 01 00 00 00 12 04 01 01 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 43 00 00 00 00 11 02 03 03 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 01 04 33 00 00 00 00 21 03 04 04 00 00 00 00
0000096
Personality: Aji
ConnectorInfo count in decimal: 4
Disk offset in decimal 1864176
0000000 00 04 00 00 04 03 00 00 00 01 01 01 00 00 00 00 12 04 05 01 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 02 01 00 00 00 00 22 05 04 02 00 00 00 00
0000048 04 00 00 00 14 02 00 00 00 01 03 00 00 00 00 00 00 00 03 06 00 00 00 00
0000072 00 08 00 00 04 02 00 00 00 01 04 00 00 00 00 00 11 02 01 04 00 00 00 00
0000096
Personality: Buri
ConnectorInfo count in decimal: 4
Disk offset in decimal 1864272
0000000 02 00 00 00 00 01 00 00 39 05 01 00 00 00 00 00 10 00 05 05 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 09 02 00 00 00 00 00 11 02 01 01 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 09 03 00 00 00 00 00 21 03 02 02 00 00 00 00
0000072 00 08 00 00 04 02 00 00 00 01 04 00 00 00 00 00 12 04 03 03 00 00 00 00
0000096
Personality: Chutoro
ConnectorInfo count in decimal: 5
Disk offset in decimal 1864368
0000000 02 00 00 00 00 01 00 00 19 01 01 00 00 00 00 00 12 04 03 03 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 02 01 00 00 00 00 11 02 01 01 00 00 00 00
0000048 00 04 00 00 00 01 00 00 00 09 03 00 00 00 00 00 21 03 02 02 00 00 00 00
0000072 00 04 00 00 00 01 00 00 00 09 04 00 00 00 00 00 22 05 04 04 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 00 00 00 00 00 10 00 05 05 00 00 00 00
0000120
Personality: Dashimaki
ConnectorInfo count in decimal: 4
Disk offset in decimal 1864496
0000000 00 04 00 00 04 03 00 00 00 01 01 01 00 00 00 00 12 04 02 02 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 02 00 00 00 00 00 22 05 03 05 00 00 00 00
0000048 04 00 00 00 14 02 00 00 00 01 03 01 00 00 00 00 00 00 04 04 00 00 00 00
0000072 00 08 00 00 04 02 00 00 00 01 04 00 00 00 00 00 11 02 01 01 00 00 00 00
0000096
Personality: Ebi
ConnectorInfo count in decimal: 5
Disk offset in decimal 1864592
0000000 02 00 00 00 00 01 00 00 19 01 01 00 00 00 00 00 12 04 03 03 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 02 01 00 00 00 00 11 02 01 01 00 00 00 00
0000048 00 04 00 00 00 01 00 00 00 09 03 01 00 00 00 00 21 03 02 02 00 00 00 00
0000072 00 04 00 00 00 01 00 00 00 09 04 01 00 00 00 00 22 05 04 04 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 01 00 00 00 00 10 00 05 05 00 00 00 00
0000120
Personality: Gari
ConnectorInfo count in decimal: 5
Disk offset in decimal 1864720
0000000 02 00 00 00 00 01 00 00 19 01 01 00 00 00 00 00 12 04 03 03 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 02 01 00 00 00 00 11 02 01 01 00 00 00 00
0000048 00 04 00 00 00 01 00 00 00 09 03 00 00 00 00 00 21 03 02 02 00 00 00 00
0000072 00 04 00 00 00 01 00 00 00 09 04 00 00 00 00 00 22 05 04 04 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 00 00 00 00 00 10 00 05 05 00 00 00 00
0000120
Personality: Futomaki
ConnectorInfo count in decimal: 4
Disk offset in decimal 1864896
0000000 00 04 00 00 04 03 00 00 00 01 01 01 00 00 00 00 12 04 04 01 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 02 01 00 00 00 00 22 05 05 02 00 00 00 00
0000048 04 00 00 00 14 02 00 00 00 01 03 00 00 00 00 00 00 00 06 06 00 00 00 00
0000072 00 08 00 00 04 02 00 00 00 01 04 00 00 00 00 00 11 02 01 03 00 00 00 00
0000096
Personality: Hamachi
ConnectorInfo count in decimal: 4
Disk offset in decimal 1864992
0000000 00 04 00 00 04 03 00 00 00 01 01 01 00 00 00 00 12 04 05 01 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 02 01 00 00 00 00 22 05 04 02 00 00 00 00
0000048 04 00 00 00 14 02 00 00 00 01 03 00 00 00 00 00 00 00 03 06 00 00 00 00
0000072 00 08 00 00 04 02 00 00 00 01 04 00 00 00 00 00 11 02 01 04 00 00 00 00
0000096
Personality: OPM
ConnectorInfo count in decimal: 6
Disk offset in decimal 1865152
0000000 00 04 00 00 04 03 00 00 00 01 00 01 00 00 00 00 11 02 01 01 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 00 01 00 00 00 00 21 03 02 02 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 00 01 00 00 00 00 12 04 03 03 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 01 00 01 00 00 00 00 22 05 04 04 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 00 01 00 00 00 00 10 00 05 05 00 00 00 00
0000120 00 04 00 00 14 03 00 00 00 01 00 01 00 00 00 00 20 01 06 06 00 00 00 00
0000144
Personality: Ikura
ConnectorInfo count in decimal: 1
Disk offset in decimal 1865296
0000000 00 08 00 00 04 02 00 00 00 01 01 00 00 00 00 00 12 04 03 01 00 00 00 00
0000024
Personality: IkuraS
ConnectorInfo count in decimal: 6
Disk offset in decimal 1865328
0000000 00 04 00 00 04 03 00 00 00 01 01 43 00 00 00 00 11 02 01 03 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 02 33 00 00 00 00 21 03 02 04 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 63 00 00 00 00 12 04 03 01 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 01 04 53 00 00 00 00 22 05 04 02 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 23 00 00 00 00 10 00 05 05 00 00 00 00
0000120 00 04 00 00 04 03 00 00 00 01 06 13 00 00 00 00 20 01 06 06 00 00 00 00
0000144
Personality: Junsai
ConnectorInfo count in decimal: 6
Disk offset in decimal 1865472
0000000 00 04 00 00 04 03 00 00 00 01 00 01 00 00 00 00 12 04 03 01 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 00 01 00 00 00 00 22 05 04 02 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 00 01 00 00 00 00 11 02 01 03 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 01 00 01 00 00 00 00 21 03 02 04 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 00 01 00 00 00 00 10 00 05 05 00 00 00 00
0000120 00 04 00 00 04 03 00 00 00 01 00 01 00 00 00 00 20 01 06 06 00 00 00 00
0000144
Personality: Kani
ConnectorInfo count in decimal: 1
Disk offset in decimal 1865616
0000000 00 08 00 00 04 02 00 00 00 01 01 00 00 00 00 00 12 04 03 01 00 00 00 00
0000024
Personality: KaniS
ConnectorInfo count in decimal: 6
Disk offset in decimal 1865648
0000000 00 04 00 00 04 03 00 00 00 01 01 43 00 00 00 00 11 02 01 03 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 02 33 00 00 00 00 21 03 02 04 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 63 00 00 00 00 12 04 03 01 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 01 04 53 00 00 00 00 22 05 04 02 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 23 00 00 00 00 10 00 05 05 00 00 00 00
0000120 00 04 00 00 04 03 00 00 00 01 06 13 00 00 00 00 20 01 06 06 00 00 00 00
0000144
Personality: DashimakiS
ConnectorInfo count in decimal: 4
Disk offset in decimal 1865792
0000000 00 04 00 00 04 03 00 00 00 01 01 01 00 00 00 00 12 04 02 02 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 02 01 00 00 00 00 22 05 03 05 00 00 00 00
0000048 04 00 00 00 14 02 00 00 00 01 03 00 00 00 00 00 00 00 04 04 00 00 00 00
0000072 00 08 00 00 04 02 00 00 00 01 04 00 00 00 00 00 11 02 01 01 00 00 00 00
0000096
Personality: Maguro
ConnectorInfo count in decimal: 1
Disk offset in decimal 1865888
0000000 00 08 00 00 04 02 00 00 00 01 01 00 00 00 00 00 12 04 03 01 00 00 00 00
0000024
Personality: MaguroS
ConnectorInfo count in decimal: 6
Disk offset in decimal 1865920
0000000 00 04 00 00 04 03 00 00 00 01 01 43 00 00 00 00 11 02 01 03 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 02 33 00 00 00 00 21 03 02 04 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 63 00 00 00 00 12 04 03 01 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 01 04 53 00 00 00 00 22 05 04 02 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 23 00 00 00 00 10 00 05 05 00 00 00 00
0000120 00 04 00 00 04 03 00 00 00 01 06 13 00 00 00 00 20 01 06 06 00 00 00 00
0000144
Kext /System/Library/Extensions/AMD8000Controller.kext/Contents/MacOS/AMD8000Controller
Personality: Exmoor
ConnectorInfo count in decimal: 6
Disk offset in decimal 1867520
0000000 02 00 00 00 00 01 00 00 00 01 01 51 00 00 00 00 22 05 02 04 00 00 00 00
0000024 02 00 00 00 00 01 00 00 00 01 02 61 01 00 00 00 12 04 01 03 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 43 00 00 00 00 11 02 03 01 00 00 00 00
0000072 00 04 00 00 00 01 00 00 00 01 04 31 00 00 00 00 21 03 05 05 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 23 00 00 00 00 10 00 04 02 00 00 00 00
0000120 00 04 00 00 00 01 00 00 00 01 06 11 00 00 00 00 20 01 05 05 00 00 00 00
0000144
Personality: Baladi
ConnectorInfo count in decimal: 6
Disk offset in decimal 1867920
0000000 00 04 00 00 04 03 00 00 00 01 03 00 00 00 00 00 12 04 03 03 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 01 00 00 00 00 00 11 02 01 01 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 02 00 00 00 00 00 21 03 02 02 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 01 04 00 00 00 00 00 22 05 04 04 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 00 00 00 00 00 10 00 05 05 00 00 00 00
0000120 00 04 00 00 04 03 00 00 00 01 06 00 00 00 00 00 20 01 06 06 00 00 00 00
0000144
Kext /System/Library/Extensions/AMD9000Controller.kext/Contents/MacOS/AMD9000Controller
Personality: Exmoor
ConnectorInfo count in decimal: 6
Disk offset in decimal 1871600
0000000 02 00 00 00 00 01 00 00 00 01 01 51 00 00 00 00 22 05 02 04 00 00 00 00
0000024 02 00 00 00 00 01 00 00 00 01 02 61 01 00 00 00 12 04 01 03 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 43 00 00 00 00 11 02 03 01 00 00 00 00
0000072 00 04 00 00 00 01 00 00 00 01 04 31 00 00 00 00 21 03 05 05 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 23 00 00 00 00 10 00 04 02 00 00 00 00
0000120 00 04 00 00 00 01 00 00 00 01 06 11 00 00 00 00 20 01 05 05 00 00 00 00
0000144
Personality: OPM
ConnectorInfo count in decimal: 6
Disk offset in decimal 1871744
0000000 00 04 00 00 04 03 00 00 00 00 00 01 00 00 00 00 10 00 01 01 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 00 00 01 00 00 00 00 20 01 02 02 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 00 00 01 00 00 00 00 11 02 03 03 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 00 00 01 00 00 00 00 21 03 04 04 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 00 00 01 00 00 00 00 12 04 05 05 00 00 00 00
0000120 00 04 00 00 04 03 00 00 00 00 00 01 00 00 00 00 22 05 06 06 00 00 00 00
0000144
Personality: MalteseS
ConnectorInfo count in decimal: 1
Disk offset in decimal 1871888
0000000 00 08 00 00 04 02 00 00 00 01 01 00 00 00 00 00 12 04 03 01 00 00 00 00
0000024
Personality: Lagotto
ConnectorInfo count in decimal: 4
Disk offset in decimal 1871920
0000000 00 04 00 00 04 03 00 00 00 01 01 00 00 00 00 00 11 02 04 01 00 00 00 00
0000024 00 08 00 00 04 02 00 00 00 01 02 00 00 00 00 00 21 03 05 03 00 00 00 00
0000048 04 00 00 00 04 02 00 00 00 01 03 00 00 00 00 00 00 00 01 05 00 00 00 00
0000072 04 00 00 00 04 02 00 00 00 01 04 00 00 00 00 00 02 04 06 06 00 00 00 00
0000096
Personality: GreyhoundS
ConnectorInfo count in decimal: 1
Disk offset in decimal 1872016
0000000 00 08 00 00 04 02 00 00 00 01 01 00 00 00 00 00 12 04 03 01 00 00 00 00
0000024
Personality: Maltese
ConnectorInfo count in decimal: 6
Disk offset in decimal 1872160
0000000 00 04 00 00 04 03 00 00 00 01 01 23 00 00 00 00 10 00 01 03 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 02 13 00 00 00 00 20 01 02 04 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 43 00 00 00 00 11 02 03 01 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 01 04 33 00 00 00 00 21 03 04 02 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 63 00 00 00 00 12 04 05 05 00 00 00 00
0000120 00 04 00 00 04 03 00 00 00 01 06 53 00 00 00 00 22 05 06 06 00 00 00 00
0000144
Personality: Labrador
ConnectorInfo count in decimal: 6
Disk offset in decimal 1872336
0000000 02 00 00 00 00 01 00 00 00 01 01 31 00 00 00 00 21 03 02 04 00 00 00 00
0000024 02 00 00 00 00 01 00 00 00 01 02 41 01 00 00 00 11 02 01 03 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 23 00 00 00 00 10 00 03 01 00 00 00 00
0000072 00 04 00 00 00 01 00 00 00 01 04 11 00 00 00 00 20 01 05 05 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 63 00 00 00 00 12 04 04 02 00 00 00 00
0000120 00 04 00 00 00 01 00 00 00 01 06 51 00 00 00 00 22 05 05 05 00 00 00 00
0000144
Personality: Basset
ConnectorInfo count in decimal: 4
Disk offset in decimal 1872480
0000000 02 00 00 00 00 01 00 00 00 01 01 31 00 00 00 00 21 03 02 02 00 00 00 00
0000024 02 00 00 00 00 01 00 00 00 01 02 41 01 00 00 00 11 02 01 01 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 23 00 00 00 00 10 00 03 03 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 01 04 13 00 00 00 00 20 01 04 04 00 00 00 00
0000096
Personality: Greyhound
ConnectorInfo count in decimal: 6
Disk offset in decimal 1872704
0000000 00 04 00 00 04 03 00 00 00 01 01 23 00 00 00 00 10 00 01 03 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 02 13 00 00 00 00 20 01 02 04 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 43 00 00 00 00 11 02 03 01 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 01 04 33 00 00 00 00 21 03 04 02 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 63 00 00 00 00 12 04 05 05 00 00 00 00
0000120 00 04 00 00 04 03 00 00 00 01 06 53 00 00 00 00 22 05 06 06 00 00 00 00
0000144
Personality: Baladi
ConnectorInfo count in decimal: 6
Disk offset in decimal 1872880
0000000 00 04 00 00 04 03 00 00 00 01 03 00 00 00 00 00 12 04 03 03 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 01 00 00 00 00 00 11 02 01 01 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 02 00 00 00 00 00 21 03 02 02 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 01 04 00 00 00 00 00 22 05 04 04 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 00 00 00 00 00 10 00 05 05 00 00 00 00
0000120 00 04 00 00 04 03 00 00 00 01 06 00 00 00 00 00 20 01 06 06 00 00 00 00
0000144
Kext /System/Library/Extensions/AMD9500Controller.kext/Contents/MacOS/AMD9500Controller
Personality: Exmoor
ConnectorInfo count in decimal: 6
Disk offset in decimal 1892144
0000000 02 00 00 00 00 01 00 00 00 01 01 51 00 00 00 00 22 05 02 04 00 00 00 00
0000024 02 00 00 00 00 01 00 00 00 01 02 61 01 00 00 00 12 04 01 03 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 43 00 00 00 00 11 02 03 01 00 00 00 00
0000072 00 04 00 00 00 01 00 00 00 01 04 31 00 00 00 00 21 03 05 05 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 23 00 00 00 00 10 00 04 02 00 00 00 00
0000120 00 04 00 00 00 01 00 00 00 01 06 11 00 00 00 00 20 01 05 05 00 00 00 00
0000144
Personality: Berbice
ConnectorInfo count in decimal: 5
Disk offset in decimal 1892288
0000000 02 00 00 00 00 01 00 00 39 05 01 08 00 00 00 00 20 01 01 01 00 00 00 00
0000024 00 04 00 00 00 01 00 00 00 01 02 43 00 00 00 00 10 00 02 02 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 13 00 00 00 00 21 03 03 03 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 01 04 53 00 00 00 00 11 02 04 04 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 33 00 00 00 00 12 04 05 05 00 00 00 00
0000120
Personality: Elqui
ConnectorInfo count in decimal: 5
Disk offset in decimal 1892416
0000000 02 00 00 00 00 01 00 00 00 01 01 41 00 00 00 00 11 02 02 04 00 00 00 00
0000024 02 00 00 00 00 01 00 00 00 01 02 31 01 00 00 00 21 03 01 03 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 03 00 00 00 00 20 01 03 01 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 01 04 03 00 00 00 00 12 04 04 02 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 01 00 00 00 00 10 00 05 05 00 00 00 00
0000120
Personality: Acre
ConnectorInfo count in decimal: 3
Disk offset in decimal 1892640
0000000 00 04 00 00 04 03 00 00 00 01 01 01 00 00 00 00 11 02 02 01 00 00 00 00
0000024 00 08 00 00 04 02 00 00 00 01 02 00 00 00 00 00 21 03 05 04 00 00 00 00
0000048 04 00 00 00 04 02 00 00 00 01 03 00 00 00 00 00 00 00 03 05 00 00 00 00
0000072
Personality: Caroni
ConnectorInfo count in decimal: 5
Disk offset in decimal 1892832
0000000 02 00 00 00 00 01 00 00 00 01 01 41 00 00 00 00 11 02 02 04 00 00 00 00
0000024 02 00 00 00 00 01 00 00 00 01 02 31 01 00 00 00 21 03 01 03 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 03 00 00 00 00 20 01 03 01 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 01 04 03 00 00 00 00 12 04 04 02 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 01 00 00 00 00 10 00 05 05 00 00 00 00
0000120
Personality: Florin
ConnectorInfo count in decimal: 6
Disk offset in decimal 1893056
0000000 02 00 00 00 00 01 00 00 00 01 01 41 00 00 00 00 11 02 02 04 00 00 00 00
0000024 02 00 00 00 00 01 00 00 00 01 02 31 01 00 00 00 21 03 01 03 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 13 00 00 00 00 20 01 03 01 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 01 04 21 00 00 00 00 10 00 05 05 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 53 00 00 00 00 22 05 04 02 00 00 00 00
0000120 00 04 00 00 04 03 00 00 00 01 06 61 00 00 00 00 12 04 06 06 00 00 00 00
0000144
Personality: Guariba
ConnectorInfo count in decimal: 6
Disk offset in decimal 1893232
0000000 00 04 00 00 04 03 00 00 00 01 01 01 00 00 00 00 12 04 06 01 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 02 01 00 00 00 00 22 05 04 03 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 01 00 00 00 00 11 02 01 02 00 00 00 00
0000072 00 08 00 00 04 02 00 00 00 01 04 00 00 00 00 00 21 03 05 04 00 00 00 00
0000096 04 00 00 00 04 02 00 00 00 01 05 00 00 00 00 00 00 00 03 06 00 00 00 00
0000120 00 04 00 00 00 01 00 00 00 01 06 01 00 00 00 00 20 01 02 05 00 00 00 00
0000144
Personality: Dayman
ConnectorInfo count in decimal: 6
Disk offset in decimal 1893376
0000000 00 04 00 00 04 03 00 00 00 01 01 01 00 00 00 00 12 04 06 01 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 02 01 00 00 00 00 22 05 04 03 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 03 01 00 00 00 00 11 02 01 02 00 00 00 00
0000072 00 08 00 00 04 02 00 00 00 01 04 00 00 00 00 00 21 03 05 04 00 00 00 00
0000096 04 00 00 00 04 02 00 00 00 01 05 00 00 00 00 00 00 00 03 06 00 00 00 00
0000120 00 04 00 00 00 01 00 00 00 01 06 01 00 00 00 00 20 01 02 05 00 00 00 00
0000144
Personality: Baladi
ConnectorInfo count in decimal: 6
Disk offset in decimal 1893552
0000000 00 04 00 00 04 03 00 00 00 01 03 00 00 00 00 00 12 04 03 03 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 01 01 00 00 00 00 00 11 02 01 01 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 01 02 00 00 00 00 00 21 03 02 02 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 01 04 00 00 00 00 00 22 05 04 04 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 01 05 00 00 00 00 00 10 00 05 05 00 00 00 00
0000120 00 04 00 00 04 03 00 00 00 01 06 00 00 00 00 00 20 01 06 06 00 00 00 00
0000144
Personality: OPM
ConnectorInfo count in decimal: 5
Disk offset in decimal 1893696
0000000 00 04 00 00 04 03 00 00 00 00 00 01 00 00 00 00 11 02 02 02 00 00 00 00
0000024 00 04 00 00 04 03 00 00 00 00 00 01 00 00 00 00 21 03 03 03 00 00 00 00
0000048 00 04 00 00 04 03 00 00 00 00 00 01 00 00 00 00 12 04 01 01 00 00 00 00
0000072 00 04 00 00 04 03 00 00 00 00 00 01 00 00 00 00 10 00 04 04 00 00 00 00
0000096 00 04 00 00 04 03 00 00 00 00 00 01 00 00 00 00 20 01 05 05 00 00 00 00
0000120

 

 

The relevant part for ati.c

card_config_t card_configs[] = {
	{NULL,		0},
	/* OLDController */
	{"Wormy",	2},
	{"Alopias",	2},
	{"Caretta",	1},
	{"Kakapo",	3},
	{"Kipunji",	4},
	{"Peregrine",	2},
	{"Raven",	3},
	{"Sphyrna",	1},
	/* AMD2400Controller */
	{"Iago",	2},
	/* AMD2600Controller */
	{"Hypoprion",	2},
	{"Lamna",	2},
	/* AMD3800Controller */
	{"Megalodon",	3},
	{"Triakis",	2},
	/* AMD4600Controller */
	{"Flicker",	3},
	{"Gliff",	3},
	{"Shrike",	3},
	/* AMD4800Controller */
	{"Cardinal",	2},
	{"Motmot",	2},
	{"Quail",	3},
	/* AMD5000Controller */
	{"Douc",	2},
	{"Langur",	3},
	{"Uakari",	4},
	{"Zonalis",	6},
	{"Alouatta",	4},
	{"Hoolock",	1},
	{"Vervet",	4},
	{"Baboon",	3},
	{"Eulemur",	3},
	{"Galago",	2},
	{"Colobus",	2},
	{"Mangabey",	2},
	{"Nomascus",	5},
	{"Orangutan",	2},
	/* AMD6000Controller */
	{"Pithecia",	3},
	{"Bulrushes",	6},
	{"Cattail",	4},
	{"Hydrilla",	5},
	{"Duckweed",	4},
	{"Fanwort",	4},
	{"Elodea",	5},
	{"Kudzu",	2},
	{"Gibba",	5},
	{"Lotus",	3},
	{"Ipomoea",	3},
	{"Muskgrass",	4},
	{"Juncus",	4},
	{"Osmunda",     4},
	{"Pondweed",	3},
	{"Spikerush",   4},
	{"Typha",       5},
	/* AMD7000Controller */
	{"Ramen",	6},
	{"Tako",	6},
	{"Namako",	4},
	{"Aji",		4},
	{"Buri",	4},
	{"Chutoro",	5},
	{"Dashimaki",	4},
	{"Ebi",		5},
	{"Gari",	5},
	{"Futomaki",	5},
	{"Hamachi",	4},
	{"OPM",         5},
	{"Ikura",	1},
	{"IkuraS",	6},
	{"Junsai",	6},
	{"Kani",	1},
	{"KaniS",	6},
	{"DashimakiS",	4},
	{"Maguro",	1},
	{"MaguroS",	6},
	/* AMD8000Controller */
	{"Baladi",      6},
	/* AMD9000Controller */
	{"Exmoor",	6},
	{"MalteseS",	1},
	{"Lagotto",	4},
	{"GreyhoundS",	1},
	{"Maltese",	6},
	{"Basset",	4},
	{"Greyhound",	6},
	{"Labrador",	6},
	/* AMD9500Controller */
	{"Elqui",	5},
	{"Acre",	3},
	{"Berbice",	5},
	{"Caroni",	5},
	{"Florin",	6},
	{"Dayman",	6},
	{"Guariba",	6}
};
Also thanks to Mork vom Ork we have made a workaround to detect the correct amunt of memory for Polaris10/11

(of course more test are needed)

      // ErmaC: mem size workaround for Polaris10/11
      if ( (chip_family == CHIP_FAMILY_ELLESMERE) || (chip_family == CHIP_FAMILY_BAFFIN) ) {
        card->vram_size = IoRead32(R600_CONFIG_MEMSIZE) << 20; // Mork vom Ork
      } else {
        card->vram_size = ((UINT64)REG32(card->mmio, R600_CONFIG_MEMSIZE)) << 20;
      }  
      DBG("Set VRAM for %a =%dMb\n", chip_family_name[card->info->chip_family], (INTN)RShiftU64(card->vram_size, 20));
Ati patch for Polaris 10/11 cards id, chip family, FrameBuffer name and port numbers

- ati.c

- ati.h

--> ATI_POLARIS_FB.zip

 


CPU definition update

 

The relevant part of definition coming from linux kernel source code intel-family.h other from https://patchwork.kernel.org/patch/9145647/

 

#define CPU_MODEL_PENTIUM_M     0x09
#define CPU_MODEL_DOTHAN        0x0D
#define CPU_MODEL_YONAH         0x0E
#define CPU_MODEL_MEROM         0x0F  /* same as CONROE but mobile */
#define CPU_MODEL_CONROE        0x0F  /* Allendale, Conroe, Kentsfield, Woodcrest, Clovertown, Tigerton */
#define CPU_MODEL_CELERON       0x16  /* ever see? */
#define CPU_MODEL_PENRYN        0x17  /* Yorkfield, Harpertown, Penryn M */
#define CPU_MODEL_WOLFDALE      0x17  /* kind of penryn but desktop */
#define CPU_MODEL_NEHALEM       0x1A  /* Bloomfield. Nehalem-EP, Nehalem-WS, Gainestown */
#define CPU_MODEL_ATOM          0x1C  /* Pineview UN */
#define CPU_MODEL_XEON_MP       0x1D  /* MP 7400 UN */
#define CPU_MODEL_FIELDS        0x1E  /* Lynnfield, Clarksfield, Jasper */
#define CPU_MODEL_DALES         0x1F  /* Havendale, Auburndale */
#define CPU_MODEL_CLARKDALE     0x25  /* Clarkdale, Arrandale */
#define CPU_MODEL_ATOM_SAN      0x26  /* Haswell H ? */
#define CPU_MODEL_LINCROFT      0x27  /* UN */
#define CPU_MODEL_SANDY_BRIDGE	0x2A
#define CPU_MODEL_WESTMERE      0x2C  /* Gulftown LGA1366 */
#define CPU_MODEL_JAKETOWN      0x2D  /* Sandy Bridge Xeon LGA2011 */
#define CPU_MODEL_NEHALEM_EX    0x2E
#define CPU_MODEL_WESTMERE_EX   0x2F
#define CPU_MODEL_ATOM_2000     0x36  /* UN */
#define CPU_MODEL_ATOM_3700     0x37  /* Bay Trail */
#define CPU_MODEL_IVY_BRIDGE    0x3A
#define CPU_MODEL_HASWELL       0x3C  /* Haswell DT */
#define CPU_MODEL_HASWELL_U5    0x3D  /* Haswell U5  5th generation Broadwell*/
#define CPU_MODEL_IVY_BRIDGE_E5 0x3E  /* Ivy Bridge Xeon UN */
#define CPU_MODEL_HASWELL_E     0x3F  /* Haswell Extreme */
//#define CPU_MODEL_HASWELL_H   0x??  // Haswell H
#define CPU_MODEL_HASWELL_ULT   0x45  /* Haswell ULT */
#define CPU_MODEL_CRYSTALWELL   0x46  /* Haswell ULX CPUID_MODEL_CRYSTALWELL */
#define CPU_MODEL_BROADWELL_HQ  0x47
#define CPU_MODEL_MERRIFIELD	0x4A /* Tangier */
#define CPU_MODEL_AIRMONT       0x4C /* CherryTrail / Braswell */
#define CPU_MODEL_AVOTON        0x4D /* Avaton/Rangely */
#define CPU_MODEL_SKYLAKE_U     0x4E /* Skylake Mobile */
#define CPU_MODEL_BROADWELL_E5  0x4F
#define CPU_MODEL_SKYLAKE_S     0x55 /* Skylake Server */
#define CPU_MODEL_BROADWELL_DE  0x56
#define CPU_MODEL_KNIGHT        0x57 /* Knights Landing */
#define CPU_MODEL_MOOREFIELD    0x5A /* Annidale */
#define CPU_MODEL_GOLDMONT      0x5C
#define CPU_MODEL_ATOM_X3       0x5D
#define CPU_MODEL_SKYLAKE_D     0x5E /* Skylake Desktop */
#define CPU_MODEL_DENVERTON     0x5F /* Goldmont Microserver */
#define CPU_MODEL_CANNONLAKE    0x66
#define CPU_MODEL_XEON_MILL     0x85 /* Knights Mill */
#define CPU_MODEL_KABYLAKE1    	0x8E /* Kabylake Mobile */
#define CPU_MODEL_KABYLAKE2     0x9E /* Kabylake Dektop */
- cpu.c

- Platform.h

- platformdata.c

- StateGenerator.c

 

--> CPU_DEFINITION.zip

 

ErmaC

  • Like 2
Link to comment
Share on other sites

 

@ErmaC:

 

you have a syntax error in your "ati.h" file:

    CHIP_FAMILY_TOPAZ,

must be

    CHIP_FAMILY_TOPAS,

 

 

Hi Mork vom Ork

no this is the correct one... I change it intentionally... the typo was here from long time... so TOPAZ is correct

see here amdgpu_drv.c  ;)

 

ErmaC

  • Like 1
Link to comment
Share on other sites

May I propose a change to MatchBuild key?

- ((AsciiStrStr(mos->array[i], ".") != NULL) && IsOSValid(mos->array[i], CurrOS)) || // MatchOS
      (AsciiStrCmp(mos->array[i], CurrOS) == 0) // MatchBuild

+ ((AsciiStrStr(mos->array[i], ".") != NULL) && IsOSValid(mos->array[i], CurrOS)) || // MatchOS
      (AsciiStrStr(mos->array[i], CurrOS) != NULL) // MatchBuild

this way we can set a string containings more than one ProductBuildVersion string, separated by comma, by spaces or even not separated:

 

MatchBuild = 11G63 16B2555

logs:

4:255  0:000   - [00]: IOAHCIBlockStorage (Enable debug) :: BinPatch :: [OS: 10.12.1 | MatchOS: 10.7.x,10.8.x,10.9.x,10.10.x,10.11.x,10.12.x | MatchBuild: 11G63 16B2555] ==> allowed
4:255  0:000   - [00]: IOAHCIBlockStorage (Enable debug) :: BinPatch :: [OS: 10.11.6 | MatchOS: 10.7.x,10.8.x,10.9.x,10.10.x,10.11.x,10.12.x | MatchBuild: 11G63 16B2555] ==> not allowed

4:255  0:000   - [00]: IOAHCIBlockStorage (Enable debug) :: BinPatch :: [OS: 10.7.5 | MatchOS: 10.7.x,10.8.x,10.9.x,10.10.x,10.11.x,10.12.x | MatchBuild: 11G63 16B2555] ==> allowed

usefull for certain set of patches (nvme for example) to allow/disallow them by filtering the build string, and avoid possible corruption that may occours if the new kext-binary is unknown.

(the result, in this case, is a wanted boot failure due to the fact that no one patch is applied (kext remains vanilla), but the filesystem will be saved)

 

Also is still compatible with the existing, in case someone are already using it.

 

Settings.c.zip

  • Like 1
Link to comment
Share on other sites

10.10.5 will be matched to 10.5?

no, because as per the existing code it already suppose that if a dot is present the key is MatchOS, otherwise is MatchBuild.

..so "CurrOS" at right of the statement is "ProductBuildVersion" and not "ProductVersion":

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ProductBuildVersion</key>
	<string>16B2555</string>
	<key>ProductCopyright</key>
	<string>1983-2016 Apple Inc.</string>
	<key>ProductName</key>
	<string>Mac OS X</string>
	<key>ProductUserVisibleVersion</key>
	<string>10.12.1</string>
	<key>ProductVersion</key>
	<string>10.12.1</string>
</dict>
</plist> 

The change is to check if the string contains "ProductBuildVersion" also, unlike now that check if the string for the key is equal to "ProductBuildVersion":

old (AsciiStrCmp)

<key>MatchBuild</key>
	<string>16B2555</string>

what i wish to do using AsciiStrStr :

<key>MatchBuild</key>
    <string>11G63 16B2555</string>
Link to comment
Share on other sites

 

4:255  0:000   - [00]: IOAHCIBlockStorage (Enable debug) :: BinPatch :: [OS: 10.11.6 | MatchOS: 10.7.x,10.8.x,10.9.x,10.10.x,10.11.x,10.12.x | MatchBuild: 11G63 16B2555] ==> not allowed

 

This log message shows current OS but not current build. Shouldn't that be added so we can see why the patch is not allowed?

Also, MatchOS should indicate "ignored" in the case where both BuildVersion and MatchBuild is not NULL.

 

10.10.5 will be matched to 10.5?

Might be on to something here but not for build version.

 

no, because as per the existing code it already suppose that if a dot is present the key is MatchOS, otherwise is MatchBuild.

 

...

 

what i wish to do using AsciiStrStr :

<key>MatchBuild</key>
    <string>11G63 16B2555</string>

 

Wouldn't build 11G6 be matched for a patch with MatchBuild 11G63? The fix would be to add delimiters to current build like this ",11G6," and convert all delimiters in MatchBuild to the same like this ",11G63,16B2555,". A simple character concatenation (for trailing and preceding delimiters) and replacement (for internal delimiters) would be sufficient. For example, a MatchBuild that used commas and spaces like this "11G63, 16B2555" would be converted to ",11G63,,16B2555," before using AsciiStrStr.

Link to comment
Share on other sites

This log message shows current OS but not current build. Shouldn't that be added so we can see why the patch is not allowed?

I was focused on the functionality, but is just like before. Also the boot log already will show you this:

3:752  0:026  GetOSVersion: 10.12.1 (16B2555)

if depended by me, I would prefear a shorter string, by removing the redundant OS version part. :)

Wouldn't build 11G6 be matched for a patch with MatchBuild 11G63?

"11G6", sorry but where did you see OSX with kernel 11 without the revision part? Only builds I know with 4 chars is due to the kernel version was <10.

Yep, there are cases when Apple added a suffix, usually a letter, indicating a security fix.. but also in this case will work..

Link to comment
Share on other sites

I was focused on the functionality, but is just like before. Also the boot log already will show you this:

3:752  0:026  GetOSVersion: 10.12.1 (16B2555)
if depended by me, I would prefear a shorter string, by removing the redundant OS version part. :)

 

Agreed. It should show the build number or not show the version number.

 

sorry but where did you see OSX with kernel 11 without the revision part? Only builds I know with 4 chars is due to the kernel version was <10.

Yep, there are cases when Apple added a suffix, usually a letter, indicating a security fix.. but also in this case will work..

I didn't say there exists a build 11G6. I was saying that a shorter build number would be a substring of a longer one. It was an example. Your example MatchBuild contains two build strings "11G63 16B2555". One has a 2 digit build number, the other has a 4 digit build number. My example has a 1 digit build number. Could there be a version with a 3 digit build number that is a substring of the one with four digits? For example, "16B255" would match because it is a substring of "16B2555". It doesn't matter if such versions don't exist because it may be a possibility in the future and we should guard against that.
Link to comment
Share on other sites

Dear Slice,

 

with the commit r3927 you deleted the outcommented line from "/rEFIt_UEFI/Platform/nvidia.c":

-    //    gSettings.VRAM = videoRam;

I always had to comment that line in, so my second GPU's VRAM get recognised correctly.

Could you please take a look on it?

 

Thanks and cheers...

Link to comment
Share on other sites

I cant boot my hackintosh with Clover_v2.3k_r3944.zip!!! I am using a macpro6,1 definition with chassis type 02

attachicon.gif09054163-16eb-44b9-ae96-264c14b1343b.jpg

http://www.insanelymac.com/forum/index.php?/topic/284656-Clover-General-discussion&do=findComment&comment=2324054

 

Try this

 

나의 LG-F410S 의 Tapatalk에서 보냄

Link to comment
Share on other sites

 

Last login: Thu Nov 24 18:31:04 on console

Mac-Pro-de-Fljagd:~ fljagd$ bdmesg

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

0:100 0:000

0:100 0:000 Now is 24.11.2016, 17:30:48 (GMT)

0:100 0:000 Starting Clover revision: 3945 on American Megatrends EFI

0:100 0:000 Build with: [Args: -mc --no-usb -D NO_GRUB_DRIVERS_EMBEDDED -D CHECK_FLAGS -t XCODE5 | -D DISABLE_USB_SUPPORT -D NO_GRUB_DRIVERS_EMBEDDED -D CHECK_FLAGS -D USE_BIOS_BLOCKIO -D USE_LOW_EBDA -a X64 -b RELEASE -t XCODE5 -n 5 | OS: 10.12.2 | XCODE: 8.1]

0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x2,0x0)\HD(1,GPT,C221A5C6-7E34-45A0-B356-ABB659151B60,0x28,0x64000) @C8617E18

0:100 0:000 SelfDirPath = \EFI\BOOT

0:101 0:001 === [ Get Smbios ] ========================================

0:102 0:000 Type 16 Index = 0

0:102 0:000 Total Memory Slots Count = 8

0:102 0:000 Type 17 Index = 0

0:102 0:000 SmbiosTable.Type17->Speed = 2666MHz

0:102 0:000 SmbiosTable.Type17->Size = 4096MB

0:102 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_A1

0:102 0:000 SmbiosTable.Type17->Vendor = G-Skill

0:102 0:000 SmbiosTable.Type17->SerialNumber = 00000000

0:102 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR

0:102 0:000 Type 17 Index = 1

0:102 0:000 SmbiosTable.Type17->Speed = 2666MHz

0:102 0:000 SmbiosTable.Type17->Size = 4096MB

0:102 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_A2

0:102 0:000 SmbiosTable.Type17->Vendor = G-Skill

0:102 0:000 SmbiosTable.Type17->SerialNumber = 00000000

0:102 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR

0:102 0:000 Type 17 Index = 2

0:102 0:000 SmbiosTable.Type17->Speed = 2666MHz

0:102 0:000 SmbiosTable.Type17->Size = 4096MB

0:102 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_B1

0:102 0:000 SmbiosTable.Type17->Vendor = G-Skill

0:102 0:000 SmbiosTable.Type17->SerialNumber = 00000000

0:102 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR

0:102 0:000 Type 17 Index = 3

0:102 0:000 SmbiosTable.Type17->Speed = 2666MHz

0:102 0:000 SmbiosTable.Type17->Size = 4096MB

0:102 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_B2

0:102 0:000 SmbiosTable.Type17->Vendor = G-Skill

0:102 0:000 SmbiosTable.Type17->SerialNumber = 00000000

0:102 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR

0:102 0:000 Type 17 Index = 4

0:102 0:000 Ignoring insane frequency value 0MHz

0:102 0:000 SmbiosTable.Type17->Speed = 0MHz

0:102 0:000 SmbiosTable.Type17->Size = 0MB

0:102 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_C1

0:102 0:000 SmbiosTable.Type17->Vendor =

0:102 0:000 SmbiosTable.Type17->SerialNumber =

0:102 0:000 SmbiosTable.Type17->PartNumber =

0:102 0:000 Type 17 Index = 5

0:102 0:000 Ignoring insane frequency value 0MHz

0:102 0:000 SmbiosTable.Type17->Speed = 0MHz

0:102 0:000 SmbiosTable.Type17->Size = 0MB

0:102 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_C2

0:102 0:000 SmbiosTable.Type17->Vendor =

0:102 0:000 SmbiosTable.Type17->SerialNumber =

0:102 0:000 SmbiosTable.Type17->PartNumber =

0:102 0:000 Type 17 Index = 6

0:102 0:000 Ignoring insane frequency value 0MHz

0:102 0:000 SmbiosTable.Type17->Speed = 0MHz

0:102 0:000 SmbiosTable.Type17->Size = 0MB

0:102 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_D1

0:102 0:000 SmbiosTable.Type17->Vendor =

0:102 0:000 SmbiosTable.Type17->SerialNumber =

0:102 0:000 SmbiosTable.Type17->PartNumber =

0:102 0:000 Type 17 Index = 7

0:102 0:000 Ignoring insane frequency value 0MHz

0:102 0:000 SmbiosTable.Type17->Speed = 0MHz

0:102 0:000 SmbiosTable.Type17->Size = 0MB

0:102 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_D2

0:102 0:000 SmbiosTable.Type17->Vendor =

0:102 0:000 SmbiosTable.Type17->SerialNumber =

0:102 0:000 SmbiosTable.Type17->PartNumber =

0:102 0:000 Boot status=0

0:102 0:000 Running on: 'All Series' with board 'X99-A'

0:102 0:000 === [ GetCPUProperties ] ==================================

0:102 0:000 CPU Vendor = 756E6547 Model=306F2

0:102 0:000 got cores from CPUID_1 = 0

0:102 0:000 The CPU supported turbo

0:102 0:000 BrandString = Intel® Core i7-5820K CPU @ 3.30GHz

0:102 0:000 MSR 0xE2 before patch 00008400

0:102 0:000 MSR 0xE2 is locked, PM patches will be turned on

0:102 0:000 MSR 0xE4 00010414

0:102 0:000 MSR 0xCE 20080C3B_F3812100

0:102 0:000 MSR 0x1B0 00000000

0:102 0:000 FSBFrequency=100MHz DMIvalue=100000kHz

0:102 0:000 Corrected FSBFrequency=100MHz

0:102 0:000 Vendor/Model/Stepping: 0x756E6547/0x3F/0x2

0:102 0:000 Family/ExtFamily: 0x6/0x0

0:102 0:000 MaxDiv/MinDiv: 33.0/12

0:102 0:000 Turbo: 43/43/43/43

0:102 0:000 Features: 0xBFEBFBFF

0:102 0:000 Threads: 12

0:102 0:000 Cores: 6

0:102 0:000 FSB: 100 MHz

0:102 0:000 CPU: 3300 MHz

0:102 0:000 TSC: 3300 MHz

0:102 0:000 PIS: 400 MHz

0:102 0:000 === [ GetDevices ] ========================================

0:102 0:000 PCI (00|00:03.00) : 8086 2F08 class=060400

0:102 0:000 PCI (00|01:00.00) : 1002 679A class=030000

0:102 0:000 - GFX: Model=AMD Radeon HD 7950/8950/R9 280 (ATI/AMD)

0:102 0:000 - RADEON_BIOS_0_SCRATCH = 0x0000002C

0:102 0:000 PCI (00|01:00.01) : 1002 AAA0 class=040300

0:102 0:000 - HDMI Audio:

0:102 0:000 PCI (00|00:01.00) : 8086 2F02 class=060400

0:102 0:000 PCI (00|00:01.01) : 8086 2F03 class=060400

0:102 0:000 PCI (00|00:00.00) : 8086 2F00 class=060000

0:102 0:000 PCI (00|00:05.00) : 8086 2F28 class=088000

0:102 0:000 PCI (00|00:05.01) : 8086 2F29 class=088000

0:102 0:000 PCI (00|00:05.02) : 8086 2F2A class=088000

0:102 0:000 PCI (00|00:05.04) : 8086 2F2C class=080020

0:102 0:000 PCI (00|00:05.06) : FFFF FFFF class=FFFFFF

0:102 0:000 PCI (00|00:1F.00) : 8086 8D47 class=060100

0:102 0:000 PCI (00|00:1F.02) : 8086 8D02 class=010601

0:102 0:000 PCI (00|00:1F.03) : 8086 8D22 class=0C0500

0:102 0:000 PCI (00|00:1F.06) : FFFF FFFF class=FFFFFF

0:102 0:000 PCI (00|00:11.00) : 8086 8D7C class=FF0000

0:102 0:000 PCI (00|00:11.04) : 8086 8D62 class=010601

0:102 0:000 PCI (00|00:14.00) : 8086 8D31 class=0C0330

0:102 0:000 PCI (00|00:16.00) : 8086 8D3A class=078000

0:102 0:000 PCI (00|00:16.01) : FFFF FFFF class=FFFFFF

0:102 0:000 PCI (00|00:16.02) : FFFF FFFF class=FFFFFF

0:102 0:000 PCI (00|00:16.03) : FFFF FFFF class=FFFFFF

0:102 0:000 PCI (00|00:19.00) : 8086 15A1 class=020000

0:102 0:000 - LAN: 0 Vendor=Intel

0:102 0:000 PCI (00|00:1A.00) : 8086 8D2D class=0C0320

0:102 0:000 PCI (00|00:1B.00) : 8086 8D20 class=040300

0:102 0:000 PCI (00|00:1C.00) : 8086 8D10 class=060400

0:102 0:000 PCI (00|00:1C.04) : 8086 8D18 class=060400

0:102 0:000 PCI (00|05:00.00) : 1B21 1142 class=0C0330

0:102 0:000 PCI (00|00:1D.00) : 8086 8D26 class=0C0320

0:102 0:000 === [ GetDefaultSettings ] ================================

0:102 0:000 Clover load options size = 0 bytes

0:110 0:007 EFI\CLOVER\config.plist loaded: Success

0:110 0:000 === [ GetListOfThemes ] ===================================

0:112 0:002 - [00]: christmas - bad theme because theme.plist can't be load

0:112 0:000 - [00]: embedded

0:116 0:004 - [00]: newyear

0:127 0:010 - [01]: random

0:127 0:000 === [ Found config plists ] ===============================

0:127 0:000 - config.plist

0:129 0:002 === [ GetEarlyUserSettings ] ==============================

0:129 0:000 timeout set to 2

0:129 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0)

0:129 0:000 KextsToPatch: 2 requested

0:129 0:000 - [00]: AppleUSBXHCIPCI (Change 15 Port Limit To 30 in XHCI Kext 10.12(99-series)) :: BinPatch :: data len: 7

0:129 0:000 - [01]: IOAHCIBlockStorage (Trim Enabler) :: BinPatch :: data len: 10

0:129 0:000 KernelToPatch: 7 requested

0:129 0:000 - [00]: _xcpm_SMT_scope_msrs  © Pike R. Alpha :: MatchOS: 10.12 :: data len: 12

0:129 0:000 - [01]: _xcpm_SMT_scope_msrs  © Pike R. Alpha :: MatchOS: 10.12 :: data len: 11

0:129 0:000 - [02]: XCPM_idle Replace All fix by Pike R. Alpha :: MatchOS: 10.12 :: data len: 8

0:129 0:000 - [03]: _xcpm_pkg_scope_msr  © Pike R. Alpha :: MatchOS: 10.12 :: data len: 12

0:129 0:000 - [04]: _xcpm_core_scope_msrs  © Pike R. Alpha :: MatchOS: 10.12 :: data len: 12

0:129 0:000 - [05]: xcpm performance fix 1 (wrsmr fix to get CPU max) © okrasit :: MatchOS: 10.12 :: data len: 8

0:129 0:000 - [06]: _xcpm_bootstrap Sierra © Pike R. Alpha :: MatchOS: 10.12 :: data len: 6

0:129 0:000 Default theme: embedded

0:129 0:000 Hiding entries with string Windows

0:129 0:000 Hiding entries with string BOOTX64.EFI

0:129 0:000 Error in Early settings0: Not Found

0:129 0:000 === [ LoadDrivers ] =======================================

0:132 0:002 Loading AppleImageCodec-64.efi status=Success

0:132 0:000 Loading AppleKeyAggregator-64.efi status=Success

0:134 0:002 Loading AppleUITheme-64.efi status=Success

0:134 0:000 Loading DataHubDxe-64.efi status=Success

0:135 0:000 Loading FirmwareVolume-64.efi status=Success

0:135 0:000 Loading FSInject-64.efi status=Success

0:135 0:000 Loading OsxAptioFixDrv-64.efi status=Success

0:135 0:000 Loading OsxFatBinaryDrv-64.efi status=Success

0:138 0:002 Loading SMCHelper-64.efi status=Success

0:138 0:000 Loading VBoxHfs-64.efi status=Success

0:138 0:000 - driver needs connecting

0:138 0:000 1 drivers needs connecting ...

0:138 0:000 PlatformDriverOverrideProtocol not found. Installing ... Success

0:138 0:000 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok

0:387 0:248 === [ InitScreen ] ========================================

0:387 0:000 SetScreenResolution: 2560x1440 - already set

0:387 0:000 Console modes reported: 4, available modes:

0:387 0:000 - [01]: 80x25 (current mode)

0:387 0:000 - [02]: 80x50

0:387 0:000 - [03]: 100x31

0:387 0:000 - [04]: 320x75

0:387 0:000 reinit: self device path=PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x2,0x0)\HD(1,GPT,C221A5C6-7E34-45A0-B356-ABB659151B60,0x28,0x64000)

0:387 0:000 Using embedded font: Success

0:388 0:000 === [ GetMacAddress ] =====================================

0:388 0:000 MAC address of LAN #0= 30:5A:3A:57:61:82:

0:388 0:000 === [ ScanSPD ] ===========================================

0:388 0:000 SMBus device : 8086 8D22 class=0C0500 status=Success

0:388 0:000 SMBus CmdReg: 0x1

0:388 0:000 Scanning SMBus [8086:8D22], mmio: 0xFBF3C004, ioport: 0x580, hostc: 0x1

0:388 0:000 Slots to scan [8]...

0:389 0:001 === [ GetAcpiTablesList ] =================================

0:390 0:000 Get Acpi Tables List from RSDT:

0:390 0:000 - [00]: FACP A M I len=132

0:390 0:000 - [01]: APIC A M I len=256

0:390 0:000 - [02]: FPDT A M I len=68

0:390 0:000 - [03]: FIDT A M I len=156

0:390 0:000 - [04]: MCFG A M I len=60

0:390 0:000 - [05]: ASF! HCG len=160

0:390 0:000 - [06]: SSDT SataTabl len=877

0:390 0:000 - [07]: UEFI A M I len=66

0:390 0:000 - [08]: HPET A M I len=56

0:390 0:000 - [09]: MSCT A M I len=144

0:390 0:000 - [10]: SLIT A M I len=45

0:390 0:000 - [11]: SRAT A M I len=4440

0:390 0:000 - [12]: WDDT A M I len=64

0:390 0:000 - [13]: SSDT PmMgt len=85147

0:390 0:000 - [14]: VFCT A M I len=65668

0:390 0:000 - [15]: BGRT A M I len=56

0:390 0:000 Calibrated TSC frequency =3299997619 =3299MHz

0:390 0:000 === [ GetUserSettings ] ===================================

0:390 0:000 Injected EFIString of length 0

0:390 0:000 USB FixOwnership: yes

0:390 0:000 - final DSDT Fix mask=00000000

0:390 0:000 QPI: 100MHz

0:390 0:000 === [ ScanVolumes ] =======================================

0:390 0:000 Found 16 volumes with blockIO

0:390 0:000 - [00]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)

0:392 0:002 - [01]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)

0:394 0:002 - [02]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0xFFFF,0x0)

0:394 0:000 Found optical drive

0:394 0:000 - [03]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)\HD(1,GPT,0A2A3BFE-C3AC-4090-A736-7453B3238CE2,0x28,0x64000)

0:395 0:000 Result of bootcode detection: bootable unknown (legacy)

0:395 0:000 - [04]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)\HD(2,GPT,F9EB2C88-4756-4B60-B231-6CDC92DABA9E,0x64028,0x1BD8A540)

0:395 0:000 - [05]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)\HD(3,GPT,69789CCA-F8B6-4C40-AE30-89A595B6863B,0x1BDEE568,0x135F20)

0:396 0:000 - [06]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(1,GPT,E306BFEC-2CD4-47F2-B260-BC8AF4736067,0x28,0x64000)

0:396 0:000 Result of bootcode detection: bootable unknown (legacy)

0:396 0:000 - [07]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A,0x64028,0xDDFAC40)

0:397 0:000 - [08]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(3,GPT,27798B1C-2997-452F-A8F6-31FC9B5A44BD,0xDE5EC68,0x135F20)

0:397 0:000 - [09]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0)

0:398 0:000 - [10]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0)\HD(1,GPT,B1650157-FE7D-492F-AC4C-7B333B79F801,0x28,0x64000)

0:399 0:000 Result of bootcode detection: bootable unknown (legacy)

0:399 0:000 - [11]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0)\HD(2,GPT,9128246A-7393-40AC-BB96-75465F7DE11D,0x64028,0xA30723F8)

0:399 0:000 - [12]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0)\HD(3,GPT,63C4321E-4CF1-4831-93BC-0B8AC34F5751,0xA3116420,0x45CB2468)

0:400 0:000 - [13]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x2,0x0)

0:401 0:000 USB volume

0:401 0:000 USB volume

0:401 0:000 - [14]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x2,0x0)\HD(1,GPT,C221A5C6-7E34-45A0-B356-ABB659151B60,0x28,0x64000)

0:402 0:001 Result of bootcode detection: bootable unknown (legacy)

0:402 0:000 USB volume

0:402 0:000 USB volume

0:402 0:000 This is SelfVolume !!

0:402 0:000 - [15]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x2,0x0)\HD(2,GPT,703181B0-4955-4551-BD8D-B1AB6058F1DD,0x64028,0x1CE3FB0)

0:403 0:001 USB volume

0:403 0:000 USB volume

0:403 0:000 === [ InitTheme ] =========================================

0:403 0:000 using embedded theme

0:403 0:000 Using embedded font: Success

0:404 0:000 Choosing theme

0:404 0:000 after NVRAM boot-args=darkwake=0 npci=0x2000

0:404 0:000 === [ Dump SMC keys from NVRAM ] ==========================

0:404 0:000 found AppleSMC protocol

0:406 0:002 fakesmc-key-#KEY-ui32:00 00 00 16

0:406 0:000 fakesmc-key-$Adr-ui32:00 00 03 00

0:406 0:000 fakesmc-key-$Num-ui8 :01

0:406 0:000 fakesmc-key-RMde-char:41

0:407 0:000 fakesmc-key-RPlt-ch8*:6A 39 30 00 00 00 00 00

0:407 0:000 fakesmc-key-RBr -ch8*:6A 39 30 00 00 00 00 00

0:407 0:000 fakesmc-key-EPCI-ui32:06 F0 F0 00

0:407 0:000 fakesmc-key-REV -ch8*:02 20 0F 00 00 18

0:408 0:000 fakesmc-key-BEMB-flag:00

0:408 0:000 fakesmc-key-BATP-flag:00

0:408 0:000 fakesmc-key-BNum-ui8 :00

0:408 0:000 fakesmc-key-MSTc-ui8 :00

0:408 0:000 fakesmc-key-MSAc-ui16:00 00

0:409 0:000 fakesmc-key-MSLD-ui8 :00

0:409 0:000 fakesmc-key-MSWr-ui8 :19

0:409 0:000 fakesmc-key-MSPS-ui16:00 03

0:410 0:000 fakesmc-key-$Num-ui8:01

0:410 0:000 fakesmc-key-BNum-ui8:00

0:410 0:000 fakesmc-key-MSTc-ui8:00

0:410 0:000 fakesmc-key-MSLD-ui8:00

0:410 0:000 fakesmc-key-MSWr-ui8:19

0:411 0:000 fakesmc-key-MSFW-ui8:01 00

0:413 0:002 === [ ScanLoader ] ========================================

0:413 0:000 - [03]: 'EFI'

0:413 0:000 - [04]: 'El Capitan'

0:423 0:009 AddLoaderEntry for Volume Name=El Capitan

0:430 0:006 Check if volume Is Hibernated:

0:430 0:000 Check sleep image 'by signature':

0:437 0:006 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success

0:437 0:000 SleepImage name from pref: ImageVolume = 'El Capitan', ImageName = '\private\var\vm\sleepimage'

0:442 0:005 Reading first 512 bytes of sleepimage ...

0:442 0:000 OurBlockIoRead: Lba=13624048, Offset=26C4809000 (BlockSize=512)

0:442 0:000 sig lion: 0

0:442 0:000 sig snow: 0

0:442 0:000 no valid sleep image offset was found

0:442 0:000 Reading completed -> Success

0:442 0:000 sleepimage offset could not be acquired

0:442 0:000 hibernated: no - sign

0:442 0:000 Icon 17 decoded, pointer C521BB18

0:443 0:000 - [05]: 'Recovery HD'

0:444 0:001 AddLoaderEntry for Volume Name=Recovery HD

0:445 0:000 Icon 20 decoded, pointer C50C4C18

0:445 0:000 - [06]: 'EFI'

0:445 0:000 - [07]: 'Sierra'

0:453 0:007 AddLoaderEntry for Volume Name=Sierra

0:458 0:004 Check if volume Is Hibernated:

0:458 0:000 Check sleep image 'by signature':

0:472 0:014 read prefs \Library\Preferences\com.apple.PowerManagement.plist status=Success

0:472 0:000 using default sleep image name = \private\var\vm\sleepimage

0:478 0:005 Reading first 512 bytes of sleepimage ...

0:478 0:000 OurBlockIoRead: Lba=8964318, Offset=112C863000 (BlockSize=512)

0:478 0:000 sig lion: 0

0:478 0:000 sig snow: 0

0:478 0:000 no valid sleep image offset was found

0:478 0:000 Reading completed -> Success

0:478 0:000 sleepimage offset could not be acquired

0:478 0:000 hibernated: no - sign

0:479 0:000 - [08]: 'Recovery HD'

0:480 0:001 AddLoaderEntry for Volume Name=Recovery HD

0:480 0:000 - [10]: 'EFI'

0:481 0:000 - [11]: 'Stockage'

0:500 0:019 - [12]: 'Time Machine'

0:544 0:043 - [14]: 'EFI'

0:544 0:000 - [15]: 'usb'

0:547 0:003 Scanning legacy ...

0:547 0:000 0: 'Whole Disc Boot' (legacy) not legacy

0:547 0:000 1: 'Whole Disc Boot' (legacy) not legacy

0:547 0:000 2: 'Whole Disc Boot' (legacy) not legacy

0:547 0:000 3: 'EFI' (legacy) not legacy

0:547 0:000 4: 'El Capitan' (legacy) not legacy

0:547 0:000 5: 'Recovery HD' (legacy) not legacy

0:547 0:000 6: 'EFI' (legacy) not legacy

0:547 0:000 7: 'Sierra' (legacy) not legacy

0:547 0:000 8: 'Recovery HD' (legacy) not legacy

0:547 0:000 9: 'Whole Disc Boot' (legacy) not legacy

0:547 0:000 10: 'EFI' (legacy) not legacy

0:547 0:000 11: 'Stockage' (legacy) not legacy

0:547 0:000 12: 'Time Machine' (legacy) not legacy

0:547 0:000 13: 'Whole Disc Boot' (legacy) not legacy

0:547 0:000 14: 'EFI' (legacy) not legacy

0:547 0:000 15: 'usb' (legacy) not legacy

0:547 0:000 === [ AddCustomTool ] =====================================

0:547 0:000 Icon 8 decoded, pointer C486EF98

0:547 0:000 found tool \EFI\CLOVER\tools\Shell64U.efi

0:547 0:000 Checking EFI partition Volume 3 for Clover

0:547 0:000 Found Clover

0:547 0:000 Icon 2 decoded, pointer C486EA98

0:547 0:000 Icon 1 decoded, pointer C486E398

0:547 0:000 Icon 0 decoded, pointer C486E318

0:548 0:000 Icon 5 decoded, pointer C486E298

0:548 0:000 Icon 6 decoded, pointer C521B918

0:548 0:000 === [ GetEfiBootDeviceFromNvram ] =========================

0:548 0:000 - efi-boot-device-data: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A,0x64028,0xDDFAC40)

0:548 0:000 - Volume: 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A,0x64028,0xDDFAC40)'

0:548 0:000 - LoaderPath: ''

0:548 0:000 - Guid = A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A

0:548 0:000 === [ FindStartupDiskVolume ] =============================

0:548 0:000 - Volume: partition = PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A,0x64028,0xDDFAC40)

0:548 0:000 - searching for that partition

0:548 0:000 - found entry 2. 'Boot macOS from Sierra', Volume 'Sierra'

0:548 0:000 Boot redirected to Entry 2. 'Boot macOS from Sierra'

0:548 0:000 DefaultIndex=2 and MainMenu.EntryCount=10

0:548 0:000 Icon 21 decoded, pointer C486E018

0:561 0:012 SelectionImages[2] == NULL

0:561 0:000 Icon 22 decoded, pointer C479AF98

0:561 0:000 SelectionImages[0] == NULL

0:561 0:000 Icon 23 decoded, pointer C479AE18

0:569 0:007 Found Mouse device:

0:569 0:000 Icon 11 decoded, pointer C479AA98

0:570 0:001 GUI ready

3:573 3:003 === [ StartLoader ] =======================================

3:573 0:000 Finally: Bus=99999kHz CPU=3300MHz

3:573 0:000 Loading boot.efi status=Success

3:661 0:087 GetOSVersion: 10.12.1 (16B2555)

3:661 0:000 CSR_CFG: CSR_ALLOW_UNTRUSTED_KEXTS | CSR_ALLOW_UNRESTRICTED_FS | CSR_ALLOW_TASK_FOR_PID | CSR_ALLOW_UNRESTRICTED_DTRACE | CSR_ALLOW_UNRESTRICTED_NVRAM

3:661 0:000 Filtering KextPatches:

3:661 0:000 - [00]: AppleUSBXHCIPCI (Change 15 Port Limit To 30 in XHCI Kext 10.12(99-series)) :: BinPatch :: [OS: 10.12.1 | MatchOS: All | MatchBuild: All] ==> allowed

3:661 0:000 - [01]: IOAHCIBlockStorage (Trim Enabler) :: BinPatch :: [OS: 10.12.1 | MatchOS: All | MatchBuild: All] ==> allowed

3:661 0:000 Filtering KernelPatches:

3:661 0:000 - [00]: _xcpm_SMT_scope_msrs  © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed

3:661 0:000 - [01]: _xcpm_SMT_scope_msrs  © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed

3:661 0:000 - [02]: XCPM_idle Replace All fix by Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed

3:661 0:000 - [03]: _xcpm_pkg_scope_msr  © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed

3:661 0:000 - [04]: _xcpm_core_scope_msrs  © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed

3:661 0:000 - [05]: xcpm performance fix 1 (wrsmr fix to get CPU max) © okrasit :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed

3:661 0:000 - [06]: _xcpm_bootstrap Sierra © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed

3:661 0:000 === [ PatchSmbios ] =======================================

3:661 0:000 insert table 9 for dev 0:0

3:661 0:000 insert table 9 for dev 0:1

3:661 0:000 insert table 9 for dev 19:0

3:661 0:000 Trusting SMBIOS...

3:661 0:000 Detected alternating SMBIOS channel banks

3:661 0:000 Channels: 4

3:661 0:000 Interleave: 0 2 4 6 1 3 5 7 8 10 12 14 9 11 13 15 16 18 20 22 17 19 21 23

3:661 0:000 partNum=F4-3000C15-4GRR

3:661 0:000 SMBIOS Type 17 Index = 0 => 0 0:

3:661 0:000 DIMM1 2666MHz 4096MB

3:661 0:000 partNum=F4-3000C15-4GRR

3:661 0:000 SMBIOS Type 17 Index = 1 => 1 2:

3:661 0:000 DIMM2 2666MHz 4096MB

3:661 0:000 partNum=F4-3000C15-4GRR

3:661 0:000 SMBIOS Type 17 Index = 2 => 2 4:

3:661 0:000 DIMM3 2666MHz 4096MB

3:661 0:000 partNum=F4-3000C15-4GRR

3:661 0:000 SMBIOS Type 17 Index = 3 => 3 6:

3:661 0:000 DIMM4 2666MHz 4096MB

3:661 0:000 SMBIOS Type 17 Index = 4 => 4 1:

3:661 0:000 DIMM5 EMPTY

3:661 0:000 SMBIOS Type 17 Index = 5 => 5 3:

3:661 0:000 DIMM6 EMPTY

3:661 0:000 SMBIOS Type 17 Index = 6 => 6 5:

3:661 0:000 DIMM7 EMPTY

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

3:661 0:000 DIMM8 EMPTY

3:661 0:000 mTotalSystemMemory = 16384

3:661 0:000 NumberOfMemoryDevices = 8

3:661 0:000 Type20[0]->End = 0x3FFFFF, Type17[0] = 0x1000

3:661 0:000 Type20[1]->End = 0x7FFFFF, Type17[1] = 0x3000

3:661 0:000 Type20[2]->End = 0xBFFFFF, Type17[2] = 0x6000

3:661 0:000 Type20[3]->End = 0xFFFFFF, Type17[3] = 0xA000

3:661 0:000 Table 131 is present, CPUType=10

3:661 0:000 Change to: 507

3:661 0:000 === [ PatchACPI ] =========================================

3:661 0:000 RSDT 0xCB39C028

3:661 0:000 FADT from RSDT: 0xCB39C148

3:661 0:000 XSDT 0xCB39C098

3:661 0:000 FADT from XSDT: 0xCB3D21B8

3:661 0:000 Xsdt reallocation done

3:661 0:000 old FADT length=10C

3:661 0:000 DSDT found in Clover volume OEM folder: EFI\CLOVER\ACPI\patched\DSDT.aml

3:672 0:011 Apply DsdtFixMask=0x00000000 old way

3:672 0:000 drop _DSM mask=0x0000

3:672 0:000 === [ FixBiosDsdt ] =======================================

3:672 0:000 VideoCard devID=0x679A1002

3:672 0:000 DisplayADR1[0] = 0x30000, DisplayADR2[0] = 0x0

3:672 0:000 USBADR[0] = 0x140000 and PCIe = 0xFFFE

3:672 0:000 USBADR[1] = 0x1A0000 and PCIe = 0xFFFE

3:675 0:002 Audio HDA (addr:0x1B0000) setting specified layout-id=1 (0x1)

3:675 0:000 USBADR[2] = 0x1C0004 and PCIe = 0x0

3:675 0:000 USBADR[3] = 0x1D0000 and PCIe = 0xFFFE

3:675 0:000 first CPU found at 2B23 offset 2B27

3:675 0:000 device candidate at 2A8F

3:675 0:000 device inserted in acpi_cpu_score SCK0

3:675 0:000 score candidate at 28BC

3:675 0:000 score inserted in acpi_cpu_score _SB_SCK0

3:675 0:000 Found ACPI CPU: CP00 | CP01 | CP02 | CP03 | CP04 | CP05 | CP06 | CP07 | CP08 | CP09 | CP0A | CP0B | CP0C | CP0D | CP0E | CP0F | CP10 | CP11 | CP12 | CP13 | CP14 | CP15 | CP16 | CP17 | CP18 | CP19 | CP1A | CP1B | CP1C | CP1D | CP1E | CP1F , within the score: _SB_SCK0

3:675 0:000 Found PCIROOTUID = 0

3:676 0:000 === [ ACPIDropTables ] ====================================

3:676 0:000 === [ PatchAllSSDT ] ======================================

3:676 0:000 Patch table: SSDT SataTabl

3:676 0:000 SSDT len = 0x36D

3:676 0:000 Patch table: SSDT PmMgt

3:676 0:000 SSDT len = 0x14C9B

3:676 0:000 Drop tables from Xsdt, SIGN=XXXX TableID= Length=0

3:676 0:000 Xsdt has tables count=16

3:676 0:000 corrected XSDT length=164

3:676 0:000 === [ ACPIPatchedAML ] ====================================

3:676 0:000 Start: Processing Patched AML(s): Unsorted

3:676 0:000 Inserting ssdt.aml from EFI\CLOVER\ACPI\patched ... Success

3:678 0:002 End: Processing Patched AML(s)

3:678 0:000 CPUBase=0 and ApicCPUBase=0 ApicCPUNum=12

3:678 0:000 === [ RestSetup macOS ] ===================================

3:678 0:000 EdidDiscovered size=128

3:678 0:000 000 | 00 FF FF FF FF FF FF 00 05 E3

3:678 0:000 010 | 77 32 65 01 00 00 23 1A 01 04

3:678 0:000 020 | B5 47 28 78 3A 91 45 A7 55 4E

3:678 0:000 030 | A0 25 0C 50 54 BF EF 00 D1 C0

3:678 0:000 040 | B3 00 95 00 81 80 81 40 81 C0

3:678 0:000 050 | 01 01 01 01 56 5E 00 A0 A0 A0

3:678 0:000 060 | 29 50 30 20 35 00 C4 8F 21 00

3:678 0:000 070 | 00 1E 00 00 00 FD 00 32 4C 1E

3:678 0:000 080 | 63 1E 01 0A 20 20 20 20 20 20

3:678 0:000 090 | 00 00 00 FC 00 51 33 32 37 37

3:678 0:000 100 | 0A 20 20 20 20 20 20 20 00 00

3:678 0:000 110 | 00 FF 00 4C 47 58 47 39 4A 41

3:678 0:000 120 | 30 30 30 33 35 37 01 9C

3:678 0:000 Framebuffer @0xD0000000 MMIO @0xFBE00000 I/O Port @0x0000E000 ROM Addr @0xFBE40000

3:678 0:000 PCI region 1 = 0x00000000, region3 = 0x00000000, region5 = 0x00000000

3:678 0:000 BIOS_0_SCRATCH=0x0000002C, 1=0x4058B880, 2=0x00000000, 3=0x00000000, 4=0x00000000, 5=0x00000000, 6=0x00000000

3:678 0:000 RADEON_CRTC2_GEN_CNTL == 0x00000000

3:678 0:000 card posted because CONFIG_MEMSIZE=0xC00

3:678 0:000 ATI card POSTed,

3:678 0:000 Set VRAM for Tahiti =3072Mb

3:678 0:000 ATI: get_vram_size returned 0xC0000000

3:678 0:000 ATI Radeon EVERGREEN+ family

3:678 0:000 Users config name Aji

3:678 0:000 (AtiPorts) Nr of ports set to: 5

3:678 0:000 ATI Tahiti AMD Radeon HD 7950/8950/R9 280 3072MB (Aji) [1002:679A] (subsys [174B:E208]):: PciRoot(0x0)\Pci(0x3,0x0)\Pci(0x0,0x0)

3:679 0:000 setting specified layout-id=1 (0x1)

3:679 0:000 stringlength = 6290

3:679 0:000 CurrentMode: Width=2560 Height=1440

3:679 0:000 Beginning FSInjection

FSInjectionInstall ...

- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: C87C2218

FSInjectionInstall ...

- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: C87C2218

3:685 0:006 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other

3:685 0:000 Extra kext: EFI\CLOVER\kexts\Other\AppleALC.kext

3:716 0:030 Extra PlugIn kext: EFI\CLOVER\kexts\Other\AppleALC.kext\Contents\PlugIns\PinConfigs.kext

3:722 0:006 Extra kext: EFI\CLOVER\kexts\Other\FakeSMC.kext

3:730 0:007 Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMC_ACPISensors.kext

3:736 0:005 Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMC_CPUSensors.kext

3:738 0:002 Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMC_GPUSensors.kext

3:744 0:005 Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMC_LPCSensors.kext

3:757 0:013 Extra kext: EFI\CLOVER\kexts\Other\IntelMausiEthernet.kext

3:762 0:005 Extra kext: EFI\CLOVER\kexts\Other\Shiki.kext

3:771 0:008 Extra kext: EFI\CLOVER\kexts\Other\X99_Injector USB 3.kext

3:771 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.12

3:772 0:000 SetStartupDiskVolume:

3:772 0:000 * Volume: 'Sierra'

3:772 0:000 * LoaderPath: ''

3:772 0:000 * DevPath: Sierra

3:772 0:000 * GUID = A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A

3:772 0:000 * efi-boot-device: IOMatchIOProviderClassIOMediaIOPropertyMatchUUIDA9DD86F4-69CE-4B54-86A3-9A2D95BBD68A

3:772 0:000 Custom boot is disabled

 

Mac-Pro-de-Fljagd:~ fljagd$

 

 

No serial number

No type (MacPro 2013)

post-1181448-0-82258300-1480008496_thumb.png

Link to comment
Share on other sites

 

Last login: Thu Nov 24 18:31:04 on console

Mac-Pro-de-Fljagd:~ fljagd$ bdmesg

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

0:100 0:000

0:100 0:000 Now is 24.11.2016, 17:30:48 (GMT)

0:100 0:000 Starting Clover revision: 3945 on American Megatrends EFI

0:100 0:000 Build with: [Args: -mc --no-usb -D NO_GRUB_DRIVERS_EMBEDDED -D CHECK_FLAGS -t XCODE5 | -D DISABLE_USB_SUPPORT -D NO_GRUB_DRIVERS_EMBEDDED -D CHECK_FLAGS -D USE_BIOS_BLOCKIO -D USE_LOW_EBDA -a X64 -b RELEASE -t XCODE5 -n 5 | OS: 10.12.2 | XCODE: 8.1]

0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x2,0x0)\HD(1,GPT,C221A5C6-7E34-45A0-B356-ABB659151B60,0x28,0x64000) @C8617E18

0:100 0:000 SelfDirPath = \EFI\BOOT

0:101 0:001 === [ Get Smbios ] ========================================

0:102 0:000 Type 16 Index = 0

0:102 0:000 Total Memory Slots Count = 8

0:102 0:000 Type 17 Index = 0

0:102 0:000 SmbiosTable.Type17->Speed = 2666MHz

0:102 0:000 SmbiosTable.Type17->Size = 4096MB

0:102 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_A1

0:102 0:000 SmbiosTable.Type17->Vendor = G-Skill

0:102 0:000 SmbiosTable.Type17->SerialNumber = 00000000

0:102 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR

0:102 0:000 Type 17 Index = 1

0:102 0:000 SmbiosTable.Type17->Speed = 2666MHz

0:102 0:000 SmbiosTable.Type17->Size = 4096MB

0:102 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_A2

0:102 0:000 SmbiosTable.Type17->Vendor = G-Skill

0:102 0:000 SmbiosTable.Type17->SerialNumber = 00000000

0:102 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR

0:102 0:000 Type 17 Index = 2

0:102 0:000 SmbiosTable.Type17->Speed = 2666MHz

0:102 0:000 SmbiosTable.Type17->Size = 4096MB

0:102 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_B1

0:102 0:000 SmbiosTable.Type17->Vendor = G-Skill

0:102 0:000 SmbiosTable.Type17->SerialNumber = 00000000

0:102 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR

0:102 0:000 Type 17 Index = 3

0:102 0:000 SmbiosTable.Type17->Speed = 2666MHz

0:102 0:000 SmbiosTable.Type17->Size = 4096MB

0:102 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_B2

0:102 0:000 SmbiosTable.Type17->Vendor = G-Skill

0:102 0:000 SmbiosTable.Type17->SerialNumber = 00000000

0:102 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR

0:102 0:000 Type 17 Index = 4

0:102 0:000 Ignoring insane frequency value 0MHz

0:102 0:000 SmbiosTable.Type17->Speed = 0MHz

0:102 0:000 SmbiosTable.Type17->Size = 0MB

0:102 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_C1

0:102 0:000 SmbiosTable.Type17->Vendor =

0:102 0:000 SmbiosTable.Type17->SerialNumber =

0:102 0:000 SmbiosTable.Type17->PartNumber =

0:102 0:000 Type 17 Index = 5

0:102 0:000 Ignoring insane frequency value 0MHz

0:102 0:000 SmbiosTable.Type17->Speed = 0MHz

0:102 0:000 SmbiosTable.Type17->Size = 0MB

0:102 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_C2

0:102 0:000 SmbiosTable.Type17->Vendor =

0:102 0:000 SmbiosTable.Type17->SerialNumber =

0:102 0:000 SmbiosTable.Type17->PartNumber =

0:102 0:000 Type 17 Index = 6

0:102 0:000 Ignoring insane frequency value 0MHz

0:102 0:000 SmbiosTable.Type17->Speed = 0MHz

0:102 0:000 SmbiosTable.Type17->Size = 0MB

0:102 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_D1

0:102 0:000 SmbiosTable.Type17->Vendor =

0:102 0:000 SmbiosTable.Type17->SerialNumber =

0:102 0:000 SmbiosTable.Type17->PartNumber =

0:102 0:000 Type 17 Index = 7

0:102 0:000 Ignoring insane frequency value 0MHz

0:102 0:000 SmbiosTable.Type17->Speed = 0MHz

0:102 0:000 SmbiosTable.Type17->Size = 0MB

0:102 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_D2

0:102 0:000 SmbiosTable.Type17->Vendor =

0:102 0:000 SmbiosTable.Type17->SerialNumber =

0:102 0:000 SmbiosTable.Type17->PartNumber =

0:102 0:000 Boot status=0

0:102 0:000 Running on: 'All Series' with board 'X99-A'

0:102 0:000 === [ GetCPUProperties ] ==================================

0:102 0:000 CPU Vendor = 756E6547 Model=306F2

0:102 0:000 got cores from CPUID_1 = 0

0:102 0:000 The CPU supported turbo

0:102 0:000 BrandString = Intel® Core i7-5820K CPU @ 3.30GHz

0:102 0:000 MSR 0xE2 before patch 00008400

0:102 0:000 MSR 0xE2 is locked, PM patches will be turned on

0:102 0:000 MSR 0xE4 00010414

0:102 0:000 MSR 0xCE 20080C3B_F3812100

0:102 0:000 MSR 0x1B0 00000000

0:102 0:000 FSBFrequency=100MHz DMIvalue=100000kHz

0:102 0:000 Corrected FSBFrequency=100MHz

0:102 0:000 Vendor/Model/Stepping: 0x756E6547/0x3F/0x2

0:102 0:000 Family/ExtFamily: 0x6/0x0

0:102 0:000 MaxDiv/MinDiv: 33.0/12

0:102 0:000 Turbo: 43/43/43/43

0:102 0:000 Features: 0xBFEBFBFF

0:102 0:000 Threads: 12

0:102 0:000 Cores: 6

0:102 0:000 FSB: 100 MHz

0:102 0:000 CPU: 3300 MHz

0:102 0:000 TSC: 3300 MHz

0:102 0:000 PIS: 400 MHz

0:102 0:000 === [ GetDevices ] ========================================

0:102 0:000 PCI (00|00:03.00) : 8086 2F08 class=060400

0:102 0:000 PCI (00|01:00.00) : 1002 679A class=030000

0:102 0:000 - GFX: Model=AMD Radeon HD 7950/8950/R9 280 (ATI/AMD)

0:102 0:000 - RADEON_BIOS_0_SCRATCH = 0x0000002C

0:102 0:000 PCI (00|01:00.01) : 1002 AAA0 class=040300

0:102 0:000 - HDMI Audio:

0:102 0:000 PCI (00|00:01.00) : 8086 2F02 class=060400

0:102 0:000 PCI (00|00:01.01) : 8086 2F03 class=060400

0:102 0:000 PCI (00|00:00.00) : 8086 2F00 class=060000

0:102 0:000 PCI (00|00:05.00) : 8086 2F28 class=088000

0:102 0:000 PCI (00|00:05.01) : 8086 2F29 class=088000

0:102 0:000 PCI (00|00:05.02) : 8086 2F2A class=088000

0:102 0:000 PCI (00|00:05.04) : 8086 2F2C class=080020

0:102 0:000 PCI (00|00:05.06) : FFFF FFFF class=FFFFFF

0:102 0:000 PCI (00|00:1F.00) : 8086 8D47 class=060100

0:102 0:000 PCI (00|00:1F.02) : 8086 8D02 class=010601

0:102 0:000 PCI (00|00:1F.03) : 8086 8D22 class=0C0500

0:102 0:000 PCI (00|00:1F.06) : FFFF FFFF class=FFFFFF

0:102 0:000 PCI (00|00:11.00) : 8086 8D7C class=FF0000

0:102 0:000 PCI (00|00:11.04) : 8086 8D62 class=010601

0:102 0:000 PCI (00|00:14.00) : 8086 8D31 class=0C0330

0:102 0:000 PCI (00|00:16.00) : 8086 8D3A class=078000

0:102 0:000 PCI (00|00:16.01) : FFFF FFFF class=FFFFFF

0:102 0:000 PCI (00|00:16.02) : FFFF FFFF class=FFFFFF

0:102 0:000 PCI (00|00:16.03) : FFFF FFFF class=FFFFFF

0:102 0:000 PCI (00|00:19.00) : 8086 15A1 class=020000

0:102 0:000 - LAN: 0 Vendor=Intel

0:102 0:000 PCI (00|00:1A.00) : 8086 8D2D class=0C0320

0:102 0:000 PCI (00|00:1B.00) : 8086 8D20 class=040300

0:102 0:000 PCI (00|00:1C.00) : 8086 8D10 class=060400

0:102 0:000 PCI (00|00:1C.04) : 8086 8D18 class=060400

0:102 0:000 PCI (00|05:00.00) : 1B21 1142 class=0C0330

0:102 0:000 PCI (00|00:1D.00) : 8086 8D26 class=0C0320

0:102 0:000 === [ GetDefaultSettings ] ================================

0:102 0:000 Clover load options size = 0 bytes

0:110 0:007 EFI\CLOVER\config.plist loaded: Success

0:110 0:000 === [ GetListOfThemes ] ===================================

0:112 0:002 - [00]: christmas - bad theme because theme.plist can't be load

0:112 0:000 - [00]: embedded

0:116 0:004 - [00]: newyear

0:127 0:010 - [01]: random

0:127 0:000 === [ Found config plists ] ===============================

0:127 0:000 - config.plist

0:129 0:002 === [ GetEarlyUserSettings ] ==============================

0:129 0:000 timeout set to 2

0:129 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0)

0:129 0:000 KextsToPatch: 2 requested

0:129 0:000 - [00]: AppleUSBXHCIPCI (Change 15 Port Limit To 30 in XHCI Kext 10.12(99-series)) :: BinPatch :: data len: 7

0:129 0:000 - [01]: IOAHCIBlockStorage (Trim Enabler) :: BinPatch :: data len: 10

0:129 0:000 KernelToPatch: 7 requested

0:129 0:000 - [00]: _xcpm_SMT_scope_msrs © Pike R. Alpha :: MatchOS: 10.12 :: data len: 12

0:129 0:000 - [01]: _xcpm_SMT_scope_msrs © Pike R. Alpha :: MatchOS: 10.12 :: data len: 11

0:129 0:000 - [02]: XCPM_idle Replace All fix by Pike R. Alpha :: MatchOS: 10.12 :: data len: 8

0:129 0:000 - [03]: _xcpm_pkg_scope_msr © Pike R. Alpha :: MatchOS: 10.12 :: data len: 12

0:129 0:000 - [04]: _xcpm_core_scope_msrs © Pike R. Alpha :: MatchOS: 10.12 :: data len: 12

0:129 0:000 - [05]: xcpm performance fix 1 (wrsmr fix to get CPU max) © okrasit :: MatchOS: 10.12 :: data len: 8

0:129 0:000 - [06]: _xcpm_bootstrap Sierra © Pike R. Alpha :: MatchOS: 10.12 :: data len: 6

0:129 0:000 Default theme: embedded

0:129 0:000 Hiding entries with string Windows

0:129 0:000 Hiding entries with string BOOTX64.EFI

0:129 0:000 Error in Early settings0: Not Found

0:129 0:000 === [ LoadDrivers ] =======================================

0:132 0:002 Loading AppleImageCodec-64.efi status=Success

0:132 0:000 Loading AppleKeyAggregator-64.efi status=Success

0:134 0:002 Loading AppleUITheme-64.efi status=Success

0:134 0:000 Loading DataHubDxe-64.efi status=Success

0:135 0:000 Loading FirmwareVolume-64.efi status=Success

0:135 0:000 Loading FSInject-64.efi status=Success

0:135 0:000 Loading OsxAptioFixDrv-64.efi status=Success

0:135 0:000 Loading OsxFatBinaryDrv-64.efi status=Success

0:138 0:002 Loading SMCHelper-64.efi status=Success

0:138 0:000 Loading VBoxHfs-64.efi status=Success

0:138 0:000 - driver needs connecting

0:138 0:000 1 drivers needs connecting ...

0:138 0:000 PlatformDriverOverrideProtocol not found. Installing ... Success

0:138 0:000 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok

0:387 0:248 === [ InitScreen ] ========================================

0:387 0:000 SetScreenResolution: 2560x1440 - already set

0:387 0:000 Console modes reported: 4, available modes:

0:387 0:000 - [01]: 80x25 (current mode)

0:387 0:000 - [02]: 80x50

0:387 0:000 - [03]: 100x31

0:387 0:000 - [04]: 320x75

0:387 0:000 reinit: self device path=PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x2,0x0)\HD(1,GPT,C221A5C6-7E34-45A0-B356-ABB659151B60,0x28,0x64000)

0:387 0:000 Using embedded font: Success

0:388 0:000 === [ GetMacAddress ] =====================================

0:388 0:000 MAC address of LAN #0= 30:5A:3A:57:61:82:

0:388 0:000 === [ ScanSPD ] ===========================================

0:388 0:000 SMBus device : 8086 8D22 class=0C0500 status=Success

0:388 0:000 SMBus CmdReg: 0x1

0:388 0:000 Scanning SMBus [8086:8D22], mmio: 0xFBF3C004, ioport: 0x580, hostc: 0x1

0:388 0:000 Slots to scan [8]...

0:389 0:001 === [ GetAcpiTablesList ] =================================

0:390 0:000 Get Acpi Tables List from RSDT:

0:390 0:000 - [00]: FACP A M I len=132

0:390 0:000 - [01]: APIC A M I len=256

0:390 0:000 - [02]: FPDT A M I len=68

0:390 0:000 - [03]: FIDT A M I len=156

0:390 0:000 - [04]: MCFG A M I len=60

0:390 0:000 - [05]: ASF! HCG len=160

0:390 0:000 - [06]: SSDT SataTabl len=877

0:390 0:000 - [07]: UEFI A M I len=66

0:390 0:000 - [08]: HPET A M I len=56

0:390 0:000 - [09]: MSCT A M I len=144

0:390 0:000 - [10]: SLIT A M I len=45

0:390 0:000 - [11]: SRAT A M I len=4440

0:390 0:000 - [12]: WDDT A M I len=64

0:390 0:000 - [13]: SSDT PmMgt len=85147

0:390 0:000 - [14]: VFCT A M I len=65668

0:390 0:000 - [15]: BGRT A M I len=56

0:390 0:000 Calibrated TSC frequency =3299997619 =3299MHz

0:390 0:000 === [ GetUserSettings ] ===================================

0:390 0:000 Injected EFIString of length 0

0:390 0:000 USB FixOwnership: yes

0:390 0:000 - final DSDT Fix mask=00000000

0:390 0:000 QPI: 100MHz

0:390 0:000 === [ ScanVolumes ] =======================================

0:390 0:000 Found 16 volumes with blockIO

0:390 0:000 - [00]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)

0:392 0:002 - [01]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)

0:394 0:002 - [02]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0xFFFF,0x0)

0:394 0:000 Found optical drive

0:394 0:000 - [03]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)\HD(1,GPT,0A2A3BFE-C3AC-4090-A736-7453B3238CE2,0x28,0x64000)

0:395 0:000 Result of bootcode detection: bootable unknown (legacy)

0:395 0:000 - [04]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)\HD(2,GPT,F9EB2C88-4756-4B60-B231-6CDC92DABA9E,0x64028,0x1BD8A540)

0:395 0:000 - [05]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)\HD(3,GPT,69789CCA-F8B6-4C40-AE30-89A595B6863B,0x1BDEE568,0x135F20)

0:396 0:000 - [06]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(1,GPT,E306BFEC-2CD4-47F2-B260-BC8AF4736067,0x28,0x64000)

0:396 0:000 Result of bootcode detection: bootable unknown (legacy)

0:396 0:000 - [07]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A,0x64028,0xDDFAC40)

0:397 0:000 - [08]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(3,GPT,27798B1C-2997-452F-A8F6-31FC9B5A44BD,0xDE5EC68,0x135F20)

0:397 0:000 - [09]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0)

0:398 0:000 - [10]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0)\HD(1,GPT,B1650157-FE7D-492F-AC4C-7B333B79F801,0x28,0x64000)

0:399 0:000 Result of bootcode detection: bootable unknown (legacy)

0:399 0:000 - [11]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0)\HD(2,GPT,9128246A-7393-40AC-BB96-75465F7DE11D,0x64028,0xA30723F8)

0:399 0:000 - [12]: Volume: PciRoot(0x0)\Pci(0x11,0x4)\Sata(0x2,0xFFFF,0x0)\HD(3,GPT,63C4321E-4CF1-4831-93BC-0B8AC34F5751,0xA3116420,0x45CB2468)

0:400 0:000 - [13]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x2,0x0)

0:401 0:000 USB volume

0:401 0:000 USB volume

0:401 0:000 - [14]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x2,0x0)\HD(1,GPT,C221A5C6-7E34-45A0-B356-ABB659151B60,0x28,0x64000)

0:402 0:001 Result of bootcode detection: bootable unknown (legacy)

0:402 0:000 USB volume

0:402 0:000 USB volume

0:402 0:000 This is SelfVolume !!

0:402 0:000 - [15]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x2,0x0)\HD(2,GPT,703181B0-4955-4551-BD8D-B1AB6058F1DD,0x64028,0x1CE3FB0)

0:403 0:001 USB volume

0:403 0:000 USB volume

0:403 0:000 === [ InitTheme ] =========================================

0:403 0:000 using embedded theme

0:403 0:000 Using embedded font: Success

0:404 0:000 Choosing theme

0:404 0:000 after NVRAM boot-args=darkwake=0 npci=0x2000

0:404 0:000 === [ Dump SMC keys from NVRAM ] ==========================

0:404 0:000 found AppleSMC protocol

0:406 0:002 fakesmc-key-#KEY-ui32:00 00 00 16

0:406 0:000 fakesmc-key-$Adr-ui32:00 00 03 00

0:406 0:000 fakesmc-key-$Num-ui8 :01

0:406 0:000 fakesmc-key-RMde-char:41

0:407 0:000 fakesmc-key-RPlt-ch8*:6A 39 30 00 00 00 00 00

0:407 0:000 fakesmc-key-RBr -ch8*:6A 39 30 00 00 00 00 00

0:407 0:000 fakesmc-key-EPCI-ui32:06 F0 F0 00

0:407 0:000 fakesmc-key-REV -ch8*:02 20 0F 00 00 18

0:408 0:000 fakesmc-key-BEMB-flag:00

0:408 0:000 fakesmc-key-BATP-flag:00

0:408 0:000 fakesmc-key-BNum-ui8 :00

0:408 0:000 fakesmc-key-MSTc-ui8 :00

0:408 0:000 fakesmc-key-MSAc-ui16:00 00

0:409 0:000 fakesmc-key-MSLD-ui8 :00

0:409 0:000 fakesmc-key-MSWr-ui8 :19

0:409 0:000 fakesmc-key-MSPS-ui16:00 03

0:410 0:000 fakesmc-key-$Num-ui8:01

0:410 0:000 fakesmc-key-BNum-ui8:00

0:410 0:000 fakesmc-key-MSTc-ui8:00

0:410 0:000 fakesmc-key-MSLD-ui8:00

0:410 0:000 fakesmc-key-MSWr-ui8:19

0:411 0:000 fakesmc-key-MSFW-ui8:01 00

0:413 0:002 === [ ScanLoader ] ========================================

0:413 0:000 - [03]: 'EFI'

0:413 0:000 - [04]: 'El Capitan'

0:423 0:009 AddLoaderEntry for Volume Name=El Capitan

0:430 0:006 Check if volume Is Hibernated:

0:430 0:000 Check sleep image 'by signature':

0:437 0:006 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success

0:437 0:000 SleepImage name from pref: ImageVolume = 'El Capitan', ImageName = '\private\var\vm\sleepimage'

0:442 0:005 Reading first 512 bytes of sleepimage ...

0:442 0:000 OurBlockIoRead: Lba=13624048, Offset=26C4809000 (BlockSize=512)

0:442 0:000 sig lion: 0

0:442 0:000 sig snow: 0

0:442 0:000 no valid sleep image offset was found

0:442 0:000 Reading completed -> Success

0:442 0:000 sleepimage offset could not be acquired

0:442 0:000 hibernated: no - sign

0:442 0:000 Icon 17 decoded, pointer C521BB18

0:443 0:000 - [05]: 'Recovery HD'

0:444 0:001 AddLoaderEntry for Volume Name=Recovery HD

0:445 0:000 Icon 20 decoded, pointer C50C4C18

0:445 0:000 - [06]: 'EFI'

0:445 0:000 - [07]: 'Sierra'

0:453 0:007 AddLoaderEntry for Volume Name=Sierra

0:458 0:004 Check if volume Is Hibernated:

0:458 0:000 Check sleep image 'by signature':

0:472 0:014 read prefs \Library\Preferences\com.apple.PowerManagement.plist status=Success

0:472 0:000 using default sleep image name = \private\var\vm\sleepimage

0:478 0:005 Reading first 512 bytes of sleepimage ...

0:478 0:000 OurBlockIoRead: Lba=8964318, Offset=112C863000 (BlockSize=512)

0:478 0:000 sig lion: 0

0:478 0:000 sig snow: 0

0:478 0:000 no valid sleep image offset was found

0:478 0:000 Reading completed -> Success

0:478 0:000 sleepimage offset could not be acquired

0:478 0:000 hibernated: no - sign

0:479 0:000 - [08]: 'Recovery HD'

0:480 0:001 AddLoaderEntry for Volume Name=Recovery HD

0:480 0:000 - [10]: 'EFI'

0:481 0:000 - [11]: 'Stockage'

0:500 0:019 - [12]: 'Time Machine'

0:544 0:043 - [14]: 'EFI'

0:544 0:000 - [15]: 'usb'

0:547 0:003 Scanning legacy ...

0:547 0:000 0: 'Whole Disc Boot' (legacy) not legacy

0:547 0:000 1: 'Whole Disc Boot' (legacy) not legacy

0:547 0:000 2: 'Whole Disc Boot' (legacy) not legacy

0:547 0:000 3: 'EFI' (legacy) not legacy

0:547 0:000 4: 'El Capitan' (legacy) not legacy

0:547 0:000 5: 'Recovery HD' (legacy) not legacy

0:547 0:000 6: 'EFI' (legacy) not legacy

0:547 0:000 7: 'Sierra' (legacy) not legacy

0:547 0:000 8: 'Recovery HD' (legacy) not legacy

0:547 0:000 9: 'Whole Disc Boot' (legacy) not legacy

0:547 0:000 10: 'EFI' (legacy) not legacy

0:547 0:000 11: 'Stockage' (legacy) not legacy

0:547 0:000 12: 'Time Machine' (legacy) not legacy

0:547 0:000 13: 'Whole Disc Boot' (legacy) not legacy

0:547 0:000 14: 'EFI' (legacy) not legacy

0:547 0:000 15: 'usb' (legacy) not legacy

0:547 0:000 === [ AddCustomTool ] =====================================

0:547 0:000 Icon 8 decoded, pointer C486EF98

0:547 0:000 found tool \EFI\CLOVER\tools\Shell64U.efi

0:547 0:000 Checking EFI partition Volume 3 for Clover

0:547 0:000 Found Clover

0:547 0:000 Icon 2 decoded, pointer C486EA98

0:547 0:000 Icon 1 decoded, pointer C486E398

0:547 0:000 Icon 0 decoded, pointer C486E318

0:548 0:000 Icon 5 decoded, pointer C486E298

0:548 0:000 Icon 6 decoded, pointer C521B918

0:548 0:000 === [ GetEfiBootDeviceFromNvram ] =========================

0:548 0:000 - efi-boot-device-data: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A,0x64028,0xDDFAC40)

0:548 0:000 - Volume: 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A,0x64028,0xDDFAC40)'

0:548 0:000 - LoaderPath: ''

0:548 0:000 - Guid = A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A

0:548 0:000 === [ FindStartupDiskVolume ] =============================

0:548 0:000 - Volume: partition = PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A,0x64028,0xDDFAC40)

0:548 0:000 - searching for that partition

0:548 0:000 - found entry 2. 'Boot macOS from Sierra', Volume 'Sierra'

0:548 0:000 Boot redirected to Entry 2. 'Boot macOS from Sierra'

0:548 0:000 DefaultIndex=2 and MainMenu.EntryCount=10

0:548 0:000 Icon 21 decoded, pointer C486E018

0:561 0:012 SelectionImages[2] == NULL

0:561 0:000 Icon 22 decoded, pointer C479AF98

0:561 0:000 SelectionImages[0] == NULL

0:561 0:000 Icon 23 decoded, pointer C479AE18

0:569 0:007 Found Mouse device:

0:569 0:000 Icon 11 decoded, pointer C479AA98

0:570 0:001 GUI ready

3:573 3:003 === [ StartLoader ] =======================================

3:573 0:000 Finally: Bus=99999kHz CPU=3300MHz

3:573 0:000 Loading boot.efi status=Success

3:661 0:087 GetOSVersion: 10.12.1 (16B2555)

3:661 0:000 CSR_CFG: CSR_ALLOW_UNTRUSTED_KEXTS | CSR_ALLOW_UNRESTRICTED_FS | CSR_ALLOW_TASK_FOR_PID | CSR_ALLOW_UNRESTRICTED_DTRACE | CSR_ALLOW_UNRESTRICTED_NVRAM

3:661 0:000 Filtering KextPatches:

3:661 0:000 - [00]: AppleUSBXHCIPCI (Change 15 Port Limit To 30 in XHCI Kext 10.12(99-series)) :: BinPatch :: [OS: 10.12.1 | MatchOS: All | MatchBuild: All] ==> allowed

3:661 0:000 - [01]: IOAHCIBlockStorage (Trim Enabler) :: BinPatch :: [OS: 10.12.1 | MatchOS: All | MatchBuild: All] ==> allowed

3:661 0:000 Filtering KernelPatches:

3:661 0:000 - [00]: _xcpm_SMT_scope_msrs © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed

3:661 0:000 - [01]: _xcpm_SMT_scope_msrs © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed

3:661 0:000 - [02]: XCPM_idle Replace All fix by Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed

3:661 0:000 - [03]: _xcpm_pkg_scope_msr © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed

3:661 0:000 - [04]: _xcpm_core_scope_msrs © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed

3:661 0:000 - [05]: xcpm performance fix 1 (wrsmr fix to get CPU max) © okrasit :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed

3:661 0:000 - [06]: _xcpm_bootstrap Sierra © Pike R. Alpha :: [OS: 10.12.1 | MatchOS: 10.12 | MatchBuild: All] ==> allowed

3:661 0:000 === [ PatchSmbios ] =======================================

3:661 0:000 insert table 9 for dev 0:0

3:661 0:000 insert table 9 for dev 0:1

3:661 0:000 insert table 9 for dev 19:0

3:661 0:000 Trusting SMBIOS...

3:661 0:000 Detected alternating SMBIOS channel banks

3:661 0:000 Channels: 4

3:661 0:000 Interleave: 0 2 4 6 1 3 5 7 8 10 12 14 9 11 13 15 16 18 20 22 17 19 21 23

3:661 0:000 partNum=F4-3000C15-4GRR

3:661 0:000 SMBIOS Type 17 Index = 0 => 0 0:

3:661 0:000 DIMM1 2666MHz 4096MB

3:661 0:000 partNum=F4-3000C15-4GRR

3:661 0:000 SMBIOS Type 17 Index = 1 => 1 2:

3:661 0:000 DIMM2 2666MHz 4096MB

3:661 0:000 partNum=F4-3000C15-4GRR

3:661 0:000 SMBIOS Type 17 Index = 2 => 2 4:

3:661 0:000 DIMM3 2666MHz 4096MB

3:661 0:000 partNum=F4-3000C15-4GRR

3:661 0:000 SMBIOS Type 17 Index = 3 => 3 6:

3:661 0:000 DIMM4 2666MHz 4096MB

3:661 0:000 SMBIOS Type 17 Index = 4 => 4 1:

3:661 0:000 DIMM5 EMPTY

3:661 0:000 SMBIOS Type 17 Index = 5 => 5 3:

3:661 0:000 DIMM6 EMPTY

3:661 0:000 SMBIOS Type 17 Index = 6 => 6 5:

3:661 0:000 DIMM7 EMPTY

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

3:661 0:000 DIMM8 EMPTY

3:661 0:000 mTotalSystemMemory = 16384

3:661 0:000 NumberOfMemoryDevices = 8

3:661 0:000 Type20[0]->End = 0x3FFFFF, Type17[0] = 0x1000

3:661 0:000 Type20[1]->End = 0x7FFFFF, Type17[1] = 0x3000

3:661 0:000 Type20[2]->End = 0xBFFFFF, Type17[2] = 0x6000

3:661 0:000 Type20[3]->End = 0xFFFFFF, Type17[3] = 0xA000

3:661 0:000 Table 131 is present, CPUType=10

3:661 0:000 Change to: 507

3:661 0:000 === [ PatchACPI ] =========================================

3:661 0:000 RSDT 0xCB39C028

3:661 0:000 FADT from RSDT: 0xCB39C148

3:661 0:000 XSDT 0xCB39C098

3:661 0:000 FADT from XSDT: 0xCB3D21B8

3:661 0:000 Xsdt reallocation done

3:661 0:000 old FADT length=10C

3:661 0:000 DSDT found in Clover volume OEM folder: EFI\CLOVER\ACPI\patched\DSDT.aml

3:672 0:011 Apply DsdtFixMask=0x00000000 old way

3:672 0:000 drop _DSM mask=0x0000

3:672 0:000 === [ FixBiosDsdt ] =======================================

3:672 0:000 VideoCard devID=0x679A1002

3:672 0:000 DisplayADR1[0] = 0x30000, DisplayADR2[0] = 0x0

3:672 0:000 USBADR[0] = 0x140000 and PCIe = 0xFFFE

3:672 0:000 USBADR[1] = 0x1A0000 and PCIe = 0xFFFE

3:675 0:002 Audio HDA (addr:0x1B0000) setting specified layout-id=1 (0x1)

3:675 0:000 USBADR[2] = 0x1C0004 and PCIe = 0x0

3:675 0:000 USBADR[3] = 0x1D0000 and PCIe = 0xFFFE

3:675 0:000 first CPU found at 2B23 offset 2B27

3:675 0:000 device candidate at 2A8F

3:675 0:000 device inserted in acpi_cpu_score SCK0

3:675 0:000 score candidate at 28BC

3:675 0:000 score inserted in acpi_cpu_score _SB_SCK0

3:675 0:000 Found ACPI CPU: CP00 | CP01 | CP02 | CP03 | CP04 | CP05 | CP06 | CP07 | CP08 | CP09 | CP0A | CP0B | CP0C | CP0D | CP0E | CP0F | CP10 | CP11 | CP12 | CP13 | CP14 | CP15 | CP16 | CP17 | CP18 | CP19 | CP1A | CP1B | CP1C | CP1D | CP1E | CP1F , within the score: _SB_SCK0

3:675 0:000 Found PCIROOTUID = 0

3:676 0:000 === [ ACPIDropTables ] ====================================

3:676 0:000 === [ PatchAllSSDT ] ======================================

3:676 0:000 Patch table: SSDT SataTabl

3:676 0:000 SSDT len = 0x36D

3:676 0:000 Patch table: SSDT PmMgt

3:676 0:000 SSDT len = 0x14C9B

3:676 0:000 Drop tables from Xsdt, SIGN=XXXX TableID= Length=0

3:676 0:000 Xsdt has tables count=16

3:676 0:000 corrected XSDT length=164

3:676 0:000 === [ ACPIPatchedAML ] ====================================

3:676 0:000 Start: Processing Patched AML(s): Unsorted

3:676 0:000 Inserting ssdt.aml from EFI\CLOVER\ACPI\patched ... Success

3:678 0:002 End: Processing Patched AML(s)

3:678 0:000 CPUBase=0 and ApicCPUBase=0 ApicCPUNum=12

3:678 0:000 === [ RestSetup macOS ] ===================================

3:678 0:000 EdidDiscovered size=128

3:678 0:000 000 | 00 FF FF FF FF FF FF 00 05 E3

3:678 0:000 010 | 77 32 65 01 00 00 23 1A 01 04

3:678 0:000 020 | B5 47 28 78 3A 91 45 A7 55 4E

3:678 0:000 030 | A0 25 0C 50 54 BF EF 00 D1 C0

3:678 0:000 040 | B3 00 95 00 81 80 81 40 81 C0

3:678 0:000 050 | 01 01 01 01 56 5E 00 A0 A0 A0

3:678 0:000 060 | 29 50 30 20 35 00 C4 8F 21 00

3:678 0:000 070 | 00 1E 00 00 00 FD 00 32 4C 1E

3:678 0:000 080 | 63 1E 01 0A 20 20 20 20 20 20

3:678 0:000 090 | 00 00 00 FC 00 51 33 32 37 37

3:678 0:000 100 | 0A 20 20 20 20 20 20 20 00 00

3:678 0:000 110 | 00 FF 00 4C 47 58 47 39 4A 41

3:678 0:000 120 | 30 30 30 33 35 37 01 9C

3:678 0:000 Framebuffer @0xD0000000 MMIO @0xFBE00000 I/O Port @0x0000E000 ROM Addr @0xFBE40000

3:678 0:000 PCI region 1 = 0x00000000, region3 = 0x00000000, region5 = 0x00000000

3:678 0:000 BIOS_0_SCRATCH=0x0000002C, 1=0x4058B880, 2=0x00000000, 3=0x00000000, 4=0x00000000, 5=0x00000000, 6=0x00000000

3:678 0:000 RADEON_CRTC2_GEN_CNTL == 0x00000000

3:678 0:000 card posted because CONFIG_MEMSIZE=0xC00

3:678 0:000 ATI card POSTed,

3:678 0:000 Set VRAM for Tahiti =3072Mb

3:678 0:000 ATI: get_vram_size returned 0xC0000000

3:678 0:000 ATI Radeon EVERGREEN+ family

3:678 0:000 Users config name Aji

3:678 0:000 (AtiPorts) Nr of ports set to: 5

3:678 0:000 ATI Tahiti AMD Radeon HD 7950/8950/R9 280 3072MB (Aji) [1002:679A] (subsys [174B:E208]):: PciRoot(0x0)\Pci(0x3,0x0)\Pci(0x0,0x0)

3:679 0:000 setting specified layout-id=1 (0x1)

3:679 0:000 stringlength = 6290

3:679 0:000 CurrentMode: Width=2560 Height=1440

3:679 0:000 Beginning FSInjection

FSInjectionInstall ...

- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: C87C2218

FSInjectionInstall ...

- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: C87C2218

3:685 0:006 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other

3:685 0:000 Extra kext: EFI\CLOVER\kexts\Other\AppleALC.kext

3:716 0:030 Extra PlugIn kext: EFI\CLOVER\kexts\Other\AppleALC.kext\Contents\PlugIns\PinConfigs.kext

3:722 0:006 Extra kext: EFI\CLOVER\kexts\Other\FakeSMC.kext

3:730 0:007 Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMC_ACPISensors.kext

3:736 0:005 Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMC_CPUSensors.kext

3:738 0:002 Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMC_GPUSensors.kext

3:744 0:005 Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMC_LPCSensors.kext

3:757 0:013 Extra kext: EFI\CLOVER\kexts\Other\IntelMausiEthernet.kext

3:762 0:005 Extra kext: EFI\CLOVER\kexts\Other\Shiki.kext

3:771 0:008 Extra kext: EFI\CLOVER\kexts\Other\X99_Injector USB 3.kext

3:771 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.12

3:772 0:000 SetStartupDiskVolume:

3:772 0:000 * Volume: 'Sierra'

3:772 0:000 * LoaderPath: ''

3:772 0:000 * DevPath: Sierra

3:772 0:000 * GUID = A9DD86F4-69CE-4B54-86A3-9A2D95BBD68A

3:772 0:000 * efi-boot-device: IOMatchIOProviderClassIOMediaIOPropertyMatchUUIDA9DD86F4-69CE-4B54-86A3-9A2D95BBD68A

3:772 0:000 Custom boot is disabled

 

Mac-Pro-de-Fljagd:~ fljagd$

 

 

No serial number

No type (MacPro 2013)

3943 and older version shown macpro 2013?

 

3944 cant boot?

3945 can boot right?

 

I want to see system info with smc rev.

 

나의 LG-F410S 의 Tapatalk에서 보냄

Link to comment
Share on other sites

×
×
  • Create New...