ahmednoori94 Posted April 27, 2016 Share Posted April 27, 2016 after update svn with new version3483 i can't compile with ./Ebuild.sh ahmeds-MacBook:Clover ahmed$ svn up Updating '.': U ebuild5.sh U Patches_for_EDK2/Conf/tools_def.txt U OsxAptioFixDrv/X64/AsmFuncsX64.asm U OsxAptioFixDrv/X64/AsmFuncsX64.S U OsxAptioFixDrv/X64/AsmFuncsX64.nasm U OsxAptioFixDrv/OsxAptioFix2Drv.inf U OsxAptioFixDrv/OsxAptioFixDrv.inf U buildExtras.sh Updated to revision 3483. ahmeds-MacBook:Clover ahmed$ ./ebuild.sh TOOLCHAIN_DIR: /Users/ahmed/src/edk2/Clover/../../opt/local xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance Initializing workspace Loading previous configuration from /Users/ahmed/src/edk2/Conf/BuildEnv.sh WORKSPACE: /Users/ahmed/src/edk2 EDK_TOOLS_PATH: /Users/ahmed/src/edk2/BaseTools CONF_PATH: /Users/ahmed/src/edk2/Conf Running edk2 build for CloverX64 using the command: build -D USE_LOW_EBDA -p Clover/Clover.dsc -a X64 -b RELEASE -t XCODE5 -n 5 Build environment: Darwin-15.2.0-x86_64-i386-64bit Build start time: 12:59:26, Apr.27 2016 WORKSPACE = /Users/ahmed/src/edk2 ECP_SOURCE = /Users/ahmed/src/edk2/EdkCompatibilityPkg EDK_SOURCE = /Users/ahmed/src/edk2/EdkCompatibilityPkg EFI_SOURCE = /Users/ahmed/src/edk2/EdkCompatibilityPkg EDK_TOOLS_PATH = /Users/ahmed/src/edk2/BaseTools Architecture(s) = X64 Build target = RELEASE Toolchain = XCODE5 Active Platform = /Users/ahmed/src/edk2/Clover/Clover.dsc Flash Image Definition = /Users/ahmed/src/edk2/Clover/Clover.fdf Processing meta-data .......... done! Building ... /Users/ahmed/src/edk2/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf [X64] Building ... /Users/ahmed/src/edk2/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/ahmed/src/edk2/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/ahmed/src/edk2/MdePkg/Library/BaseLib/BaseLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/ahmed/src/edk2/MdePkg/Library/BasePrintLib/BasePrintLib.inf [X64] Building ... /Users/ahmed/src/edk2/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/ahmed/src/edk2/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/ahmed/src/edk2/Clover/OsxDxeIpl/DxeIpl.inf [X64] Building ... /Users/ahmed/src/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf [X64] Building ... /Users/ahmed/src/edk2/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf [X64] /bin/sh: /usr/local/bin/mtoc.NEW: No such file or directory make: *** [/Users/ahmed/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxDxeIpl/DxeIpl/DEBUG/DxeIpl.efi] Error 127 make: Nothing to be done for `tbuild'. build.py... : error 7000: Failed to execute command make tbuild [/Users/ahmed/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/OsxDxeIpl/DxeIpl] build.py... : error F002: Failed to build module /Users/ahmed/src/edk2/Clover/OsxDxeIpl/DxeIpl.inf [X64, XCODE5, RELEASE] - Failed - Build end time: 12:59:38, Apr.27 2016 Build total time: 00:00:13 Link to comment Share on other sites More sharing options...
Slice Posted April 27, 2016 Share Posted April 27, 2016 after update svn with new version3483 i can't compile with ./Ebuild.sh ahmeds-MacBook:Clover ahmed$ ./ebuild.sh TOOLCHAIN_DIR: /Users/ahmed/src/edk2/Clover/../../opt/local xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance You must install Xcode to use xcode5 toolchan that is default now or explicitly use gcc ./ebuild.sh --gcc53 Link to comment Share on other sites More sharing options...
Shaneee Posted April 28, 2016 Share Posted April 28, 2016 Can someone help me getting my OS X drive recognised? Install to "OS X" partition as I would normally do and Clover loads up but there's not an option to boot it. /dev/disk1 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *2.0 TB disk1 1: EFI EFI 209.7 MB disk1s1 2: Apple_HFS OS X 2.0 TB disk1s2 3: Apple_Boot Recovery HD 650.0 MB disk1s3 Link to comment Share on other sites More sharing options...
tluck Posted April 28, 2016 Share Posted April 28, 2016 @shaneee what is in your clover.plist under the GUI section? anything in there custom or about hiding? this is simple set that will search and list the UEFI entries.. <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Legacy</key> <false/> <key>Linux</key> <false/> <key>Tool</key> <true/> </dict> Link to comment Share on other sites More sharing options...
Shaneee Posted April 28, 2016 Share Posted April 28, 2016 It's not UEFI. It's an old mobo so it's Legacy. <key>GUI</key> <dict> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Enabled</key> <false/> <key>Mirror</key> <false/> <key>Speed</key> <integer>8</integer> </dict> <key>Scan</key> <true/> <key>ScreenResolution</key> <string>1280x1024</string> <key>Theme</key> <string>BootCamp</string> </dict> Link to comment Share on other sites More sharing options...
tluck Posted April 28, 2016 Share Posted April 28, 2016 ok. since you have Scan=true - it should scan everything - including legacy. so what version clover? when you start up - is clover being used from this HD? so while in Clover - generate clover logs to EFI - it may provide more information as to what it finds. Link to comment Share on other sites More sharing options...
Shaneee Posted April 28, 2016 Share Posted April 28, 2016 I'm using r3469. It's installed to the EFI partition of my OS X drive. The RecoveryHD for this drive shows up but no the El Capitan. How do I generate the log? Link to comment Share on other sites More sharing options...
tluck Posted April 28, 2016 Share Posted April 28, 2016 in clover F2 will write the log to ESP in /EFI/CLOVER/misc F3 while you are there will show any scanned but hidden entries - Link to comment Share on other sites More sharing options...
Shaneee Posted April 28, 2016 Share Posted April 28, 2016 I've attached the log. I've also noticed that the config isn't loading everything. I've set debug, theme and resolution but they don't load. preboot.log.zip Link to comment Share on other sites More sharing options...
tluck Posted April 28, 2016 Share Posted April 28, 2016 @shaneee - is there a problem with config.plist (malformed?) that is preventing it from a full read/load? are you sure you have a completed installation OS X on the HD? this looks odd: 14: 'OS X Base System'3:237 0:019 AddLoaderEntry for Volume Name=OS X Base System3:278 0:041 Check if volume Is Hibernated:3:278 0:000 Check sleep image 'by signature':3:304 0:025 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found3:304 0:000 using default sleep image name = \private\var\vm\sleepimage3:329 0:025 sleepimage not found -> Not Found3:329 0:000 hibernated: no - sign Link to comment Share on other sites More sharing options...
Slice Posted April 28, 2016 Share Posted April 28, 2016 I've attached the log. I've also noticed that the config isn't loading everything. I've set debug, theme and resolution but they don't load. 2:494 0:000 EFI\CLOVER\config.plist loaded: Success May be your config.plist contains syntax mistakes? Link to comment Share on other sites More sharing options...
Shaneee Posted April 28, 2016 Share Posted April 28, 2016 @shaneee - is there a problem with config.plist (malformed?) that is preventing it from a full read/load? are you sure you have a completed installation OS X on the HD? this looks odd: 14: 'OS X Base System' 3:237 0:019 AddLoaderEntry for Volume Name=OS X Base System 3:278 0:041 Check if volume Is Hibernated: 3:278 0:000 Check sleep image 'by signature': 3:304 0:025 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found 3:304 0:000 using default sleep image name = \private\var\vm\sleepimage 3:329 0:025 sleepimage not found -> Not Found 3:329 0:000 hibernated: no - sign Yes it's installed. It's my main OS, I currently use Enoch to boot it. The installer is a backup I was using while trying to get Clover working. Can Clover just not see it because its a large drive? With the same setup on a 500GB drive it works just fine. Link to comment Share on other sites More sharing options...
Slice Posted April 29, 2016 Share Posted April 29, 2016 Yes it's installed. It's my main OS, I currently use Enoch to boot it. The installer is a backup I was using while trying to get Clover working. Can Clover just not see it because its a large drive? With the same setup on a 500GB drive it works just fine. Yes, Clover will not see this device 1:216 0:003 Int13Extensions: INT 13 41 DL=F2 : CF=0 BX=AA55 CX=0005 1:216 0:000 GetDriveParameters: INT 13 48 DL=F2 : CF=0 AH=00 1:216 0:000 BlockSize = 2048 LastBlock = -1 because of BlockSize. What is it? 1 Link to comment Share on other sites More sharing options...
Shaneee Posted April 29, 2016 Share Posted April 29, 2016 Yes, Clover will not see this device 1:216 0:003 Int13Extensions: INT 13 41 DL=F2 : CF=0 BX=AA55 CX=0005 1:216 0:000 GetDriveParameters: INT 13 48 DL=F2 : CF=0 AH=00 1:216 0:000 BlockSize = 2048 LastBlock = -1 because of BlockSize. What is it?It's a 2TB drive. Sent from my SM-G920F using Tapatalk Link to comment Share on other sites More sharing options...
benww Posted April 29, 2016 Share Posted April 29, 2016 Hi guys, could anyone please help me on getting full resolution in Clover? My setup as the following: - Asus P7H55 board (BIOS, non-UEFI) - NVIDIA GeForce 9600 GSO 384M, connecting through DVI to HDMI to Samsung monitor Clover GUI is stuck at 1280x720, but in El Capitan the 1920x1080 native resolution is working. I want to get 1920x1080 in Clover, tried LegacyRegion2Dxe.efi with no luck, but I guess it should only work for UEFI mode and my installation is Legacy boot mode. Also tried Inject EDID and Patch VBios, and it seems that when Clover tries patching vbios, something goes wrong: 2:531 0:000 Video bios patch requested or CustomEDID - forcing video reconnect 2:531 0:000 2 drivers needs connecting ... 2:531 0:000 PlatformDriverOverrideProtocol->GetDriver overriden 2:531 0:000 Video driver loaded: disconnect Success 2:712 0:180 VideoBiosPatchNativeFromEdid: 2:712 0:000 Bios: nVidia, nv_data_table_offset: 0x2BE, nv_data_table: 0xC02C0, std_vesa: 0xC7E28, nv_mode_table: 0xC7E2D, mode_table_size: 0x10 2:712 0:000 VideoBiosPatchInit(LegacyRegion = Not Found, LegacyRegion2 = Not Found) = Not Found 2:712 0:000 = not done. 2:720 0:008 BiosVideoDriverBindingStart! 2:720 0:000 BiosVideoCheckForVbe 2:720 0:000 EdidOverrideFound! 2:720 0:000 found Detail Timing 1920x1080 2:720 0:000 found Detail Timing 1280x720 2:765 0:045 0 640x480 attr=3BF - ok, edid+, 640x480, working, highest, pref=0 2:767 0:001 1 800x600 attr=3BF - ok, edid+, 800x600, working, highest, pref=1 2:775 0:008 2 1280x720 attr=3BF - ok, edid+, working, highest, pref=2 2:775 0:000 BV new mode: 2 1280x720 3:212 0:436 SetMode pref 2 (2) = Success 3:424 0:212 LoadDrivers() end 3:424 0:000 SetScreenResolution: 1920x1080 - not found! 3:424 0:000 Console modes reported: 4, available modes: 3:424 0:000 Mode 1: 80x25 3:424 0:000 Mode 3: 100x31 3:424 0:000 Mode 4: 160x37 (current mode) 3:424 0:000 SetScreenResolution: 1280x720 - already set Here is my config.plist <?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>FakeLPC_0020</key> <true/> <key>FixHDA_8000</key> <true/> <key>FixHPET_0010</key> <true/> <key>FixIPIC_0040</key> <true/> </dict> <key>Name</key> <string>DSDT.aml</string> <key>ReuseFFFF</key> <false/> </dict> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>Generate</key> <false/> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>dart=0</string> <key>Debug</key> <false/> <key>DefaultVolume</key> <string>El Capitan</string> <key>Legacy</key> <string>PBR</string> <key>Secure</key> <false/> <key>Timeout</key> <integer>3</integer> <key>XMPDetection</key> <false/> </dict> <key>CPU</key> <dict> <key>Type</key> <string>1281</string> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <string>1</string> </dict> <key>FakeID</key> <dict> <key>ATI</key> <string>0x0</string> <key>IMEI</key> <string>0x0</string> <key>IntelGFX</key> <string>0x0</string> <key>LAN</key> <string>0x0</string> <key>NVidia</key> <string>0x0</string> <key>SATA</key> <string>0x0</string> <key>WIFI</key> <string>0x0</string> <key>XHCI</key> <string>0x0</string> </dict> <key>USB</key> <dict> <key>FixOwnership</key> <false/> <key>Inject</key> <false/> </dict> </dict> <key>DisableDrivers</key> <array> <string>Nothing</string> </array> <key>GUI</key> <dict> <key>Hide</key> <array> <string>\EFI\BOOT\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> <string>First</string> <key>Tool</key> <true/> </dict> <key>ScreenResolution</key> <string>1920x1080</string> <key>Theme</key> <string>embedded</string> </dict> <key>Graphics</key> <dict> <key>CustomEDID</key> <data> AP///////wBMLVcGMzJIVykUAQOAEAl4Ku6Ro1RMmSYPUFQjCACpQIGAgUCB AJUAswDRxAEBAjqAGHE4LUBYLEUAoFoAAAAeAR0AclHQHiBuKFUAoFoAAAAe AAAA/QAyPBtREQAKICAgICAgAAAA/ABTeW5jTWFzdGVyCiAgAYc= </data> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <false/> <key>NVidia</key> <true/> </dict> <key>NvidiaSingle</key> <false/> <key>PatchVBios</key> <true/> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>AsusAICPUPM</key> <true/> <key>Debug</key> <false/> <key>KernelCpu</key> <false/> <key>KernelHaswellE</key> <false/> <key>KernelLapic</key> <false/> <key>KernelPm</key> <true/> <key>KextsToPatch</key> <array> <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> </array> </dict> <key>RtVariables</key> <dict> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x3</string> </dict> <key>SMBIOS</key> ...... <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Detect</string> <key>InjectSystemID</key> <true/> </dict> </dict> </plist> Is there any way to get it working? Thanks. Link to comment Share on other sites More sharing options...
Slice Posted April 29, 2016 Share Posted April 29, 2016 Show, please a boot.log with LegacyRegion2Dxe.efi 2:712 0:000 VideoBiosPatchInit(LegacyRegion = Not Found, LegacyRegion2 = Not Found) = Not Found Link to comment Share on other sites More sharing options...
Shaneee Posted April 29, 2016 Share Posted April 29, 2016 Yes, Clover will not see this device 1:216 0:003 Int13Extensions: INT 13 41 DL=F2 : CF=0 BX=AA55 CX=0005 1:216 0:000 GetDriveParameters: INT 13 48 DL=F2 : CF=0 AH=00 1:216 0:000 BlockSize = 2048 LastBlock = -1 because of BlockSize. What is it? Here's the diskutil info for the disk and the OS X Volume. Total Size: 2.0 TB (2000398934016 Bytes) (exactly 3907029168 512-Byte-Units) Volume Free Space: Not applicable (no file system) Device Block Size: 512 Bytes Total Size: 2.0 TB (1999539175424 Bytes) (exactly 3905349952 512-Byte-Units) Volume Free Space: 1.6 TB (1568654241792 Bytes) (exactly 3063777816 512-Byte-Units) Device Block Size: 512 Bytes Allocation Block Size: 4096 Bytes Link to comment Share on other sites More sharing options...
benww Posted April 29, 2016 Share Posted April 29, 2016 Show, please a boot.log with LegacyRegion2Dxe.efi 2:712 0:000 VideoBiosPatchInit(LegacyRegion = Not Found, LegacyRegion2 = Not Found) = Not Found Here is the boot.log with LegacyRegion2Dxe.efi in /EFI/CLOVER/drivers64: 0:100 0:100 MemLog inited, TSC freq: 1873191816 0:100 0:000 LegacyRegion2: Chipset/proc: 0xD1308086 0:100 0:000 Unknown chipset 0:100 0:000 Test PAM1=(0x41=00, 0x5a=00, 0x81=00, 0x91=E0) at chipset D1308086 0:100 0:000 , Chipset not detected - exiting 0:115 0:015 BiosVideoDriverBindingStart! 0:115 0:000 BiosVideoCheckForVbe 0:115 0:000 EdidOverride not found 0:186 0:071 Edid1+ 0:186 0:000 found Detail Timing 2597x90 0:186 0:000 found Detail Timing 2645x90 0:186 0:000 found Detail Timing 2645x90 0:186 0:000 found Detail Timing 2645x90 0:257 0:071 Edid0+ 0:257 0:000 found Detail Timing 1920x1080 0:257 0:000 found Detail Timing 1280x720 0:303 0:045 0 640x480 attr=3BF - ok, edid+, 640x480, working, highest, pref=0 0:304 0:001 1 800x600 attr=3BF - ok, edid+, 800x600, working, highest, pref=1 0:312 0:008 2 1280x720 attr=3BF - ok, edid+, working, highest, pref=2 0:312 0:000 BV new mode: 2 1280x720 0:753 0:440 SetMode pref 2 (2) = Success 2:753 1:999 2:753 0:000 Now is 29.4.2016, 16:23:6 (GMT) 2:753 0:000 Starting Clover rev 3489 on CLOVER EFI 2:753 0:000 Build with: [Args: ./ebuild.sh | Command: build -D USE_LOW_EBDA -p Clover/Clover.dsc -a X64 -b RELEASE -t XCODE5 -n 5 | OS: 10.11.5 | XCODE: 7.3] 2:753 0:000 SelfDevicePath=PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(1,GPT,70B144FC-701B-45BE-91CE-26D1E706C7F8,0x800,0xC8000) @DE851818 2:753 0:000 SelfDirPath = \EFI\CLOVER 2:753 0:000 Total Memory Slots Count = 4 2:753 0:000 Type 17 Index = 0 2:753 0:000 SmbiosTable.Type17->Speed = 1333MHz 2:753 0:000 SmbiosTable.Type17->Size = 4096MB 2:753 0:000 SmbiosTable.Type17->Bank/Device = BANK0 DIMM0 2:753 0:000 SmbiosTable.Type17->Vendor = Manufacturer0 2:753 0:000 SmbiosTable.Type17->SerialNumber = SerNum0 2:753 0:000 SmbiosTable.Type17->PartNumber = PartNum0 2:753 0:000 Type 17 Index = 1 2:753 0:000 Ignoring insane frequency value 0MHz 2:753 0:000 SmbiosTable.Type17->Speed = 0MHz 2:753 0:000 SmbiosTable.Type17->Size = 0MB 2:753 0:000 SmbiosTable.Type17->Bank/Device = BANK1 DIMM1 2:753 0:000 SmbiosTable.Type17->Vendor = <null string> 2:753 0:000 SmbiosTable.Type17->SerialNumber = <null string> 2:753 0:000 SmbiosTable.Type17->PartNumber = <null string> 2:753 0:000 Type 17 Index = 2 2:753 0:000 Ignoring insane frequency value 0MHz 2:753 0:000 SmbiosTable.Type17->Speed = 0MHz 2:753 0:000 SmbiosTable.Type17->Size = 0MB 2:753 0:000 SmbiosTable.Type17->Bank/Device = BANK2 DIMM2 2:753 0:000 SmbiosTable.Type17->Vendor = <null string> 2:753 0:000 SmbiosTable.Type17->SerialNumber = <null string> 2:753 0:000 SmbiosTable.Type17->PartNumber = <null string> 2:753 0:000 Type 17 Index = 3 2:753 0:000 Ignoring insane frequency value 0MHz 2:753 0:000 SmbiosTable.Type17->Speed = 0MHz 2:753 0:000 SmbiosTable.Type17->Size = 0MB 2:753 0:000 SmbiosTable.Type17->Bank/Device = BANK3 DIMM3 2:753 0:000 SmbiosTable.Type17->Vendor = <null string> 2:753 0:000 SmbiosTable.Type17->SerialNumber = <null string> 2:753 0:000 SmbiosTable.Type17->PartNumber = <null string> 2:753 0:000 Boot status=0 2:753 0:000 Clover revision: 3489 running on System Product Name 2:753 0:000 ... with board P7H55 2:753 0:000 CPU Vendor = 756E6547 Model=106E5 2:753 0:000 got cores from CPUID_1 = 0 2:753 0:000 The CPU supported turbo 2:753 0:000 BrandString = Intel(R) Xeon(R) CPU L3426 @ 1.87GHz 2:753 0:000 FSBFrequency=133MHz DMIvalue=133330kHz 2:753 0:000 Corrected FSBFrequency=133MHz 2:753 0:000 Vendor/Model/Stepping: 0x756E6547/0x1E/0x5 2:753 0:000 Family/ExtFamily: 0x6/0x0 2:753 0:000 MaxDiv/MinDiv: 14.0/9 2:753 0:000 Turbo: 16/16/23/24 2:753 0:000 Features: 0xBFEBFBFF 2:753 0:000 Threads: 8 2:753 0:000 Cores: 4 2:753 0:000 FSB: 133 MHz 2:753 0:000 CPU: 1866 MHz 2:753 0:000 TSC: 1866 MHz 2:753 0:000 PIS: 533 MHz 2:753 0:000 PCI (00|00:00.00) : 8086 D130 class=060000 2:753 0:000 PCI (00|00:03.00) : 8086 D138 class=060400 2:753 0:000 PCI (00|01:00.00) : 10DE 0610 class=030000 2:753 0:000 Found NVidia model=GeForce 9600 GSO family #x 2:753 0:000 PCI (00|00:08.00) : 8086 D155 class=088000 2:753 0:000 PCI (00|00:08.01) : 8086 D156 class=088000 2:753 0:000 PCI (00|00:08.02) : 8086 D157 class=088000 2:753 0:000 PCI (00|00:08.03) : 8086 D158 class=088000 2:753 0:000 PCI (00|00:10.00) : 8086 D150 class=088000 2:753 0:000 PCI (00|00:10.01) : 8086 D151 class=088000 2:753 0:000 PCI (00|00:1A.00) : 8086 3B3C class=0C0320 2:753 0:000 PCI (00|00:1B.00) : 8086 3B56 class=040300 2:753 0:000 PCI (00|00:1C.00) : 8086 3B42 class=060400 2:753 0:000 PCI (00|00:1C.05) : 8086 3B4C class=060400 2:753 0:000 PCI (00|02:00.00) : 10EC 8168 class=020000 2:753 0:000 LAN 0, Vendor=10EC, MMIO=E800 2:753 0:000 PCI (00|00:1D.00) : 8086 3B34 class=0C0320 2:753 0:000 PCI (00|00:1E.00) : 8086 244E class=060401 2:753 0:000 PCI (00|00:1F.00) : 8086 3B06 class=060100 2:753 0:000 PCI (00|00:1F.02) : 8086 3B22 class=010601 2:753 0:000 PCI (00|00:1F.03) : 8086 3B30 class=0C0500 2:753 0:000 PCI (00|3F:00.00) : 8086 2C50 class=060000 2:753 0:000 PCI (00|3F:00.01) : 8086 2C81 class=060000 2:753 0:000 PCI (00|3F:02.00) : 8086 2C90 class=060000 2:753 0:000 PCI (00|3F:02.01) : 8086 2C91 class=060000 2:753 0:000 PCI (00|3F:03.00) : 8086 2C98 class=060000 2:753 0:000 PCI (00|3F:03.01) : 8086 2C99 class=060000 2:753 0:000 PCI (00|3F:03.02) : 8086 2C9A class=060000 2:753 0:000 PCI (00|3F:03.04) : 8086 2C9C class=060000 2:753 0:000 PCI (00|3F:04.00) : 8086 2CA0 class=060000 2:753 0:000 PCI (00|3F:04.01) : 8086 2CA1 class=060000 2:753 0:000 PCI (00|3F:04.02) : 8086 2CA2 class=060000 2:753 0:000 PCI (00|3F:04.03) : 8086 2CA3 class=060000 2:753 0:000 PCI (00|3F:05.00) : 8086 2CA8 class=060000 2:753 0:000 PCI (00|3F:05.01) : 8086 2CA9 class=060000 2:753 0:000 PCI (00|3F:05.02) : 8086 2CAA class=060000 2:753 0:000 PCI (00|3F:05.03) : 8086 2CAB class=060000 2:753 0:000 Clover load options size = 0 bytes 2:764 0:010 Using OEM config.plist at path: EFI\CLOVER\config.plist 2:764 0:000 EFI\CLOVER\config.plist loaded: Success 2:765 0:000 Found theme directory: embedded 2:765 0:000 Found theme directory: random 2:766 0:000 Found theme directory: bootcamp2.0 2:770 0:004 Found theme directory: dark 2:782 0:011 Found theme directory: El Capitan 2:785 0:002 Loading early settings 2:785 0:000 timeout set to 3 2:785 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 2:785 0:000 KextsToPatch: 1 requested 2:785 0:000 KextsToPatch 0: AppleAHCIPort (External icons patch) Kext bin patch, data len: 8 2:785 0:000 Default theme: bootcamp2.0 2:785 0:000 Hiding entries with string Game 2:785 0:000 Hiding entries with string Software 2:785 0:000 Hiding entries with string \EFI\BOOT\BOOTX32.EFI 2:785 0:000 Hiding entries with string Media 2:785 0:000 Hiding entries with string \EFI\BOOT\BOOTX64.EFI 2:785 0:000 CustomEDID ok 2:785 0:000 LoadDrivers() start 2:786 0:000 Loading FSInject-64.efi status=Success 2:793 0:007 Loading VBoxHfs-64.efi status=Success 2:794 0:000 - driver needs connecting 2:794 0:000 Loading NTFS.efi status=Success 2:796 0:001 - driver needs connecting 2:796 0:000 Loading LegacyRegion2Dxe.efi status=Success 2:796 0:000 LegacyRegion2: Chipset/proc: 0xD1308086 2:796 0:000 Unknown chipset 2:796 0:000 Test PAM1=(0x41=00, 0x5a=00, 0x81=00, 0x91=E0) at chipset D1308086 2:796 0:000 , Chipset not detected - exiting 2:797 0:000 Video bios patch requested or CustomEDID - forcing video reconnect 2:797 0:000 3 drivers needs connecting ... 2:797 0:000 PlatformDriverOverrideProtocol->GetDriver overriden 2:797 0:000 Video driver loaded: disconnect Success 2:973 0:176 VideoBiosPatchNativeFromEdid: 2:973 0:000 Bios: nVidia, nv_data_table_offset: 0x2BE, nv_data_table: 0xC02C0, std_vesa: 0xC7E28, nv_mode_table: 0xC7E2D, mode_table_size: 0x10 2:973 0:000 VideoBiosPatchInit(LegacyRegion = Not Found, LegacyRegion2 = Not Found) = Not Found 2:973 0:000 = not done. 2:982 0:008 BiosVideoDriverBindingStart! 2:982 0:000 BiosVideoCheckForVbe 2:982 0:000 EdidOverrideFound! 2:982 0:000 found Detail Timing 1920x1080 2:982 0:000 found Detail Timing 1280x720 3:027 0:045 0 640x480 attr=3BF - ok, edid+, 640x480, working, highest, pref=0 3:029 0:001 1 800x600 attr=3BF - ok, edid+, 800x600, working, highest, pref=1 3:037 0:008 2 1280x720 attr=3BF - ok, edid+, working, highest, pref=2 3:037 0:000 BV new mode: 2 1280x720 3:473 0:435 SetMode pref 2 (2) = Success 8:093 4:619 LoadDrivers() end 8:093 0:000 SetScreenResolution: 1920x1080 - not found! 8:093 0:000 Console modes reported: 4, available modes: 8:093 0:000 Mode 1: 80x25 8:093 0:000 Mode 3: 100x31 8:093 0:000 Mode 4: 160x37 (current mode) 8:093 0:000 SetScreenResolution: 1280x720 - already set 8:093 0:000 reinit: self device path=PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(1,GPT,70B144FC-701B-45BE-91CE-26D1E706C7F8,0x800,0xC8000) 8:094 0:001 ScanSPD() start 8:094 0:000 SMBus CmdReg: 0x103 8:094 0:000 Scanning SMBus [8086:3B30], mmio: 0xF3FFC004, ioport: 0x400, hostc: 0x1 8:094 0:000 Slots to scan [8]... 8:095 0:000 SPD[0]: Type 11 @0x50 8:114 0:018 DDR speed 1333MHz 8:114 0:000 Slot: 0 Type 24 4096MB 1333MHz Vendor=Kingston PartNo=99P5474-014.A00LF SerialNo=0809010C0E0C070B 8:115 0:001 ScanSPD() end 8:115 0:000 Get Acpi Tables List from RSDT: 8:115 0:000 Found table: FACP TC-5H len=132 8:115 0:000 Found table: SLIC TC-5H len=374 8:115 0:000 Found table: APIC APIC1349 len=204 8:115 0:000 Found table: MCFG OEMMCFG len=60 8:115 0:000 Found table: OEMB OEMB1349 len=114 8:115 0:000 Found table: HPET OEMHPET len=56 8:115 0:000 Found table: SSDT CpuPm len=867 8:115 0:000 Calibrated TSC frequency =1873191816 =1873MHz 8:115 0:000 Loading main settings 8:115 0:000 Config set Fixes will override FixMask mask! 8:115 0:000 final mask=00008071 8:115 0:000 Config set ChassisType=0x6 8:115 0:000 Config set CpuType=501 8:116 0:000 found 11 volumes with blockIO 8:116 0:000 0. Volume: 8:116 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0) 8:116 0:000 Result of bootcode detection: bootable unknown (legacy) 8:116 0:000 1. Volume: 8:116 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0) 8:116 0:000 Result of bootcode detection: bootable unknown (legacy) 8:116 0:000 2. Volume: 8:116 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,MBR,0xF0B1EBB0,0x3F,0x594DD5C) 8:117 0:000 Result of bootcode detection: bootable Windows (vista,win) 8:117 0:000 3. Volume: 8:117 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(2,MBR,0xF0B1EBB0,0x594E000,0xE3800) 8:117 0:000 Result of bootcode detection: bootable Windows (vista,win) 8:117 0:000 4. Volume: 8:117 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(3,MBR,0xF0B1EBB0,0x5A31884,0x12940F05) 8:117 0:000 Result of bootcode detection: bootable Windows (vista,win) 8:117 0:000 hiding this volume 8:117 0:000 5. Volume: 8:117 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(4,MBR,0xF0B1EBB0,0x183727CA,0x5C392537) 8:118 0:000 Result of bootcode detection: bootable Windows (vista,win) 8:118 0:000 hiding this volume 8:118 0:000 6. Volume: 8:118 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(1,GPT,70B144FC-701B-45BE-91CE-26D1E706C7F8,0x800,0xC8000) 8:118 0:000 Result of bootcode detection: bootable Clover (clover) 8:118 0:000 This is SelfVolume !! 8:118 0:000 7. Volume: 8:118 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(2,GPT,CDEC99F5-8FC6-42F2-B8F1-7E7520E71EEF,0x12C028,0xDED13F99) 8:118 0:000 Result of bootcode detection: bootable Windows (vista,win) 8:118 0:000 8. Volume: 8:118 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(3,GPT,DE87B7C7-4736-48D7-89C6-11282188B802,0xDEE40000,0x7690B68) 8:119 0:000 9. Volume: 8:119 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(4,GPT,76E05E07-7782-437A-B27C-3D00139A39C2,0xE64D0B68,0x135F20) 8:120 0:000 10. Volume: 8:120 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(5,GPT,AC2C71FD-2EE7-44F1-A279-ADD243C3D7CD,0xE6606A8D,0x2800A34) 8:172 0:052 Result of bootcode detection: bootable Windows (vista,win) 8:172 0:000 hiding this volume 8:262 0:089 PutNvramPlistToRtVars: nvram.plist not found 8:285 0:023 Using theme 'bootcamp2.0' (EFI\CLOVER\themes\bootcamp2.0) 8:285 0:000 OS main and drive as badge 8:293 0:007 Choosing theme bootcamp2.0 8:293 0:000 Custom entries start 8:293 0:000 Custom entries finish 8:293 0:000 Scanning loaders... 8:293 0:000 0: 'Whole Disc Boot' no file system 8:293 0:000 1: 'Whole Disc Boot' no file system 8:293 0:000 2: 'Windows 10' 8:336 0:043 3: '' 8:366 0:029 4: 'Media' hidden 8:366 0:000 5: 'Game' hidden 8:366 0:000 6: 'EFI' 8:397 0:031 7: 'Storage' 8:435 0:038 8: 'El Capitan' 8:492 0:057 AddLoaderEntry for Volume Name=El Capitan 8:528 0:035 Check if volume Is Hibernated: 8:528 0:000 Check sleep image 'by signature': 8:568 0:040 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success 8:568 0:000 SleepImage name from pref: ImageVolume = 'El Capitan', ImageName = '\private\var\vm\sleepimage' 8:599 0:030 sleepimage not found -> Not Found 8:599 0:000 hibernated: no - sign 8:754 0:155 9: 'Recovery HD' 8:755 0:000 AddLoaderEntry for Volume Name=Recovery HD 8:795 0:040 10: 'Software' hidden 8:795 0:000 Custom legacy start 8:795 0:000 Custom legacy 0 matching "Windows 10" ... 8:795 0:000 Checking volume "Whole Disc Boot" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)) ... skipped because volume is not legacy bootable 8:795 0:000 Checking volume "Whole Disc Boot" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)) ... skipped because volume is not legacy bootable 8:795 0:000 Checking volume "Windows 10" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,MBR,0xF0B1EBB0,0x3F,0x594DD5C)) ... added 'Windows 10' OSType=2 Icon=vista,win 8:798 0:003 match! 8:798 0:000 Checking volume "" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(2,MBR,0xF0B1EBB0,0x594E000,0xE3800)) ... skipped 8:798 0:000 Checking volume "Media" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(3,MBR,0xF0B1EBB0,0x5A31884,0x12940F05)) ... skipped because volume is hidden 8:798 0:000 Checking volume "Game" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(4,MBR,0xF0B1EBB0,0x183727CA,0x5C392537)) ... skipped because volume is hidden 8:798 0:000 Checking volume "EFI" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(1,GPT,70B144FC-701B-45BE-91CE-26D1E706C7F8,0x800,0xC8000)) ... skipped 8:798 0:000 Checking volume "Storage" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(2,GPT,CDEC99F5-8FC6-42F2-B8F1-7E7520E71EEF,0x12C028,0xDED13F99)) ... skipped 8:798 0:000 Checking volume "El Capitan" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(3,GPT,DE87B7C7-4736-48D7-89C6-11282188B802,0xDEE40000,0x7690B68)) ... skipped because volume is not legacy bootable 8:798 0:000 Checking volume "Recovery HD" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(4,GPT,76E05E07-7782-437A-B27C-3D00139A39C2,0xE64D0B68,0x135F20)) ... skipped because volume is not legacy bootable 8:798 0:000 Checking volume "Software" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(5,GPT,AC2C71FD-2EE7-44F1-A279-ADD243C3D7CD,0xE6606A8D,0x2800A34)) ... skipped because volume is hidden 8:798 0:000 Custom legacy end 8:798 0:000 Custom tool start 8:798 0:000 Custom tool end 8:836 0:037 found tool \EFI\CLOVER\tools\Shell64U.efi 8:836 0:000 Checking EFI partition Volume 6 for Clover 8:836 0:000 Found Clover 8:840 0:003 GetEfiBootDeviceFromNvram: efi-boot-device-data not found 8:840 0:000 EfiBootVolume not found 8:840 0:000 found entry 0. 'Boot Mac OS X from El Capitan', Volume 'El Capitan', DevicePath 'PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(3,GPT,DE87B7C7-4736-48D7-89C6-11282188B802,0xDEE40000,0x7690B68)\System\Library\CoreServices\boot.efi' 8:840 0:000 DefaultIndex=0 and MainMenu.EntryCount=9 8:840 0:000 SetScreenResolution: 1280x720 - already set 9:030 0:190 Found Mouse device: 9:033 0:002 GUI ready 13:234 4:200 StartLoader() start 13:234 0:000 Entry->Settings: <null string> 13:234 0:000 Finally: Bus=133799kHz CPU=1873MHz 13:234 0:000 KernelAndKextPatches copyed to started entry 13:234 0:000 Kernel and Kext Patches at DEC9A8B8: 13:234 0:000 Allowed: y 13:234 0:000 Debug: n 13:234 0:000 KernelCpu: n 13:234 0:000 Lapic: n 13:234 0:000 Haswell-E: n 13:234 0:000 AICPUPM: y 13:234 0:000 AppleRTC: y 13:234 0:000 KernelPm: y 13:234 0:000 FakeCPUID: 0x0 13:234 0:000 ATIController: null 13:234 0:000 ATIDataLength: 0 13:234 0:000 0 Kexts to load 13:234 0:000 1 Kexts to patch 13:234 0:000 KextPatch[0]: 8 bytes, AppleAHCIPort 13:234 0:000 Loading boot.efi status=Success 13:410 0:176 GetOSVersion: : 10.11.4 13:410 0:000 insert table 9 for dev 0:0 13:410 0:000 insert table 9 for dev 0:0 13:412 0:001 Channels: 1 13:412 0:000 Interleave: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 13:412 0:000 SMBIOS Type 17 Index = 0 => 0 0: 13:412 0:000 DIMM1 1333MHz 4096MB 13:412 0:000 mTotalSystemMemory = 4096 13:412 0:000 SMBIOS Type 17 Index = 1 => 1 1: 13:412 0:000 DIMM2 EMPTY 13:412 0:000 SMBIOS Type 17 Index = 2 => 2 2: 13:412 0:000 DIMM3 EMPTY 13:412 0:000 SMBIOS Type 17 Index = 3 => 3 3: 13:412 0:000 DIMM4 EMPTY 13:412 0:000 NumberOfMemoryDevices = 4 13:412 0:000 Type20[0]->End = 0x3FFFFF, Type17[0] = 0x1000 13:412 0:000 RSDT 0xDF770000 13:412 0:000 FADT from RSDT: 0xDF770200 13:412 0:000 XSDT 0xDF770100 13:412 0:000 FADT from XSDT: 0xDF770290 13:412 0:000 Xsdt reallocation done 13:412 0:000 old FADT length=F4 13:413 0:000 Apply DsdtFixMask=0x00008071 old way 13:413 0:000 drop _DSM mask=0x0000 13:413 0:000 ========= Auto patch DSDT Starting ======== 13:413 0:000 VideoCard devID=0x61010DE 13:413 0:000 DisplayADR1[0] = 0x30000, DisplayADR2[0] = 0x0 13:413 0:000 USBADR[0] = 0x1A0000 and PCIe = 0xFFFE 13:413 0:000 Audio HDA (addr:0x1B0000) setting specified layout-id=1 (0x1) 13:413 0:000 USBADR[1] = 0x1D0000 and PCIe = 0xFFFE 13:414 0:000 first CPU found at 2B offset 2E 13:414 0:000 score candidate at 27 13:414 0:000 score inserted in acpi_cpu_score _PR_ 13:414 0:000 Found ACPI CPU: P001 And P002 And P003 And P004 And P005 And P006 And P007 And P008 And P009 And P010 And P011 And P012 And P013 And P014 And P015 And P016 within the score: _PR_ 13:414 0:000 Found PCIROOTUID = 0 13:414 0:000 Start RTC Fix 13:414 0:000 found RTC had IRQNoFlag will move -3 bytes 13:414 0:000 ...len=94A0 13:414 0:000 new size written to 133E shift=0 len=94A0 13:414 0:000 len after correct outers 94A0 13:414 0:000 Start TMR Fix 13:414 0:000 Start PIC Fix 13:414 0:000 PIC size=2B at 129A 13:414 0:000 found PIC had IRQNoFlag will move -3 bytes 13:414 0:000 Fix Device PIC size -3 13:414 0:000 Start HPET Fix 13:415 0:000 Start LPCB Fix 13:415 0:000 found LPCB device NAME(_ADR,0x001F0000) at 10F6 And Name is SBRG 13:415 0:000 Name SBRG present at 0x10F6, renaming to LPCB 13:415 0:000 Name SBRG present at 0x1171, renaming to LPCB 13:415 0:000 Name SBRG present at 0x1188, renaming to LPCB 13:415 0:000 Name SBRG present at 0x1F8B, renaming to LPCB 13:415 0:000 Name SBRG present at 0x27FD, renaming to LPCB 13:415 0:000 Name SBRG present at 0x514B, renaming to LPCB 13:415 0:000 Name SBRG present at 0x5165, renaming to LPCB 13:415 0:000 Name SBRG present at 0x517F, renaming to LPCB 13:415 0:000 Name SBRG present at 0x5307, renaming to LPCB 13:415 0:000 Name SBRG present at 0x54AE, renaming to LPCB 13:415 0:000 Name SBRG present at 0x6253, renaming to LPCB 13:415 0:000 Name SBRG present at 0x647D, renaming to LPCB 13:415 0:000 Name SBRG present at 0x660D, renaming to LPCB 13:415 0:000 Name SBRG present at 0x68D4, renaming to LPCB 13:415 0:000 Name SBRG present at 0x69C9, renaming to LPCB 13:415 0:000 Name SBRG present at 0x6CD2, renaming to LPCB 13:415 0:000 Name SBRG present at 0x6CEB, renaming to LPCB 13:415 0:000 Name SBRG present at 0x6D03, renaming to LPCB 13:415 0:000 Name SBRG present at 0x6D1F, renaming to LPCB 13:415 0:000 Name SBRG present at 0x6D3A, renaming to LPCB 13:415 0:000 Name SBRG present at 0x6D52, renaming to LPCB 13:415 0:000 Name SBRG present at 0x6D69, renaming to LPCB 13:415 0:000 Name SBRG present at 0x6DA4, renaming to LPCB 13:415 0:000 Name SBRG present at 0x74AF, renaming to LPCB 13:415 0:000 Name SBRG present at 0x74CA, renaming to LPCB 13:415 0:000 Name SBRG present at 0x7F0F, renaming to LPCB 13:415 0:000 Name SBRG present at 0x8C03, renaming to LPCB 13:415 0:000 Name SBRG present at 0x938C, renaming to LPCB 13:415 0:000 Name SBRG present at 0x93B0, renaming to LPCB 13:415 0:000 Name SBRG present at 0x93CB, renaming to LPCB 13:415 0:000 Name SBRG present at 0x93EF, renaming to LPCB 13:415 0:000 patch HDEF in DSDT 13:415 0:000 Start HDA Fix 13:416 0:000 Start Add Device HDEF 13:416 0:000 ========= Auto patch DSDT Finished ======== 13:416 0:000 Patch table: SSDT CpuPm 13:416 0:000 SSDT len = 0x363 13:416 0:000 Drop tables from Xsdt, SIGN=XXXX TableID= Length=0 13:416 0:000 Xsdt has tables count=7 13:416 0:000 corrected XSDT length=92 13:416 0:000 CPUBase=1 and ApicCPUBase=1 ApicCPUNum=16 13:416 0:000 EdidDiscovered size=128 13:416 0:000 00 | 00 FF FF FF FF FF FF 00 4C 2D 57 06 33 32 48 57 13:416 0:000 16 | 29 14 01 03 80 10 09 78 2A EE 91 A3 54 4C 99 26 13:416 0:000 32 | 0F 50 54 23 08 00 A9 40 81 80 81 40 81 00 95 00 13:416 0:000 48 | B3 00 D1 C4 01 01 02 3A 80 18 71 38 2D 40 58 2C 13:416 0:000 64 | 45 00 A0 5A 00 00 00 1E 01 1D 00 72 51 D0 1E 20 13:416 0:000 80 | 6E 28 55 00 A0 5A 00 00 00 1E 00 00 00 FD 00 32 13:416 0:000 96 | 3C 1B 51 11 00 0A 20 20 20 20 20 20 00 00 00 FC 13:416 0:000 112 | 00 53 79 6E 63 4D 61 73 74 65 72 0A 20 20 01 87 13:416 0:000 mem_detected 402653184 13:416 0:000 read_nVidia_ROM 13:416 0:000 Using PRAMIN fixups 13:545 0:129 patch_nvidia_rom 13:545 0:000 version 62.92.42.00.08 13:545 0:000 nVidia GeForce 9600 GSO 384MB NV92 [10DE:0610] :: PcieRoot(0x0)\Pci(0x3,0x0)\Pci(0x0,0x0) => device #1 13:545 0:000 Nvidia: VideoPorts: undefined, default to: 2 13:545 0:000 devprop_add_nvidia_template 13:545 0:000 default NVCAP: 04000000-00000300-1C000000-00000007-00000000 13:545 0:000 HDA Controller [8086:3B56] :: PcieRoot(0x0)\Pci(0x1B,0x0) => setting specified layout-id=1 (0x1) 13:545 0:000 LAN Controller [10EC:8168] :: PcieRoot(0x0)\Pci(0x1C,0x5)\Pci(0x0,0x0) 13:545 0:000 RCBA access disabled; trying to enable 13:546 0:000 stringlength = 2098 13:546 0:000 CurrentMode: Width=1280 Height=720 13:546 0:000 Beginning FSInjection FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: DE851318 FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: DE851318 13:547 0:000 ** Warning: Your MLB is not suitable for iMessage(must be 17 chars long) ! 13:547 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other 13:547 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.11 13:547 0:000 Removed efi-boot-device-data variable: Not Found 13:547 0:000 Custom boot is disabled 13:547 0:000 Closing log Link to comment Share on other sites More sharing options...
Slice Posted April 29, 2016 Share Posted April 29, 2016 Here is the boot.log with LegacyRegion2Dxe.efi in /EFI/CLOVER/drivers64: 0:100 0:100 MemLog inited, TSC freq: 1873191816 0:100 0:000 LegacyRegion2: Chipset/proc: 0xD1308086 0:100 0:000 Unknown chipset 0:100 0:000 Test PAM1=(0x41=00, 0x5a=00, 0x81=00, 0x91=E0) at chipset D1308086 0:100 0:000 , Chipset not detected - exiting 0:115 0:015 BiosVideoDriverBindingStart! 0:115 0:000 BiosVideoCheckForVbe 0:115 0:000 EdidOverride not found 0:186 0:071 Edid1+ 0:186 0:000 found Detail Timing 2597x90 0:186 0:000 found Detail Timing 2645x90 0:186 0:000 found Detail Timing 2645x90 0:186 0:000 found Detail Timing 2645x90 0:257 0:071 Edid0+ 0:257 0:000 found Detail Timing 1920x1080 0:257 0:000 found Detail Timing 1280x720 0:303 0:045 0 640x480 attr=3BF - ok, edid+, 640x480, working, highest, pref=0 0:304 0:001 1 800x600 attr=3BF - ok, edid+, 800x600, working, highest, pref=1 0:312 0:008 2 1280x720 attr=3BF - ok, edid+, working, highest, pref=2 0:312 0:000 BV new mode: 2 1280x720 0:753 0:440 SetMode pref 2 (2) = Success 2:753 1:999 2:753 0:000 Now is 29.4.2016, 16:23:6 (GMT) 2:753 0:000 Starting Clover rev 3489 on CLOVER EFI 2:753 0:000 Build with: [Args: ./ebuild.sh | Command: build -D USE_LOW_EBDA -p Clover/Clover.dsc -a X64 -b RELEASE -t XCODE5 -n 5 | OS: 10.11.5 | XCODE: 7.3] 2:753 0:000 SelfDevicePath=PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(1,GPT,70B144FC-701B-45BE-91CE-26D1E706C7F8,0x800,0xC8000) @DE851818 2:753 0:000 SelfDirPath = \EFI\CLOVER 2:753 0:000 Total Memory Slots Count = 4 2:753 0:000 Type 17 Index = 0 2:753 0:000 SmbiosTable.Type17->Speed = 1333MHz 2:753 0:000 SmbiosTable.Type17->Size = 4096MB 2:753 0:000 SmbiosTable.Type17->Bank/Device = BANK0 DIMM0 2:753 0:000 SmbiosTable.Type17->Vendor = Manufacturer0 2:753 0:000 SmbiosTable.Type17->SerialNumber = SerNum0 2:753 0:000 SmbiosTable.Type17->PartNumber = PartNum0 2:753 0:000 Type 17 Index = 1 2:753 0:000 Ignoring insane frequency value 0MHz 2:753 0:000 SmbiosTable.Type17->Speed = 0MHz 2:753 0:000 SmbiosTable.Type17->Size = 0MB 2:753 0:000 SmbiosTable.Type17->Bank/Device = BANK1 DIMM1 2:753 0:000 SmbiosTable.Type17->Vendor = <null string> 2:753 0:000 SmbiosTable.Type17->SerialNumber = <null string> 2:753 0:000 SmbiosTable.Type17->PartNumber = <null string> 2:753 0:000 Type 17 Index = 2 2:753 0:000 Ignoring insane frequency value 0MHz 2:753 0:000 SmbiosTable.Type17->Speed = 0MHz 2:753 0:000 SmbiosTable.Type17->Size = 0MB 2:753 0:000 SmbiosTable.Type17->Bank/Device = BANK2 DIMM2 2:753 0:000 SmbiosTable.Type17->Vendor = <null string> 2:753 0:000 SmbiosTable.Type17->SerialNumber = <null string> 2:753 0:000 SmbiosTable.Type17->PartNumber = <null string> 2:753 0:000 Type 17 Index = 3 2:753 0:000 Ignoring insane frequency value 0MHz 2:753 0:000 SmbiosTable.Type17->Speed = 0MHz 2:753 0:000 SmbiosTable.Type17->Size = 0MB 2:753 0:000 SmbiosTable.Type17->Bank/Device = BANK3 DIMM3 2:753 0:000 SmbiosTable.Type17->Vendor = <null string> 2:753 0:000 SmbiosTable.Type17->SerialNumber = <null string> 2:753 0:000 SmbiosTable.Type17->PartNumber = <null string> 2:753 0:000 Boot status=0 2:753 0:000 Clover revision: 3489 running on System Product Name 2:753 0:000 ... with board P7H55 2:753 0:000 CPU Vendor = 756E6547 Model=106E5 2:753 0:000 got cores from CPUID_1 = 0 2:753 0:000 The CPU supported turbo 2:753 0:000 BrandString = Intel(R) Xeon(R) CPU L3426 @ 1.87GHz 2:753 0:000 FSBFrequency=133MHz DMIvalue=133330kHz 2:753 0:000 Corrected FSBFrequency=133MHz 2:753 0:000 Vendor/Model/Stepping: 0x756E6547/0x1E/0x5 2:753 0:000 Family/ExtFamily: 0x6/0x0 2:753 0:000 MaxDiv/MinDiv: 14.0/9 2:753 0:000 Turbo: 16/16/23/24 2:753 0:000 Features: 0xBFEBFBFF 2:753 0:000 Threads: 8 2:753 0:000 Cores: 4 2:753 0:000 FSB: 133 MHz 2:753 0:000 CPU: 1866 MHz 2:753 0:000 TSC: 1866 MHz 2:753 0:000 PIS: 533 MHz 2:753 0:000 PCI (00|00:00.00) : 8086 D130 class=060000 2:753 0:000 PCI (00|00:03.00) : 8086 D138 class=060400 2:753 0:000 PCI (00|01:00.00) : 10DE 0610 class=030000 2:753 0:000 Found NVidia model=GeForce 9600 GSO family #x 2:753 0:000 PCI (00|00:08.00) : 8086 D155 class=088000 2:753 0:000 PCI (00|00:08.01) : 8086 D156 class=088000 2:753 0:000 PCI (00|00:08.02) : 8086 D157 class=088000 2:753 0:000 PCI (00|00:08.03) : 8086 D158 class=088000 2:753 0:000 PCI (00|00:10.00) : 8086 D150 class=088000 2:753 0:000 PCI (00|00:10.01) : 8086 D151 class=088000 2:753 0:000 PCI (00|00:1A.00) : 8086 3B3C class=0C0320 2:753 0:000 PCI (00|00:1B.00) : 8086 3B56 class=040300 2:753 0:000 PCI (00|00:1C.00) : 8086 3B42 class=060400 2:753 0:000 PCI (00|00:1C.05) : 8086 3B4C class=060400 2:753 0:000 PCI (00|02:00.00) : 10EC 8168 class=020000 2:753 0:000 LAN 0, Vendor=10EC, MMIO=E800 2:753 0:000 PCI (00|00:1D.00) : 8086 3B34 class=0C0320 2:753 0:000 PCI (00|00:1E.00) : 8086 244E class=060401 2:753 0:000 PCI (00|00:1F.00) : 8086 3B06 class=060100 2:753 0:000 PCI (00|00:1F.02) : 8086 3B22 class=010601 2:753 0:000 PCI (00|00:1F.03) : 8086 3B30 class=0C0500 2:753 0:000 PCI (00|3F:00.00) : 8086 2C50 class=060000 2:753 0:000 PCI (00|3F:00.01) : 8086 2C81 class=060000 2:753 0:000 PCI (00|3F:02.00) : 8086 2C90 class=060000 2:753 0:000 PCI (00|3F:02.01) : 8086 2C91 class=060000 2:753 0:000 PCI (00|3F:03.00) : 8086 2C98 class=060000 2:753 0:000 PCI (00|3F:03.01) : 8086 2C99 class=060000 2:753 0:000 PCI (00|3F:03.02) : 8086 2C9A class=060000 2:753 0:000 PCI (00|3F:03.04) : 8086 2C9C class=060000 2:753 0:000 PCI (00|3F:04.00) : 8086 2CA0 class=060000 2:753 0:000 PCI (00|3F:04.01) : 8086 2CA1 class=060000 2:753 0:000 PCI (00|3F:04.02) : 8086 2CA2 class=060000 2:753 0:000 PCI (00|3F:04.03) : 8086 2CA3 class=060000 2:753 0:000 PCI (00|3F:05.00) : 8086 2CA8 class=060000 2:753 0:000 PCI (00|3F:05.01) : 8086 2CA9 class=060000 2:753 0:000 PCI (00|3F:05.02) : 8086 2CAA class=060000 2:753 0:000 PCI (00|3F:05.03) : 8086 2CAB class=060000 2:753 0:000 Clover load options size = 0 bytes 2:764 0:010 Using OEM config.plist at path: EFI\CLOVER\config.plist 2:764 0:000 EFI\CLOVER\config.plist loaded: Success 2:765 0:000 Found theme directory: embedded 2:765 0:000 Found theme directory: random 2:766 0:000 Found theme directory: bootcamp2.0 2:770 0:004 Found theme directory: dark 2:782 0:011 Found theme directory: El Capitan 2:785 0:002 Loading early settings 2:785 0:000 timeout set to 3 2:785 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 2:785 0:000 KextsToPatch: 1 requested 2:785 0:000 KextsToPatch 0: AppleAHCIPort (External icons patch) Kext bin patch, data len: 8 2:785 0:000 Default theme: bootcamp2.0 2:785 0:000 Hiding entries with string Game 2:785 0:000 Hiding entries with string Software 2:785 0:000 Hiding entries with string \EFI\BOOT\BOOTX32.EFI 2:785 0:000 Hiding entries with string Media 2:785 0:000 Hiding entries with string \EFI\BOOT\BOOTX64.EFI 2:785 0:000 CustomEDID ok 2:785 0:000 LoadDrivers() start 2:786 0:000 Loading FSInject-64.efi status=Success 2:793 0:007 Loading VBoxHfs-64.efi status=Success 2:794 0:000 - driver needs connecting 2:794 0:000 Loading NTFS.efi status=Success 2:796 0:001 - driver needs connecting 2:796 0:000 Loading LegacyRegion2Dxe.efi status=Success 2:796 0:000 LegacyRegion2: Chipset/proc: 0xD1308086 2:796 0:000 Unknown chipset 2:796 0:000 Test PAM1=(0x41=00, 0x5a=00, 0x81=00, 0x91=E0) at chipset D1308086 2:796 0:000 , Chipset not detected - exiting 2:797 0:000 Video bios patch requested or CustomEDID - forcing video reconnect 2:797 0:000 3 drivers needs connecting ... 2:797 0:000 PlatformDriverOverrideProtocol->GetDriver overriden 2:797 0:000 Video driver loaded: disconnect Success 2:973 0:176 VideoBiosPatchNativeFromEdid: 2:973 0:000 Bios: nVidia, nv_data_table_offset: 0x2BE, nv_data_table: 0xC02C0, std_vesa: 0xC7E28, nv_mode_table: 0xC7E2D, mode_table_size: 0x10 2:973 0:000 VideoBiosPatchInit(LegacyRegion = Not Found, LegacyRegion2 = Not Found) = Not Found 2:973 0:000 = not done. 2:982 0:008 BiosVideoDriverBindingStart! 2:982 0:000 BiosVideoCheckForVbe 2:982 0:000 EdidOverrideFound! 2:982 0:000 found Detail Timing 1920x1080 2:982 0:000 found Detail Timing 1280x720 3:027 0:045 0 640x480 attr=3BF - ok, edid+, 640x480, working, highest, pref=0 3:029 0:001 1 800x600 attr=3BF - ok, edid+, 800x600, working, highest, pref=1 3:037 0:008 2 1280x720 attr=3BF - ok, edid+, working, highest, pref=2 3:037 0:000 BV new mode: 2 1280x720 3:473 0:435 SetMode pref 2 (2) = Success 8:093 4:619 LoadDrivers() end 8:093 0:000 SetScreenResolution: 1920x1080 - not found! 8:093 0:000 Console modes reported: 4, available modes: 8:093 0:000 Mode 1: 80x25 8:093 0:000 Mode 3: 100x31 8:093 0:000 Mode 4: 160x37 (current mode) 8:093 0:000 SetScreenResolution: 1280x720 - already set 8:093 0:000 reinit: self device path=PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(1,GPT,70B144FC-701B-45BE-91CE-26D1E706C7F8,0x800,0xC8000) 8:094 0:001 ScanSPD() start 8:094 0:000 SMBus CmdReg: 0x103 8:094 0:000 Scanning SMBus [8086:3B30], mmio: 0xF3FFC004, ioport: 0x400, hostc: 0x1 8:094 0:000 Slots to scan [8]... 8:095 0:000 SPD[0]: Type 11 @0x50 8:114 0:018 DDR speed 1333MHz 8:114 0:000 Slot: 0 Type 24 4096MB 1333MHz Vendor=Kingston PartNo=99P5474-014.A00LF SerialNo=0809010C0E0C070B 8:115 0:001 ScanSPD() end 8:115 0:000 Get Acpi Tables List from RSDT: 8:115 0:000 Found table: FACP TC-5H len=132 8:115 0:000 Found table: SLIC TC-5H len=374 8:115 0:000 Found table: APIC APIC1349 len=204 8:115 0:000 Found table: MCFG OEMMCFG len=60 8:115 0:000 Found table: OEMB OEMB1349 len=114 8:115 0:000 Found table: HPET OEMHPET len=56 8:115 0:000 Found table: SSDT CpuPm len=867 8:115 0:000 Calibrated TSC frequency =1873191816 =1873MHz 8:115 0:000 Loading main settings 8:115 0:000 Config set Fixes will override FixMask mask! 8:115 0:000 final mask=00008071 8:115 0:000 Config set ChassisType=0x6 8:115 0:000 Config set CpuType=501 8:116 0:000 found 11 volumes with blockIO 8:116 0:000 0. Volume: 8:116 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0) 8:116 0:000 Result of bootcode detection: bootable unknown (legacy) 8:116 0:000 1. Volume: 8:116 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0) 8:116 0:000 Result of bootcode detection: bootable unknown (legacy) 8:116 0:000 2. Volume: 8:116 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,MBR,0xF0B1EBB0,0x3F,0x594DD5C) 8:117 0:000 Result of bootcode detection: bootable Windows (vista,win) 8:117 0:000 3. Volume: 8:117 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(2,MBR,0xF0B1EBB0,0x594E000,0xE3800) 8:117 0:000 Result of bootcode detection: bootable Windows (vista,win) 8:117 0:000 4. Volume: 8:117 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(3,MBR,0xF0B1EBB0,0x5A31884,0x12940F05) 8:117 0:000 Result of bootcode detection: bootable Windows (vista,win) 8:117 0:000 hiding this volume 8:117 0:000 5. Volume: 8:117 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(4,MBR,0xF0B1EBB0,0x183727CA,0x5C392537) 8:118 0:000 Result of bootcode detection: bootable Windows (vista,win) 8:118 0:000 hiding this volume 8:118 0:000 6. Volume: 8:118 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(1,GPT,70B144FC-701B-45BE-91CE-26D1E706C7F8,0x800,0xC8000) 8:118 0:000 Result of bootcode detection: bootable Clover (clover) 8:118 0:000 This is SelfVolume !! 8:118 0:000 7. Volume: 8:118 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(2,GPT,CDEC99F5-8FC6-42F2-B8F1-7E7520E71EEF,0x12C028,0xDED13F99) 8:118 0:000 Result of bootcode detection: bootable Windows (vista,win) 8:118 0:000 8. Volume: 8:118 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(3,GPT,DE87B7C7-4736-48D7-89C6-11282188B802,0xDEE40000,0x7690B68) 8:119 0:000 9. Volume: 8:119 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(4,GPT,76E05E07-7782-437A-B27C-3D00139A39C2,0xE64D0B68,0x135F20) 8:120 0:000 10. Volume: 8:120 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(5,GPT,AC2C71FD-2EE7-44F1-A279-ADD243C3D7CD,0xE6606A8D,0x2800A34) 8:172 0:052 Result of bootcode detection: bootable Windows (vista,win) 8:172 0:000 hiding this volume 8:262 0:089 PutNvramPlistToRtVars: nvram.plist not found 8:285 0:023 Using theme 'bootcamp2.0' (EFI\CLOVER\themes\bootcamp2.0) 8:285 0:000 OS main and drive as badge 8:293 0:007 Choosing theme bootcamp2.0 8:293 0:000 Custom entries start 8:293 0:000 Custom entries finish 8:293 0:000 Scanning loaders... 8:293 0:000 0: 'Whole Disc Boot' no file system 8:293 0:000 1: 'Whole Disc Boot' no file system 8:293 0:000 2: 'Windows 10' 8:336 0:043 3: '' 8:366 0:029 4: 'Media' hidden 8:366 0:000 5: 'Game' hidden 8:366 0:000 6: 'EFI' 8:397 0:031 7: 'Storage' 8:435 0:038 8: 'El Capitan' 8:492 0:057 AddLoaderEntry for Volume Name=El Capitan 8:528 0:035 Check if volume Is Hibernated: 8:528 0:000 Check sleep image 'by signature': 8:568 0:040 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success 8:568 0:000 SleepImage name from pref: ImageVolume = 'El Capitan', ImageName = '\private\var\vm\sleepimage' 8:599 0:030 sleepimage not found -> Not Found 8:599 0:000 hibernated: no - sign 8:754 0:155 9: 'Recovery HD' 8:755 0:000 AddLoaderEntry for Volume Name=Recovery HD 8:795 0:040 10: 'Software' hidden 8:795 0:000 Custom legacy start 8:795 0:000 Custom legacy 0 matching "Windows 10" ... 8:795 0:000 Checking volume "Whole Disc Boot" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)) ... skipped because volume is not legacy bootable 8:795 0:000 Checking volume "Whole Disc Boot" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)) ... skipped because volume is not legacy bootable 8:795 0:000 Checking volume "Windows 10" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,MBR,0xF0B1EBB0,0x3F,0x594DD5C)) ... added 'Windows 10' OSType=2 Icon=vista,win 8:798 0:003 match! 8:798 0:000 Checking volume "" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(2,MBR,0xF0B1EBB0,0x594E000,0xE3800)) ... skipped 8:798 0:000 Checking volume "Media" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(3,MBR,0xF0B1EBB0,0x5A31884,0x12940F05)) ... skipped because volume is hidden 8:798 0:000 Checking volume "Game" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(4,MBR,0xF0B1EBB0,0x183727CA,0x5C392537)) ... skipped because volume is hidden 8:798 0:000 Checking volume "EFI" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(1,GPT,70B144FC-701B-45BE-91CE-26D1E706C7F8,0x800,0xC8000)) ... skipped 8:798 0:000 Checking volume "Storage" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(2,GPT,CDEC99F5-8FC6-42F2-B8F1-7E7520E71EEF,0x12C028,0xDED13F99)) ... skipped 8:798 0:000 Checking volume "El Capitan" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(3,GPT,DE87B7C7-4736-48D7-89C6-11282188B802,0xDEE40000,0x7690B68)) ... skipped because volume is not legacy bootable 8:798 0:000 Checking volume "Recovery HD" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(4,GPT,76E05E07-7782-437A-B27C-3D00139A39C2,0xE64D0B68,0x135F20)) ... skipped because volume is not legacy bootable 8:798 0:000 Checking volume "Software" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(5,GPT,AC2C71FD-2EE7-44F1-A279-ADD243C3D7CD,0xE6606A8D,0x2800A34)) ... skipped because volume is hidden 8:798 0:000 Custom legacy end 8:798 0:000 Custom tool start 8:798 0:000 Custom tool end 8:836 0:037 found tool \EFI\CLOVER\tools\Shell64U.efi 8:836 0:000 Checking EFI partition Volume 6 for Clover 8:836 0:000 Found Clover 8:840 0:003 GetEfiBootDeviceFromNvram: efi-boot-device-data not found 8:840 0:000 EfiBootVolume not found 8:840 0:000 found entry 0. 'Boot Mac OS X from El Capitan', Volume 'El Capitan', DevicePath 'PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(3,GPT,DE87B7C7-4736-48D7-89C6-11282188B802,0xDEE40000,0x7690B68)\System\Library\CoreServices\boot.efi' 8:840 0:000 DefaultIndex=0 and MainMenu.EntryCount=9 8:840 0:000 SetScreenResolution: 1280x720 - already set 9:030 0:190 Found Mouse device: 9:033 0:002 GUI ready 13:234 4:200 StartLoader() start 13:234 0:000 Entry->Settings: <null string> 13:234 0:000 Finally: Bus=133799kHz CPU=1873MHz 13:234 0:000 KernelAndKextPatches copyed to started entry 13:234 0:000 Kernel and Kext Patches at DEC9A8B8: 13:234 0:000 Allowed: y 13:234 0:000 Debug: n 13:234 0:000 KernelCpu: n 13:234 0:000 Lapic: n 13:234 0:000 Haswell-E: n 13:234 0:000 AICPUPM: y 13:234 0:000 AppleRTC: y 13:234 0:000 KernelPm: y 13:234 0:000 FakeCPUID: 0x0 13:234 0:000 ATIController: null 13:234 0:000 ATIDataLength: 0 13:234 0:000 0 Kexts to load 13:234 0:000 1 Kexts to patch 13:234 0:000 KextPatch[0]: 8 bytes, AppleAHCIPort 13:234 0:000 Loading boot.efi status=Success 13:410 0:176 GetOSVersion: : 10.11.4 13:410 0:000 insert table 9 for dev 0:0 13:410 0:000 insert table 9 for dev 0:0 13:412 0:001 Channels: 1 13:412 0:000 Interleave: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 13:412 0:000 SMBIOS Type 17 Index = 0 => 0 0: 13:412 0:000 DIMM1 1333MHz 4096MB 13:412 0:000 mTotalSystemMemory = 4096 13:412 0:000 SMBIOS Type 17 Index = 1 => 1 1: 13:412 0:000 DIMM2 EMPTY 13:412 0:000 SMBIOS Type 17 Index = 2 => 2 2: 13:412 0:000 DIMM3 EMPTY 13:412 0:000 SMBIOS Type 17 Index = 3 => 3 3: 13:412 0:000 DIMM4 EMPTY 13:412 0:000 NumberOfMemoryDevices = 4 13:412 0:000 Type20[0]->End = 0x3FFFFF, Type17[0] = 0x1000 13:412 0:000 RSDT 0xDF770000 13:412 0:000 FADT from RSDT: 0xDF770200 13:412 0:000 XSDT 0xDF770100 13:412 0:000 FADT from XSDT: 0xDF770290 13:412 0:000 Xsdt reallocation done 13:412 0:000 old FADT length=F4 13:413 0:000 Apply DsdtFixMask=0x00008071 old way 13:413 0:000 drop _DSM mask=0x0000 13:413 0:000 ========= Auto patch DSDT Starting ======== 13:413 0:000 VideoCard devID=0x61010DE 13:413 0:000 DisplayADR1[0] = 0x30000, DisplayADR2[0] = 0x0 13:413 0:000 USBADR[0] = 0x1A0000 and PCIe = 0xFFFE 13:413 0:000 Audio HDA (addr:0x1B0000) setting specified layout-id=1 (0x1) 13:413 0:000 USBADR[1] = 0x1D0000 and PCIe = 0xFFFE 13:414 0:000 first CPU found at 2B offset 2E 13:414 0:000 score candidate at 27 13:414 0:000 score inserted in acpi_cpu_score _PR_ 13:414 0:000 Found ACPI CPU: P001 And P002 And P003 And P004 And P005 And P006 And P007 And P008 And P009 And P010 And P011 And P012 And P013 And P014 And P015 And P016 within the score: _PR_ 13:414 0:000 Found PCIROOTUID = 0 13:414 0:000 Start RTC Fix 13:414 0:000 found RTC had IRQNoFlag will move -3 bytes 13:414 0:000 ...len=94A0 13:414 0:000 new size written to 133E shift=0 len=94A0 13:414 0:000 len after correct outers 94A0 13:414 0:000 Start TMR Fix 13:414 0:000 Start PIC Fix 13:414 0:000 PIC size=2B at 129A 13:414 0:000 found PIC had IRQNoFlag will move -3 bytes 13:414 0:000 Fix Device PIC size -3 13:414 0:000 Start HPET Fix 13:415 0:000 Start LPCB Fix 13:415 0:000 found LPCB device NAME(_ADR,0x001F0000) at 10F6 And Name is SBRG 13:415 0:000 Name SBRG present at 0x10F6, renaming to LPCB 13:415 0:000 Name SBRG present at 0x1171, renaming to LPCB 13:415 0:000 Name SBRG present at 0x1188, renaming to LPCB 13:415 0:000 Name SBRG present at 0x1F8B, renaming to LPCB 13:415 0:000 Name SBRG present at 0x27FD, renaming to LPCB 13:415 0:000 Name SBRG present at 0x514B, renaming to LPCB 13:415 0:000 Name SBRG present at 0x5165, renaming to LPCB 13:415 0:000 Name SBRG present at 0x517F, renaming to LPCB 13:415 0:000 Name SBRG present at 0x5307, renaming to LPCB 13:415 0:000 Name SBRG present at 0x54AE, renaming to LPCB 13:415 0:000 Name SBRG present at 0x6253, renaming to LPCB 13:415 0:000 Name SBRG present at 0x647D, renaming to LPCB 13:415 0:000 Name SBRG present at 0x660D, renaming to LPCB 13:415 0:000 Name SBRG present at 0x68D4, renaming to LPCB 13:415 0:000 Name SBRG present at 0x69C9, renaming to LPCB 13:415 0:000 Name SBRG present at 0x6CD2, renaming to LPCB 13:415 0:000 Name SBRG present at 0x6CEB, renaming to LPCB 13:415 0:000 Name SBRG present at 0x6D03, renaming to LPCB 13:415 0:000 Name SBRG present at 0x6D1F, renaming to LPCB 13:415 0:000 Name SBRG present at 0x6D3A, renaming to LPCB 13:415 0:000 Name SBRG present at 0x6D52, renaming to LPCB 13:415 0:000 Name SBRG present at 0x6D69, renaming to LPCB 13:415 0:000 Name SBRG present at 0x6DA4, renaming to LPCB 13:415 0:000 Name SBRG present at 0x74AF, renaming to LPCB 13:415 0:000 Name SBRG present at 0x74CA, renaming to LPCB 13:415 0:000 Name SBRG present at 0x7F0F, renaming to LPCB 13:415 0:000 Name SBRG present at 0x8C03, renaming to LPCB 13:415 0:000 Name SBRG present at 0x938C, renaming to LPCB 13:415 0:000 Name SBRG present at 0x93B0, renaming to LPCB 13:415 0:000 Name SBRG present at 0x93CB, renaming to LPCB 13:415 0:000 Name SBRG present at 0x93EF, renaming to LPCB 13:415 0:000 patch HDEF in DSDT 13:415 0:000 Start HDA Fix 13:416 0:000 Start Add Device HDEF 13:416 0:000 ========= Auto patch DSDT Finished ======== 13:416 0:000 Patch table: SSDT CpuPm 13:416 0:000 SSDT len = 0x363 13:416 0:000 Drop tables from Xsdt, SIGN=XXXX TableID= Length=0 13:416 0:000 Xsdt has tables count=7 13:416 0:000 corrected XSDT length=92 13:416 0:000 CPUBase=1 and ApicCPUBase=1 ApicCPUNum=16 13:416 0:000 EdidDiscovered size=128 13:416 0:000 00 | 00 FF FF FF FF FF FF 00 4C 2D 57 06 33 32 48 57 13:416 0:000 16 | 29 14 01 03 80 10 09 78 2A EE 91 A3 54 4C 99 26 13:416 0:000 32 | 0F 50 54 23 08 00 A9 40 81 80 81 40 81 00 95 00 13:416 0:000 48 | B3 00 D1 C4 01 01 02 3A 80 18 71 38 2D 40 58 2C 13:416 0:000 64 | 45 00 A0 5A 00 00 00 1E 01 1D 00 72 51 D0 1E 20 13:416 0:000 80 | 6E 28 55 00 A0 5A 00 00 00 1E 00 00 00 FD 00 32 13:416 0:000 96 | 3C 1B 51 11 00 0A 20 20 20 20 20 20 00 00 00 FC 13:416 0:000 112 | 00 53 79 6E 63 4D 61 73 74 65 72 0A 20 20 01 87 13:416 0:000 mem_detected 402653184 13:416 0:000 read_nVidia_ROM 13:416 0:000 Using PRAMIN fixups 13:545 0:129 patch_nvidia_rom 13:545 0:000 version 62.92.42.00.08 13:545 0:000 nVidia GeForce 9600 GSO 384MB NV92 [10DE:0610] :: PcieRoot(0x0)\Pci(0x3,0x0)\Pci(0x0,0x0) => device #1 13:545 0:000 Nvidia: VideoPorts: undefined, default to: 2 13:545 0:000 devprop_add_nvidia_template 13:545 0:000 default NVCAP: 04000000-00000300-1C000000-00000007-00000000 13:545 0:000 HDA Controller [8086:3B56] :: PcieRoot(0x0)\Pci(0x1B,0x0) => setting specified layout-id=1 (0x1) 13:545 0:000 LAN Controller [10EC:8168] :: PcieRoot(0x0)\Pci(0x1C,0x5)\Pci(0x0,0x0) 13:545 0:000 RCBA access disabled; trying to enable 13:546 0:000 stringlength = 2098 13:546 0:000 CurrentMode: Width=1280 Height=720 13:546 0:000 Beginning FSInjection FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: DE851318 FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: DE851318 13:547 0:000 ** Warning: Your MLB is not suitable for iMessage(must be 17 chars long) ! 13:547 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other 13:547 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.11 13:547 0:000 Removed efi-boot-device-data variable: Not Found 13:547 0:000 Custom boot is disabled 13:547 0:000 Closing log OK, test this driver LegacyRegion2Dxe.efi.zip Link to comment Share on other sites More sharing options...
benww Posted April 29, 2016 Share Posted April 29, 2016 (edited) OK, test this driver LegacyRegion2Dxe.efi.zip The patch part in the boot.log is different, but still 1280x720 in Clover. Maybe I should try InjectEDID now? Here is the boot.log: 0:100 0:100 MemLog inited, TSC freq: 1873197216 0:100 0:000 LegacyRegion2: Chipset/proc: 0xD1308086 0:100 0:000 Unknown chipset 0:100 0:000 Test PAM1=(0x41=00, 0x5a=00, 0x81=00, 0x91=E0) at chipset D1308086 0:100 0:000 , Chipset not detected - exiting 0:115 0:015 BiosVideoDriverBindingStart! 0:115 0:000 BiosVideoCheckForVbe 0:115 0:000 EdidOverride not found 0:186 0:071 Edid1+ 0:186 0:000 found Detail Timing 2597x90 0:186 0:000 found Detail Timing 2645x90 0:186 0:000 found Detail Timing 2645x90 0:186 0:000 found Detail Timing 2645x90 0:257 0:071 Edid0+ 0:257 0:000 found Detail Timing 1920x1080 0:257 0:000 found Detail Timing 1280x720 0:302 0:045 0 640x480 attr=3BF - ok, edid+, 640x480, working, highest, pref=0 0:304 0:001 1 800x600 attr=3BF - ok, edid+, 800x600, working, highest, pref=1 0:312 0:008 2 1280x720 attr=3BF - ok, edid+, working, highest, pref=2 0:312 0:000 BV new mode: 2 1280x720 0:754 0:442 SetMode pref 2 (2) = Success 2:773 2:018 2:773 0:000 Now is 29.4.2016, 16:56:49 (GMT) 2:773 0:000 Starting Clover rev 3489 on CLOVER EFI 2:773 0:000 Build with: [Args: ./ebuild.sh | Command: build -D USE_LOW_EBDA -p Clover/Clover.dsc -a X64 -b RELEASE -t XCODE5 -n 5 | OS: 10.11.5 | XCODE: 7.3] 2:773 0:000 SelfDevicePath=PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(1,GPT,70B144FC-701B-45BE-91CE-26D1E706C7F8,0x800,0xC8000) @DE851818 2:773 0:000 SelfDirPath = \EFI\CLOVER 2:773 0:000 Total Memory Slots Count = 4 2:773 0:000 Type 17 Index = 0 2:773 0:000 SmbiosTable.Type17->Speed = 1333MHz 2:773 0:000 SmbiosTable.Type17->Size = 4096MB 2:773 0:000 SmbiosTable.Type17->Bank/Device = BANK0 DIMM0 2:773 0:000 SmbiosTable.Type17->Vendor = Manufacturer0 2:773 0:000 SmbiosTable.Type17->SerialNumber = SerNum0 2:773 0:000 SmbiosTable.Type17->PartNumber = PartNum0 2:773 0:000 Type 17 Index = 1 2:773 0:000 Ignoring insane frequency value 0MHz 2:773 0:000 SmbiosTable.Type17->Speed = 0MHz 2:773 0:000 SmbiosTable.Type17->Size = 0MB 2:773 0:000 SmbiosTable.Type17->Bank/Device = BANK1 DIMM1 2:773 0:000 SmbiosTable.Type17->Vendor = <null string> 2:773 0:000 SmbiosTable.Type17->SerialNumber = <null string> 2:773 0:000 SmbiosTable.Type17->PartNumber = <null string> 2:773 0:000 Type 17 Index = 2 2:773 0:000 Ignoring insane frequency value 0MHz 2:773 0:000 SmbiosTable.Type17->Speed = 0MHz 2:773 0:000 SmbiosTable.Type17->Size = 0MB 2:773 0:000 SmbiosTable.Type17->Bank/Device = BANK2 DIMM2 2:773 0:000 SmbiosTable.Type17->Vendor = <null string> 2:773 0:000 SmbiosTable.Type17->SerialNumber = <null string> 2:773 0:000 SmbiosTable.Type17->PartNumber = <null string> 2:773 0:000 Type 17 Index = 3 2:773 0:000 Ignoring insane frequency value 0MHz 2:773 0:000 SmbiosTable.Type17->Speed = 0MHz 2:773 0:000 SmbiosTable.Type17->Size = 0MB 2:773 0:000 SmbiosTable.Type17->Bank/Device = BANK3 DIMM3 2:773 0:000 SmbiosTable.Type17->Vendor = <null string> 2:773 0:000 SmbiosTable.Type17->SerialNumber = <null string> 2:773 0:000 SmbiosTable.Type17->PartNumber = <null string> 2:773 0:000 Boot status=0 2:773 0:000 Clover revision: 3489 running on System Product Name 2:773 0:000 ... with board P7H55 2:773 0:000 CPU Vendor = 756E6547 Model=106E5 2:773 0:000 got cores from CPUID_1 = 0 2:773 0:000 The CPU supported turbo 2:773 0:000 BrandString = Intel(R) Xeon(R) CPU L3426 @ 1.87GHz 2:773 0:000 FSBFrequency=133MHz DMIvalue=133330kHz 2:773 0:000 Corrected FSBFrequency=133MHz 2:773 0:000 Vendor/Model/Stepping: 0x756E6547/0x1E/0x5 2:773 0:000 Family/ExtFamily: 0x6/0x0 2:773 0:000 MaxDiv/MinDiv: 14.0/9 2:773 0:000 Turbo: 16/16/23/24 2:773 0:000 Features: 0xBFEBFBFF 2:773 0:000 Threads: 8 2:773 0:000 Cores: 4 2:773 0:000 FSB: 133 MHz 2:773 0:000 CPU: 1866 MHz 2:773 0:000 TSC: 1866 MHz 2:773 0:000 PIS: 533 MHz 2:773 0:000 PCI (00|00:00.00) : 8086 D130 class=060000 2:773 0:000 PCI (00|00:03.00) : 8086 D138 class=060400 2:773 0:000 PCI (00|01:00.00) : 10DE 0610 class=030000 2:773 0:000 Found NVidia model=GeForce 9600 GSO family #x 2:773 0:000 PCI (00|00:08.00) : 8086 D155 class=088000 2:773 0:000 PCI (00|00:08.01) : 8086 D156 class=088000 2:773 0:000 PCI (00|00:08.02) : 8086 D157 class=088000 2:773 0:000 PCI (00|00:08.03) : 8086 D158 class=088000 2:773 0:000 PCI (00|00:10.00) : 8086 D150 class=088000 2:773 0:000 PCI (00|00:10.01) : 8086 D151 class=088000 2:773 0:000 PCI (00|00:1A.00) : 8086 3B3C class=0C0320 2:773 0:000 PCI (00|00:1B.00) : 8086 3B56 class=040300 2:773 0:000 PCI (00|00:1C.00) : 8086 3B42 class=060400 2:773 0:000 PCI (00|00:1C.05) : 8086 3B4C class=060400 2:773 0:000 PCI (00|02:00.00) : 10EC 8168 class=020000 2:773 0:000 LAN 0, Vendor=10EC, MMIO=E800 2:774 0:000 PCI (00|00:1D.00) : 8086 3B34 class=0C0320 2:774 0:000 PCI (00|00:1E.00) : 8086 244E class=060401 2:774 0:000 PCI (00|00:1F.00) : 8086 3B06 class=060100 2:774 0:000 PCI (00|00:1F.02) : 8086 3B22 class=010601 2:774 0:000 PCI (00|00:1F.03) : 8086 3B30 class=0C0500 2:774 0:000 PCI (00|3F:00.00) : 8086 2C50 class=060000 2:774 0:000 PCI (00|3F:00.01) : 8086 2C81 class=060000 2:774 0:000 PCI (00|3F:02.00) : 8086 2C90 class=060000 2:774 0:000 PCI (00|3F:02.01) : 8086 2C91 class=060000 2:774 0:000 PCI (00|3F:03.00) : 8086 2C98 class=060000 2:774 0:000 PCI (00|3F:03.01) : 8086 2C99 class=060000 2:774 0:000 PCI (00|3F:03.02) : 8086 2C9A class=060000 2:774 0:000 PCI (00|3F:03.04) : 8086 2C9C class=060000 2:774 0:000 PCI (00|3F:04.00) : 8086 2CA0 class=060000 2:774 0:000 PCI (00|3F:04.01) : 8086 2CA1 class=060000 2:774 0:000 PCI (00|3F:04.02) : 8086 2CA2 class=060000 2:774 0:000 PCI (00|3F:04.03) : 8086 2CA3 class=060000 2:774 0:000 PCI (00|3F:05.00) : 8086 2CA8 class=060000 2:774 0:000 PCI (00|3F:05.01) : 8086 2CA9 class=060000 2:774 0:000 PCI (00|3F:05.02) : 8086 2CAA class=060000 2:774 0:000 PCI (00|3F:05.03) : 8086 2CAB class=060000 2:774 0:000 Clover load options size = 0 bytes 2:784 0:010 Using OEM config.plist at path: EFI\CLOVER\config.plist 2:785 0:000 EFI\CLOVER\config.plist loaded: Success 2:785 0:000 Found theme directory: embedded 2:785 0:000 Found theme directory: random 2:786 0:000 Found theme directory: bootcamp2.0 2:791 0:004 Found theme directory: dark 2:802 0:011 Found theme directory: El Capitan 2:805 0:002 Loading early settings 2:805 0:000 timeout set to 3 2:805 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 2:805 0:000 KextsToPatch: 1 requested 2:805 0:000 KextsToPatch 0: AppleAHCIPort (External icons patch) Kext bin patch, data len: 8 2:805 0:000 Default theme: bootcamp2.0 2:805 0:000 Hiding entries with string Game 2:805 0:000 Hiding entries with string Software 2:805 0:000 Hiding entries with string \EFI\BOOT\BOOTX32.EFI 2:805 0:000 Hiding entries with string Media 2:805 0:000 Hiding entries with string \EFI\BOOT\BOOTX64.EFI 2:805 0:000 CustomEDID ok 2:805 0:000 LoadDrivers() start 2:806 0:000 Loading FSInject-64.efi status=Success 2:814 0:007 Loading VBoxHfs-64.efi status=Success 2:815 0:000 - driver needs connecting 2:815 0:000 Loading NTFS.efi status=Success 2:816 0:001 - driver needs connecting 2:816 0:000 Loading LegacyRegion2Dxe-2.efi status=Success 2:817 0:000 LegacyRegion2: Chipset/proc: 0xD1308086 2:817 0:000 Core i7 processors (PAM 0x40-0x47) 2:817 0:000 Test PAM1=(0x41=11, 0x5a=00, 0x81=0D, 0x91=11) at chipset D1308086 2:817 0:000 , Install = Success 2:817 0:000 Video bios patch requested or CustomEDID - forcing video reconnect 2:817 0:000 3 drivers needs connecting ... 2:817 0:000 PlatformDriverOverrideProtocol->GetDriver overriden 2:817 0:000 Video driver loaded: disconnect Success 2:994 0:177 VideoBiosPatchNativeFromEdid: 2:995 0:000 Bios: nVidia, nv_data_table_offset: 0x2BE, nv_data_table: 0xC02C0, std_vesa: 0xC7E28, nv_mode_table: 0xC7E2D, mode_table_size: 0x10 2:995 0:000 VideoBiosPatchInit(LegacyRegion = Not Found, LegacyRegion2 = Success) = Success 2:995 0:000 VideoBiosUnlock: unlocked 2:995 0:000 Patching: BT_NVDA 2:995 0:000 Parse Edid: descriptor block 0 is timing descriptor (h_active: 1920, v_active: 1080, h_sync_offset: 88, h_sync_width: 44, h_blanking: 280, v_blanking: 45, pixel_clock: 14850, v_sync_offset: 4, v_sync_width: 5) 2:995 0:000 patch 0: patched 1 time(s) 2:995 0:000 patch 1: patched 1 time(s) 2:996 0:000 patch 2: patched 1 time(s) 2:996 0:000 patch 3: patched 1 time(s) 2:996 0:000 VideoBiosLock: Success 3:004 0:008 BiosVideoDriverBindingStart! 3:004 0:000 BiosVideoCheckForVbe 3:004 0:000 EdidOverrideFound! 3:004 0:000 found Detail Timing 1920x1080 3:004 0:000 found Detail Timing 1280x720 3:050 0:045 0 640x480 attr=3BF - ok, edid+, 640x480, working, highest, pref=0 3:052 0:001 1 800x600 attr=3BF - ok, edid+, 800x600, working, highest, pref=1 3:060 0:008 2 1280x720 attr=3BF - ok, edid+, working, highest, pref=2 3:060 0:000 BV new mode: 2 1280x720 3:494 0:434 SetMode pref 2 (2) = Success 8:083 4:588 LoadDrivers() end 8:083 0:000 SetScreenResolution: 1920x1080 - not found! 8:083 0:000 Console modes reported: 4, available modes: 8:083 0:000 Mode 1: 80x25 8:083 0:000 Mode 3: 100x31 8:083 0:000 Mode 4: 160x37 (current mode) 8:083 0:000 SetScreenResolution: 1280x720 - already set 8:083 0:000 reinit: self device path=PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(1,GPT,70B144FC-701B-45BE-91CE-26D1E706C7F8,0x800,0xC8000) 8:085 0:001 ScanSPD() start 8:085 0:000 SMBus CmdReg: 0x103 8:085 0:000 Scanning SMBus [8086:3B30], mmio: 0xF3FFC004, ioport: 0x400, hostc: 0x1 8:085 0:000 Slots to scan [8]... 8:085 0:000 SPD[0]: Type 11 @0x50 8:104 0:018 DDR speed 1333MHz 8:104 0:000 Slot: 0 Type 24 4096MB 1333MHz Vendor=Kingston PartNo=99P5474-014.A00LF SerialNo=0809010C0E0C070B 8:105 0:001 ScanSPD() end 8:105 0:000 Get Acpi Tables List from RSDT: 8:105 0:000 Found table: FACP TC-5H len=132 8:105 0:000 Found table: SLIC TC-5H len=374 8:105 0:000 Found table: APIC APIC1349 len=204 8:105 0:000 Found table: MCFG OEMMCFG len=60 8:105 0:000 Found table: OEMB OEMB1349 len=114 8:105 0:000 Found table: HPET OEMHPET len=56 8:105 0:000 Found table: SSDT CpuPm len=867 8:105 0:000 Calibrated TSC frequency =1873197216 =1873MHz 8:106 0:000 Loading main settings 8:106 0:000 Config set Fixes will override FixMask mask! 8:106 0:000 final mask=00008071 8:106 0:000 Config set ChassisType=0x6 8:106 0:000 Config set CpuType=501 8:106 0:000 found 11 volumes with blockIO 8:106 0:000 0. Volume: 8:106 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0) 8:106 0:000 Result of bootcode detection: bootable unknown (legacy) 8:106 0:000 1. Volume: 8:106 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0) 8:107 0:000 Result of bootcode detection: bootable unknown (legacy) 8:107 0:000 2. Volume: 8:107 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,MBR,0xF0B1EBB0,0x3F,0x594DD5C) 8:107 0:000 Result of bootcode detection: bootable Windows (vista,win) 8:107 0:000 3. Volume: 8:107 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(2,MBR,0xF0B1EBB0,0x594E000,0xE3800) 8:107 0:000 Result of bootcode detection: bootable Windows (vista,win) 8:107 0:000 4. Volume: 8:107 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(3,MBR,0xF0B1EBB0,0x5A31884,0x12940F05) 8:108 0:000 Result of bootcode detection: bootable Windows (vista,win) 8:108 0:000 hiding this volume 8:108 0:000 5. Volume: 8:108 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(4,MBR,0xF0B1EBB0,0x183727CA,0x5C392537) 8:108 0:000 Result of bootcode detection: bootable Windows (vista,win) 8:108 0:000 hiding this volume 8:108 0:000 6. Volume: 8:108 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(1,GPT,70B144FC-701B-45BE-91CE-26D1E706C7F8,0x800,0xC8000) 8:109 0:000 Result of bootcode detection: bootable Clover (clover) 8:109 0:000 This is SelfVolume !! 8:109 0:000 7. Volume: 8:109 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(2,GPT,CDEC99F5-8FC6-42F2-B8F1-7E7520E71EEF,0x12C028,0xDED13F99) 8:109 0:000 Result of bootcode detection: bootable Windows (vista,win) 8:109 0:000 8. Volume: 8:109 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(3,GPT,DE87B7C7-4736-48D7-89C6-11282188B802,0xDEE40000,0x7690B68) 8:110 0:000 9. Volume: 8:110 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(4,GPT,76E05E07-7782-437A-B27C-3D00139A39C2,0xE64D0B68,0x135F20) 8:110 0:000 10. Volume: 8:110 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(5,GPT,AC2C71FD-2EE7-44F1-A279-ADD243C3D7CD,0xE6606A8D,0x2800A34) 8:162 0:051 Result of bootcode detection: bootable Windows (vista,win) 8:162 0:000 hiding this volume 8:262 0:099 PutNvramPlistToRtVars: nvram.plist not found 8:285 0:023 Using theme 'bootcamp2.0' (EFI\CLOVER\themes\bootcamp2.0) 8:285 0:000 OS main and drive as badge 8:293 0:007 Choosing theme bootcamp2.0 8:293 0:000 Custom entries start 8:293 0:000 Custom entries finish 8:293 0:000 Scanning loaders... 8:293 0:000 0: 'Whole Disc Boot' no file system 8:293 0:000 1: 'Whole Disc Boot' no file system 8:293 0:000 2: 'Windows 10' 8:336 0:042 3: '' 8:365 0:029 4: 'Media' hidden 8:365 0:000 5: 'Game' hidden 8:365 0:000 6: 'EFI' 8:397 0:031 7: 'Storage' 8:444 0:046 8: 'El Capitan' 8:503 0:058 AddLoaderEntry for Volume Name=El Capitan 8:538 0:035 Check if volume Is Hibernated: 8:538 0:000 Check sleep image 'by signature': 8:578 0:040 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success 8:578 0:000 SleepImage name from pref: ImageVolume = 'El Capitan', ImageName = '\private\var\vm\sleepimage' 8:609 0:030 sleepimage not found -> Not Found 8:609 0:000 hibernated: no - sign 8:765 0:155 9: 'Recovery HD' 8:765 0:000 AddLoaderEntry for Volume Name=Recovery HD 8:805 0:040 10: 'Software' hidden 8:805 0:000 Custom legacy start 8:805 0:000 Custom legacy 0 matching "Windows 10" ... 8:805 0:000 Checking volume "Whole Disc Boot" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)) ... skipped because volume is not legacy bootable 8:805 0:000 Checking volume "Whole Disc Boot" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)) ... skipped because volume is not legacy bootable 8:805 0:000 Checking volume "Windows 10" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,MBR,0xF0B1EBB0,0x3F,0x594DD5C)) ... added 'Windows 10' OSType=2 Icon=vista,win 8:809 0:003 match! 8:809 0:000 Checking volume "" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(2,MBR,0xF0B1EBB0,0x594E000,0xE3800)) ... skipped 8:809 0:000 Checking volume "Media" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(3,MBR,0xF0B1EBB0,0x5A31884,0x12940F05)) ... skipped because volume is hidden 8:809 0:000 Checking volume "Game" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(4,MBR,0xF0B1EBB0,0x183727CA,0x5C392537)) ... skipped because volume is hidden 8:809 0:000 Checking volume "EFI" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(1,GPT,70B144FC-701B-45BE-91CE-26D1E706C7F8,0x800,0xC8000)) ... skipped 8:809 0:000 Checking volume "Storage" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(2,GPT,CDEC99F5-8FC6-42F2-B8F1-7E7520E71EEF,0x12C028,0xDED13F99)) ... skipped 8:809 0:000 Checking volume "El Capitan" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(3,GPT,DE87B7C7-4736-48D7-89C6-11282188B802,0xDEE40000,0x7690B68)) ... skipped because volume is not legacy bootable 8:809 0:000 Checking volume "Recovery HD" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(4,GPT,76E05E07-7782-437A-B27C-3D00139A39C2,0xE64D0B68,0x135F20)) ... skipped because volume is not legacy bootable 8:809 0:000 Checking volume "Software" (PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(5,GPT,AC2C71FD-2EE7-44F1-A279-ADD243C3D7CD,0xE6606A8D,0x2800A34)) ... skipped because volume is hidden 8:809 0:000 Custom legacy end 8:809 0:000 Custom tool start 8:809 0:000 Custom tool end 8:846 0:037 found tool \EFI\CLOVER\tools\Shell64U.efi 8:846 0:000 Checking EFI partition Volume 6 for Clover 8:846 0:000 Found Clover 8:850 0:003 GetEfiBootDeviceFromNvram: efi-boot-device-data not found 8:850 0:000 EfiBootVolume not found 8:850 0:000 found entry 0. 'Boot Mac OS X from El Capitan', Volume 'El Capitan', DevicePath 'PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)\HD(3,GPT,DE87B7C7-4736-48D7-89C6-11282188B802,0xDEE40000,0x7690B68)\System\Library\CoreServices\boot.efi' 8:850 0:000 DefaultIndex=0 and MainMenu.EntryCount=9 9:041 0:190 Found Mouse device: 9:043 0:002 GUI ready 17:275 8:232 BootOption of the entry is empty 17:275 0:000 StartLoader() start 17:275 0:000 Entry->Settings: <null string> 17:275 0:000 Finally: Bus=133799kHz CPU=1873MHz 17:275 0:000 KernelAndKextPatches copyed to started entry 17:275 0:000 Kernel and Kext Patches at DEC9A8B8: 17:275 0:000 Allowed: y 17:275 0:000 Debug: n 17:275 0:000 KernelCpu: n 17:276 0:000 Lapic: n 17:276 0:000 Haswell-E: n 17:276 0:000 AICPUPM: y 17:276 0:000 AppleRTC: y 17:276 0:000 KernelPm: y 17:276 0:000 FakeCPUID: 0x0 17:276 0:000 ATIController: null 17:276 0:000 ATIDataLength: 0 17:276 0:000 0 Kexts to load 17:276 0:000 1 Kexts to patch 17:276 0:000 KextPatch[0]: 8 bytes, AppleAHCIPort 17:276 0:000 Loading boot.efi status=Success 17:451 0:175 GetOSVersion: : 10.11.4 17:451 0:000 insert table 9 for dev 0:0 17:451 0:000 insert table 9 for dev 0:0 17:452 0:001 Channels: 1 17:452 0:000 Interleave: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 17:452 0:000 SMBIOS Type 17 Index = 0 => 0 0: 17:452 0:000 DIMM1 1333MHz 4096MB 17:452 0:000 mTotalSystemMemory = 4096 17:452 0:000 SMBIOS Type 17 Index = 1 => 1 1: 17:452 0:000 DIMM2 EMPTY 17:452 0:000 SMBIOS Type 17 Index = 2 => 2 2: 17:452 0:000 DIMM3 EMPTY 17:452 0:000 SMBIOS Type 17 Index = 3 => 3 3: 17:452 0:000 DIMM4 EMPTY 17:452 0:000 NumberOfMemoryDevices = 4 17:452 0:000 Type20[0]->End = 0x3FFFFF, Type17[0] = 0x1000 17:452 0:000 RSDT 0xDF770000 17:452 0:000 FADT from RSDT: 0xDF770200 17:453 0:000 XSDT 0xDF770100 17:453 0:000 FADT from XSDT: 0xDF770290 17:453 0:000 Xsdt reallocation done 17:453 0:000 old FADT length=F4 17:453 0:000 Apply DsdtFixMask=0x00008071 old way 17:453 0:000 drop _DSM mask=0x0000 17:453 0:000 ========= Auto patch DSDT Starting ======== 17:453 0:000 VideoCard devID=0x61010DE 17:453 0:000 DisplayADR1[0] = 0x30000, DisplayADR2[0] = 0x0 17:454 0:000 USBADR[0] = 0x1A0000 and PCIe = 0xFFFE 17:454 0:000 Audio HDA (addr:0x1B0000) setting specified layout-id=1 (0x1) 17:454 0:000 USBADR[1] = 0x1D0000 and PCIe = 0xFFFE 17:454 0:000 first CPU found at 2B offset 2E 17:454 0:000 score candidate at 27 17:454 0:000 score inserted in acpi_cpu_score _PR_ 17:454 0:000 Found ACPI CPU: P001 And P002 And P003 And P004 And P005 And P006 And P007 And P008 And P009 And P010 And P011 And P012 And P013 And P014 And P015 And P016 within the score: _PR_ 17:454 0:000 Found PCIROOTUID = 0 17:454 0:000 Start RTC Fix 17:454 0:000 found RTC had IRQNoFlag will move -3 bytes 17:454 0:000 ...len=94A0 17:454 0:000 new size written to 133E shift=0 len=94A0 17:454 0:000 len after correct outers 94A0 17:454 0:000 Start TMR Fix 17:455 0:000 Start PIC Fix 17:455 0:000 PIC size=2B at 129A 17:455 0:000 found PIC had IRQNoFlag will move -3 bytes 17:455 0:000 Fix Device PIC size -3 17:455 0:000 Start HPET Fix 17:455 0:000 Start LPCB Fix 17:455 0:000 found LPCB device NAME(_ADR,0x001F0000) at 10F6 And Name is SBRG 17:455 0:000 Name SBRG present at 0x10F6, renaming to LPCB 17:455 0:000 Name SBRG present at 0x1171, renaming to LPCB 17:455 0:000 Name SBRG present at 0x1188, renaming to LPCB 17:455 0:000 Name SBRG present at 0x1F8B, renaming to LPCB 17:455 0:000 Name SBRG present at 0x27FD, renaming to LPCB 17:455 0:000 Name SBRG present at 0x514B, renaming to LPCB 17:455 0:000 Name SBRG present at 0x5165, renaming to LPCB 17:455 0:000 Name SBRG present at 0x517F, renaming to LPCB 17:455 0:000 Name SBRG present at 0x5307, renaming to LPCB 17:455 0:000 Name SBRG present at 0x54AE, renaming to LPCB 17:455 0:000 Name SBRG present at 0x6253, renaming to LPCB 17:455 0:000 Name SBRG present at 0x647D, renaming to LPCB 17:455 0:000 Name SBRG present at 0x660D, renaming to LPCB 17:455 0:000 Name SBRG present at 0x68D4, renaming to LPCB 17:455 0:000 Name SBRG present at 0x69C9, renaming to LPCB 17:455 0:000 Name SBRG present at 0x6CD2, renaming to LPCB 17:455 0:000 Name SBRG present at 0x6CEB, renaming to LPCB 17:455 0:000 Name SBRG present at 0x6D03, renaming to LPCB 17:455 0:000 Name SBRG present at 0x6D1F, renaming to LPCB 17:455 0:000 Name SBRG present at 0x6D3A, renaming to LPCB 17:455 0:000 Name SBRG present at 0x6D52, renaming to LPCB 17:455 0:000 Name SBRG present at 0x6D69, renaming to LPCB 17:455 0:000 Name SBRG present at 0x6DA4, renaming to LPCB 17:455 0:000 Name SBRG present at 0x74AF, renaming to LPCB 17:455 0:000 Name SBRG present at 0x74CA, renaming to LPCB 17:455 0:000 Name SBRG present at 0x7F0F, renaming to LPCB 17:455 0:000 Name SBRG present at 0x8C03, renaming to LPCB 17:455 0:000 Name SBRG present at 0x938C, renaming to LPCB 17:455 0:000 Name SBRG present at 0x93B0, renaming to LPCB 17:455 0:000 Name SBRG present at 0x93CB, renaming to LPCB 17:455 0:000 Name SBRG present at 0x93EF, renaming to LPCB 17:455 0:000 patch HDEF in DSDT 17:456 0:000 Start HDA Fix 17:456 0:000 Start Add Device HDEF 17:456 0:000 ========= Auto patch DSDT Finished ======== 17:456 0:000 Patch table: SSDT CpuPm 17:456 0:000 SSDT len = 0x363 17:456 0:000 Drop tables from Xsdt, SIGN=XXXX TableID= Length=0 17:456 0:000 Xsdt has tables count=7 17:456 0:000 corrected XSDT length=92 17:456 0:000 CPUBase=1 and ApicCPUBase=1 ApicCPUNum=16 17:456 0:000 EdidDiscovered size=128 17:456 0:000 00 | 00 FF FF FF FF FF FF 00 4C 2D 57 06 33 32 48 57 17:456 0:000 16 | 29 14 01 03 80 10 09 78 2A EE 91 A3 54 4C 99 26 17:456 0:000 32 | 0F 50 54 23 08 00 A9 40 81 80 81 40 81 00 95 00 17:456 0:000 48 | B3 00 D1 C4 01 01 02 3A 80 18 71 38 2D 40 58 2C 17:456 0:000 64 | 45 00 A0 5A 00 00 00 1E 01 1D 00 72 51 D0 1E 20 17:456 0:000 80 | 6E 28 55 00 A0 5A 00 00 00 1E 00 00 00 FD 00 32 17:456 0:000 96 | 3C 1B 51 11 00 0A 20 20 20 20 20 20 00 00 00 FC 17:456 0:000 112 | 00 53 79 6E 63 4D 61 73 74 65 72 0A 20 20 01 87 17:456 0:000 mem_detected 402653184 17:456 0:000 read_nVidia_ROM 17:456 0:000 Using PRAMIN fixups 17:586 0:129 patch_nvidia_rom 17:586 0:000 version 62.92.42.00.08 17:586 0:000 nVidia GeForce 9600 GSO 384MB NV92 [10DE:0610] :: PcieRoot(0x0)\Pci(0x3,0x0)\Pci(0x0,0x0) => device #1 17:586 0:000 Nvidia: VideoPorts: undefined, default to: 2 17:586 0:000 devprop_add_nvidia_template 17:586 0:000 default NVCAP: 04000000-00000300-1C000000-00000007-00000000 17:586 0:000 HDA Controller [8086:3B56] :: PcieRoot(0x0)\Pci(0x1B,0x0) => setting specified layout-id=1 (0x1) 17:586 0:000 LAN Controller [10EC:8168] :: PcieRoot(0x0)\Pci(0x1C,0x5)\Pci(0x0,0x0) 17:586 0:000 RCBA access disabled; trying to enable 17:586 0:000 stringlength = 2098 17:586 0:000 CurrentMode: Width=1280 Height=720 17:586 0:000 Beginning FSInjection FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: DE851318 FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: DE851318 17:587 0:000 ** Warning: Your MLB is not suitable for iMessage(must be 17 chars long) ! 17:588 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other 17:588 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.11 17:588 0:000 Removed efi-boot-device-data variable: Not Found 17:588 0:000 Custom boot is disabled 17:588 0:000 Closing log (Update: tried InjectEDID both with and without customEDID, which doesn't change anything) Edited April 29, 2016 by benww Link to comment Share on other sites More sharing options...
Shaneee Posted April 29, 2016 Share Posted April 29, 2016 Slice, got my config file working now just remade it. Just to sort the HDD detection now if it's possible. Link to comment Share on other sites More sharing options...
Slice Posted April 30, 2016 Share Posted April 30, 2016 @benww It seems LegacyRegion is too late applied. Wait for new revision of boot file with this LegacyRegion included. @Shaneee I have no ideas what to do with your drive. Did you test boot6? (Clover SATA) 1 Link to comment Share on other sites More sharing options...
Shaneee Posted April 30, 2016 Share Posted April 30, 2016 @Shaneee I have no ideas what to do with your drive. Did you test boot6? (Clover SATA) No I haven't. How do I test it? Not that used to Clover Link to comment Share on other sites More sharing options...
Funky frank Posted April 30, 2016 Share Posted April 30, 2016 Clover boot loader has become so awesome! OSX nows almost starts out-of-the-box on every new system I try it on. So wonderful. Link to comment Share on other sites More sharing options...
frankiee Posted April 30, 2016 Share Posted April 30, 2016 Since I apparently now have to compile and modify Clover for myself with each update I could need some help regarding building my own version. (But still, I would _really_ like if I could just set KERNEL_BLOCK_NO_RT_SIZE_PAGES using a config.plist option without the need to compile each time) So I was able to install CloverGrowerPro and compile the very latest version with the AptioFixDrv patch, but I actually would prefer to compile a revision that already was released for the public. Now I saw that "-r" option, but I am having problems to modify the correct files. I.e. in my git client I can see all those commits, but am unable to find out what commit actually refers to a certain revision. Maybe adding some tags could help here, or is there another source of information to find out what concrete commit belongs to what revision? Link to comment Share on other sites More sharing options...
Recommended Posts