Slice Posted May 1, 2016 Share Posted May 1, 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? This is the GIT problem. As I am using SVN then revision==commit. Link to comment Share on other sites More sharing options...
Zenith432 Posted May 1, 2016 Share Posted May 1, 2016 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?Lookup find-rev in git-svn man page. Link to comment Share on other sites More sharing options...
frankiee Posted May 1, 2016 Share Posted May 1, 2016 This is the GIT problem. As I am using SVN then revision==commit. Ahh, understand. Well since I am more used to it, I choose git during the setup. Lookup find-rev in git-svn man page. Thanks for the hint! I found out its even easier, bc first, when I compile a certain revision, lets say with "cloverpro -r 3489" the head is set to the according revision. And even better, I just saw that in my git client (I use Tower for my git stuff) I can see even a message below each commit that says: git-svn-id: "svn://svn.code.sf.net/p/cloverefiboot/code@3460 52d7a1c0-eba5-4e63-a9d7-e3186cd7c462". So I guess thats the most convenient way, no need to change my setup Link to comment Share on other sites More sharing options...
cecekpawon Posted May 1, 2016 Share Posted May 1, 2016 To track recent commits including msg & diffs you can go here Link to comment Share on other sites More sharing options...
frankiee Posted May 1, 2016 Share Posted May 1, 2016 To track recent commits including msg & diffs you can go here That apparently also works in my git client, so its even more convenient: In case anyone wants to avoid fiddling around with git/svn terminal commands (like me ...) I can really recommend this, it's working great also for my other stuff: https://www.git-tower.com/ Link to comment Share on other sites More sharing options...
cecekpawon Posted May 1, 2016 Share Posted May 1, 2016 @frankiee besides that awesome, @slice need to update his ava.. Thanks for sharing Link to comment Share on other sites More sharing options...
frankiee Posted May 1, 2016 Share Posted May 1, 2016 Yeah nobody has an avatar apparently FYI: I just have found another app, this time an UEFI one. Well, for me personally it is almost too dangerous to use this one - who knows what you can mess up with this kind of tool - but that might be interesting for some of you developer guys: http://ruexe.blogspot.de/ Yeah, maybe everyone knows this already, but just in case You can even run that directly from Clover, like described here: http://www.insanelymac.com/forum/topic/294391-guide-how-to-add-additional-uefi-apps-to-the-clover-menu-updated/ Link to comment Share on other sites More sharing options...
mhaeuser Posted May 1, 2016 Share Posted May 1, 2016 Guys should be nice to open a new Topic, also in the "Clover" section, on "how to fix a bad EFI partition"... any volunteers? Maybe the forum should get a little refactoring by creating a 'UEFI' forum and making 'Clover', 'Ozmosis', etc. subforums? CodeRush's UEFITool, AnV's stuff (macosxbootloader fork, ReadSMC, etc.) could all go there (Clover and Ozmosis are not boot loaders, so separating them from Chameleon would make some sense). 6 Link to comment Share on other sites More sharing options...
Micky1979 Posted May 1, 2016 Share Posted May 1, 2016 Well, this make sense. Firstly I need to talk about this with my colleagues, You will see the result, if any. 5 Link to comment Share on other sites More sharing options...
Fljagd Posted May 1, 2016 Share Posted May 1, 2016 Good evening,I use Clover 3489.It does not indicate: the memory in DDR4 the manufacturer 0:100 0:100 MemLog inited, TSC freq: 3299995849 0:100 0:000 0:100 0:000 Now is 1.5.2016, 19:10:29 (GMT) 0:100 0:000 Starting Clover rev 3489 on American Megatrends EFI 0:100 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] 0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,D7691796-5091-49E2-AAEC-596F76EF3C44,0x28,0x64000) @B7214798 0:100 0:000 SelfDirPath = \EFI\BOOT 0:100 0:000 Total Memory Slots Count = 8 0:100 0:000 Type 17 Index = 0 0:100 0:000 SmbiosTable.Type17->Speed = 2400MHz 0:100 0:000 SmbiosTable.Type17->Size = 4096MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_A1 0:100 0:000 SmbiosTable.Type17->Vendor = Undefined 0:100 0:000 SmbiosTable.Type17->SerialNumber = 00000000 0:100 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR I am surprised thank you for your explanation Link to comment Share on other sites More sharing options...
zxv Posted May 2, 2016 Share Posted May 2, 2016 Yeah nobody has an avatar apparently FYI: I just have found another app, this time an UEFI one. Well, for me personally it is almost too dangerous to use this one - who knows what you can mess up with this kind of tool - but that might be interesting for some of you developer guys: http://ruexe.blogspot.de/ Yeah, maybe everyone knows this already, but just in case You can even run that directly from Clover, like described here: http://www.insanelymac.com/forum/topic/294391-guide-how-to-add-additional-uefi-apps-to-the-clover-menu-updated/ Played around w/ RU.efi before because it looked interesting, but not sure yet how it might be useful for the things we do here. Link to comment Share on other sites More sharing options...
Slice Posted May 2, 2016 Share Posted May 2, 2016 Good evening, I use Clover 3489. It does not indicate: the memory in DDR4 the manufacturer 0:100 0:100 MemLog inited, TSC freq: 3299995849 0:100 0:000 0:100 0:000 Now is 1.5.2016, 19:10:29 (GMT) 0:100 0:000 Starting Clover rev 3489 on American Megatrends EFI 0:100 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] 0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,D7691796-5091-49E2-AAEC-596F76EF3C44,0x28,0x64000) @B7214798 0:100 0:000 SelfDirPath = \EFI\BOOT 0:100 0:000 Total Memory Slots Count = 8 0:100 0:000 Type 17 Index = 0 0:100 0:000 SmbiosTable.Type17->Speed = 2400MHz 0:100 0:000 SmbiosTable.Type17->Size = 4096MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_A1 0:100 0:000 SmbiosTable.Type17->Vendor = Undefined 0:100 0:000 SmbiosTable.Type17->SerialNumber = 00000000 0:100 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR I am surprised thank you for your explanation You shown only a part of boot.log where Clover read data about installed DIMM from SMBIOS, i.e. from DMI written by your BIOS. Don't wonder this is not full information. Next step is read SPD to find details. As well read XMP profile. If none of these method works then you can write all data manually into config.plist. Link to comment Share on other sites More sharing options...
Fljagd Posted May 2, 2016 Share Posted May 2, 2016 You shown only a part of boot.log where Clover read data about installed DIMM from SMBIOS, i.e. from DMI written by your BIOS. Don't wonder this is not full information. Next step is read SPD to find details. As well read XMP profile. If none of these method works then you can write all data manually into config.plist. Hello, Here is the full log 0:100 0:100 MemLog inited, TSC freq: 3299998110 0:100 0:000 0:100 0:000 Now is 2.5.2016, 6:13:28 (GMT) 0:100 0:000 Starting Clover rev 3489 on American Megatrends EFI 0:100 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] 0:100 0:000 SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,D7691796-5091-49E2-AAEC-596F76EF3C44,0x28,0x64000) @B7214798 0:100 0:000 SelfDirPath = \EFI\BOOT 0:100 0:000 Total Memory Slots Count = 8 0:100 0:000 Type 17 Index = 0 0:100 0:000 SmbiosTable.Type17->Speed = 2400MHz 0:100 0:000 SmbiosTable.Type17->Size = 4096MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_A1 0:100 0:000 SmbiosTable.Type17->Vendor = Undefined 0:100 0:000 SmbiosTable.Type17->SerialNumber = 00000000 0:100 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR 0:100 0:000 Type 17 Index = 1 0:100 0:000 SmbiosTable.Type17->Speed = 2400MHz 0:100 0:000 SmbiosTable.Type17->Size = 4096MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_A2 0:100 0:000 SmbiosTable.Type17->Vendor = Undefined 0:100 0:000 SmbiosTable.Type17->SerialNumber = 00000000 0:100 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR 0:100 0:000 Type 17 Index = 2 0:100 0:000 SmbiosTable.Type17->Speed = 2400MHz 0:100 0:000 SmbiosTable.Type17->Size = 4096MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_B1 0:100 0:000 SmbiosTable.Type17->Vendor = Undefined 0:100 0:000 SmbiosTable.Type17->SerialNumber = 00000000 0:100 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR 0:100 0:000 Type 17 Index = 3 0:100 0:000 SmbiosTable.Type17->Speed = 2400MHz 0:100 0:000 SmbiosTable.Type17->Size = 4096MB 0:100 0:000 SmbiosTable.Type17->Bank/Device = NODE 1 DIMM_B2 0:100 0:000 SmbiosTable.Type17->Vendor = Undefined 0:100 0:000 SmbiosTable.Type17->SerialNumber = 00000000 0:100 0:000 SmbiosTable.Type17->PartNumber = F4-3000C15-4GRR 0:100 0:000 Type 17 Index = 4 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 = NODE 1 DIMM_C1 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 = 5 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 = NODE 1 DIMM_C2 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 = 6 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 = NODE 1 DIMM_D1 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 = 7 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 = NODE 1 DIMM_D2 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 Clover revision: 3489 running on All Series 0:100 0:000 ... with board X99-A 0:100 0:000 CPU Vendor = 756E6547 Model=306F2 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) i7-5820K CPU @ 3.30GHz 0:100 0:000 MSR 0xE2 before patch 00008401 0:100 0:000 MSR 0xE2 is locked, PM patches will be turned on 0:100 0:000 MSR 0xE4 00010414 0:100 0:000 MSR 0xCE 00080C3B_F3812100 0:100 0:000 MSR 0x1B0 00000007 0:100 0:000 FSBFrequency=100MHz DMIvalue=100000kHz 0:100 0:000 Corrected FSBFrequency=100MHz 0:100 0:000 Vendor/Model/Stepping: 0x756E6547/0x3F/0x2 0:100 0:000 Family/ExtFamily: 0x6/0x0 0:100 0:000 MaxDiv/MinDiv: 33.0/12 0:100 0:000 Turbo: 40/40/41/41 0:100 0:000 Features: 0xBFEBFBFF 0:100 0:000 Threads: 12 0:100 0:000 Cores: 6 0:100 0:000 FSB: 100 MHz 0:100 0:000 CPU: 3300 MHz 0:100 0:000 TSC: 3300 MHz 0:100 0:000 PIS: 400 MHz 0:100 0:000 PCI (00|00:03.00) : 8086 2F08 class=060400 0:100 0:000 PCI (00|01:00.00) : 10DE 1401 class=030000 0:100 0:000 Found NVidia model=MSI GeForce GTX 960 family #x 0:100 0:000 PCI (00|01:00.01) : 10DE 0FBA class=040300 0:100 0:000 PCI (00|00:02.02) : 8086 2F06 class=060400 0:100 0:000 PCI (00|00:02.00) : 8086 2F04 class=060400 0:100 0:000 PCI (00|00:01.00) : 8086 2F02 class=060400 0:100 0:000 PCI (00|00:01.01) : 8086 2F03 class=060400 0:100 0:000 PCI (00|00:00.00) : 8086 2F00 class=060000 0:100 0:000 PCI (00|00:05.00) : 8086 2F28 class=088000 0:100 0:000 PCI (00|00:05.01) : 8086 2F29 class=088000 0:100 0:000 PCI (00|00:05.02) : 8086 2F2A class=088000 0:100 0:000 PCI (00|00:05.04) : 8086 2F2C class=080020 0:100 0:000 PCI (00|00:05.06) : FFFF FFFF class=FFFFFF 0:100 0:000 PCI (00|00:11.00) : 8086 8D7C class=FF0000 0:100 0:000 PCI (00|00:14.00) : 8086 8D31 class=0C0330 0:100 0:000 PCI (00|00:16.00) : 8086 8D3A class=078000 0:100 0:000 PCI (00|00:16.01) : 8086 8D3B class=078000 0:100 0:000 PCI (00|00:16.02) : 8086 8D3C class=010185 0:100 0:000 PCI (00|00:16.03) : 8086 8D3D class=070002 0:100 0:000 PCI (00|00:19.00) : 8086 15A1 class=020000 0:100 0:000 LAN 0, Vendor=8086, MMIO=FB200000 0:100 0:000 PCI (00|00:1B.00) : 8086 8D20 class=040300 0:100 0:000 PCI (00|00:1C.00) : 8086 8D10 class=060400 0:100 0:000 PCI (00|00:1C.04) : 8086 8D18 class=060400 0:100 0:000 PCI (00|07:00.00) : 1B21 1142 class=0C0330 0:100 0:000 PCI (00|00:1D.00) : 8086 8D26 class=0C0320 0:100 0:000 PCI (00|00:1F.00) : 8086 8D47 class=060100 0:100 0:000 PCI (00|00:1F.02) : 8086 8D02 class=010601 0:100 0:000 PCI (00|00:1F.03) : 8086 8D22 class=0C0500 0:100 0:000 PCI (00|00:1F.06) : FFFF FFFF class=FFFFFF 0:100 0:000 Clover load options size = 4 bytes 0:100 0:000 Found Plist String = , parse XML in LoadOptions 0:100 0:000 Xml in load options is bad 0:104 0:004 Using OEM config.plist at path: EFI\CLOVER\config.plist 0:104 0:000 EFI\CLOVER\config.plist loaded: Success 0:107 0:002 Found theme directory: applestyle 0:108 0:001 Found theme directory: embedded 0:109 0:000 Found theme directory: random 0:109 0:000 Loading early settings 0:109 0:000 timeout set to 5 0:109 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0) 0:109 0:000 KextsToPatch: 2 requested 0:109 0:000 KextsToPatch 0: IOAHCIBlockStorage Kext bin patch, data len: 11 0:109 0:000 KextsToPatch 1: AppleUSBXHCIPCI Kext bin patch, data len: 7 0:109 0:000 Default theme: applestyle 0:109 0:000 Hiding entries with string BOOTX64.EFI 0:109 0:000 Hiding entries with string OSXInstall 0:109 0:000 Hiding entries with string RECOVERY 0:109 0:000 LoadDrivers() start 0:110 0:000 Loading DataHubDxe-64.efi status=Success 0:111 0:001 Loading EmuVariableUefi-64.efi status=Success 0:112 0:000 EmuVariableUefi Initialize: VariableCommonInitialize = Success, orig services stored, install gEmuVariableControlProtocolGuid = Success 0:112 0:000 Loading FSInject-64.efi status=Success 0:114 0:001 Loading NTFS.efi status=Success 0:116 0:002 - driver needs connecting 0:116 0:000 Loading OsxAptioFixDrv-64.efi status=Success 0:117 0:001 Loading OsxFatBinaryDrv-64.efi status=Success 0:117 0:000 Loading PartitionDxe-64.efi status=Success 0:118 0:000 - driver needs connecting 0:118 0:000 Loading HFSPlus-64.efi status=Success 0:120 0:001 - driver needs connecting 0:120 0:000 3 drivers needs connecting ... 0:120 0:000 PlatformDriverOverrideProtocol not found. Installing ... Success 0:120 0:000 Partition driver loaded: CD disconnect Success 0:120 0:000 HFS+ driver loaded 0:120 0:000 Searching for invalid DiskIo BY_DRIVER connects: not found, all ok 0:335 0:215 LoadDrivers() end 0:335 0:000 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success 0:343 0:007 SetScreenResolution: 1920x1080 - already set 0:343 0:000 Console modes reported: 4, available modes: 0:343 0:000 Mode 1: 80x25 (current mode) 0:343 0:000 Mode 2: 80x50 0:343 0:000 Mode 3: 100x31 0:343 0:000 Mode 4: 240x56 0:343 0:000 reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,D7691796-5091-49E2-AAEC-596F76EF3C44,0x28,0x64000) 0:343 0:000 MAC address of LAN #0= 30:5A:3A:57:61:82: 0:343 0:000 ScanSPD() start 0:343 0:000 SMBus CmdReg: 0x1 0:343 0:000 Scanning SMBus [8086:8D22], mmio: 0xFB235004, ioport: 0x580, hostc: 0x1 0:343 0:000 Slots to scan [8]... 0:344 0:001 ScanSPD() end 0:345 0:000 Get Acpi Tables List from RSDT: 0:345 0:000 Found table: FACP A M I len=132 0:345 0:000 Found table: APIC A M I len=256 0:345 0:000 Found table: FPDT A M I len=68 0:345 0:000 Found table: FIDT A M I len=156 0:345 0:000 Found table: MCFG A M I len=60 0:345 0:000 Found table: ASF! HCG len=160 0:345 0:000 Found table: UEFI A M I len=66 0:345 0:000 Found table: BDAT A M I len=48 0:345 0:000 Found table: HPET A M I len=56 0:345 0:000 Found table: MSCT A M I len=144 0:345 0:000 Found table: PMCT A M I len=100 0:345 0:000 Found table: SLIT A M I len=45 0:345 0:000 Found table: SRAT A M I len=3672 0:345 0:000 Found table: WDDT A M I len=64 0:345 0:000 Found table: SSDT PmMgt len=54917 0:345 0:000 Found table: BGRT A M I len=56 0:345 0:000 Calibrated TSC frequency =3299998110 =3299MHz 0:345 0:000 Loading main settings 0:345 0:000 USB FixOwnership: true 0:345 0:000 Dropping 3 tables 0:345 0:000 Drop table 0 signature="SSDT" (54445353) table-id="CpuPm" (0000006D50757043) 0:345 0:000 set table: 54445353, 6D50757043 to drop: 0:345 0:000 Drop table 1 signature="SSDT" (54445353) table-id="Cpu0Ist" (0074734930757043) 0:345 0:000 set table: 54445353, 74734930757043 to drop: 0:345 0:000 Drop table 2 signature="DMAR" (52414D44) 0:345 0:000 set table: 52414D44, 0 to drop: 0:345 0:000 Config set Fixes will override FixMask mask! 0:345 0:000 final mask=9F40B5C5 0:345 0:000 Config set EnableC6: + 0:345 0:000 found 13 volumes with blockIO 0:345 0:000 0. Volume: 0:345 0:000 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0) 0:347 0:002 1. Volume: 0:347 0:000 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0) 0:349 0:002 Result of bootcode detection: bootable unknown (legacy) 0:349 0:000 2. Volume: 0:349 0:000 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0xFFFF,0x0) 0:349 0:000 found optical drive 0:349 0:000 3. Volume: 0:349 0:000 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0xFFFF,0x0) 0:350 0:000 4. Volume: 0:350 0:000 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,D7691796-5091-49E2-AAEC-596F76EF3C44,0x28,0x64000) 0:350 0:000 Result of bootcode detection: bootable unknown (legacy) 0:350 0:000 This is SelfVolume !! 0:350 0:000 5. Volume: 0:350 0:000 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,434762D2-8CDD-4809-ABF0-991990A78824,0x64028,0x1BD4A540) 0:351 0:000 6. Volume: 0:351 0:000 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,F0FE2FEE-3CEC-404B-9FFA-AAFB39215F7C,0x1BDEE568,0x135F20) 0:351 0:000 hiding this volume 0:351 0:000 7. Volume: 0:351 0:000 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(1,GPT,47A50EC4-DAEE-4329-851F-A763028F9558,0x28,0x64000) 0:352 0:000 Result of bootcode detection: bootable unknown (legacy) 0:354 0:001 8. Volume: 0:354 0:000 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0xFFFF,0x0)\HD(2,GPT,31493586-3A12-478F-AA4E-3CB3AFA1C040,0x64028,0xDEF0B60) 0:354 0:000 Result of bootcode detection: bootable unknown (legacy) 0:354 0:000 9. Volume: 0:354 0:000 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0xFFFF,0x0)\HD(1,GPT,606D6AA3-9E17-496D-ACBE-29AEB794FF21,0x28,0x64000) 0:355 0:000 Result of bootcode detection: bootable unknown (legacy) 0:385 0:030 10. Volume: 0:385 0:000 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0xFFFF,0x0)\HD(2,GPT,8D84EBEC-3E8F-4FDB-A7D4-E41CF8167A76,0x64028,0xC723D698) 0:385 0:000 11. Volume: 0:385 0:000 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0xFFFF,0x0)\HD(3,GPT,311CA770-43B6-4FEE-8AAA-E06272ED2628,0xC72E16C0,0x219B12A8) 0:386 0:000 12. Volume: 0:386 0:000 PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0xFFFF,0x0)\HD(4,GPT,4031987B-119F-401D-80B1-0AE16CE02615,0xE8CD2968,0x135F20) 0:387 0:000 hiding this volume 0:390 0:003 Loading nvram.plist from Vol 'El Capitan' - loaded, size=1942 0:391 0:000 PutNvramPlistToRtVars ... 0:391 0:000 Adding Key: Clover.BackupDirOnDestVol: Size = 3, Data: 59 65 73 0:391 0:000 Adding Key: Clover.KeepBackupLimit: Size = 2, Data: 31 30 0:391 0:000 Adding Key: Clover.LogEveryBoot: Size = 2, Data: 32 30 0:391 0:000 Adding Key: Clover.LogLineCount: Size = 3, Data: 31 30 30 0:391 0:000 Adding Key: Clover.MountEFI: Size = 3, Data: 59 65 73 0:391 0:000 Adding Key: Clover.NVRamDisk: Size = 3, Data: 59 65 73 0:391 0:000 Adding Key: Clover.Theme: Size = 10, Data: 61 70 70 6C 65 73 74 79 6C 65 0:391 0:000 Skipping EmuVariableUefiPresent 0:391 0:000 Adding Key: LocationServicesEnabled: Size = 1, Data: 01 0:391 0:000 Skipping OsxAptioFixDrv-RelocBase 0:391 0:000 Adding Key: SystemAudioVolume: Size = 1, Data: 80 0:391 0:000 Adding Key: SystemAudioVolumeDB: Size = 1, Data: F0 0:391 0:000 Adding Key: boot-args: String: Size = 10, Val = 'nvda_drv=1' 0:391 0:000 Adding Key: bootercfg: Size = 2, Data: 28 00 0:391 0:000 Adding Key: csr-active-config: Size = 4, Data: 67 00 00 00 0:391 0:000 Adding Key: fakesmc-key-CLKH-{clh: Size = 8, Data: 00 00 70 80 00 01 19 40 0:391 0:000 Adding Key: fakesmc-key-CLKT-ui32: Size = 4, Data: 00 00 87 F5 0:391 0:000 Adding Key: fakesmc-key-MSDW-ui8: Size = 1, Data: 01 0:391 0:000 Adding Key: fakesmc-key-NATJ-ui8: Size = 1, Data: 00 0:391 0:000 Adding Key: fakesmc-key-NATi-ui16: Size = 2, Data: 00 00 0:391 0:000 Adding Key: fakesmc-key-NTOK-ui8: Size = 1, Data: 01 0:391 0:000 Adding Key: fmm-computer-name: Size = 7, Data: 4D 61 63 20 50 72 6F 0:391 0:000 Adding Key: install-product-url: Size = 74, Data: 78 2D 6F 73 70 72 6F 64 75 63 74 3A 2F 2F 43 38 30 41 30 35 32 35 2D 45 38 31 36 2D 33 37 36 33 2D 38 41 46 39 2D 38 34 34 39 33 44 41 44 33 32 43 39 2F 4F 53 25 32 30 58 25 32 30 49 6E 73 74 61 6C 6C 25 32 30 44 61 74 61 0:391 0:000 Adding Key: platform-uuid: Size = 16, Data: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0:391 0:000 Adding Key: prev-lang:kbd: Size = 4, Data: 66 72 3A 31 0:391 0:000 Adding Key: rc_imgsrc_info: Size = 99, Data: 62 70 6C 69 73 74 30 30 A1 01 D1 02 03 5F 10 24 39 30 31 42 41 33 42 41 2D 45 44 35 42 2D 33 45 41 37 2D 39 37 36 31 2D 45 38 31 44 38 37 35 44 43 42 36 30 5A 45 6C 20 43 61 70 69 74 61 6E 08 0A 0D 34 00 00 00 00 00 00 01 01 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 3F 0:391 0:000 Adding Key: security-mode: String: Size = 4, Val = 'none' 0:392 0:000 Using theme 'applestyle' (EFI\CLOVER\themes\applestyle) 0:392 0:000 theme applestyle defined in NVRAM found and theme.plist parsed 0:394 0:002 Choosing theme applestyle 0:394 0:000 found boot-args in NVRAM:nvda_drv=1, size=10 0:394 0:000 ...found arg:nvda_drv=1 0:394 0:000 Custom entries start 0:394 0:000 Custom entries finish 0:394 0:000 Scanning loaders... 0:394 0:000 0: 'Whole Disc Boot' no file system 0:394 0:000 1: 'Whole Disc Boot' no file system 0:394 0:000 2: 'Whole Disc Boot' no file system 0:394 0:000 3: 'Whole Disc Boot' no file system 0:394 0:000 4: 'EFI' 0:395 0:000 5: 'El Capitan' 0:398 0:002 AddLoaderEntry for Volume Name=El Capitan 0:400 0:002 Check if volume Is Hibernated: 0:400 0:000 Check sleep image 'by signature': 0:404 0:003 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success 0:404 0:000 SleepImage name from pref: ImageVolume = 'El Capitan', ImageName = '\private\var\vm\sleepimage' 0:407 0:003 sleepimage not found -> Not Found 0:407 0:000 hibernated: no - sign 0:412 0:004 6: 'Recovery HD' hidden 0:412 0:000 7: 'EFI' 0:412 0:000 8: 'Yosemite' 0:414 0:001 AddLoaderEntry for Volume Name=Yosemite 0:415 0:001 Check if volume Is Hibernated: 0:415 0:000 Check sleep image 'by signature': 0:420 0:004 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success 0:420 0:000 SleepImage name from pref: ImageVolume = 'Yosemite', ImageName = '\private\var\vm\sleepimage' 0:423 0:003 sleepimage not found -> Not Found 0:423 0:000 hibernated: no - sign 0:424 0:000 9: 'EFI' 0:425 0:001 10: 'Time Machine' 0:425 0:000 11: 'Stockage' 0:425 0:000 12: 'Recovery HD' hidden 0:425 0:000 Custom legacy start 0:425 0:000 Custom legacy end 0:425 0:000 Scanning legacy ... 0:425 0:000 0: 'Whole Disc Boot' (legacy) not legacy 0:425 0:000 1: 'Whole Disc Boot' (legacy) not legacy 0:425 0:000 2: 'Whole Disc Boot' (legacy) not legacy 0:425 0:000 3: 'Whole Disc Boot' (legacy) not legacy 0:425 0:000 4: 'EFI' (legacy) not legacy 0:425 0:000 5: 'El Capitan' (legacy) not legacy 0:425 0:000 6: 'Recovery HD' (legacy) not legacy 0:425 0:000 7: 'EFI' (legacy) not legacy 0:425 0:000 8: 'Yosemite' (legacy) not legacy 0:425 0:000 9: 'EFI' (legacy) not legacy 0:425 0:000 10: 'Time Machine' (legacy) not legacy 0:425 0:000 11: 'Stockage' (legacy) not legacy 0:425 0:000 12: 'Recovery HD' (legacy) not legacy 0:425 0:000 Custom tool start 0:425 0:000 Custom tool end 0:426 0:001 found tool \EFI\CLOVER\tools\Shell64U.efi 0:426 0:000 Checking EFI partition Volume 4 for Clover 0:427 0:000 Found Clover 0:427 0:000 EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored 0:427 0:000 Checking EFI partition Volume 7 for Clover 0:427 0:000 Checking EFI partition Volume 9 for Clover 0:428 0:000 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success 0:435 0:007 GetEfiBootDeviceFromNvram: efi-boot-device-data not found 0:435 0:000 EfiBootVolume not found 0:435 0:000 found entry 0. 'Boot Mac OS X from El Capitan', Volume 'El Capitan', DevicePath 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,434762D2-8CDD-4809-ABF0-991990A78824,0x64028,0x1BD4A540)\System\Library\CoreServices\boot.efi' 0:435 0:000 EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored 0:435 0:000 DefaultIndex=0 and MainMenu.EntryCount=8 0:654 0:218 Found Mouse device: 0:654 0:000 GUI ready 6:656 6:001 StartLoader() start 6:656 0:000 Entry->Settings: <null string> 6:656 0:000 Finally: Bus=99999kHz CPU=3300MHz 6:656 0:000 KernelAndKextPatches copyed to started entry 6:656 0:000 Kernel and Kext Patches at ACF9C8B8: 6:656 0:000 Allowed: y 6:656 0:000 Debug: n 6:656 0:000 KernelCpu: n 6:656 0:000 Lapic: n 6:656 0:000 Haswell-E: n 6:656 0:000 AICPUPM: y 6:656 0:000 AppleRTC: n 6:656 0:000 KernelPm: n 6:656 0:000 FakeCPUID: 0x0 6:656 0:000 ATIController: null 6:656 0:000 ATIDataLength: 0 6:656 0:000 0 Kexts to load 6:656 0:000 2 Kexts to patch 6:656 0:000 KextPatch[0]: 11 bytes, IOAHCIBlockStorage 6:656 0:000 KextPatch[1]: 7 bytes, AppleUSBXHCIPCI 6:656 0:000 Loading boot.efi status=Success 6:667 0:011 GetOSVersion: : 10.11.4 6:667 0:000 EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success 6:675 0:007 insert table 9 for dev 0:0 6:675 0:000 insert table 9 for dev 0:1 6:675 0:000 insert table 9 for dev 19:0 6:676 0:001 Trusting SMBIOS... 6:676 0:000 Detected alternating SMBIOS channel banks 6:676 0:000 Channels: 4 6:676 0:000 Interleave: 0 2 4 6 1 3 5 7 8 10 12 14 9 11 13 15 16 18 20 22 17 19 21 23 6:676 0:000 partNum=F4-3000C15-4GRR 6:676 0:000 SMBIOS Type 17 Index = 0 => 0 0: 6:676 0:000 DIMM1 2400MHz 4096MB 6:676 0:000 mTotalSystemMemory = 4096 6:676 0:000 partNum=F4-3000C15-4GRR 6:676 0:000 SMBIOS Type 17 Index = 1 => 1 2: 6:676 0:000 DIMM2 2400MHz 4096MB 6:676 0:000 mTotalSystemMemory = 8192 6:676 0:000 partNum=F4-3000C15-4GRR 6:676 0:000 SMBIOS Type 17 Index = 2 => 2 4: 6:676 0:000 DIMM3 2400MHz 4096MB 6:676 0:000 mTotalSystemMemory = 12288 6:676 0:000 partNum=F4-3000C15-4GRR 6:676 0:000 SMBIOS Type 17 Index = 3 => 3 6: 6:676 0:000 DIMM4 2400MHz 4096MB 6:676 0:000 mTotalSystemMemory = 16384 6:676 0:000 SMBIOS Type 17 Index = 4 => 4 1: 6:676 0:000 DIMM5 EMPTY 6:676 0:000 SMBIOS Type 17 Index = 5 => 5 3: 6:676 0:000 DIMM6 EMPTY 6:676 0:000 SMBIOS Type 17 Index = 6 => 6 5: 6:676 0:000 DIMM7 EMPTY 6:676 0:000 SMBIOS Type 17 Index = 7 => 7 7: 6:676 0:000 DIMM8 EMPTY 6:676 0:000 NumberOfMemoryDevices = 8 6:676 0:000 Type20[0]->End = 0x3FFFFF, Type17[0] = 0x1000 6:676 0:000 Type20[1]->End = 0x7FFFFF, Type17[1] = 0x3000 6:676 0:000 Type20[2]->End = 0xBFFFFF, Type17[2] = 0x6000 6:676 0:000 Type20[3]->End = 0xFFFFFF, Type17[3] = 0xA000 6:676 0:000 Table 131 is present, CPUType=10 6:676 0:000 Change to: 507 6:676 0:000 RSDT 0xBA74E028 6:676 0:000 FADT from RSDT: 0xBA74E148 6:676 0:000 XSDT 0xBA74E098 6:676 0:000 FADT from XSDT: 0xBA77D6E8 6:676 0:000 Xsdt reallocation done 6:676 0:000 old FADT length=10C 6:676 0:000 Found OperationRegion(PSYS, SystemMemory, BB967000, ...) 6:676 0:000 Found OperationRegion(HPTC, SystemMemory, FED1F404, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0000188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0008188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0009188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0010188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0011188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0012188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0013188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0018188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0019188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E001A188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E001B188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0000188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0008188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0009188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0010188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0011188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0012188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0013188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0018188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0019188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E001A188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E001B188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0000188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0008188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0009188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0010188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0011188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0012188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0013188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0018188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0019188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E001A188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E001B188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0000188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0008188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0009188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0010188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0011188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0012188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0013188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0018188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E0019188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E001A188, ...) 6:676 0:000 Found OperationRegion(MCTL, SystemMemory, E001B188, ...) 6:676 0:000 Found OperationRegion(RAMW, SystemMemory, BC978018, ...) 6:677 0:000 Found OperationRegion(RAMX, SystemMemory, BB976D98, ...) 6:677 0:000 Found OperationRegion(TMMB, SystemMemory, FED40000, ...) 6:677 0:000 Found OperationRegion(TBNV, SystemMemory, FFFF0000, ...) 6:677 0:000 Unable to determine address for OperationRegion(PXVD, SystemMemory, ...) skipping 6:677 0:000 Unable to determine address for OperationRegion(PXVD, SystemMemory, ...) skipping 6:677 0:000 Unable to determine address for OperationRegion(MMMM, SystemMemory, ...) skipping 6:677 0:000 Unable to determine address for OperationRegion(RP_X, SystemMemory, ...) skipping 6:677 0:000 Unable to determine address for OperationRegion(RP_X, SystemMemory, ...) skipping 6:677 0:000 Unable to determine address for OperationRegion(RP_X, SystemMemory, ...) skipping 6:677 0:000 Unable to determine address for OperationRegion(PXVD, SystemMemory, ...) skipping 6:677 0:000 Unable to determine address for OperationRegion(RP_X, SystemMemory, ...) skipping 6:677 0:000 Unable to determine address for OperationRegion(RP_X, SystemMemory, ...) skipping 6:677 0:000 Unable to determine address for OperationRegion(PCFG, SystemMemory, ...) skipping 6:677 0:000 Unable to determine address for OperationRegion(PCFG, SystemMemory, ...) skipping 6:677 0:000 Unable to determine address for OperationRegion(PCFG, SystemMemory, ...) skipping 6:677 0:000 Unable to determine address for OperationRegion(PCFG, SystemMemory, ...) skipping 6:677 0:000 Unable to determine address for OperationRegion(PCFG, SystemMemory, ...) skipping 6:677 0:000 Unable to determine address for OperationRegion(PCFG, SystemMemory, ...) skipping 6:677 0:000 Unable to determine address for OperationRegion(PCFG, SystemMemory, ...) skipping 6:678 0:001 Apply DsdtFixMask=0x9F40B5C5 new way 6:678 0:000 drop _DSM mask=0x0000 6:678 0:000 ========= Auto patch DSDT Starting ======== 6:678 0:000 VideoCard devID=0x140110DE 6:678 0:000 DisplayADR1[0] = 0x30000, DisplayADR2[0] = 0x0 6:678 0:000 USBADR[0] = 0x140000 and PCIe = 0xFFFE 6:686 0:008 Audio HDA (addr:0x1B0000) setting specified layout-id=1 (0x1) 6:686 0:000 USBADR[1] = 0x1C0004 and PCIe = 0x0 6:686 0:000 USBADR[2] = 0x1D0000 and PCIe = 0xFFFE 6:686 0:000 first CPU found at 2B44 offset 2B47 6:687 0:000 device candidate at 2B1F 6:687 0:000 device inserted in acpi_cpu_score SCK0 6:687 0:000 score candidate at 293F 6:687 0:000 score inserted in acpi_cpu_score _SB_SCK0 6:687 0:000 Found ACPI CPU: CP00 And CP01 And CP02 And CP03 And CP04 And CP05 And CP06 And CP07 And CP08 And CP09 And CP0A And CP0B And CP0C And CP0D And CP0E And CP0F And CP10 And CP11 And CP12 And CP13 And CP14 And CP15 And CP16 And CP17 And CP18 And CP19 And CP1A And CP1B And CP1C And CP1D And CP1E And CP1F within the score: _SB_SCK0 6:687 0:000 Found PCIROOTUID = 0 6:687 0:000 Start PIC Fix 6:687 0:000 PIC size=30 at 4E30 6:687 0:000 Start Display0 Fix 6:687 0:000 Found internal video device 0 @109BC 6:687 0:000 Warning: Method(_SUN) found for NVidia card 6:687 0:000 now inserting Video device 6:687 0:000 ... into existing bridge 6:687 0:000 patch Display #0 of Vendor=0x10DE in DSDT new way 6:687 0:000 Start NetWork Fix 6:687 0:000 NetworkADR1=190000 NetworkADR2=FFFE 6:687 0:000 network DSM created, size=68 6:687 0:000 Start SBUS Fix PCI=1754 len=2F5BE 6:687 0:000 device (SBUS) found at 7090 6:688 0:000 SBUS code size fix = 0x0000005E 6:688 0:000 patch AHCI in DSDT 6:688 0:000 Found SATAAHCIADR1=1F0002 at 12879 6:688 0:000 Start SATA AHCI Fix 6:688 0:000 patch HDEF in DSDT 6:688 0:000 Start HDA Fix 6:688 0:000 found HDA device NAME(_ADR,0x001B0000) And Name is ALZA 6:688 0:000 Name ALZA present at 0xAB83, renaming to HDEF 6:689 0:000 Start HDMI1 Fix 6:689 0:000 found HDMI device [0x00030000:1] at 10A95 and Name is H001 6:689 0:000 Name H001 present at 0x7DE, renaming to HDAU 6:689 0:000 HDMIADR1=30000 HDMIADR2=1 6:689 0:000 with default properties 6:689 0:000 Start USB Fix 6:689 0:000 USB bridge[140000] at 7110, size = 3074 6:690 0:000 USB bridge[1C0004] at B057, size = EA 6:690 0:000 found USB device [001C0004:0] at B136 and Name is D079 6:690 0:000 Name D079 present at 0xDF, renaming to XHC1 6:690 0:000 USB bridge[1D0000] at A277, size = 5D8 6:690 0:000 found slave _DSM, skip 6:691 0:000 deleting device CRT_ 6:691 0:000 deleting device DVI_ 6:692 0:000 deleting device SPKR 6:692 0:000 deleting device ECP_ 6:693 0:000 deleting device LPT_ 6:693 0:000 deleting device FDC0 6:694 0:000 deleting device ECP1 6:694 0:000 deleting device LPT1 6:696 0:002 Start PNLF Fix 6:697 0:000 found PWRB at 28CA2 6:697 0:000 Start _S3D Fix 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 OperationRegion (MCTL...) corrected to addr=0xE001B188 6:697 0:000 indirect name=RAMB 6:697 0:000 indirect name=RAMS 6:697 0:000 Start SHUTDOWN Fix len=2F8EC 6:698 0:000 ========= Auto patch DSDT Finished ======== 6:698 0:000 Patch table: SSDT PmMgt 6:698 0:000 SSDT len = 0xD685 6:698 0:000 Drop tables from Xsdt, SIGN=XXXX TableID= Length=0 6:698 0:000 Xsdt has tables count=16 6:698 0:000 corrected XSDT length=164 6:698 0:000 CPUBase=0 and ApicCPUBase=0 ApicCPUNum=12 6:698 0:000 Maximum control=0x21 6:698 0:000 Turbo control=0x29 6:698 0:000 P-States: min 0xC, max 0x29 6:698 0:000 SSDT with CPU P-States generated successfully 6:698 0:000 SSDT with CPU C-States generated successfully 6:698 0:000 EdidDiscovered size=128 6:698 0:000 00 | 00 FF FF FF FF FF FF 00 26 CD 1D 56 01 01 01 01 6:698 0:000 16 | 2C 16 01 03 81 33 1D 78 2A E2 95 A2 55 4F 9F 26 6:698 0:000 32 | 11 50 54 BF EF 80 B3 00 A9 40 95 00 81 8F 81 80 6:698 0:000 48 | 95 0F 71 4F 81 C0 02 3A 80 18 71 38 2D 40 58 2C 6:698 0:000 64 | 45 00 FE 1F 11 00 00 1E 00 00 00 FF 00 31 31 31 6:698 0:000 80 | 33 38 32 34 34 32 30 33 30 35 00 00 00 FD 00 37 6:698 0:000 96 | 4C 1E 51 11 00 0A 20 20 20 20 20 20 00 00 00 FC 6:698 0:000 112 | 00 50 4C 32 33 37 37 0A 20 20 20 20 20 20 00 08 6:698 0:000 NVidia GFX injection not set 6:698 0:000 USB Controller [8086:8D31] :: PciRoot(0x0)\Pci(0x14,0x0) 6:698 0:000 HDA Controller [8086:8D20] :: PciRoot(0x0)\Pci(0x1B,0x0) => setting specified layout-id=1 (0x1) 6:698 0:000 USB Controller [1B21:1142] :: PciRoot(0x0)\Pci(0x1C,0x4)\Pci(0x0,0x0) 6:698 0:000 USB Controller [8086:8D26] :: PciRoot(0x0)\Pci(0x1D,0x0) 6:698 0:000 RCBA access disabled; trying to enable 6:698 0:000 stringlength = 2084 6:698 0:000 CurrentMode: Width=1920 Height=1080 6:698 0:000 Beginning FSInjection FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: B7214398 FSInjectionInstall ... - Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: B7214398 6:700 0:001 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\Other 6:700 0:000 Extra kext: EFI\CLOVER\kexts\Other\FakeSMC.kext 6:702 0:001 Extra PlugIn kext: EFI\CLOVER\kexts\Other\FakeSMC.kext\Contents\PlugIns\FakeSMCKeyStore.kext 6:705 0:003 Extra kext: EFI\CLOVER\kexts\Other\VoodooTSCSync.kext 6:706 0:000 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.11 6:707 0:001 Extra kext: EFI\CLOVER\kexts\10.11\X99_Injector.kext 6:709 0:002 Extra kext: EFI\CLOVER\kexts\10.11\VoodooHDA.kext 6:713 0:003 Removed efi-boot-device-data variable: Not Found 6:713 0:000 Custom boot is disabled 6:713 0:000 Closing log I am aware of the possibility of returning the information in the config.plist I asked myself the question because of the next patch 3487 support for DDR4 Thank a lot Link to comment Share on other sites More sharing options...
Fljagd Posted May 2, 2016 Share Posted May 2, 2016 it's good now with the injection Thank Link to comment Share on other sites More sharing options...
Faradis Posted May 4, 2016 Share Posted May 4, 2016 is there any way to boot open suse 42.1 with clover i trying to boot it with clover but it don't appear in boot menu i use dd method to restore it to usb but it not showing up in my clover boot menu Link to comment Share on other sites More sharing options...
Slice Posted May 4, 2016 Share Posted May 4, 2016 is there any way to boot open suse 42.1 with clover i trying to boot it with clover but it don't appear in boot menu i use dd method to restore it to usb but it not showing up in my clover boot menu You should use VBoxExt2.efi or something like that depending what is required for your "open suse". What is bootloader of this OS? Is it listed in Clover boot manager? #define LINUX_ISSUE_PATH L"\\etc\\issue" #define LINUX_BOOT_PATH L"\\boot" #define LINUX_BOOT_ALT_PATH L"\\boot" #define LINUX_LOADER_PATH L"vmlinuz" #define LINUX_FULL_LOADER_PATH LINUX_BOOT_PATH L"\\" LINUX_LOADER_PATH #define LINUX_LOADER_SEARCH_PATH L"vmlinuz*" or { L"\\EFI\\grub\\grubx64.efi", L"Grub EFI boot menu", L"grub,linux" }, { L"\\EFI\\Gentoo\\grubx64.efi", L"Gentoo EFI boot menu", L"gentoo,linux", "Gentoo" }, { L"\\EFI\\Gentoo\\kernelx64.efi", L"Gentoo EFI kernel", L"gentoo,linux" }, { L"\\EFI\\RedHat\\grubx64.efi", L"RedHat EFI boot menu", L"redhat,linux", "Redhat" }, { L"\\EFI\\ubuntu\\grubx64.efi", L"Ubuntu EFI boot menu", L"ubuntu,linux", "Ubuntu" }, { L"\\EFI\\kubuntu\\grubx64.efi", L"kubuntu EFI boot menu", L"kubuntu,linux", "kubuntu" }, { L"\\EFI\\LinuxMint\\grubx64.efi", L"Linux Mint EFI boot menu", L"mint,linux", "Linux Mint" }, { L"\\EFI\\Fedora\\grubx64.efi", L"Fedora EFI boot menu", L"fedora,linux", "Fedora" }, { L"\\EFI\\opensuse\\grubx64.efi", L"OpenSuse EFI boot menu", L"suse,linux", "openSUSE" }, { L"\\EFI\\arch\\grubx64.efi", L"ArchLinux EFI boot menu", L"arch,linux" }, { L"\\EFI\\arch_grub\\grubx64.efi", L"ArchLinux EFI boot menu", L"arch,linux" }, or STATIC CHAR16 *LinuxInitImagePath[] = { L"initrd%s", L"initrd.img%s", L"initrd%s.img", L"initramfs%s", L"initramfs.img%s", L"initramfs%s.img", }; or legacy boot sectors.... Link to comment Share on other sites More sharing options...
Faradis Posted May 4, 2016 Share Posted May 4, 2016 You should use VBoxExt2.efi or something like that depending what is required for your "open suse". What is bootloader of this OS? Is it listed in Clover boot manager? #define LINUX_ISSUE_PATH L"\\etc\\issue" #define LINUX_BOOT_PATH L"\\boot" #define LINUX_BOOT_ALT_PATH L"\\boot" #define LINUX_LOADER_PATH L"vmlinuz" #define LINUX_FULL_LOADER_PATH LINUX_BOOT_PATH L"\\" LINUX_LOADER_PATH #define LINUX_LOADER_SEARCH_PATH L"vmlinuz*" or { L"\\EFI\\grub\\grubx64.efi", L"Grub EFI boot menu", L"grub,linux" }, { L"\\EFI\\Gentoo\\grubx64.efi", L"Gentoo EFI boot menu", L"gentoo,linux", "Gentoo" }, { L"\\EFI\\Gentoo\\kernelx64.efi", L"Gentoo EFI kernel", L"gentoo,linux" }, { L"\\EFI\\RedHat\\grubx64.efi", L"RedHat EFI boot menu", L"redhat,linux", "Redhat" }, { L"\\EFI\\ubuntu\\grubx64.efi", L"Ubuntu EFI boot menu", L"ubuntu,linux", "Ubuntu" }, { L"\\EFI\\kubuntu\\grubx64.efi", L"kubuntu EFI boot menu", L"kubuntu,linux", "kubuntu" }, { L"\\EFI\\LinuxMint\\grubx64.efi", L"Linux Mint EFI boot menu", L"mint,linux", "Linux Mint" }, { L"\\EFI\\Fedora\\grubx64.efi", L"Fedora EFI boot menu", L"fedora,linux", "Fedora" }, { L"\\EFI\\opensuse\\grubx64.efi", L"OpenSuse EFI boot menu", L"suse,linux", "openSUSE" }, { L"\\EFI\\arch\\grubx64.efi", L"ArchLinux EFI boot menu", L"arch,linux" }, { L"\\EFI\\arch_grub\\grubx64.efi", L"ArchLinux EFI boot menu", L"arch,linux" }, or STATIC CHAR16 *LinuxInitImagePath[] = { L"initrd%s", L"initrd.img%s", L"initrd%s.img", L"initramfs%s", L"initramfs.img%s", L"initramfs%s.img", }; or legacy boot sectors.... i am on legacy bios machine with clover to boot my win 10 mac 10.11 and ubuntu 16.04 in uefi but after dd sudo dd if=.iopenSUSE-Leap-42.1-DVD-x86_64.so of=/dev/sdd bs=4M nothing appear in boot menu to boot with also tried with and without VBoxExt2/Ext4.efi stil nothing appeared in clover boot menu from where i can that infos you posted in code?? this is from grub.cfg from iso with_gfx=1 gfxmode=auto locale_dir=$prefix/locale lang=en_US search --no-floppy --file /boot/x86_64/efi --set prefix=($root)/boot/x86_64/grub2-efi insmod efi_gop insmod efi_uga insmod gzio insmod gettext color_normal=light-gray/black color_highlight=white/light-gray if [ "$with_gfx" = 1 ] ; then insmod gfxterm insmod gfxmenu insmod png terminal_output gfxterm theme=$prefix/themes/openSUSE/theme.txt export theme loadfont $prefix/unicode.pf2 loadfont $prefix/themes/openSUSE/DejaVuSans10.pf2 loadfont $prefix/themes/openSUSE/DejaVuSans12.pf2 loadfont $prefix/themes/openSUSE/DejaVuSans-Bold14.pf2 fi if sleep --interruptible 0 ; then timeout=60 fi menuentry 'Installation' --class opensuse --class gnu-linux --class gnu --class os { set gfxpayload=keep echo 'Loading kernel ...' linuxefi /boot/x86_64/loader/linux splash=silent echo 'Loading initial ramdisk ...' initrdefi /boot/x86_64/loader/initrd } menuentry 'Upgrade' --class opensuse --class gnu-linux --class gnu --class os { set gfxpayload=keep echo 'Loading kernel ...' linuxefi /boot/x86_64/loader/linux splash=silent upgrade=1 echo 'Loading initial ramdisk ...' initrdefi /boot/x86_64/loader/initrd } menuentry 'Rescue System' --class opensuse --class gnu-linux --class gnu { set gfxpayload=keep echo 'Loading kernel ...' linuxefi /boot/x86_64/loader/linux splash=silent rescue=1 echo 'Loading initial ramdisk ...' initrdefi /boot/x86_64/loader/initrd } menuentry 'Check Installation Media' --class opensuse --class gnu-linux --class gnu { set gfxpayload=keep echo 'Loading kernel ...' linuxefi /boot/x86_64/loader/linux splash=silent mediacheck=1 echo 'Loading initial ramdisk ...' initrdefi /boot/x86_64/loader/initrd } Link to comment Share on other sites More sharing options...
Slice Posted May 4, 2016 Share Posted May 4, 2016 I know nothing about Linux. I just show you what files and where Clover is expected to see to boot Linux. Link to comment Share on other sites More sharing options...
Riley Freeman Posted May 4, 2016 Share Posted May 4, 2016 I just updated the X79 to 3504. Not sure when this happened, but nvram writing isn't working. I noticed that the nvidia control panel was using the default OS X driver. Changed it to the nvidia web driver and rebooted but it was still on the OS X one. Checked nvram and there was no boot-args entry. So I tried adding it, but on reboot it was gone. Tried entering just -v as a boot arg and while the system booted up in verbose mode as expected, there was still no boot-args entry in nvram once at the desktop. This board has locked nvram, but AptioFixDrv took care of that in the past. Update: 3469 works. 3489 is broken. Link to comment Share on other sites More sharing options...
Slice Posted May 4, 2016 Share Posted May 4, 2016 I just updated the X79 to 3504. Not sure when this happened, but nvram writing isn't working. I noticed that the nvidia control panel was using the default OS X driver. Changed it to the nvidia web driver and rebooted but it was still on the OS X one. Checked nvram and there was no boot-args entry. So I tried adding it, but on reboot it was gone. Tried entering just -v as a boot arg and while the system booted up in verbose mode as expected, there was still no boot-args entry in nvram once at the desktop. This board has locked nvram, but AptioFixDrv took care of that in the past. Update: 3469 works. 3489 is broken. I understand the problem. Will think what to do because there is a contradiction with other issues. Link to comment Share on other sites More sharing options...
Fljagd Posted May 4, 2016 Share Posted May 4, 2016 I just updated the X79 to 3504. Not sure when this happened, but nvram writing isn't working. I noticed that the nvidia control panel was using the default OS X driver. Changed it to the nvidia web driver and rebooted but it was still on the OS X one. Checked nvram and there was no boot-args entry. So I tried adding it, but on reboot it was gone. Tried entering just -v as a boot arg and while the system booted up in verbose mode as expected, there was still no boot-args entry in nvram once at the desktop. This board has locked nvram, but AptioFixDrv took care of that in the past. Update: 3469 works. 3489 is broken. Same on X99-A with 3504 I have need to nvda-drv = 1 in the boot arguments, for it is in order Link to comment Share on other sites More sharing options...
Slice Posted May 4, 2016 Share Posted May 4, 2016 Check, if this one will be OK for you. CLOVERX64.efi-3507b.zip Link to comment Share on other sites More sharing options...
Fljagd Posted May 4, 2016 Share Posted May 4, 2016 Check, if this one will be OK for you. CLOVERX64.efi-3507b.zip I have tested on two starts, same as before Link to comment Share on other sites More sharing options...
Riley Freeman Posted May 4, 2016 Share Posted May 4, 2016 Check, if this one will be OK for you. CLOVERX64.efi-3507b.zip Works fine here. Across a few reboots I added/removed entries via terminal as well as using the nvidia control panel and it's working as expected. Link to comment Share on other sites More sharing options...
Slice Posted May 4, 2016 Share Posted May 4, 2016 I have tested on two starts, same as before ...before what? Link to comment Share on other sites More sharing options...
Recommended Posts