Contribute
Register

Windows Bootloader replaced clover

Status
Not open for further replies.
You should investigate by renaming various boot files to determine what is going on...
Yep, you were right. There is another file getting the priority. it's "shimix64.efi", which is the bridge to enable booting with secure boot on, since microsoft signing to the grub can't work.

Code:
So, as a conclusion, [COLOR=#3E3E3E]bootmgfw.efi[/COLOR] renamed to [COLOR=#3E3E3E]bootmgfw-orig.efi, and [/COLOR]shimix64.efi renamed to shimix64-orig.efi, and all is okey, no need for custom entries (since grubx64.efi is untouched).

Now, i desperately want to know on which creteria the boot priority is decided. It's hard to believe that there is a hard coded list. that means the bios manufacturer knows what clover is, which is unlikely, and doesn't make lot of sense. What if i want to make my own loader? would be crazy to need to contact all BIOS makers to update this list.

I'm starting to believe there is a search pattern (*X64.efi is a start) that is done on the EFI partition. but this is only an assumption. i can't find anything about the subject though.

Thank you guys for helping forging my learning curve!
 
...
Now, i desperately want to know on which creteria the boot priority is decided. It's hard to believe that there is a hard coded list. that means the bios manufacturer knows what clover is, which is unlikely, and doesn't make lot of sense.

It is hard-coded. Unless the OEM provides documentation (or you extensively study the disassembled BIOS), you'll never know exactly.

Clover is loaded from /BOOT/BOOTX64.efi, so the BIOS doesn't have to know specifically about Clover.
 
Check your Clover bootlog.

Here'smy bootlog in case i missed something

Code:
0:100  0:100  MemLog inited, TSC freq: 23944582950:100  0:000  
0:100  0:000  Now is 5.1.2015,  1:45:37 (GMT+2047)
0:100  0:000  Starting Clover rev 3113 on INSYDE Corp. EFI
0:100  0:000  SelfDevicePath=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0x0,0x0)\HD(1,GPT,98F0EAAC-94CC-4314-B971-856DE9DE3F90,0x28,0x64000) @82720998
0:100  0:000  SelfDirPath = \EFI\BOOT
0:100  0:000  Total Memory Slots Count = 4
0:100  0:000  Type 17 Index = 0
0:100  0:000  Table has error information, checking
0:100  0:000  Found memory information in table 18/0, type=0x3, operation=0x2 syndrome=0x0
0:100  0:000  ...memory OK
0:100  0:000  SmbiosTable.Type17->Speed = 1600MHz
0:100  0:000  SmbiosTable.Type17->Size = 4096MB
0:100  0:000  SmbiosTable.Type17->Bank/Device = BANK 0 DIMM0
0:100  0:000  Type 17 Index = 1
0:100  0:000  Ignoring insane frequency value 0MHz
0:100  0:000  SmbiosTable.Type17->Speed = 0MHz
0:100  0:000  SmbiosTable.Type17->Size = 0MB
0:100  0:000  SmbiosTable.Type17->Bank/Device = BANK 1 DIMM1
0:100  0:000  Type 17 Index = 2
0:100  0:000  Table has error information, checking
0:100  0:000  Found memory information in table 18/1, type=0x3, operation=0x2 syndrome=0x0
0:100  0:000  ...memory OK
0:100  0:000  SmbiosTable.Type17->Speed = 1600MHz
0:100  0:000  SmbiosTable.Type17->Size = 4096MB
0:100  0:000  SmbiosTable.Type17->Bank/Device = BANK 2 DIMM2
0:100  0:000  Type 17 Index = 3
0:100  0:000  Ignoring insane frequency value 0MHz
0:100  0:000  SmbiosTable.Type17->Speed = 0MHz
0:100  0:000  SmbiosTable.Type17->Size = 0MB
0:100  0:000  SmbiosTable.Type17->Bank/Device = BANK 3 DIMM3
0:100  0:000  Boot status=0
0:100  0:000  Clover revision: 3113  running on 20238
0:100  0:000  ... with board INVALID
0:100  0:000  Clover load options size = 136 bytes
0:100  0:000  Found Plist String = , parse XML in LoadOptions
0:100  0:000  Xml in load options is bad
0:162  0:062  Using OEM config.plist at path: EFI\CLOVER\config.plist
0:163  0:000  EFI\CLOVER\config.plist loaded: Success
0:163  0:000  Found theme directory: bluemac
0:175  0:011  Found theme directory: christmas
0:181  0:006  Found theme directory: newyear
0:191  0:010  Found theme directory: applestyle
0:221  0:029  Found theme directory: gold_clover
0:236  0:014  Found theme directory: Universe
0:244  0:008  Loading early settings
0:244  0:000  timeout set to -1
0:244  0:000  Custom boot CUSTOM_BOOT_DISABLED (0x0)
0:244  0:000  ForceKextsToLoad: 1 requested
0:244  0:000  ForceKextsToLoad 0: System\Library\Extensions\IONetworkingFamily.kext
0:244  0:000  KextsToPatch: 5 requested
0:244  0:000  KextToPatch 0: disabled_IOAHCIBlockStorage (Enable TRIM for SSD) Kext bin patch, data len: 11
0:244  0:000  KextToPatch 1: disabled_IOGraphicsFamily (Second Stage Patch 1) Kext bin patch, data len: 5
0:244  0:000  KextToPatch 2: disabled_IOGraphicsFamily (Second Stage Patch 2) Kext bin patch, data len: 5
0:244  0:000  KextToPatch 3: AppleIntelHD5000Graphics (QECI HD4600 (GT2 Mobile to Desktop)) Kext bin patch, data len: 9
0:244  0:000  KextToPatch 4: disabled_AppleIntelFramebufferAzul (0x0a260006 9MB cursor bytes patch) Kext bin patch, data len: 20
0:244  0:000  Default theme: Universe
0:244  0:000  ** Warning: unknown custom entry Type 'Other'
0:244  0:000  LoadDrivers() start
0:251  0:006  Loading EmuVariableUefi-64.efi  status=Success
0:260  0:009  EmuVariableUefi Initialize: VariableCommonInitialize = Success, orig services stored, install gEmuVariableControlProtocolGuid = Success
0:260  0:000  Loading FSInject-64.efi  status=Success
0:261  0:000  Loading OsxAptioFixDrv-64.efi  status=Success
0:261  0:000  Loading OsxFatBinaryDrv-64.efi  status=Success
0:269  0:007  Loading HFSPlus.efi  status=Success
0:279  0:009   - driver needs connecting
0:287  0:008  1 drivers needs connecting ...
0:287  0:000  PlatformDriverOverrideProtocol not found. Installing ... Success
0:287  0:000  HFS+ driver loaded 
0:287  0:000  Searching for invalid DiskIo BY_DRIVER connects: not found, all ok
0:654  0:366  LoadDrivers() end
0:654  0:000  EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success
0:656  0:002  SetMaxResolution: found best mode 0: 1366x768
0:656  0:000   - already set
0:656  0:000  Console modes reported: 5, available modes:
0:656  0:000    Mode 1: 80x25
0:656  0:000    Mode 3: 170x40 (current mode)
0:656  0:000    Mode 4: 100x31
0:656  0:000    Mode 5: 128x40
0:656  0:000  reinit: self device path=PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0x0,0x0)\HD(1,GPT,98F0EAAC-94CC-4314-B971-856DE9DE3F90,0x28,0x64000)
0:656  0:000  CPU Vendor = 756E6547 Model=306C3
0:656  0:000  The CPU supported turbo
0:656  0:000  BrandString = Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz
0:656  0:000  MSR 0xE2 before patch 1E008405
0:656  0:000  MSR 0xE2 is locked, PM patches will be turned on
0:656  0:000  MSR 0xE4              00021814
0:656  0:000  MSR 0xCE              00080838_F3011800
0:656  0:000  non-usable FLEX_RATIO = 50000
0:656  0:000  corrected FLEX_RATIO = 40000
0:656  0:000  MSR 0x1B0             00000000
0:656  0:000  FSBFrequency=100MHz DMIvalue=100000kHz
0:656  0:000  Corrected FSBFrequency=100MHz
0:656  0:000  Vendor/Model/Stepping: 0x756E6547/0x3C/0x3
0:656  0:000  Family/ExtFamily: 0x6/0x0
0:656  0:000  MaxDiv/MinDiv: 24.0/8
0:656  0:000  Turbo: 32/32/33/34
0:656  0:000  Features: 0xBFEBFBFF
0:656  0:000  Threads: 8
0:656  0:000  Cores: 4
0:656  0:000  FSB: 100 MHz
0:656  0:000  CPU: 2400 MHz
0:656  0:000  TSC: 2400 MHz
0:656  0:000  PIS: 400 MHz
0:656  0:000  PCI (00|00:00.00) : 8086 0C04 class=060000
0:656  0:000  PCI (00|00:01.00) : 8086 0C01 class=060400
0:656  0:000  PCI (00|01:00.00) : 1002 6604 class=038000
0:656  0:000  PCI (00|00:02.00) : 8086 0416 class=030000
0:657  0:000  Found GFX model=Intel HD Graphics 4600
0:657  0:000  PCI (00|00:03.00) : 8086 0C0C class=040300
0:657  0:000  PCI (00|00:14.00) : 8086 8C31 class=0C0330
0:657  0:000  PCI (00|00:16.00) : 8086 8C3A class=078000
0:657  0:000  PCI (00|00:1A.00) : 8086 8C2D class=0C0320
0:657  0:000  PCI (00|00:1B.00) : 8086 8C20 class=040300
0:657  0:000  PCI (00|00:1C.00) : 8086 8C10 class=060400
0:657  0:000  PCI (00|00:1C.01) : 8086 8C12 class=060400
0:657  0:000  PCI (00|08:00.00) : 14E4 4365 class=028000
0:657  0:000  PCI (00|00:1C.02) : 8086 8C14 class=060400
0:657  0:000  PCI (00|09:00.00) : 1969 10A0 class=020000
0:657  0:000  LAN 0, Vendor=1969, MMIO=B9400000
0:657  0:000  PCI (00|00:1D.00) : 8086 8C26 class=0C0320
0:657  0:000  PCI (00|00:1F.00) : 8086 8C49 class=060100
0:657  0:000  PCI (00|00:1F.02) : 8086 8C03 class=010601
0:657  0:000  PCI (00|00:1F.03) : 8086 8C22 class=0C0500
0:657  0:000  PCI (00|00:1F.06) : FFFF FFFF class=FFFFFF
0:657  0:000  ScanSPD() start
0:657  0:000  SMBus CmdReg: 0x3
0:657  0:000  Scanning SMBus [8086:8C22], mmio: 0xB9619004, ioport: 0x5040, hostc: 0x11
0:672  0:014  SPD[0]: Type 11 @0x50 
0:681  0:009  Not using XMP because it is not present
0:681  0:000  DDR speed 1600MHz 
0:681  0:000  Slot: 0 Type 24 4096MB 1600MHz Vendor=Hynix Semiconductor PartNo=HMT451S6AFR8A-PBN0 SerialNo=010A02090809060B 
0:701  0:020  SPD[2]: Type 11 @0x52 
0:710  0:009  Not using XMP because it is not present
0:710  0:000  DDR speed 1600MHz 
0:710  0:000  Slot: 2 Type 24 4096MB 1600MHz Vendor=Hynix Semiconductor PartNo=HMT451S6AFR8A-PBN0 SerialNo=00000A010A000301 
0:837  0:126  ScanSPD() end
0:837  0:000  Get Acpi Tables List from RSDT:
0:837  0:000   Found table: FACP  CB-01    len=268
0:837  0:000   Found table: SLIC  CB-01    len=374
0:837  0:000   Found table: UEFI  CB-01    len=566
0:837  0:000   Found table: FPDT  CB-01    len=68
0:837  0:000   Found table: ASF!  CB-01    len=165
0:837  0:000   Found table: HPET  CB-01    len=56
0:837  0:000   Found table: APIC  CB-01    len=140
0:837  0:000   Found table: MCFG  CB-01    len=60
0:837  0:000   Found table: SSDT  CB-01    len=8232
0:837  0:000   Found table: BOOT  CB-01    len=40
0:837  0:000   Found table: LPIT  CB-01    len=148
0:837  0:000   Found table: ASPT  CB-01    len=52
0:837  0:000   Found table: DBGP  CB-01    len=52
0:837  0:000   Found table: SSDT  CB-01    len=1337
0:837  0:000   Found table: SSDT  CB-01    len=2776
0:837  0:000   Found table: SSDT  CB-01    len=13523
0:837  0:000   Found table: SSDT  CB-01    len=12232
0:837  0:000   Found table: BGRT  CB-01    len=56
0:837  0:000  Calibrated TSC frequency =2394458295 =2394MHz
0:837  0:000  Loading main settings
0:837  0:000  USB FixOwnership: true
0:837  0:000  Dropping 6 tables
0:837  0:000  Drop table 0 signature="DMAR" (52414D44)
0:837  0:000  set table: 52414D44,                0 to drop:
0:837  0:000  Drop table 1 signature="SSDT" (54445353) table-id="CpuPm" (0000006D50757043)
0:837  0:000  set table: 54445353,       6D50757043 to drop:
0:837  0:000  Drop table 2 signature="SSDT" (54445353) table-id="Cpu0Cst" (0074734330757043)
0:837  0:000  set table: 54445353,   74734330757043 to drop:
0:837  0:000  Drop table 3 signature="SSDT" (54445353) table-id="Cpu0Ist" (0074734930757043)
0:837  0:000  set table: 54445353,   74734930757043 to drop:
0:837  0:000  Drop table 4 signature="SSDT" (54445353) table-id="ApCst" (0000007473437041)
0:837  0:000  set table: 54445353,       7473437041 to drop:
0:837  0:000  Drop table 5 signature="SSDT" (54445353) table-id="ApIst" (0000007473497041)
0:837  0:000  set table: 54445353,       7473497041 to drop:
0:837  0:000  Config set PluginType=1
0:837  0:000  found 8 volumes with blockIO
0:837  0:000   0. Volume:
0:837  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0x0,0x0)
0:850  0:012   1. Volume:
0:850  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0x0,0x0)\HD(1,GPT,98F0EAAC-94CC-4314-B971-856DE9DE3F90,0x28,0x64000)
0:850  0:000    Result of bootcode detection: bootable unknown (legacy)
0:850  0:000    This is SelfVolume !!
0:850  0:000   2. Volume:
0:850  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0x0,0x0)\HD(2,GPT,6F8AD0AE-58B0-4AFB-A731-3807EADAC757,0x64028,0x8ABF8B8)
0:850  0:000   3. Volume:
0:850  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0x0,0x0)\HD(3,GPT,FC13FFFC-05C4-4A22-8AE9-D84B5DA926A2,0x8B238E0,0x135F20)
0:850  0:000   4. Volume:
0:850  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0x0,0x0)\HD(4,GPT,9C6A9ABE-D0B3-4FF5-AF5B-E23A967D9C91,0x8C59800,0x2E90E800)
0:851  0:000    Result of bootcode detection: bootable Windows (vista,win)
0:851  0:000   5. Volume:
0:851  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0x0,0x0)\HD(5,GPT,05C28350-2CF9-4C4A-AC4F-23F1E4D59EFD,0x37568000,0x2E90800)
0:851  0:000    Result of bootcode detection: bootable Linux (grub,linux)
0:851  0:000   6. Volume:
0:851  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0x0,0x0)\HD(6,GPT,65248CA4-2A6E-41C5-8FC3-B89B5017C81E,0x3A3F8800,0x3A30E000)
0:851  0:000    Result of bootcode detection: bootable Windows (vista,win)
0:851  0:000   7. Volume:
0:851  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)
0:851  0:000    found optical drive
0:887  0:036  Loading nvram.plist from Vol 'Mac OS X 10.10 Yosemite' - loaded, size=5945
0:902  0:015  PutNvramPlistToRtVars ...
0:902  0:000   Adding Key: Clover.Theme: Size = 8, Data: 55 6E 69 76 65 72 73 65 
0:902  0:000   Skipping EmuVariableUefiPresent
0:902  0:000   Adding Key: IOHibernateRTCVariables: Size = 44, Data: 41 41 50 4C 01 00 00 00 71 AA AD 0A 9B C5 C6 88 B5 32 2D 60 BE 63 51 58 B4 36 E4 AC F6 68 EB 13 84 3C 89 B2 39 99 FF 1E 75 55 64 C5 
0:902  0:000   Adding Key: LocationServicesEnabled: Size = 1, Data: 01 
0:902  0:000   Adding Key: MyVar: Size = 9, Data: 54 65 73 74 56 61 6C 75 65 
0:902  0:000   Skipping OsxAptioFixDrv-RelocBase
0:902  0:000   Adding Key: backlight-level: Size = 2, Data: FF FF 
0:902  0:000   Adding Key: efi-apple-payload0: Size = 418, Data: 3C 61 72 72 61 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 4D 61 74 63 68 3C 2F 6B 65 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 50 72 6F 76 69 64 65 72 43 6C 61 73 73 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 49 4F 4D 65 64 69 61 3C 2F 73 74 72 69 6E 67 3E 3C 6B 65 79 3E 49 4F 50 72 6F 70 65 72 74 79 4D 61 74 63 68 3C 2F 6B 65 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 55 55 49 44 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 39 38 46 30 45 41 41 43 2D 39 34 43 43 2D 34 33 31 34 2D 42 39 37 31 2D 38 35 36 44 45 39 44 45 33 46 39 30 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 2F 64 69 63 74 3E 3C 6B 65 79 3E 42 4C 4C 61 73 74 42 53 44 4E 61 6D 65 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 64 69 73 6B 30 73 31 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 45 46 49 44 65 76 69 63 65 50 61 74 68 54 79 70 65 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 4D 65 64 69 61 46 69 6C 65 50 61 74 68 3C 2F 73 74 72 69 6E 67 3E 3C 6B 65 79 3E 50 61 74 68 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 5C 45 46 49 5C 41 50 50 4C 45 5C 55 50 44 41 54 45 52 53 5C 53 4D 43 5C 4D 61 63 2D 37 44 46 32 31 43 42 33 45 44 36 39 37 37 45 35 2E 73 6D 63 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 2F 61 72 72 61 79 3E 00 
0:902  0:000   Adding Key: efi-apple-payload0-data: Size = 176, Data: 02 01 0C 00 D0 41 03 0A 00 00 00 00 01 01 06 00 02 1F 03 12 0A 00 04 00 00 00 00 00 04 01 2A 00 01 00 00 00 28 00 00 00 00 00 00 00 00 40 06 00 00 00 00 00 AC EA F0 98 CC 94 14 43 B9 71 85 6D E9 DE 3F 90 02 02 04 04 66 00 5C 00 45 00 46 00 49 00 5C 00 41 00 50 00 50 00 4C 00 45 00 5C 00 55 00 50 00 44 00 41 00 54 00 45 00 52 00 53 00 5C 00 53 00 4D 00 43 00 5C 00 4D 00 61 00 63 00 2D 00 37 00 44 00 46 00 32 00 31 00 43 00 42 00 33 00 45 00 44 00 36 00 39 00 37 00 37 00 45 00 35 00 2E 00 73 00 6D 00 63 00 00 00 7F FF 04 00 
0:902  0:000   Adding Key: efi-apple-payload1: Size = 410, Data: 3C 61 72 72 61 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 4D 61 74 63 68 3C 2F 6B 65 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 50 72 6F 76 69 64 65 72 43 6C 61 73 73 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 49 4F 4D 65 64 69 61 3C 2F 73 74 72 69 6E 67 3E 3C 6B 65 79 3E 49 4F 50 72 6F 70 65 72 74 79 4D 61 74 63 68 3C 2F 6B 65 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 55 55 49 44 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 39 38 46 30 45 41 41 43 2D 39 34 43 43 2D 34 33 31 34 2D 42 39 37 31 2D 38 35 36 44 45 39 44 45 33 46 39 30 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 2F 64 69 63 74 3E 3C 6B 65 79 3E 42 4C 4C 61 73 74 42 53 44 4E 61 6D 65 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 64 69 73 6B 30 73 31 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 45 46 49 44 65 76 69 63 65 50 61 74 68 54 79 70 65 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 4D 65 64 69 61 46 69 6C 65 50 61 74 68 3C 2F 73 74 72 69 6E 67 3E 3C 6B 65 79 3E 50 61 74 68 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 5C 45 46 49 5C 41 50 50 4C 45 5C 55 50 44 41 54 45 52 53 5C 53 4D 43 5C 66 6C 61 73 68 65 72 5F 62 61 73 65 2E 73 6D 63 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 2F 61 72 72 61 79 3E 00 
0:902  0:000   Adding Key: efi-apple-payload1-data: Size = 160, Data: 02 01 0C 00 D0 41 03 0A 00 00 00 00 01 01 06 00 02 1F 03 12 0A 00 04 00 00 00 00 00 04 01 2A 00 01 00 00 00 28 00 00 00 00 00 00 00 00 40 06 00 00 00 00 00 AC EA F0 98 CC 94 14 43 B9 71 85 6D E9 DE 3F 90 02 02 04 04 56 00 5C 00 45 00 46 00 49 00 5C 00 41 00 50 00 50 00 4C 00 45 00 5C 00 55 00 50 00 44 00 41 00 54 00 45 00 52 00 53 00 5C 00 53 00 4D 00 43 00 5C 00 66 00 6C 00 61 00 73 00 68 00 65 00 72 00 5F 00 62 00 61 00 73 00 65 00 2E 00 73 00 6D 00 63 00 00 00 7F FF 04 00 
0:902  0:000   Adding Key: efi-apple-payload2: Size = 412, Data: 3C 61 72 72 61 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 4D 61 74 63 68 3C 2F 6B 65 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 50 72 6F 76 69 64 65 72 43 6C 61 73 73 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 49 4F 4D 65 64 69 61 3C 2F 73 74 72 69 6E 67 3E 3C 6B 65 79 3E 49 4F 50 72 6F 70 65 72 74 79 4D 61 74 63 68 3C 2F 6B 65 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 55 55 49 44 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 39 38 46 30 45 41 41 43 2D 39 34 43 43 2D 34 33 31 34 2D 42 39 37 31 2D 38 35 36 44 45 39 44 45 33 46 39 30 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 2F 64 69 63 74 3E 3C 6B 65 79 3E 42 4C 4C 61 73 74 42 53 44 4E 61 6D 65 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 64 69 73 6B 30 73 31 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 45 46 49 44 65 76 69 63 65 50 61 74 68 54 79 70 65 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 4D 65 64 69 61 46 69 6C 65 50 61 74 68 3C 2F 73 74 72 69 6E 67 3E 3C 6B 65 79 3E 50 61 74 68 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 5C 45 46 49 5C 41 50 50 4C 45 5C 55 50 44 41 54 45 52 53 5C 53 4D 43 5C 66 6C 61 73 68 65 72 5F 75 70 64 61 74 65 2E 73 6D 63 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 2F 61 72 72 61 79 3E 00 
0:902  0:000   Adding Key: efi-apple-payload2-data: Size = 164, Data: 02 01 0C 00 D0 41 03 0A 00 00 00 00 01 01 06 00 02 1F 03 12 0A 00 04 00 00 00 00 00 04 01 2A 00 01 00 00 00 28 00 00 00 00 00 00 00 00 40 06 00 00 00 00 00 AC EA F0 98 CC 94 14 43 B9 71 85 6D E9 DE 3F 90 02 02 04 04 5A 00 5C 00 45 00 46 00 49 00 5C 00 41 00 50 00 50 00 4C 00 45 00 5C 00 55 00 50 00 44 00 41 00 54 00 45 00 52 00 53 00 5C 00 53 00 4D 00 43 00 5C 00 66 00 6C 00 61 00 73 00 68 00 65 00 72 00 5F 00 75 00 70 00 64 00 61 00 74 00 65 00 2E 00 73 00 6D 00 63 00 00 00 7F FF 04 00 
0:902  0:000   Adding Key: efi-apple-payload3: Size = 418, Data: 3C 61 72 72 61 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 4D 61 74 63 68 3C 2F 6B 65 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 50 72 6F 76 69 64 65 72 43 6C 61 73 73 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 49 4F 4D 65 64 69 61 3C 2F 73 74 72 69 6E 67 3E 3C 6B 65 79 3E 49 4F 50 72 6F 70 65 72 74 79 4D 61 74 63 68 3C 2F 6B 65 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 55 55 49 44 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 39 38 46 30 45 41 41 43 2D 39 34 43 43 2D 34 33 31 34 2D 42 39 37 31 2D 38 35 36 44 45 39 44 45 33 46 39 30 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 2F 64 69 63 74 3E 3C 6B 65 79 3E 42 4C 4C 61 73 74 42 53 44 4E 61 6D 65 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 64 69 73 6B 30 73 31 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 45 46 49 44 65 76 69 63 65 50 61 74 68 54 79 70 65 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 4D 65 64 69 61 46 69 6C 65 50 61 74 68 3C 2F 73 74 72 69 6E 67 3E 3C 6B 65 79 3E 50 61 74 68 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 5C 45 46 49 5C 41 50 50 4C 45 5C 55 50 44 41 54 45 52 53 5C 53 4D 43 5C 4D 61 63 2D 37 44 46 32 31 43 42 33 45 44 36 39 37 37 45 35 2E 65 70 6D 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 2F 61 72 72 61 79 3E 00 
0:902  0:000   Adding Key: efi-apple-payload3-data: Size = 176, Data: 02 01 0C 00 D0 41 03 0A 00 00 00 00 01 01 06 00 02 1F 03 12 0A 00 04 00 00 00 00 00 04 01 2A 00 01 00 00 00 28 00 00 00 00 00 00 00 00 40 06 00 00 00 00 00 AC EA F0 98 CC 94 14 43 B9 71 85 6D E9 DE 3F 90 02 02 04 04 66 00 5C 00 45 00 46 00 49 00 5C 00 41 00 50 00 50 00 4C 00 45 00 5C 00 55 00 50 00 44 00 41 00 54 00 45 00 52 00 53 00 5C 00 53 00 4D 00 43 00 5C 00 4D 00 61 00 63 00 2D 00 37 00 44 00 46 00 32 00 31 00 43 00 42 00 33 00 45 00 44 00 36 00 39 00 37 00 37 00 45 00 35 00 2E 00 65 00 70 00 6D 00 00 00 7F FF 04 00 
0:902  0:000   Adding Key: efi-apple-recovery: Size = 416, Data: 3C 61 72 72 61 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 4D 61 74 63 68 3C 2F 6B 65 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 50 72 6F 76 69 64 65 72 43 6C 61 73 73 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 49 4F 4D 65 64 69 61 3C 2F 73 74 72 69 6E 67 3E 3C 6B 65 79 3E 49 4F 50 72 6F 70 65 72 74 79 4D 61 74 63 68 3C 2F 6B 65 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 55 55 49 44 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 39 38 46 30 45 41 41 43 2D 39 34 43 43 2D 34 33 31 34 2D 42 39 37 31 2D 38 35 36 44 45 39 44 45 33 46 39 30 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 2F 64 69 63 74 3E 3C 6B 65 79 3E 42 4C 4C 61 73 74 42 53 44 4E 61 6D 65 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 64 69 73 6B 30 73 31 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 45 46 49 44 65 76 69 63 65 50 61 74 68 54 79 70 65 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 4D 65 64 69 61 46 69 6C 65 50 61 74 68 3C 2F 73 74 72 69 6E 67 3E 3C 6B 65 79 3E 50 61 74 68 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 5C 45 46 49 5C 41 50 50 4C 45 5C 46 49 52 4D 57 41 52 45 5C 4D 42 41 36 31 5F 30 30 39 39 5F 42 31 36 5F 4C 4F 43 4B 45 44 2E 73 63 61 70 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 2F 61 72 72 61 79 3E 00 
0:902  0:000   Adding Key: efi-apple-recovery-data: Size = 172, Data: 02 01 0C 00 D0 41 03 0A 00 00 00 00 01 01 06 00 02 1F 03 12 0A 00 04 00 00 00 00 00 04 01 2A 00 01 00 00 00 28 00 00 00 00 00 00 00 00 40 06 00 00 00 00 00 AC EA F0 98 CC 94 14 43 B9 71 85 6D E9 DE 3F 90 02 02 04 04 62 00 5C 00 45 00 46 00 49 00 5C 00 41 00 50 00 50 00 4C 00 45 00 5C 00 46 00 49 00 52 00 4D 00 57 00 41 00 52 00 45 00 5C 00 4D 00 42 00 41 00 36 00 31 00 5F 00 30 00 30 00 39 00 39 00 5F 00 42 00 31 00 36 00 5F 00 4C 00 4F 00 43 00 4B 00 45 00 44 00 2E 00 73 00 63 00 61 00 70 00 00 00 7F FF 04 00 
0:902  0:000   Adding Key: efi-boot-device: Size = 265, Data: 3C 61 72 72 61 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 4D 61 74 63 68 3C 2F 6B 65 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 49 4F 50 72 6F 76 69 64 65 72 43 6C 61 73 73 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 49 4F 4D 65 64 69 61 3C 2F 73 74 72 69 6E 67 3E 3C 6B 65 79 3E 49 4F 50 72 6F 70 65 72 74 79 4D 61 74 63 68 3C 2F 6B 65 79 3E 3C 64 69 63 74 3E 3C 6B 65 79 3E 55 55 49 44 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 36 46 38 41 44 30 41 45 2D 35 38 42 30 2D 34 41 46 42 2D 41 37 33 31 2D 33 38 30 37 45 41 44 41 43 37 35 37 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 2F 64 69 63 74 3E 3C 6B 65 79 3E 42 4C 4C 61 73 74 42 53 44 4E 61 6D 65 3C 2F 6B 65 79 3E 3C 73 74 72 69 6E 67 3E 64 69 73 6B 30 73 32 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 2F 61 72 72 61 79 3E 00 
0:902  0:000   Adding Key: efi-boot-device-data: Size = 74, Data: 02 01 0C 00 D0 41 03 0A 00 00 00 00 01 01 06 00 02 1F 03 12 0A 00 04 00 00 00 00 00 04 01 2A 00 02 00 00 00 28 40 06 00 00 00 00 00 B8 F8 AB 08 00 00 00 00 AE D0 8A 6F B0 58 FB 4A A7 31 38 07 EA DA C7 57 02 02 7F FF 04 00 
0:902  0:000   Adding Key: fmm-computer-name: Size = 22, Data: 42 72 61 68 69 6D E2 80 99 73 20 4D 61 63 42 6F 6F 6B 20 50 72 6F 
0:903  0:000   Adding Key: prev-lang:kbd: Size = 5, Data: 65 6E 3A 36 30 
0:903  0:000   Adding Key: security-mode: String: Size = 4, Val = 'none'
0:903  0:000  Using theme 'newyear' (EFI\CLOVER\themes\newyear)
0:903  0:000  OS main and drive as badge
0:916  0:013  font dark-wide.png loaded from themedir
0:916  0:000  Choosing theme newyear
0:916  0:000  Custom entries start
0:916  0:000  Custom entry 0 skipped because it is disabled.
0:916  0:000  Custom entries finish
0:916  0:000  Scanning loaders...
0:916  0:000   0: 'Whole Disc Boot' no file system
0:916  0:000   1: 'EFI'
0:917  0:000      AddLoaderEntry for Volume Name=EFI
0:917  0:000      Not match custom entry 0: Type: not match
0:923  0:006    Icon 18 (icons\vol_internal_ntfs.icns) not found
0:923  0:000    Theme path EFI\CLOVER\themes\newyear, ThemeDir=81857F20
0:942  0:018      AddLoaderEntry for Volume Name=EFI
0:942  0:000      Not match custom entry 0: Type: not match
0:942  0:000    Icon 19 (icons\vol_internal_ext3.icns) not found
0:942  0:000    Theme path EFI\CLOVER\themes\newyear, ThemeDir=81857F20
0:950  0:008   2: 'Mac OS X 10.10 Yosemite'
0:962  0:011      AddLoaderEntry for Volume Name=Mac OS X 10.10 Yosemite
0:962  0:000      Not match custom entry 0: Type: not match
0:999  0:036      Check if volume Is Hibernated:
0:999  0:000      Check sleep image 'by signature':
1:059  0:059      read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success
1:059  0:000      SleepImage name from pref: ImageVolume = 'Mac OS X 10.10 Yosemite', ImageName = '\private\var\vm\sleepimage'
1:086  0:026      Reading first 512 bytes of sleepimage ...
1:105  0:019   OurBlockIoRead: Lba=146BA78, Offset=28D74F000 (BlockSize=512)
1:105  0:000   sig lion: 73696D65
1:105  0:000   sig snow: 0
1:105  0:000   got sleep image offset
1:105  0:000      Reading completed -> Success
1:105  0:000       sleepimage offset acquired successfully: 28D74F000
1:105  0:000       gSleepTime: 1420288382
1:119  0:014       HFS+ volume modifyDate: 1420422136
1:119  0:000       image older then volume: 133754 sec
1:119  0:000       image too old
1:119  0:000       hibernated: no - time
1:159  0:040   3: 'Recovery HD'
1:168  0:008      AddLoaderEntry for Volume Name=Recovery HD
1:168  0:000      Not match custom entry 0: Type: not match
1:192  0:023   4: 'Legacy HD4' no file system
1:192  0:000   5: 'Legacy HD5' no file system
1:192  0:000   6: 'Legacy HD6' no file system
1:192  0:000   7: 'Whole Disc Boot' no file system
1:192  0:000  Custom legacy start
1:192  0:000  Custom legacy end
1:192  0:000  Scanning legacy ...
1:192  0:000   0: 'Whole Disc Boot' (legacy) not legacy
1:192  0:000   1: 'EFI' (legacy) not legacy
1:192  0:000   2: 'Mac OS X 10.10 Yosemite' (legacy) not legacy
1:192  0:000   3: 'Recovery HD' (legacy) not legacy
1:192  0:000   4: 'Legacy HD4' (vista,win) add legacy
1:194  0:002   added 'Boot Windows from Legacy HD4' OSType=2 Icon=vista,win
1:194  0:000   5: 'Legacy HD5' (grub,linux) add legacy
1:196  0:002   added 'Boot Linux from Legacy HD5' OSType=0 Icon=grub,linux
1:196  0:000   6: 'Legacy HD6' (vista,win) add legacy
1:198  0:002   added 'Boot Windows from Legacy HD6' OSType=2 Icon=vista,win
1:198  0:000   7: 'Whole Disc Boot' (legacy) not legacy
1:198  0:000  Custom tool start
1:198  0:000  Custom tool end
1:210  0:011  found tool \EFI\CLOVER\tools\Shell64U.efi
1:210  0:000  Checking EFI partition Volume 1 for Clover
1:210  0:000   Found Clover
1:210  0:000  EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored
1:219  0:008  EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success
1:222  0:002  GetEfiBootDeviceFromNvram:
1:222  0:000   efi-boot-device-data: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0x0,0x0)\HD(2,GPT,6F8AD0AE-58B0-4AFB-A731-3807EADAC757,0x64028,0x8ABF8B8)
1:222  0:000   Volume: 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0x0,0x0)\HD(2,GPT,6F8AD0AE-58B0-4AFB-A731-3807EADAC757,0x64028,0x8ABF8B8)'
1:222  0:000   LoaderPath: '<null string>'
1:222  0:000   Guid = 6F8AD0AE-58B0-4AFB-A731-3807EADAC757
1:222  0:000   volume: partition = PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x4,0x0,0x0)\HD(2,GPT,6F8AD0AE-58B0-4AFB-A731-3807EADAC757,0x64028,0x8ABF8B8)
1:222  0:000   searching for that partition
1:222  0:000    found entry 2. 'Boot Mac OS X from Mac OS X 10.10 Yosemite', Volume 'Mac OS X 10.10 Yosemite'
1:222  0:000  Boot redirected to Entry 2. 'Boot Mac OS X from Mac OS X 10.10 Yosemite'
1:222  0:000  EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored
1:222  0:000  DefaultIndex=2 and MainMenu.EntryCount=13
1:222  0:000  Use anime=elka_1 frames=27
1:640  0:418  GUI ready
11:419  9:778  BootOption of the entry is empty
11:419  0:000  StartLoader() start
11:419  0:000  Finally: Bus=99769kHz CPU=2394MHz
11:419  0:000  Kernel and Kext Patches:
11:419  0:000  	Allowed: y
11:419  0:000  	Debug: n
11:419  0:000  	KernelCpu: n
11:419  0:000  	Lapic: y
11:419  0:000  	AICPUPM: y
11:419  0:000  	AppleRTC: y
11:419  0:000  	KernelPm: y
11:419  0:000  	FakeCPUID: 0x0
11:419  0:000  	ATIController: <null string>
11:419  0:000  	ATIDataLength: 0
11:419  0:000  	1 Kexts to load
11:419  0:000  	  KextToLoad[0]: System\Library\Extensions\IONetworkingFamily.kext
11:419  0:000  	5 Kexts to patch
11:419  0:000  	  KextPatch[0]: 11 bytes, disabled_IOAHCIBlockStorage
11:419  0:000  	  KextPatch[1]: 5 bytes, disabled_IOGraphicsFamily
11:419  0:000  	  KextPatch[2]: 5 bytes, disabled_IOGraphicsFamily
11:419  0:000  	  KextPatch[3]: 9 bytes, AppleIntelHD5000Graphics
11:419  0:000  	  KextPatch[4]: 20 bytes, disabled_AppleIntelFramebufferAzul
11:419  0:000  Loading boot.efi  status=Success
11:604  0:185  GetOSVersion: : 10.10.1
11:604  0:000  EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success
11:607  0:002  insert table 9 for dev 0:0
11:607  0:000  insert table 9 for dev 0:0
11:607  0:000  Trusting SMBIOS...
11:607  0:000  Channels: 2
11:607  0:000  Interleave: 0 2 1 3 4 6 5 7 8 10 9 11 12 14 13 15 16 18 17 19 20 22 21 23
11:607  0:000   partNum=HMT451S6AFR8A-PB  
11:607  0:000  SMBIOS Type 17 Index = 0 => 0 0:
11:607  0:000  BANK0 DIMM0 1600MHz 4096MB
11:607  0:000  mTotalSystemMemory = 4096
11:607  0:000   partNum=HMT451S6AFR8A-PB  
11:607  0:000  SMBIOS Type 17 Index = 1 => 2 2:
11:607  0:000  BANK1 DIMM0 1600MHz 4096MB
11:607  0:000  mTotalSystemMemory = 8192
11:607  0:000  NumberOfMemoryDevices = 2
11:608  0:000  Type20[0]->End = 0x3FFFFF, Type17[0] = 0x1000
11:608  0:000  Type20[1]->End = 0x3FFFFF, Type17[1] = 0x3000
11:608  0:000  RSDT 0x9CFFE124
11:608  0:000  FADT from RSDT: 0x9CFF7000
11:608  0:000  XSDT 0x9CFFE210
11:608  0:000  FADT from XSDT: 0x9CFF7000
11:608  0:000  Xsdt reallocation done
11:608  0:000  old FADT length=10C
11:608  0:000  Found OperationRegion(GNVS, SystemMemory, 9CFBCA98, ...)
11:608  0:000  Found OperationRegion(OGNS, SystemMemory, 9CFBBF98, ...)
11:608  0:000  Found OperationRegion(MCHT, SystemMemory, FED10000, ...)
11:608  0:000  Found OperationRegion(RCRB, SystemMemory, FED1C000, ...)
11:608  0:000  Found OperationRegion(XHCP, SystemMemory, 0, ...)
11:608  0:000  Found OperationRegion(MCA1, SystemMemory, 9FA10000, ...)
11:608  0:000  Found OperationRegion(MCA1, SystemMemory, 9FA10000, ...)
11:608  0:000  Found OperationRegion(COMP, SystemMemory, 9CFBEC98, ...)
11:608  0:000  Found OperationRegion(ECMM, SystemMemory, FF000000, ...)
11:608  0:000  Found OperationRegion(ECMP, SystemMemory, FF000000, ...)
11:614  0:006  Apply DsdtFixMask=0x00000000 old way
11:614  0:000     drop _DSM mask=0xFFFF
11:614  0:000  ========= Auto patch DSDT Starting ========
11:614  0:000  VideoCard devID=0x4168086
11:614  0:000  DisplayADR1[0] = 0x20000, DisplayADR2[0] = 0xFFFE
11:614  0:000  USBADR[0] = 0x140000 and PCIe = 0xFFFE
11:614  0:000  USBADR[1] = 0x1A0000 and PCIe = 0xFFFE
11:614  0:000  Found Airport BCM at 0x1C0001, 0x0
11:614  0:000  USBADR[2] = 0x1D0000 and PCIe = 0xFFFE
11:614  0:000  first CPU found at 40D4 offset 40D7
11:614  0:000  score candidate at 40D0
11:614  0:000  score inserted in acpi_cpu_score _PR_
11:614  0:000  Found ACPI CPU: CPU0 And CPU1 And CPU2 And CPU3 And CPU4 And CPU5 And CPU6 And CPU7 
  within the score: _PR_
