Jump to content

Consulta versiones de clover


Derty
 Share

10 posts in this topic

Recommended Posts

Tengo una situación muy huevona, cuando instalo el clover montado por Chriss1111, me funciona correctamente y arranca sin problemas, si coloco el clover general no consigo arrancar el osx ni el capitan, ni sierra...

 

hay alguna causa lógica para esto?

Link to comment
Share on other sites

Habría que estudiar bien el caso viendo un bootlog y el error de arranque (si es que muestra algún mensaje), pero te tiro un par de posibilidades:

  • Puede haber diferencias porque Chris compila su propia versión en la cual seguro activa/desactiva funciones. (puedes ver algunas opciones con el script de Micky)
  • Puede ser que se hayan aplicado cambios desde la revisión de Chris que hacen que alguna función de la que dependías deje de funcionar o haya cambiado de alguna manera. Mira el historial de cambios de Clover desde esta url a ver si reconoces algo (nada sencillo a simple vista).

 

Sube un poco mas de info para ayudarte mejor.

Link to comment
Share on other sites

si los drivers son los mismos, deberían ya que normalmente solo actualizan, config.plist uno al lado del otro que suele ser el culpable, me sucedía algo muy parecido hace ya tiempo pero lo achaque a que Chris dejaba un config.plist muy corto, concreto y compatible/funcional con las opciones justas para el arranque, Slice dejo por AppleLife uno hace bastante tiempo y  :rofl:  :rofl:  :rofl: era una locura muy, muy, personalizada

Link to comment
Share on other sites

el config, entiendo que no lo toca...

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Debug</key>
			<false/>
			<key>DropOEM_DSM</key>
			<false/>
			<key>Fixes</key>
			<dict>
				<key>AddDTGP_0001</key>
				<true/>
				<key>AddHDMI_8000000</key>
				<true/>
				<key>AddIMEI_80000</key>
				<true/>
				<key>AddPNLF_1000000</key>
				<true/>
				<key>DeleteUnused_400000</key>
				<true/>
				<key>FIX_ACST_4000000</key>
				<true/>
				<key>FIX_ADP1_800000</key>
				<true/>
				<key>FIX_RTC_20000</key>
				<true/>
				<key>FIX_S3D_2000000</key>
				<true/>
				<key>FIX_TMR_40000</key>
				<true/>
				<key>FIX_WAK_200000</key>
				<true/>
				<key>FixAirport_4000</key>
				<true/>
				<key>FixDisplay_0100</key>
				<true/>
				<key>FixFirewire_0800</key>
				<true/>
				<key>FixHDA_8000</key>
				<true/>
				<key>FixHPET_0010</key>
				<true/>
				<key>FixIPIC_0040</key>
				<true/>
				<key>FixLAN_2000</key>
				<true/>
				<key>FixRegions_10000000</key>
				<true/>
				<key>NewWay_80000000</key>
				<true/>
			</dict>
			<key>Name</key>
			<string>DSDT.aml</string>
			<key>ReuseFFFF</key>
			<false/>
		</dict>
		<key>DropTables</key>
		<array>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>SaSsdt </string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>DMAR</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>CpuPm</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>Cpu0Ist</string>
			</dict>
		</array>
		<key>HaltEnabler</key>
		<true/>
		<key>PatchAPIC</key>
		<true/>
		<key>ResetAddress</key>
		<string>0xfec00000</string>
		<key>ResetValue</key>
		<string>0x0000</string>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<true/>
			<key>EnableC6</key>
			<true/>
			<key>Generate</key>
			<true/>
			<key>PluginType</key>
			<string>1</string>
			<key>UseSystemIO</key>
			<true/>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>CustomLogo</key>
		<false/>
		<key>Log</key>
    		<true/>
     		<key>DebugLog</key>
       		<true/>
		<key>DefaultVolume</key>
		<string>MacHDD</string>
		<key>Legacy</key>
		<string>PBR</string>
		<key>Secure</key>
		<false/>
		<key>Timeout</key>
		<integer>8</integer>
		<key>XMPDetection</key>
		<false/>
	</dict>
	<key>CPU</key>
	<dict>
		<key>C6</key>
		<true/>
		<key>UseARTFrequency</key>
		<false/>
	</dict>
	<key>Devices</key>
	<dict>
		<key>Audio</key>
		<dict>
			<key>Inject</key>
			<string>1</string>
		</dict>
		<key>FakeID</key>
		<dict>
			<key>ATI</key>
			<string>0x0</string>
			<key>IMEI</key>
			<string>0x0</string>
			<key>IntelGFX</key>
			<string>0x0</string>
			<key>LAN</key>
			<string>0x153b8086</string>
			<key>NVidia</key>
			<string>0x0</string>
			<key>SATA</key>
			<string>0x8c028086</string>
			<key>WIFI</key>
			<string>0x0</string>
			<key>XHCI</key>
			<string>0x8c318086</string>
		</dict>
		<key>USB</key>
		<dict>
			<key>AddClockID</key>
			<true/>
			<key>FixOwnership</key>
			<true/>
			<key>HighCurrent</key>
			<true/>
			<key>Inject</key>
			<true/>
		</dict>
	</dict>
	<key>DisableDrivers</key>
	<array>
		<string>Nothing</string>
	</array>
	<key>GUI</key>
	<dict>
		<key>Hide</key>
		<array>
			<string>Windows</string>
			<string>BOOTX64.EFI</string>
		</array>
		<key>Language</key>
		<string>en:0</string>
		<key>Mouse</key>
		<dict>
			<key>DoubleClick</key>
			<integer>500</integer>
			<key>Enabled</key>
			<true/>
			<key>Mirror</key>
			<false/>
			<key>Speed</key>
			<integer>8</integer>
		</dict>
		<key>Scan</key>
		<dict>
			<key>Entries</key>
			<true/>
			<key>Legacy</key>
			<true/>
			<key>Linux</key>
			<false/>
			<key>Tool</key>
			<true/>
		</dict>
		<key>Theme</key>
		<string>gold_clover</string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>DualLink</key>
		<integer>1</integer>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<false/>
			<key>NVidia</key>
			<false/>
		</dict>
		<key>NvidiaSingle</key>
		<false/>
		<key>VideoPorts</key>
		<integer>3</integer>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<true/>
		<key>Debug</key>
		<false/>
		<key>KernelCpu</key>
		<true/>
		<key>KernelHaswellE</key>
		<false/>
		<key>KernelLapic</key>
		<true/>
		<key>KernelPm</key>
		<true/>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>t1-10.12-AppleHDA/Realtek ALC...</string>
				<key>Disabled</key>
				<false/>
				<key>Find</key>
				<data>
				ihnUEQ==
				</data>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<data>
				AAAAAA==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Trim enabler patch</string>
				<key>Disabled</key>
				<false/>
				<key>Find</key>
				<data>
				QVBQTEUgU1NEAA==
				</data>
				<key>Name</key>
				<string>IOAHCIBlockStorage</string>
				<key>Replace</key>
				<data>
				AAAAAAAAAAAAAA==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>t1-AppleHDA/Resources/xml>zml</string>
				<key>Disabled</key>
				<false/>
				<key>Find</key>
				<data>
				eG1sLnps
				</data>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<data>
				em1sLnps
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>External icons patch</string>
				<key>Disabled</key>
				<false/>
				<key>Find</key>
				<data>
				RXh0ZXJuYWw=
				</data>
				<key>Name</key>
				<string>AppleAHCIPort</string>
				<key>Replace</key>
				<data>
				SW50ZXJuYWw=
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>t1-10.9-10.12-AppleHDA/Realtek ALC898</string>
				<key>Disabled</key>
				<false/>
				<key>Find</key>
				<data>
				ixnUEQ==
				</data>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<data>
				mQjsEA==
				</data>
			</dict>
		</array>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>BooterConfig</key>
		<string>0x28</string>
		<key>CsrActiveConfig</key>
		<string>0x67</string>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>BiosReleaseDate</key>
		<string>09/03/2013</string>
		<key>BiosVendor</key>
		<string>Apple Inc.</string>
		<key>BiosVersion</key>
		<string>IM142.88Z.0118.B00.1309031249</string>
		<key>Board-ID</key>
		<string>Mac-27ADBB7B4CEE8E61</string>
		<key>BoardManufacturer</key>
		<string>Apple Inc.</string>
		<key>BoardType</key>
		<integer>10</integer>
		<key>ChassisAssetTag</key>
		<string>iMac-Aluminum</string>
		<key>ChassisManufacturer</key>
		<string>Apple Inc.</string>
		<key>ChassisType</key>
		<string>13</string>
		<key>Family</key>
		<string>iMac</string>
		<key>Manufacturer</key>
		<string>Apple Inc.</string>
		<key>ProductName</key>
		<string>iMac14,2</string>
		<key>SerialNumber</key>
		<string>C02LGE6UF8JC</string>
		<key>Trust</key>
		<false/>
		<key>Version</key>
		<string>1.0</string>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Yes</string>
		<key>InjectSystemID</key>
		<true/>
	</dict>
</dict>
</plist>

que datos te paso Maniac10?

 

el log no lo encuentro... librerias/log/clover verdad?  esta vacio

 

si criss deja de hacer su clover me quedaria colgado...

Link to comment
Share on other sites

cuernos...