11:614  0:000  Found PCIROOTUID = 0
11:614  0:000  ========= Auto patch DSDT Finished ========
11:614  0:000  Patch table: SSDT  CB-01   
11:614  0:000   SSDT len = 0x2028
11:614  0:000  Patch table: SSDT  CB-01   
11:614  0:000   SSDT len = 0x539
11:614  0:000  Patch table: SSDT  CB-01   
11:614  0:000   SSDT len = 0xAD8
11:614  0:000  Patch table: SSDT  CB-01   
11:614  0:000   SSDT len = 0x34D3
11:614  0:000  Patch table: SSDT  CB-01   
11:614  0:000   SSDT len = 0x2FC8
11:614  0:000  Drop tables from Xsdt, SIGN=XXXX TableID= Length=0
11:614  0:000   Xsdt has tables count=18 
11:614  0:000  corrected XSDT length=180
11:614  0:000   CPUBase=0 and ApicCPUBase=1 ApicCPUNum=8
11:614  0:000  Maximum control=0x18
11:614  0:000  Turbo control=0x22
11:614  0:000  P-States: min 0x8, max 0x22
11:614  0:000  SSDT with CPU P-States generated successfully
11:614  0:000  SSDT with CPU C-States generated successfully
11:614  0:000  EdidDiscovered size=128
11:614  0:000  00 | 00 FF FF FF FF FF FF 00 4C 83 52 47 00 00 00 00 
11:614  0:000  16 | 00 16 01 03 80 22 13 78 0A 09 25 92 57 54 8F 29 
11:614  0:000  32 | 22 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01 
11:614  0:000  48 | 01 01 01 01 01 01 41 1C 56 A0 50 00 16 30 30 20 
11:614  0:000  64 | 25 00 58 C2 10 00 00 19 00 00 00 0F 00 00 00 00 
11:614  0:000  80 | 00 00 00 00 00 1E B4 02 74 00 00 00 00 FE 00 53 
11:614  0:000  96 | 41 4D 53 55 4E 47 0A 20 4C 83 41 54 00 00 00 FE 
11:614  0:000  112 | 00 4C 54 4E 31 35 36 41 54 33 32 4C 30 31 00 83 
11:615  0:000  Intel Intel HD Graphics 4600 [8086:0416] :: PciRoot(0x0)\Pci(0x2,0x0)
11:615  0:000  Intel GFX revision  =0x6
11:615  0:000  USB Controller [8086:8C31] :: PciRoot(0x0)\Pci(0x14,0x0)
11:615  0:000  USB Controller [8086:8C2D] :: PciRoot(0x0)\Pci(0x1A,0x0)
11:615  0:000  LAN Controller [1969:10A0] :: PciRoot(0x0)\Pci(0x1C,0x2)\Pci(0x0,0x0)
11:615  0:000  USB Controller [8086:8C26] :: PciRoot(0x0)\Pci(0x1D,0x0)
11:615  0:000  stringlength = 2734
11:615  0:000  CurrentMode: Width=1366 Height=768
11:615  0:000  FSInjection: using kexts path: 'EFI\CLOVER\kexts\10.10'
11:626  0:010  MSR 0x1B0   set to        00000000
11:626  0:000    Force kext: System\Library\Extensions\IONetworkingFamily.kext
11:699  0:072      Force PlugIn kext: System\Library\Extensions\IONetworkingFamily.kext\Contents\PlugIns\AppleBCM5701Ethernet.kext
11:728  0:029      Force PlugIn kext: System\Library\Extensions\IONetworkingFamily.kext\Contents\PlugIns\AppleIntel8254XEthernet.kext
11:755  0:027      Force PlugIn kext: System\Library\Extensions\IONetworkingFamily.kext\Contents\PlugIns\AppleIntelI210Ethernet.kext
11:761  0:006      Force PlugIn kext: System\Library\Extensions\IONetworkingFamily.kext\Contents\PlugIns\AppleUSBEthernet.kext
11:770  0:008      Force PlugIn kext: System\Library\Extensions\IONetworkingFamily.kext\Contents\PlugIns\AppleUSBGigEthernet.kext
11:778  0:008      Force PlugIn kext: System\Library\Extensions\IONetworkingFamily.kext\Contents\PlugIns\AppleYukon2.kext
11:788  0:010      Force PlugIn kext: System\Library\Extensions\IONetworkingFamily.kext\Contents\PlugIns\Intel82574L.kext
11:790  0:001      Force PlugIn kext: System\Library\Extensions\IONetworkingFamily.kext\Contents\PlugIns\IOEthernetAVBController.kext
11:805  0:014      Force PlugIn kext: System\Library\Extensions\IONetworkingFamily.kext\Contents\PlugIns\mDNSOffloadUserClient.kext
11:825  0:020      Force PlugIn kext: System\Library\Extensions\IONetworkingFamily.kext\Contents\PlugIns\nvenet.kext
11:844  0:018  Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.10
11:844  0:000    Extra kext: EFI\CLOVER\kexts\10.10\FakeSMC.kext
11:860  0:015      Extra PlugIn kext: EFI\CLOVER\kexts\10.10\FakeSMC.kext\Contents\PlugIns\ACPISensors.kext
11:861  0:001      Extra PlugIn kext: EFI\CLOVER\kexts\10.10\FakeSMC.kext\Contents\PlugIns\CPUSensors.kext
11:862  0:000      Extra PlugIn kext: EFI\CLOVER\kexts\10.10\FakeSMC.kext\Contents\PlugIns\GPUSensors.kext
11:863  0:000      Extra PlugIn kext: EFI\CLOVER\kexts\10.10\FakeSMC.kext\Contents\PlugIns\LPCSensors.kext
11:868  0:005    Extra kext: EFI\CLOVER\kexts\10.10\GenericUSBXHCI.kext
11:869  0:001    Extra kext: EFI\CLOVER\kexts\10.10\VoodooPS2Controller.kext
11:870  0:000      Extra PlugIn kext: EFI\CLOVER\kexts\10.10\VoodooPS2Controller.kext\Contents\PlugIns\VoodooPS2Keyboard.kext
11:874  0:003      Extra PlugIn kext: EFI\CLOVER\kexts\10.10\VoodooPS2Controller.kext\Contents\PlugIns\VoodooPS2Mouse.kext
11:875  0:001      Extra PlugIn kext: EFI\CLOVER\kexts\10.10\VoodooPS2Controller.kext\Contents\PlugIns\VoodooPS2Trackpad.kext
11:881  0:005  Custom boot is disabled
11:881  0:000  Closing log