-------------------------------
DATE: 2016-10-06 TIME: 17:48:16
-------------------------------
0:100  0:100  MemLog inited, TSC freq: 3192603970
0:100  0:000  
0:100  0:000  Now is 6.10.2016,  15:48:2 (GMT)
0:100  0:000  Starting Clover revision: 3790 on American Megatrends EFI
0:100  0:000  Build with: [Args: -mc -D NO_GRUB_DRIVERS | -D NO_GRUB_DRIVERS -D USE_BIOS_BLOCKIO -D USE_LOW_EBDA -a X64 -b RELEASE -t XCODE5 -n 5 | OS: 10.12 | XCODE: 8.0]
0:100  0:000  SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0xFFFF,0x0)\HD(1,GPT,C160B630-6598-4532-B953-7867665AA3DF,0x28,0x64000) @B02C4A98
0:100  0:000  SelfDirPath = \EFI\BOOT
0:100  0:000  === [ Get Smbios ] ========================================
0:100  0:000  Type 16 Index = 0
0:100  0:000  SmbiosTable: Type 16 (Physical Memory Array) not found!
0:100  0:000  SmbiosTable: Type 16 (Physical Memory Array) not found!
0:100  0:000  SmbiosTable: Type 16 (Physical Memory Array) not found!
0:100  0:000  SmbiosTable: Type 16 (Physical Memory Array) not found!
0:100  0:000  SmbiosTable: Type 16 (Physical Memory Array) not found!
0:100  0:000  SmbiosTable: Type 16 (Physical Memory Array) not found!
0:100  0:000  SmbiosTable: Type 16 (Physical Memory Array) not found!
0:100  0:000  Total Memory Slots Count = 4
0:100  0:000  Type 17 Index = 0
0:100  0:000  SmbiosTable.Type17->Speed = 1600MHz
0:100  0:000  SmbiosTable.Type17->Size = 8192MB
0:100  0:000  SmbiosTable.Type17->Bank/Device = BANK 0 ChannelA-DIMM0
0:100  0:000  SmbiosTable.Type17->Vendor = 1315
0:100  0:000  SmbiosTable.Type17->SerialNumber = 16172119
0:100  0:000  SmbiosTable.Type17->PartNumber = BLS8G3D169DS3.16FE
0:100  0:000  Type 17 Index = 1
0:100  0:000  Ignoring insane frequency value 0MHz
0:100  0:000  SmbiosTable.Type17->Speed = 0MHz
0:100  0:000  SmbiosTable.Type17->Size = 0MB
0:100  0:000  SmbiosTable.Type17->Bank/Device = BANK 1 ChannelA-DIMM1
0:100  0:000  SmbiosTable.Type17->Vendor = <null string>
0:100  0:000  SmbiosTable.Type17->SerialNumber = <null string>
0:100  0:000  SmbiosTable.Type17->PartNumber = <null string>
0:100  0:000  Type 17 Index = 2
0:100  0:000  SmbiosTable.Type17->Speed = 1600MHz
0:100  0:000  SmbiosTable.Type17->Size = 8192MB
0:100  0:000  SmbiosTable.Type17->Bank/Device = BANK 2 ChannelB-DIMM0
0:100  0:000  SmbiosTable.Type17->Vendor = 1315
0:100  0:000  SmbiosTable.Type17->SerialNumber = 17011078
0:100  0:000  SmbiosTable.Type17->PartNumber = BLS8G3D169DS3.16FE
0:100  0:000  Type 17 Index = 3
0:100  0:000  Ignoring insane frequency value 0MHz
0:100  0:000  SmbiosTable.Type17->Speed = 0MHz
0:100  0:000  SmbiosTable.Type17->Size = 0MB
0:100  0:000  SmbiosTable.Type17->Bank/Device = BANK 3 ChannelB-DIMM1
0:100  0:000  SmbiosTable.Type17->Vendor = <null string>
0:100  0:000  SmbiosTable.Type17->SerialNumber = <null string>
0:100  0:000  SmbiosTable.Type17->PartNumber = <null string>
0:100  0:000  Boot status=0
0:100  0:000  Running on: 'Z87X-UD3H' with board 'Z87X-UD3H-CF'
0:100  0:000  === [ GetCPUProperties ] ==================================
0:100  0:000  CPU Vendor = 756E6547 Model=306C3
0:100  0:000  got cores from CPUID_1 = 0
0:100  0:000  The CPU supported turbo
0:100  0:000  BrandString = Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz
0:100  0:000  MSR 0xE2 before patch 18000402
0:100  0:000  MSR 0xE4              00001814
0:100  0:000  MSR 0xCE              00080838_F3012000
0:100  0:000  non-usable FLEX_RATIO = 10000
0:100  0:000  corrected FLEX_RATIO = 0
0:100  0:000  FSBFrequency=106MHz DMIvalue=100000kHz
0:100  0:000  Corrected FSBFrequency=100MHz
0:100  0:000  Vendor/Model/Stepping: 0x756E6547/0x3C/0x3
0:100  0:000  Family/ExtFamily: 0x6/0x0
0:100  0:000  MaxDiv/MinDiv: 32.0/8
0:100  0:000  Turbo: 34/35/36/36
0:100  0:000  Features: 0xBFEBFBFF
0:100  0:000  Threads: 4
0:100  0:000  Cores: 4
0:100  0:000  FSB: 100 MHz
0:100  0:000  CPU: 3400 MHz
0:100  0:000  TSC: 3400 MHz
0:100  0:000  PIS: 400 MHz
0:100  0:000  === [ GetDevices ] ========================================
0:100  0:000  PCI (00|00:00.00) : 8086 0C00 class=060000
0:100  0:000  PCI (00|00:01.00) : 8086 0C01 class=060400
0:100  0:000  PCI (00|01:00.00) : 10DE 0FC6 class=030000
0:100  0:000   - GFX: Model=Asus GeForce GTX 650 family E7 (Nvidia)
0:100  0:000  PCI (00|01:00.01) : 10DE 0E1B class=040300
0:100  0:000   - HDMI Audio: 
0:100  0:000  PCI (00|00:14.00) : 8086 8C31 class=0C0330
0:100  0:000  PCI (00|00:16.00) : 8086 8C3A class=078000
0:100  0:000  PCI (00|00:16.01) : FFFF FFFF class=FFFFFF
0:100  0:000  PCI (00|00:19.00) : 8086 153B class=020000
0:100  0:000   - LAN: 0 Vendor=Intel
0:100  0:000  PCI (00|00:1A.00) : 8086 8C2D class=0C0320
0:100  0:000  PCI (00|00:1B.00) : 8086 8C20 class=040300
0:100  0:000  PCI (00|00:1C.00) : 8086 8C10 class=060400
0:100  0:000  PCI (00|00:1C.04) : 8086 244E class=060401
0:100  0:000  PCI (00|03:00.00) : 8086 244E class=060401
0:100  0:000  PCI (00|00:1C.05) : 8086 8C1A class=060400
0:100  0:000  PCI (00|05:00.00) : 1B4B 9172 class=010601
0:100  0:000  PCI (00|00:1D.00) : 8086 8C26 class=0C0320
0:100  0:000  PCI (00|00:1F.00) : 8086 8C44 class=060100
0:100  0:000  PCI (00|00:1F.02) : 8086 8C02 class=010601
0:100  0:000  PCI (00|00:1F.03) : 8086 8C22 class=0C0500
0:100  0:000  PCI (00|00:1F.06) : FFFF FFFF class=FFFFFF
0:100  0:000  === [ GetDefaultSettings ] ================================
0:100  0:000  Clover load options size = 0 bytes
0:105  0:005  , Status=Success
0:105  0:000  EFI\CLOVER\config.plist loaded: Success
0:105  0:000  === [ GetListOfThemes ] ===================================
0:107  0:002  - [00]: gold_clover
0:110  0:003  - [01]: BOOTCAMP
0:114  0:003  - [02]: EMBEDDED
0:115  0:001  - [02]: RANDOM
0:117  0:001  === [ Found config plists ] ===============================
0:117  0:000  - config.plist
0:117  0:000  === [ GetEarlyUserSettings ] ==============================
0:117  0:000  timeout set to 8
0:117  0:000  Custom boot CUSTOM_BOOT_DISABLED (0x0)
0:117  0:000  KextsToPatch: 5 requested
0:117  0:000   - [00]: AppleHDA (t1-10.12-AppleHDA/Realtek ALC...) :: BinPatch :: data len: 4
0:117  0:000   - [01]: IOAHCIBlockStorage (Trim enabler patch) :: BinPatch :: data len: 10
0:117  0:000   - [02]: AppleHDA (t1-AppleHDA/Resources/xml>zml) :: BinPatch :: data len: 6
0:117  0:000   - [03]: AppleAHCIPort (External icons patch) :: BinPatch :: data len: 8
0:117  0:000   - [04]: AppleHDA (t1-10.9-10.12-AppleHDA/Realtek ALC898) :: BinPatch :: data len: 4
0:117  0:000  Default theme: gold_clover
0:117  0:000  Hiding entries with string Windows
0:117  0:000  Hiding entries with string BOOTX64.EFI
0:117  0:000  === [ LoadDrivers ] =======================================
0:119  0:002  Loading CsmVideoDxe-64.efi  status=Success
0:121  0:001   - driver needs connecting
0:121  0:000  Loading DataHubDxe-64.efi  status=Success
0:135  0:014  Loading FSInject-64.efi  status=Success
0:137  0:001  Loading OsxAptioFixDrv-64.efi  status=Success
0:139  0:002  Loading OsxFatBinaryDrv-64.efi  status=Success
0:140  0:001  Loading VBoxHfs-64.efi  status=Success
0:142  0:001   - driver needs connecting
0:142  0:000  2 drivers needs connecting ...
0:142  0:000  PlatformDriverOverrideProtocol->GetDriver overriden
0:142  0:000  Video driver loaded: disconnect Success
0:227  0:084  Searching for invalid DiskIo BY_DRIVER connects: not found, all ok
0:243  0:016  CsmVideoDriverBindingStart
0:243  0:000  mixed support=40010
0:243  0:000  Controller is [030000]
0:243  0:000  Check for VBE
0:457  0:213    0 640x480 attr=3BF - ok, 640x480, working, highest, pref=0
0:459  0:002    1 800x600 attr=3BF - ok, 800x600, working, highest, pref=1
0:461  0:002    2 1024x768 attr=3BF - ok, 1024x768, working, highest, pref=2
0:463  0:002    3 1280x1024 attr=3BF - ok
0:475  0:012    4 1920x1080 attr=3BF - ok
0:477  0:002    5 1280x800 attr=3BF - ok
0:477  0:000  CsmVideo: New mode: 2 1024x768 - set
0:660  0:183   - SetMode pref 2 (2) = Success
0:660  0:000  CsmVideoCheckForVbe - Success
0:660  0:000  CsmVideoDriverBindingStart end Success
0:660  0:000  CsmVideo: New mode: 2 1024x768 - blocking that switch
1:086  0:425  === [ InitScreen ] ========================================
1:086  0:000  Console modes reported: 4, available modes:
1:086  0:000   - [01]: 80x25 (current mode)
1:086  0:000   - [02]: 80x50
1:086  0:000   - [03]: 100x31
1:086  0:000   - [04]: 128x30
1:086  0:000  reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0xFFFF,0x0)\HD(1,GPT,C160B630-6598-4532-B953-7867665AA3DF,0x28,0x64000)
1:088  0:001  === [ GetMacAddress ] =====================================
1:088  0:000  MAC address of LAN #0= 94:DE:80:B9:E1:1A:
1:088  0:000  === [ ScanSPD ] ===========================================
1:088  0:000  SMBus device : 8086 8C22 class=0C0500 status=Success
1:088  0:000  SMBus CmdReg: 0x1
1:088  0:000  Scanning SMBus [8086:8C22], mmio: 0xF3235004, ioport: 0xF000, hostc: 0x1
1:088  0:000  Slots to scan [8]...
1:088  0:000  SPD[0]: Type 11 @0x50
1:107  0:018  XMP Profile1: 10*1/8ns
1:107  0:000  Found module with XMP version 1.3
1:107  0:000  DDR speed 1600MHz
1:107  0:000  Slot: 0 Type 24 8192MB 1600MHz Vendor=Crucial Technology PartNo=BLS8G3D169DS3.16FE SerialNo=0A0001010D040C05
1:107  0:000  SPD[2]: Type 11 @0x52
1:125  0:018  XMP Profile1: 10*1/8ns
1:125  0:000  Found module with XMP version 1.3
1:125  0:000  DDR speed 1600MHz
1:125  0:000  Slot: 2 Type 24 8192MB 1600MHz Vendor=Crucial Technology PartNo=BLS8G3D169DS3.16FE SerialNo=0A0B0001000A040E
1:126  0:000  === [ GetAcpiTablesList ] =================================
1:126  0:000  Get Acpi Tables List from RSDT:
1:126  0:000   - [00]: FACP  A M I len=132
1:126  0:000   - [01]: APIC  A M I len=114
1:126  0:000   - [02]: FPDT  A M I len=68
1:126  0:000   - [03]: SSDT  Cpu0Ist len=1337
1:126  0:000   - [04]: SSDT  CpuPm len=2776
1:126  0:000   - [05]: MCFG   len=60
1:126  0:000   - [06]: HPET  A M I len=56
1:126  0:000   - [07]: SSDT  SataTabl len=877
1:126  0:000   - [08]: SSDT  SaSsdt  len=12953
1:126  0:000   - [09]: BGRT  A M I len=56
1:126  0:000   - [10]: MATS  A M I len=52
1:126  0:000  Calibrated TSC frequency =3192603970 =3192MHz
1:126  0:000  === [ GetUserSettings ] ===================================
1:126  0:000  USB FixOwnership: yes
1:126  0:000  Dropping 4 tables:
1:126  0:000   - [00]: Drop table  signature="SSDT" (54445353) table-id="SaSsdt " (0020746473536153)
1:126  0:000           - set table: 54445353,   20746473536153 to drop: yes
1:126  0:000   - [01]: Drop table  signature="DMAR" (52414D44)
1:126  0:000           - set table: 52414D44,                0 to drop: no
1:126  0:000   - [02]: Drop table  signature="SSDT" (54445353) table-id="CpuPm" (0000006D50757043)
1:126  0:000           - set table: 54445353,       6D50757043 to drop: yes
1:126  0:000   - [03]: Drop table  signature="SSDT" (54445353) table-id="Cpu0Ist" (0074734930757043)
1:126  0:000           - set table: 54445353,   74734930757043 to drop: yes
1:126  0:000   - final DSDT Fix mask=9FEEE951
1:126  0:000  EnableC6: yes
1:126  0:000  PluginType: 1
1:126  0:000  ResetAddr: 0xFEC00000
1:126  0:000  Calc ResetVal: 0x0
1:126  0:000  ResetVal: 0x0
1:126  0:000  ChassisType: 0xD
1:126  0:000  Using smbios.plist at path: EFI\CLOVER\smbios.plist, Status=Not Found
1:128  0:001  === [ ScanVolumes ] =======================================
1:128  0:000  Found 20 volumes with blockIO
1:128  0:000  - [00]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)
1:128  0:000  - [01]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)
1:129  0:000          Result of bootcode detection: bootable unknown (legacy)
1:129  0:000  - [02]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)
1:129  0:000  - [03]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)
1:130  0:000  - [04]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0xFFFF,0x0)
1:130  0:000          Found optical drive
1:130  0:000  - [05]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0xFFFF,0x0)
1:130  0:000  - [06]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,74DD9C3B-3605-47C2-9A34-EC6148892C44,0x28,0x64000)
1:131  0:000          Result of bootcode detection: bootable unknown (legacy)
1:154  0:022  - [07]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6FD96A42-E209-45D4-B99E-3566D898F3EA,0x64028,0xAE9E3AE0)
1:154  0:000  - [08]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,20E559D6-B073-4228-A333-335A0187401A,0x28,0x64000)
1:155  0:000          Result of bootcode detection: bootable unknown (legacy)
1:182  0:026  - [09]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,C46AB4C6-C72A-45ED-943C-432C2E35682D,0x64028,0x288ECDE0)
1:183  0:000  - [10]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(3,GPT,1041A0D9-B532-45B2-80AF-C7124D244EFE,0x28950E08,0x135F20)
1:183  0:000  - [11]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(4,GPT,6D8D817F-1462-4FC5-8F98-A61F378A2126,0x28A86D30,0x4BC40058)
1:184  0:000  - [12]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)\HD(1,GPT,4891492E-AFE8-47BF-96AD-6964B9B03AA3,0x28,0x64000)
1:184  0:000          Result of bootcode detection: bootable unknown (legacy)
1:210  0:025  - [13]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)\HD(2,GPT,A4BCF12A-B36A-44A4-B081-CDA862405CD3,0x64028,0xE8D64860)
1:211  0:000  - [14]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(1,GPT,BC6DFC03-4E3A-4D2C-B586-E93160A116DB,0x28,0x64000)
1:211  0:000          Result of bootcode detection: bootable unknown (legacy)
1:237  0:025  - [15]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,57A908F3-843A-47DF-8094-6AB2EA55D1CF,0x64028,0x8BB2C970)
1:238  0:000  - [16]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(3,GPT,218B4F8C-6647-46B7-A0D3-05DD847F6FF9,0x8BBD0998,0x5D1F7EF0)
1:238  0:000          hiding this volume
1:238  0:000  - [17]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0xFFFF,0x0)\HD(1,GPT,C160B630-6598-4532-B953-7867665AA3DF,0x28,0x64000)
1:239  0:000          Result of bootcode detection: bootable unknown (legacy)
1:246  0:006          This is SelfVolume !!
1:246  0:000  - [18]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0xFFFF,0x0)\HD(2,GPT,D0756C3D-2CD8-49F6-8342-C91BC6D1B27D,0x64028,0x1BD8A540)
1:246  0:000  - [19]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0xFFFF,0x0)\HD(3,GPT,05F43157-415D-43F7-A77E-67CACD18D9F2,0x1BDEE568,0x135F20)
1:247  0:000  === [ InitTheme ] =========================================
1:248  0:001  Using theme 'gold_clover' (EFI\CLOVER\themes\gold_clover)
1:248  0:000  OS main and drive as badge
1:248  0:000  Warning! Character width 9 should be even!
1:249  0:000  Choosing theme gold_clover
1:249  0:000  found boot-args in NVRAM:kext-dev-mode=1 rootless=0, size=27
1:249  0:000  ...found arg:kext-dev-mode=1
1:249  0:000  ...adding arg:kext-dev-mode=1
1:249  0:000  ...found arg:rootless=0
1:249  0:000  ...adding arg:rootless=0
1:249  0:000  after NVRAM boot-args= kext-dev-mode=1 rootless=0 
1:249  0:000  === [ Dump SMC keys from NVRAM ] ==========================
1:249  0:000  no AppleSMC protocol
1:254  0:004  === [ ScanLoader ] ========================================
1:254  0:000  - [06]: 'EFI'
1:254  0:000  - [07]: 'DATOS 2016'
1:306  0:051  - [08]: 'EFI'
1:306  0:000  - [09]: 'El Capitan'
1:367  0:061          AddLoaderEntry for Volume Name=El Capitan
1:382  0:015          Check if volume Is Hibernated:
1:382  0:000      Check sleep image 'by signature':
1:410  0:027      read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found
1:410  0:000      using default sleep image name = \private\var\vm\sleepimage
1:440  0:030      Reading first 512 bytes of sleepimage ...
1:444  0:004   OurBlockIoRead: Lba=1D65440, Offset=3ACA88000 (BlockSize=512)
1:444  0:000   sig lion: 0
1:444  0:000   sig snow: 0
1:444  0:000   no valid sleep image offset was found
1:444  0:000      Reading completed -> Success
1:444  0:000       sleepimage offset could not be acquired
1:444  0:000          hibernated: no - sign
1:455  0:011  - [10]: 'Recovery HD'
1:456  0:001          AddLoaderEntry for Volume Name=Recovery HD
1:468  0:011  - [11]: 'Datos HD'
1:487  0:019  - [12]: 'EFI'
1:487  0:000  - [13]: 'Music Video'
1:527  0:039  - [14]: 'EFI'
1:527  0:000  - [15]: 'Datos'
1:570  0:042  - [16]: 'Windows', hidden
1:570  0:000  - [17]: 'EFI'
1:570  0:000  - [18]: 'Sierra SSD'
1:577  0:007          AddLoaderEntry for Volume Name=Sierra SSD
1:580  0:002          Check if volume Is Hibernated:
1:580  0:000      Check sleep image 'by signature':
1:589  0:009      read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found
1:589  0:000      using default sleep image name = \private\var\vm\sleepimage
1:594  0:005      Reading first 512 bytes of sleepimage ...
1:595  0:000   OurBlockIoRead: Lba=FF9920, Offset=1FF324000 (BlockSize=512)
1:595  0:000   sig lion: 20224E45
1:595  0:000   sig snow: 494C5020
1:595  0:000   no valid sleep image offset was found
1:595  0:000      Reading completed -> Success
1:595  0:000       sleepimage offset could not be acquired
1:595  0:000          hibernated: no - sign
1:598  0:003  - [19]: 'Recovery HD'
1:599  0:001          AddLoaderEntry for Volume Name=Recovery HD
1:602  0:002  === [ AddCustomLegacy ] ===================================
1:602  0:000  Scanning legacy ...
1:602  0:000   0: 'Whole Disc Boot' (legacy) not legacy
1:602  0:000   1: 'Whole Disc Boot' (legacy) not legacy
1:602  0:000   2: 'Whole Disc Boot' (legacy) not legacy
1:602  0:000   3: 'Whole Disc Boot' (legacy) not legacy
1:602  0:000   4: 'Whole Disc Boot' (legacy) not legacy
1:602  0:000   5: 'Whole Disc Boot' (legacy) not legacy
1:602  0:000   6: 'EFI' (legacy) not legacy
1:602  0:000   7: 'DATOS 2016' (legacy) not legacy
1:602  0:000   8: 'EFI' (legacy) not legacy
1:602  0:000   9: 'El Capitan' (legacy) not legacy
1:602  0:000  10: 'Recovery HD' (legacy) not legacy
1:602  0:000  11: 'Datos HD' (legacy) not legacy
1:602  0:000  12: 'EFI' (legacy) not legacy
1:602  0:000  13: 'Music Video' (legacy) not legacy
1:602  0:000  14: 'EFI' (legacy) not legacy
1:602  0:000  15: 'Datos' (legacy) not legacy
1:602  0:000  16: 'Windows' (legacy) not legacy
1:602  0:000  17: 'EFI' (legacy) not legacy
1:602  0:000  18: 'Sierra SSD' (legacy) not legacy
1:602  0:000  19: 'Recovery HD' (legacy) not legacy
1:602  0:000  === [ AddCustomTool ] =====================================
1:604  0:002  found tool \EFI\CLOVER\tools\Shell64U.efi
1:604  0:000  Checking EFI partition Volume 6 for Clover
1:605  0:001  Checking EFI partition Volume 8 for Clover
1:623  0:017   Found Clover
1:627  0:004  === [ FindDefaultEntry ] ==================================
1:627  0:000  === [ GetEfiBootDeviceFromNvram ] =========================
1:627  0:000  Default boot entry not found
1:627  0:000  DefaultIndex=-1 and MainMenu.EntryCount=10
1:627  0:000  Use anime=gold_clover_logo frames=180
1:969  0:342  Found Mouse device:
1:977  0:008  GUI ready
3:322  1:344  Boot option Boot0000 not found
3:322  0:000  === [ StartLoader ] =======================================
3:322  0:000  Finally: Bus=99768kHz CPU=3193MHz
3:322  0:000  Loading boot.efi  status=Success
3:521  0:198  GetOSVersion: 10.12 (16A323)
3:521  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:521  0:000  Filtering KextPatches:
3:521  0:000   - [00]: AppleHDA (t1-10.12-AppleHDA/Realtek ALC...) :: BinPatch :: [OS: 10.12 | MatchOS: All | MatchBuild: All] ==> allowed
3:521  0:000   - [01]: IOAHCIBlockStorage (Trim enabler patch) :: BinPatch :: [OS: 10.12 | MatchOS: All | MatchBuild: All] ==> allowed
3:521  0:000   - [02]: AppleHDA (t1-AppleHDA/Resources/xml>zml) :: BinPatch :: [OS: 10.12 | MatchOS: All | MatchBuild: All] ==> allowed
3:521  0:000   - [03]: AppleAHCIPort (External icons patch) :: BinPatch :: [OS: 10.12 | MatchOS: All | MatchBuild: All] ==> allowed
3:521  0:000   - [04]: AppleHDA (t1-10.9-10.12-AppleHDA/Realtek ALC898) :: BinPatch :: [OS: 10.12 | MatchOS: All | MatchBuild: All] ==> allowed
3:521  0:000  === [ PatchSmbios ] =======================================
3:521  0:000  insert table 9 for dev 0:0
3:521  0:000  insert table 9 for dev 0:1
3:521  0:000  insert table 9 for dev 19:0
3:521  0:000  Channels: 2
3:521  0:000  Interleave: 0 2 1 3 4 6 5 7 8 10 9 11 12 14 13 15 16 18 17 19 20 22 21 23
3:521  0:000  SMBIOS Type 17 Index = 0 => 0 0:
3:521  0:000  BANK0 DIMM0 1600MHz 8192MB
3:521  0:000  SMBIOS Type 17 Index = 1 => 2 2:
3:521  0:000  BANK1 DIMM0 1600MHz 8192MB
3:521  0:000  SMBIOS Type 17 Index = 2 => 1 1:
3:521  0:000  BANK0 DIMM1 EMPTY
3:521  0:000  SMBIOS Type 17 Index = 3 => 3 3:
3:521  0:000  BANK1 DIMM1 EMPTY
3:521  0:000  mTotalSystemMemory = 16384
3:521  0:000  NumberOfMemoryDevices = 4
3:521  0:000  Type20[0]->End = 0x7FFFFF, Type17[0] = 0x2000
3:521  0:000  Type20[1]->End = 0xFFFFFF, Type17[1] = 0x6000
3:521  0:000  Table 131 is present, CPUType=35
3:521  0:000  Change to: 605
3:521  0:000  === [ PatchACPI ] =========================================
3:521  0:000  RSDT 0xBE610028
3:521  0:000  FADT from RSDT: 0xBE610108
3:521  0:000  XSDT 0xBE610080
3:521  0:000  FADT from XSDT: 0xBE61C080
3:521  0:000  Xsdt reallocation done
3:521  0:000  old FADT length=10C
3:521  0:000  Found OperationRegion(GNVS, SystemMemory, BE637C18, ...)
3:521  0:000  Found OperationRegion(MCHT, SystemMemory, FED10000, ...)
3:521  0:000  Found OperationRegion(RCRB, SystemMemory, FED1C000, ...)
3:521  0:000  Found OperationRegion(CPSB, SystemMemory, BE54FE18, ...)
3:521  0:000  Unable to determine address for OperationRegion(MBAR, SystemMemory, ...) skipping
3:521  0:000  Found OperationRegion(TMMB, SystemMemory, FED40000, ...)
3:521  0:000  Found OperationRegion(GCAD, SystemMemory, BE627018, ...)
3:521  0:000  Found OperationRegion(GDAD, SystemMemory, BE625018, ...)
3:521  0:000  Unable to determine address for OperationRegion(PRFA, SystemMemory, ...) skipping
3:526  0:004  Apply DsdtFixMask=0x9FEEE951 new way
3:526  0:000     drop _DSM mask=0x0000
3:526  0:000  === [ FixBiosDsdt ] =======================================
3:526  0:000  VideoCard devID=0xFC610DE
3:526  0:000  DisplayADR1[0] = 0x10000, DisplayADR2[0] = 0x0
3:526  0:000  USBADR[0] = 0x140000 and PCIe = 0xFFFE
3:526  0:000  USBADR[1] = 0x1A0000 and PCIe = 0xFFFE
3:777  0:250  Audio HDA (addr:0x1B0000) setting specified layout-id=1 (0x1)
3:777  0:000  USBADR[2] = 0x1D0000 and PCIe = 0xFFFE
3:777  0:000  first CPU found at 8579 offset 857C
3:777  0:000  score candidate at 8575
3:777  0:000  score inserted in acpi_cpu_score _PR_
3:777  0:000  Found ACPI CPU: CPU0 | CPU1 | CPU2 | CPU3 | CPU4 | CPU5 | CPU6 | CPU7 , within the score: _PR_
3:777  0:000  Found PCIROOTUID = 0
3:777  0:000  Start RTC Fix
3:777  0:000  found RTC Length not match, Maybe will case CMOS reset will patch it.
3:777  0:000  found RTC had IRQNoFlag will move -3 bytes
3:777  0:000  ...len=BF2D
3:777  0:000  new size written to 2296 shift=0 len=BF2D
3:777  0:000  len after correct outers BF2D
3:777  0:000  Start TMR Fix
3:777  0:000  Start PIC Fix
3:777  0:000  PIC size=A5 at 205F
3:777  0:000  found CRS at 2073 size 8D
3:777  0:000  found PIC had IRQNoFlag will move -3 bytes
3:777  0:000  Fix Device PIC size -3
3:777  0:000  Start HPET Fix
3:777  0:000  Start Display0 Fix
3:778  0:000  add device GFX0
3:778  0:000  Creating Method(_DSM) for 10DE card
3:778  0:000  now inserting Video device
3:778  0:000  ... into existing bridge
3:778  0:000  patch Display #0 of Vendor=0x10DE in DSDT new way
3:778  0:000  Start NetWork Fix
3:778  0:000  NetworkADR1=190000 NetworkADR2=FFFE
3:778  0:000  network DSM created, size=BA
3:778  0:000  patch HDEF in DSDT 
3:778  0:000  Start HDA Fix
3:778  0:000  found HDA device NAME(_ADR,0x001B0000) And Name is HDEF
3:778  0:000  NewName HDEF already present, renaming impossibble
3:779  0:000  Start Add IMEI
3:779  0:000  Start HDMI15 Fix
3:779  0:000  have no HDMI device while HDMIADR2=1
3:779  0:000  HDMIADR1=10000 HDMIADR2=1
3:779  0:000    with default properties
3:779  0:000  Start _WAK Return Fix
3:779  0:000  _WAK Method find return data, don't need to patch.
3:779  0:000  return len=C0A4
3:779  0:000   deleting device CRT_
3:779  0:000   deleting device DVI_
3:779  0:000   deleting device SPKR
3:779  0:000   deleting device ECP_
3:779  0:000   deleting device LPT_
3:780  0:000   deleting device FDC0
3:780  0:000   deleting device ECP1
3:780  0:000   deleting device LPT1
3:780  0:000  Start PNLF Fix
3:780  0:000  found PWRB at 5876
3:781  0:000  Start _S3D Fix
3:781  0:000    indirect name=SRCB
3:781  0:000  Start ADP1 fix
3:781  0:000  no device(AC) exists
3:781  0:000  === [ ACPIDropTables ] ====================================
3:781  0:000  Drop tables from Xsdt, SIGN=SSDT TableID=SaSsdt  Length=12953
3:781  0:000   Xsdt has tables count=11
3:781  0:000   Table: SSDT  SaSsdt   12953 dropped
3:781  0:000  corrected XSDT length=116
3:781  0:000  Drop tables from Xsdt, SIGN=SSDT TableID=CpuPm Length=2776
3:781  0:000   Xsdt has tables count=10
3:781  0:000   Table: SSDT  CpuPm  2776 dropped
3:781  0:000  corrected XSDT length=108
3:781  0:000  Drop tables from Xsdt, SIGN=SSDT TableID=Cpu0Ist Length=1337
3:781  0:000   Xsdt has tables count=9
3:781  0:000   Table: SSDT  Cpu0Ist  1337 dropped
3:781  0:000  corrected XSDT length=100
3:781  0:000  === [ DropSSDT ] ==========================================
3:781  0:000  Drop tables from Xsdt, SIGN=SSDT TableID= Length=0
3:781  0:000   Xsdt has tables count=8
3:781  0:000   Table: SSDT  SataTabl  877 dropped
3:781  0:000  corrected XSDT length=92
3:781  0:000  CPUBase=0 and ApicCPUBase=1 ApicCPUNum=4
3:781  0:000  Drop tables from Xsdt, SIGN=APIC TableID= Length=0
3:781  0:000   Xsdt has tables count=7
3:781  0:000   Table: APIC  A M I  114 dropped
3:781  0:000  corrected XSDT length=84
3:781  0:000  Found subtable in MADT: type=0
3:781  0:000  Found subtable in MADT: type=0
3:781  0:000  Found subtable in MADT: type=0
3:781  0:000  Found subtable in MADT: type=0
3:781  0:000  Found subtable in MADT: type=1
3:781  0:000  Found subtable in MADT: type=2
3:781  0:000  Found subtable in MADT: type=2
3:781  0:000  LocalApicNMI is already present, no patch needed
3:781  0:000  New APIC table successfully inserted
3:788  0:007  Patched APIC table saved into efi/clover/acpi/origin/APIC-p.aml 
3:788  0:000  Maximum control=0x20
3:788  0:000  Turbo control=0x24
3:788  0:000  P-States: min 0x8, max 0x24
3:788  0:000  SSDT with CPU P-States generated successfully
3:788  0:000  SSDT with CPU C-States generated successfully
3:788  0:000  === [ RestSetupOSX ] ======================================
3:788  0:000  EdidDiscovered size=0
3:788  0:000  NVidia GFX injection not set
3:788  0:000  HDA Controller [8086:8C20] :: PciRoot(0x0)\Pci(0x1B,0x0) => setting specified layout-id=1 (0x1)
3:788  0:000  stringlength = 2072
3:788  0:000  CurrentMode: Width=1024 Height=768
3:788  0:000  Beginning FSInjection
FSInjectionInstall ...
- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: B02C4818
FSInjectionInstall ...
- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: B02C4818
3:792  0:003  Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.12
3:793  0:001    Extra kext: EFI\CLOVER\kexts\10.12\FakeSMC.kext
3:800  0:006      Extra PlugIn kext: EFI\CLOVER\kexts\10.12\FakeSMC.kext\Contents\PlugIns\ACPISensors.kext
3:804  0:004      Extra PlugIn kext: EFI\CLOVER\kexts\10.12\FakeSMC.kext\Contents\PlugIns\CPUSensors.kext
3:808  0:003      Extra PlugIn kext: EFI\CLOVER\kexts\10.12\FakeSMC.kext\Contents\PlugIns\GPUSensors.kext
3:815  0:007      Extra PlugIn kext: EFI\CLOVER\kexts\10.12\FakeSMC.kext\Contents\PlugIns\LPCSensors.kext
3:823  0:007    Extra kext: EFI\CLOVER\kexts\10.12\IntelMausiEthernet.kext
3:828  0:004    Extra kext: EFI\CLOVER\kexts\10.12\realtekALC.kext
3:832  0:003  Custom boot is disabled

  • Like 1