So, what i got from this, that, the config,plist is well loaded, Themes are found, default theme is Universe (meaning the theme settings is read), and later on, Using theme 'newyear' (EFI\CLOVER\themes\newyear) , no idea why.
also Loading EmuVariableUefi-64.efi status=Success, so there shouldn't be any NVRAM problems, Even better, a test variable "MyVar=TestValue" is there.
 
Here'smy bootlog in case i missed something
....

nvram is loaded here:
Code:
0:887  0:036  Loading nvram.plist from Vol 'Mac OS X 10.10 Yosemite' - loaded, size=5945

What nvram problems are you having?


So, what i got from this, that, the config,plist is well loaded, Themes are found, default theme is Universe (meaning the theme settings is read), and later on, Using theme 'newyear' (EFI\CLOVER\themes\newyear) , no idea why.

It is a (somewhat unwelcome) "feature." Remove the christmas and newyear theme folders from your EFI to fix.
 
nvram is loaded here:
What nvram problems are you having?
I only assumed the theme not loading is related to nvram. apparently, i'm not.


nvram is loaded here:
It is a (somewhat unwelcome) "feature." Remove the christmas and newyear theme folders from your EFI to fix.

things keep amazing me tonight. Thanks dude, you must be awesome in real life.
 
Update : i tried the option "exit" in clover, and it hang, and grub took over again. so i had to rename grubx64.efi to grubx64-orig.efi again.
 
Update : i tried the option "exit" in clover, and it hang, and grub took over again. so i had to rename grubx64.efi to grubx64-orig.efi again.
Exit button will just exit Clover and not shutdown the computer.
grubx64-orig.efi was just hypothetical from me, I don't think it is written into Clover.
 
Exit button will just exit Clover and not shutdown the computer.
grubx64-orig.efi was just hypothetical from me, I don't think it is written into Clover.

Yes, grubx64-orig.efi is what I use, then point a custom entry to it. Unlike bootmgfw-orig.efi, Clover has no clue about it.
 
Yes, grubx64-orig.efi is what I use, then point a custom entry to it. Unlike bootmgfw-orig.efi, Clover has no clue about it.

I followed the clover documentation, but still having problems, with hiding/adding few partitions and setting them correctly with their guid. would you post your custom entries, so i inspire from them, and figure what i'm doing wrong?
 
I followed the clover documentation, but still having problems, with hiding/adding few partitions and setting them correctly with their guid. would you post your custom entries, so i inspire from them, and figure what i'm doing wrong?
Code:
	<key>GUI</key>
	<dict>
		<key>Custom</key>
		<dict>
			<key>Entries</key>
			<array>
				<dict>
					<key>FullTitle</key>
					<string>Boot Windows 7 from Windows HD</string>
					<key>Path</key>
					<string>\EFI\Microsoft\boot\bootmgfw-orig.efi</string>
					<key>Type</key>
					<string>Windows</string>
				</dict>
				<dict>
					<key>FullTitle</key>
					<string>Boot Kubuntu 13.04 from Linux HD</string>
					<key>Path</key>
					<string>\EFI\kubuntu\grubx64.efi</string>
					<key>Type</key>
					<string>Linux</string>
				</dict>
				<dict>
					<key>FullTitle</key>
					<string>Boot OS X Yosemite from Mac HD</string>
					<key>Type</key>
					<string>OSX</string>
					<key>Volume</key>
					<string>Mac HD</string>
				</dict>
			</array>
		</dict>
	</dict>
 
Status
Not open for further replies.
Back
Top