Link to comment
Share on other sites

Me imagino que ese log es de la versión de Clover de Chris, cierto? Ahora crea un preboot.log (F2 en la interfaz de Clover, el archivo estará en EFI/CLOVER/misc) para comparar ambos registros.

 

No creo que sea algo del config.plist porque el instalador no suele tocar el archivo si ya existe, las diferencias pueden estar en los drivers mas que nada o en algún cambio aplicado entre ambas versiones.

Link to comment
Share on other sites

si es el clover de chriss

 

este es el preboot.log, lo he mirado y no veo diferencias...

0:100  0:100  MemLog inited, TSC freq: 3192609529
0:100  0:000  
0:100  0:000  Now is 7.10.2016,  5:38:31 (GMT)
0:100  0:000  Starting Clover revision: 3790 on American Megatrends EFI
0:100  0:000  Build with: [Args: -mc -D NO_GRUB_DRIVERS | -D NO_GRUB_DRIVERS -D USE_BIOS_BLOCKIO -D USE_LOW_EBDA -a X64 -b RELEASE -t XCODE5 -n 5 | OS: 10.12 | XCODE: 8.0]
0:100  0:000  SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0xFFFF,0x0)\HD(1,GPT,C160B630-6598-4532-B953-7867665AA3DF,0x28,0x64000) @B02C4A98
0:100  0:000  SelfDirPath = \EFI\BOOT
0:100  0:000  === [ Get Smbios ] ========================================
0:100  0:000  Type 16 Index = 0
0:100  0:000  SmbiosTable: Type 16 (Physical Memory Array) not found!
0:100  0:000  SmbiosTable: Type 16 (Physical Memory Array) not found!
0:100  0:000  SmbiosTable: Type 16 (Physical Memory Array) not found!
0:100  0:000  SmbiosTable: Type 16 (Physical Memory Array) not found!
0:100  0:000  SmbiosTable: Type 16 (Physical Memory Array) not found!
0:100  0:000  SmbiosTable: Type 16 (Physical Memory Array) not found!
0:100  0:000  SmbiosTable: Type 16 (Physical Memory Array) not found!
0:100  0:000  Total Memory Slots Count = 4
0:100  0:000  Type 17 Index = 0
0:100  0:000  SmbiosTable.Type17->Speed = 1600MHz
0:100  0:000  SmbiosTable.Type17->Size = 8192MB
0:100  0:000  SmbiosTable.Type17->Bank/Device = BANK 0 ChannelA-DIMM0
0:100  0:000  SmbiosTable.Type17->Vendor = 1315
0:100  0:000  SmbiosTable.Type17->SerialNumber = 16172119
0:100  0:000  SmbiosTable.Type17->PartNumber = BLS8G3D169DS3.16FE
0:100  0:000  Type 17 Index = 1
0:100  0:000  Ignoring insane frequency value 0MHz
0:100  0:000  SmbiosTable.Type17->Speed = 0MHz
0:100  0:000  SmbiosTable.Type17->Size = 0MB
0:100  0:000  SmbiosTable.Type17->Bank/Device = BANK 1 ChannelA-DIMM1
0:100  0:000  SmbiosTable.Type17->Vendor = <null string>
0:100  0:000  SmbiosTable.Type17->SerialNumber = <null string>
0:100  0:000  SmbiosTable.Type17->PartNumber = <null string>
0:100  0:000  Type 17 Index = 2
0:100  0:000  SmbiosTable.Type17->Speed = 1600MHz
0:100  0:000  SmbiosTable.Type17->Size = 8192MB
0:100  0:000  SmbiosTable.Type17->Bank/Device = BANK 2 ChannelB-DIMM0
0:100  0:000  SmbiosTable.Type17->Vendor = 1315
0:100  0:000  SmbiosTable.Type17->SerialNumber = 17011078
0:100  0:000  SmbiosTable.Type17->PartNumber = BLS8G3D169DS3.16FE
0:100  0:000  Type 17 Index = 3
0:100  0:000  Ignoring insane frequency value 0MHz
0:100  0:000  SmbiosTable.Type17->Speed = 0MHz
0:100  0:000  SmbiosTable.Type17->Size = 0MB
0:100  0:000  SmbiosTable.Type17->Bank/Device = BANK 3 ChannelB-DIMM1
0:100  0:000  SmbiosTable.Type17->Vendor = <null string>
0:100  0:000  SmbiosTable.Type17->SerialNumber = <null string>
0:100  0:000  SmbiosTable.Type17->PartNumber = <null string>
0:100  0:000  Boot status=0
0:100  0:000  Running on: 'Z87X-UD3H' with board 'Z87X-UD3H-CF'
0:100  0:000  === [ GetCPUProperties ] ==================================
0:100  0:000  CPU Vendor = 756E6547 Model=306C3
0:100  0:000  got cores from CPUID_1 = 0
0:100  0:000  The CPU supported turbo
0:100  0:000  BrandString = Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz
0:100  0:000  MSR 0xE2 before patch 18000402
0:100  0:000  MSR 0xE4              00001814
0:100  0:000  MSR 0xCE              00080838_F3012000
0:100  0:000  non-usable FLEX_RATIO = 10000
0:100  0:000  corrected FLEX_RATIO = 0
0:100  0:000  FSBFrequency=106MHz DMIvalue=100000kHz
0:100  0:000  Corrected FSBFrequency=100MHz
0:100  0:000  Vendor/Model/Stepping: 0x756E6547/0x3C/0x3
0:100  0:000  Family/ExtFamily: 0x6/0x0
0:100  0:000  MaxDiv/MinDiv: 32.0/8
0:100  0:000  Turbo: 34/35/36/36
0:100  0:000  Features: 0xBFEBFBFF
0:100  0:000  Threads: 4
0:100  0:000  Cores: 4
0:100  0:000  FSB: 100 MHz
0:100  0:000  CPU: 3400 MHz
0:100  0:000  TSC: 3400 MHz
0:100  0:000  PIS: 400 MHz
0:100  0:000  === [ GetDevices ] ========================================
0:100  0:000  PCI (00|00:00.00) : 8086 0C00 class=060000
0:100  0:000  PCI (00|00:01.00) : 8086 0C01 class=060400
0:100  0:000  PCI (00|01:00.00) : 10DE 0FC6 class=030000
0:100  0:000   - GFX: Model=Asus GeForce GTX 650 family E7 (Nvidia)
0:100  0:000  PCI (00|01:00.01) : 10DE 0E1B class=040300
0:100  0:000   - HDMI Audio: 
0:100  0:000  PCI (00|00:14.00) : 8086 8C31 class=0C0330
0:100  0:000  PCI (00|00:16.00) : 8086 8C3A class=078000
0:100  0:000  PCI (00|00:16.01) : FFFF FFFF class=FFFFFF
0:100  0:000  PCI (00|00:19.00) : 8086 153B class=020000
0:100  0:000   - LAN: 0 Vendor=Intel
0:100  0:000  PCI (00|00:1A.00) : 8086 8C2D class=0C0320
0:100  0:000  PCI (00|00:1B.00) : 8086 8C20 class=040300
0:100  0:000  PCI (00|00:1C.00) : 8086 8C10 class=060400
0:100  0:000  PCI (00|00:1C.04) : 8086 244E class=060401
0:100  0:000  PCI (00|03:00.00) : 8086 244E class=060401
0:100  0:000  PCI (00|00:1C.05) : 8086 8C1A class=060400
0:100  0:000  PCI (00|05:00.00) : 1B4B 9172 class=010601
0:100  0:000  PCI (00|00:1D.00) : 8086 8C26 class=0C0320
0:100  0:000  PCI (00|00:1F.00) : 8086 8C44 class=060100
0:100  0:000  PCI (00|00:1F.02) : 8086 8C02 class=010601
0:100  0:000  PCI (00|00:1F.03) : 8086 8C22 class=0C0500
0:100  0:000  PCI (00|00:1F.06) : FFFF FFFF class=FFFFFF
0:100  0:000  === [ GetDefaultSettings ] ================================
0:100  0:000  Clover load options size = 0 bytes
0:105  0:005  , Status=Success
0:105  0:000  EFI\CLOVER\config.plist loaded: Success
0:105  0:000  === [ GetListOfThemes ] ===================================
0:107  0:002  - [00]: gold_clover
0:110  0:003  - [01]: BOOTCAMP
0:114  0:003  - [02]: EMBEDDED
0:115  0:001  - [02]: RANDOM
0:117  0:001  === [ Found config plists ] ===============================
0:117  0:000  - config.plist
0:117  0:000  === [ GetEarlyUserSettings ] ==============================
0:117  0:000  timeout set to 8
0:117  0:000  Custom boot CUSTOM_BOOT_DISABLED (0x0)
0:117  0:000  KextsToPatch: 5 requested
0:117  0:000   - [00]: AppleHDA (t1-10.12-AppleHDA/Realtek ALC...) :: BinPatch :: data len: 4
0:117  0:000   - [01]: IOAHCIBlockStorage (Trim enabler patch) :: BinPatch :: data len: 10
0:117  0:000   - [02]: AppleHDA (t1-AppleHDA/Resources/xml>zml) :: BinPatch :: data len: 6
0:117  0:000   - [03]: AppleAHCIPort (External icons patch) :: BinPatch :: data len: 8
0:117  0:000   - [04]: AppleHDA (t1-10.9-10.12-AppleHDA/Realtek ALC898) :: BinPatch :: data len: 4
0:117  0:000  Default theme: gold_clover
0:117  0:000  Hiding entries with string Windows
0:117  0:000  Hiding entries with string BOOTX64.EFI
0:117  0:000  === [ LoadDrivers ] =======================================
0:119  0:002  Loading CsmVideoDxe-64.efi  status=Success
0:121  0:001   - driver needs connecting
0:121  0:000  Loading DataHubDxe-64.efi  status=Success
0:135  0:014  Loading FSInject-64.efi  status=Success
0:137  0:001  Loading OsxAptioFixDrv-64.efi  status=Success
0:139  0:002  Loading OsxFatBinaryDrv-64.efi  status=Success
0:140  0:001  Loading VBoxHfs-64.efi  status=Success
0:142  0:001   - driver needs connecting
0:142  0:000  2 drivers needs connecting ...
0:142  0:000  PlatformDriverOverrideProtocol->GetDriver overriden
0:142  0:000  Video driver loaded: disconnect Success
0:216  0:074  Searching for invalid DiskIo BY_DRIVER connects: not found, all ok
0:233  0:016  CsmVideoDriverBindingStart
0:233  0:000  mixed support=40010
0:233  0:000  Controller is [030000]
0:233  0:000  Check for VBE
0:446  0:213    0 640x480 attr=3BF - ok, 640x480, working, highest, pref=0
0:448  0:002    1 800x600 attr=3BF - ok, 800x600, working, highest, pref=1
0:450  0:002    2 1024x768 attr=3BF - ok, 1024x768, working, highest, pref=2
0:452  0:002    3 1280x1024 attr=3BF - ok
0:464  0:012    4 1920x1080 attr=3BF - ok
0:466  0:002    5 1280x800 attr=3BF - ok
0:466  0:000  CsmVideo: New mode: 2 1024x768 - set
0:650  0:183   - SetMode pref 2 (2) = Success
0:650  0:000  CsmVideoCheckForVbe - Success
0:650  0:000  CsmVideoDriverBindingStart end Success
0:650  0:000  CsmVideo: New mode: 2 1024x768 - blocking that switch
1:016  0:366  === [ InitScreen ] ========================================
1:016  0:000  Console modes reported: 4, available modes:
1:016  0:000   - [01]: 80x25 (current mode)
1:016  0:000   - [02]: 80x50
1:016  0:000   - [03]: 100x31
1:016  0:000   - [04]: 128x30
1:016  0:000  reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0xFFFF,0x0)\HD(1,GPT,C160B630-6598-4532-B953-7867665AA3DF,0x28,0x64000)
1:018  0:001  === [ GetMacAddress ] =====================================
1:018  0:000  MAC address of LAN #0= 94:DE:80:B9:E1:1A:
1:018  0:000  === [ ScanSPD ] ===========================================
1:018  0:000  SMBus device : 8086 8C22 class=0C0500 status=Success
1:018  0:000  SMBus CmdReg: 0x1
1:018  0:000  Scanning SMBus [8086:8C22], mmio: 0xF3235004, ioport: 0xF000, hostc: 0x1
1:018  0:000  Slots to scan [8]...
1:018  0:000  SPD[0]: Type 11 @0x50
1:036  0:018  XMP Profile1: 10*1/8ns
1:036  0:000  Found module with XMP version 1.3
1:036  0:000  DDR speed 1600MHz
1:036  0:000  Slot: 0 Type 24 8192MB 1600MHz Vendor=Crucial Technology PartNo=BLS8G3D169DS3.16FE SerialNo=0A0001010D040C05
1:037  0:000  SPD[2]: Type 11 @0x52
1:055  0:018  XMP Profile1: 10*1/8ns
1:055  0:000  Found module with XMP version 1.3
1:055  0:000  DDR speed 1600MHz
1:055  0:000  Slot: 2 Type 24 8192MB 1600MHz Vendor=Crucial Technology PartNo=BLS8G3D169DS3.16FE SerialNo=0A0B0001000A040E
1:056  0:000  === [ GetAcpiTablesList ] =================================
1:056  0:000  Get Acpi Tables List from RSDT:
1:056  0:000   - [00]: FACP  A M I len=132
1:056  0:000   - [01]: APIC  A M I len=114
1:056  0:000   - [02]: FPDT  A M I len=68
1:056  0:000   - [03]: SSDT  Cpu0Ist len=1337
1:056  0:000   - [04]: SSDT  CpuPm len=2776
1:056  0:000   - [05]: MCFG   len=60
1:056  0:000   - [06]: HPET  A M I len=56
1:056  0:000   - [07]: SSDT  SataTabl len=877
1:056  0:000   - [08]: SSDT  SaSsdt  len=12953
1:056  0:000   - [09]: BGRT  A M I len=56
1:056  0:000   - [10]: MATS  A M I len=52
1:056  0:000  Calibrated TSC frequency =3192609529 =3192MHz
1:056  0:000  === [ GetUserSettings ] ===================================
1:056  0:000  USB FixOwnership: yes
1:056  0:000  Dropping 4 tables:
1:056  0:000   - [00]: Drop table  signature="SSDT" (54445353) table-id="SaSsdt " (0020746473536153)
1:056  0:000           - set table: 54445353,   20746473536153 to drop: yes
1:056  0:000   - [01]: Drop table  signature="DMAR" (52414D44)
1:056  0:000           - set table: 52414D44,                0 to drop: no
1:056  0:000   - [02]: Drop table  signature="SSDT" (54445353) table-id="CpuPm" (0000006D50757043)
1:056  0:000           - set table: 54445353,       6D50757043 to drop: yes
1:056  0:000   - [03]: Drop table  signature="SSDT" (54445353) table-id="Cpu0Ist" (0074734930757043)
1:056  0:000           - set table: 54445353,   74734930757043 to drop: yes
1:056  0:000   - final DSDT Fix mask=9FEEE951
1:056  0:000  EnableC6: yes
1:056  0:000  PluginType: 1
1:056  0:000  ResetAddr: 0xFEC00000
1:056  0:000  Calc ResetVal: 0x0
1:056  0:000  ResetVal: 0x0
1:056  0:000  ChassisType: 0xD
1:056  0:000  Using smbios.plist at path: EFI\CLOVER\smbios.plist, Status=Not Found
1:058  0:001  === [ ScanVolumes ] =======================================
1:058  0:000  Found 20 volumes with blockIO
1:058  0:000  - [00]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)
1:058  0:000  - [01]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)
1:059  0:000          Result of bootcode detection: bootable unknown (legacy)
1:059  0:000  - [02]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)
1:059  0:000  - [03]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)
1:060  0:000  - [04]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0xFFFF,0x0)
1:060  0:000          Found optical drive
1:060  0:000  - [05]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0xFFFF,0x0)
1:060  0:000  - [06]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,74DD9C3B-3605-47C2-9A34-EC6148892C44,0x28,0x64000)
1:061  0:000          Result of bootcode detection: bootable unknown (legacy)
1:089  0:027  - [07]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,6FD96A42-E209-45D4-B99E-3566D898F3EA,0x64028,0xAE9E3AE0)
1:089  0:000  - [08]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,20E559D6-B073-4228-A333-335A0187401A,0x28,0x64000)
1:090  0:000          Result of bootcode detection: bootable unknown (legacy)
1:116  0:025  - [09]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,C46AB4C6-C72A-45ED-943C-432C2E35682D,0x64028,0x288ECDE0)
1:116  0:000  - [10]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(3,GPT,1041A0D9-B532-45B2-80AF-C7124D244EFE,0x28950E08,0x135F20)
1:117  0:000  - [11]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(4,GPT,6D8D817F-1462-4FC5-8F98-A61F378A2126,0x28A86D30,0x4BC40058)
1:117  0:000  - [12]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)\HD(1,GPT,4891492E-AFE8-47BF-96AD-6964B9B03AA3,0x28,0x64000)
1:118  0:000          Result of bootcode detection: bootable unknown (legacy)
1:123  0:005  - [13]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0xFFFF,0x0)\HD(2,GPT,A4BCF12A-B36A-44A4-B081-CDA862405CD3,0x64028,0xE8D64860)
1:124  0:000  - [14]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(1,GPT,BC6DFC03-4E3A-4D2C-B586-E93160A116DB,0x28,0x64000)
1:125  0:000          Result of bootcode detection: bootable unknown (legacy)
1:145  0:020  - [15]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(2,GPT,57A908F3-843A-47DF-8094-6AB2EA55D1CF,0x64028,0x8BB2C970)
1:146  0:000  - [16]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0)\HD(3,GPT,218B4F8C-6647-46B7-A0D3-05DD847F6FF9,0x8BBD0998,0x5D1F7EF0)
1:146  0:000          hiding this volume
1:146  0:000  - [17]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0xFFFF,0x0)\HD(1,GPT,C160B630-6598-4532-B953-7867665AA3DF,0x28,0x64000)
1:147  0:000          Result of bootcode detection: bootable unknown (legacy)
1:154  0:006          This is SelfVolume !!
1:154  0:000  - [18]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0xFFFF,0x0)\HD(2,GPT,D0756C3D-2CD8-49F6-8342-C91BC6D1B27D,0x64028,0x1BD8A540)
1:154  0:000  - [19]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0xFFFF,0x0)\HD(3,GPT,05F43157-415D-43F7-A77E-67CACD18D9F2,0x1BDEE568,0x135F20)
1:155  0:000  === [ InitTheme ] =========================================
1:156  0:001  Using theme 'gold_clover' (EFI\CLOVER\themes\gold_clover)
1:156  0:000  OS main and drive as badge
1:156  0:000  Warning! Character width 9 should be even!
1:156  0:000  Choosing theme gold_clover
1:156  0:000  found boot-args in NVRAM:kext-dev-mode=1 rootless=0, size=27
1:156  0:000  ...found arg:kext-dev-mode=1
1:156  0:000  ...adding arg:kext-dev-mode=1
1:156  0:000  ...found arg:rootless=0
1:156  0:000  ...adding arg:rootless=0
1:156  0:000  after NVRAM boot-args= kext-dev-mode=1 rootless=0 
1:156  0:000  === [ Dump SMC keys from NVRAM ] ==========================
1:156  0:000  no AppleSMC protocol
1:161  0:004  === [ ScanLoader ] ========================================
1:161  0:000  - [06]: 'EFI'
1:161  0:000  - [07]: 'DATOS 2016'
1:204  0:042  - [08]: 'EFI'
1:204  0:000  - [09]: 'El Capitan'
1:259  0:055          AddLoaderEntry for Volume Name=El Capitan
1:275  0:015          Check if volume Is Hibernated:
1:275  0:000      Check sleep image 'by signature':
1:302  0:027      read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found
1:302  0:000      using default sleep image name = \private\var\vm\sleepimage
1:333  0:030      Reading first 512 bytes of sleepimage ...
1:337  0:004   OurBlockIoRead: Lba=1D65440, Offset=3ACA88000 (BlockSize=512)
1:337  0:000   sig lion: 0
1:337  0:000   sig snow: 0
1:337  0:000   no valid sleep image offset was found
1:337  0:000      Reading completed -> Success
1:337  0:000       sleepimage offset could not be acquired
1:337  0:000          hibernated: no - sign
1:348  0:011  - [10]: 'Recovery HD'
1:349  0:001          AddLoaderEntry for Volume Name=Recovery HD
1:369  0:019  - [11]: 'Datos HD'
1:388  0:019  - [12]: 'EFI'
1:388  0:000  - [13]: 'Music Video'
1:429  0:041  - [14]: 'EFI'
1:429  0:000  - [15]: 'Datos'
1:455  0:026  - [16]: 'Windows', hidden
1:455  0:000  - [17]: 'EFI'
1:455  0:000  - [18]: 'Sierra SSD'
1:463  0:007          AddLoaderEntry for Volume Name=Sierra SSD
1:466  0:002          Check if volume Is Hibernated:
1:466  0:000      Check sleep image 'by signature':
1:475  0:009      read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found
1:475  0:000      using default sleep image name = \private\var\vm\sleepimage
1:480  0:005      Reading first 512 bytes of sleepimage ...
1:480  0:000   OurBlockIoRead: Lba=FF9920, Offset=1FF324000 (BlockSize=512)
1:480  0:000   sig lion: 20224E45
1:480  0:000   sig snow: 494C5020
1:480  0:000   no valid sleep image offset was found
1:480  0:000      Reading completed -> Success
1:480  0:000       sleepimage offset could not be acquired
1:480  0:000          hibernated: no - sign
1:484  0:003  - [19]: 'Recovery HD'
1:485  0:001          AddLoaderEntry for Volume Name=Recovery HD
1:487  0:002  === [ AddCustomLegacy ] ===================================
1:487  0:000  Scanning legacy ...
1:487  0:000   0: 'Whole Disc Boot' (legacy) not legacy
1:487  0:000   1: 'Whole Disc Boot' (legacy) not legacy
1:487  0:000   2: 'Whole Disc Boot' (legacy) not legacy
1:487  0:000   3: 'Whole Disc Boot' (legacy) not legacy
1:487  0:000   4: 'Whole Disc Boot' (legacy) not legacy
1:487  0:000   5: 'Whole Disc Boot' (legacy) not legacy
1:487  0:000   6: 'EFI' (legacy) not legacy
1:487  0:000   7: 'DATOS 2016' (legacy) not legacy
1:487  0:000   8: 'EFI' (legacy) not legacy
1:487  0:000   9: 'El Capitan' (legacy) not legacy
1:487  0:000  10: 'Recovery HD' (legacy) not legacy
1:487  0:000  11: 'Datos HD' (legacy) not legacy
1:487  0:000  12: 'EFI' (legacy) not legacy
1:487  0:000  13: 'Music Video' (legacy) not legacy
1:487  0:000  14: 'EFI' (legacy) not legacy
1:487  0:000  15: 'Datos' (legacy) not legacy
1:487  0:000  16: 'Windows' (legacy) not legacy
1:487  0:000  17: 'EFI' (legacy) not legacy
1:487  0:000  18: 'Sierra SSD' (legacy) not legacy
1:487  0:000  19: 'Recovery HD' (legacy) not legacy
1:487  0:000  === [ AddCustomTool ] =====================================
1:490  0:002  found tool \EFI\CLOVER\tools\Shell64U.efi
1:490  0:000  Checking EFI partition Volume 6 for Clover
1:491  0:001  Checking EFI partition Volume 8 for Clover
1:515  0:024   Found Clover
1:519  0:004  === [ FindDefaultEntry ] ==================================
1:519  0:000  === [ GetEfiBootDeviceFromNvram ] =========================
1:519  0:000  Default boot entry not found
1:519  0:000  DefaultIndex=-1 and MainMenu.EntryCount=10
1:519  0:000  Use anime=gold_clover_logo frames=180
1:840  0:320  Found Mouse device:
1:848  0:008  GUI ready
13:024  11:175  Boot option Boot0000 not found
13:024  0:000  === [ StartLoader ] =======================================
13:024  0:000  Finally: Bus=99769kHz CPU=3193MHz
13:024  0:000  Loading boot.efi  status=Success
13:223  0:199  GetOSVersion: 10.12 (16A323)
13:223  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
13:223  0:000  Filtering KextPatches:
13:223  0:000   - [00]: AppleHDA (t1-10.12-AppleHDA/Realtek ALC...) :: BinPatch :: [OS: 10.12 | MatchOS: All | MatchBuild: All] ==> allowed
13:223  0:000   - [01]: IOAHCIBlockStorage (Trim enabler patch) :: BinPatch :: [OS: 10.12 | MatchOS: All | MatchBuild: All] ==> allowed
13:223  0:000   - [02]: AppleHDA (t1-AppleHDA/Resources/xml>zml) :: BinPatch :: [OS: 10.12 | MatchOS: All | MatchBuild: All] ==> allowed
13:223  0:000   - [03]: AppleAHCIPort (External icons patch) :: BinPatch :: [OS: 10.12 | MatchOS: All | MatchBuild: All] ==> allowed
13:223  0:000   - [04]: AppleHDA (t1-10.9-10.12-AppleHDA/Realtek ALC898) :: BinPatch :: [OS: 10.12 | MatchOS: All | MatchBuild: All] ==> allowed
13:223  0:000  === [ PatchSmbios ] =======================================
13:223  0:000  insert table 9 for dev 0:0
13:223  0:000  insert table 9 for dev 0:1
13:223  0:000  insert table 9 for dev 19:0
13:223  0:000  Channels: 2
13:223  0:000  Interleave: 0 2 1 3 4 6 5 7 8 10 9 11 12 14 13 15 16 18 17 19 20 22 21 23
13:223  0:000  SMBIOS Type 17 Index = 0 => 0 0:
13:223  0:000  BANK0 DIMM0 1600MHz 8192MB
13:223  0:000  SMBIOS Type 17 Index = 1 => 2 2:
13:223  0:000  BANK1 DIMM0 1600MHz 8192MB
13:223  0:000  SMBIOS Type 17 Index = 2 => 1 1:
13:223  0:000  BANK0 DIMM1 EMPTY
13:223  0:000  SMBIOS Type 17 Index = 3 => 3 3:
13:223  0:000  BANK1 DIMM1 EMPTY
13:223  0:000  mTotalSystemMemory = 16384
13:223  0:000  NumberOfMemoryDevices = 4
13:223  0:000  Type20[0]->End = 0x7FFFFF, Type17[0] = 0x2000
13:223  0:000  Type20[1]->End = 0xFFFFFF, Type17[1] = 0x6000
13:223  0:000  Table 131 is present, CPUType=35
13:223  0:000  Change to: 605
13:223  0:000  === [ PatchACPI ] =========================================
13:223  0:000  RSDT 0xBE610028
13:223  0:000  FADT from RSDT: 0xBE610108
13:223  0:000  XSDT 0xBE610080
13:223  0:000  FADT from XSDT: 0xBE61C080
13:223  0:000  Xsdt reallocation done
13:223  0:000  old FADT length=10C
13:223  0:000  Found OperationRegion(GNVS, SystemMemory, BE637C18, ...)
13:223  0:000  Found OperationRegion(MCHT, SystemMemory, FED10000, ...)
13:223  0:000  Found OperationRegion(RCRB, SystemMemory, FED1C000, ...)
13:223  0:000  Found OperationRegion(CPSB, SystemMemory, BE54FE18, ...)
13:224  0:000  Unable to determine address for OperationRegion(MBAR, SystemMemory, ...) skipping
13:224  0:000  Found OperationRegion(TMMB, SystemMemory, FED40000, ...)
13:224  0:000  Found OperationRegion(GCAD, SystemMemory, BE627018, ...)
13:224  0:000  Found OperationRegion(GDAD, SystemMemory, BE625018, ...)
13:224  0:000  Unable to determine address for OperationRegion(PRFA, SystemMemory, ...) skipping
13:225  0:001  Apply DsdtFixMask=0x9FEEE951 new way
13:225  0:000     drop _DSM mask=0x0000
13:225  0:000  === [ FixBiosDsdt ] =======================================
13:225  0:000  VideoCard devID=0xFC610DE
13:225  0:000  DisplayADR1[0] = 0x10000, DisplayADR2[0] = 0x0
13:225  0:000  USBADR[0] = 0x140000 and PCIe = 0xFFFE
13:225  0:000  USBADR[1] = 0x1A0000 and PCIe = 0xFFFE
13:476  0:251  Audio HDA (addr:0x1B0000) setting specified layout-id=1 (0x1)
13:476  0:000  USBADR[2] = 0x1D0000 and PCIe = 0xFFFE
13:476  0:000  first CPU found at 8579 offset 857C
13:476  0:000  score candidate at 8575
13:476  0:000  score inserted in acpi_cpu_score _PR_
13:476  0:000  Found ACPI CPU: CPU0 | CPU1 | CPU2 | CPU3 | CPU4 | CPU5 | CPU6 | CPU7 , within the score: _PR_
13:477  0:000  Found PCIROOTUID = 0
13:477  0:000  Start RTC Fix
13:477  0:000  found RTC Length not match, Maybe will case CMOS reset will patch it.
13:477  0:000  found RTC had IRQNoFlag will move -3 bytes
13:477  0:000  ...len=BF2D
13:477  0:000  new size written to 2296 shift=0 len=BF2D
13:477  0:000  len after correct outers BF2D
13:477  0:000  Start TMR Fix
13:477  0:000  Start PIC Fix
13:477  0:000  PIC size=A5 at 205F
13:477  0:000  found CRS at 2073 size 8D
13:477  0:000  found PIC had IRQNoFlag will move -3 bytes
13:477  0:000  Fix Device PIC size -3
13:477  0:000  Start HPET Fix
13:477  0:000  Start Display0 Fix
13:477  0:000  add device GFX0
13:477  0:000  Creating Method(_DSM) for 10DE card
13:477  0:000  now inserting Video device
13:477  0:000  ... into existing bridge
13:477  0:000  patch Display #0 of Vendor=0x10DE in DSDT new way
13:477  0:000  Start NetWork Fix
13:477  0:000  NetworkADR1=190000 NetworkADR2=FFFE
13:477  0:000  network DSM created, size=BA
13:477  0:000  patch HDEF in DSDT 
13:478  0:000  Start HDA Fix
13:478  0:000  found HDA device NAME(_ADR,0x001B0000) And Name is HDEF
13:478  0:000  NewName HDEF already present, renaming impossibble
13:478  0:000  Start Add IMEI
13:478  0:000  Start HDMI15 Fix
13:478  0:000  have no HDMI device while HDMIADR2=1
13:478  0:000  HDMIADR1=10000 HDMIADR2=1
13:478  0:000    with default properties
13:478  0:000  Start _WAK Return Fix
13:478  0:000  _WAK Method find return data, don't need to patch.
13:478  0:000  return len=C0A4
13:478  0:000   deleting device CRT_
13:479  0:000   deleting device DVI_
13:479  0:000   deleting device SPKR
13:479  0:000   deleting device ECP_
13:479  0:000   deleting device LPT_
13:479  0:000   deleting device FDC0
13:479  0:000   deleting device ECP1
13:479  0:000   deleting device LPT1
13:480  0:000  Start PNLF Fix
13:480  0:000  found PWRB at 5876
13:480  0:000  Start _S3D Fix
13:480  0:000    indirect name=SRCB
13:480  0:000  Start ADP1 fix
13:480  0:000  no device(AC) exists
13:480  0:000  === [ ACPIDropTables ] ====================================
13:480  0:000  Drop tables from Xsdt, SIGN=SSDT TableID=SaSsdt  Length=12953
13:480  0:000   Xsdt has tables count=11
13:480  0:000   Table: SSDT  SaSsdt   12953 dropped
13:480  0:000  corrected XSDT length=116
13:480  0:000  Drop tables from Xsdt, SIGN=SSDT TableID=CpuPm Length=2776
13:480  0:000   Xsdt has tables count=10
13:480  0:000   Table: SSDT  CpuPm  2776 dropped
13:480  0:000  corrected XSDT length=108
13:480  0:000  Drop tables from Xsdt, SIGN=SSDT TableID=Cpu0Ist Length=1337
13:480  0:000   Xsdt has tables count=9
13:480  0:000   Table: SSDT  Cpu0Ist  1337 dropped
13:480  0:000  corrected XSDT length=100
13:480  0:000  === [ DropSSDT ] ==========================================
13:480  0:000  Drop tables from Xsdt, SIGN=SSDT TableID= Length=0
13:480  0:000   Xsdt has tables count=8
13:480  0:000   Table: SSDT  SataTabl  877 dropped
13:480  0:000  corrected XSDT length=92
13:480  0:000  CPUBase=0 and ApicCPUBase=1 ApicCPUNum=4
13:480  0:000  Drop tables from Xsdt, SIGN=APIC TableID= Length=0
13:480  0:000   Xsdt has tables count=7
13:480  0:000   Table: APIC  A M I  114 dropped
13:480  0:000  corrected XSDT length=84
13:480  0:000  Found subtable in MADT: type=0
13:480  0:000  Found subtable in MADT: type=0
13:480  0:000  Found subtable in MADT: type=0
13:480  0:000  Found subtable in MADT: type=0
13:480  0:000  Found subtable in MADT: type=1
13:480  0:000  Found subtable in MADT: type=2
13:480  0:000  Found subtable in MADT: type=2
13:480  0:000  LocalApicNMI is already present, no patch needed
13:480  0:000  New APIC table successfully inserted
13:487  0:006  Patched APIC table saved into efi/clover/acpi/origin/APIC-p.aml 
13:487  0:000  Maximum control=0x20
13:487  0:000  Turbo control=0x24
13:487  0:000  P-States: min 0x8, max 0x24
13:487  0:000  SSDT with CPU P-States generated successfully
13:487  0:000  SSDT with CPU C-States generated successfully
13:487  0:000  === [ RestSetupOSX ] ======================================
13:487  0:000  EdidDiscovered size=0
13:487  0:000  NVidia GFX injection not set
13:487  0:000  HDA Controller [8086:8C20] :: PciRoot(0x0)\Pci(0x1B,0x0) => setting specified layout-id=1 (0x1)
13:487  0:000  stringlength = 2072
13:487  0:000  CurrentMode: Width=1024 Height=768
13:487  0:000  Beginning FSInjection
FSInjectionInstall ...
- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: B02C4818
FSInjectionInstall ...
- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: B02C4818
13:491  0:003  Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.12
13:492  0:001    Extra kext: EFI\CLOVER\kexts\10.12\FakeSMC.kext
13:499  0:006      Extra PlugIn kext: EFI\CLOVER\kexts\10.12\FakeSMC.kext\Contents\PlugIns\ACPISensors.kext
13:503  0:004      Extra PlugIn kext: EFI\CLOVER\kexts\10.12\FakeSMC.kext\Contents\PlugIns\CPUSensors.kext
13:506  0:003      Extra PlugIn kext: EFI\CLOVER\kexts\10.12\FakeSMC.kext\Contents\PlugIns\GPUSensors.kext
13:511  0:004      Extra PlugIn kext: EFI\CLOVER\kexts\10.12\FakeSMC.kext\Contents\PlugIns\LPCSensors.kext
13:519  0:007    Extra kext: EFI\CLOVER\kexts\10.12\IntelMausiEthernet.kext
13:524  0:005    Extra kext: EFI\CLOVER\kexts\10.12\realtekALC.kext
13:528  0:003  Custom boot is disabled
13:528  0:000  Closing log

Link to comment
Share on other sites

 Share

×
×
  • Create New...