Jump to content

Clover General discussion


ErmaC
29,866 posts in this topic

Recommended Posts

hi guys. 

want to share with you a strange thing.

i have a maximus VIII gene + 6700k + 980ti and I used to install Sierra on that hack without using emuvariable64uefi.

yesterday I flash the new bios than I did I clean install and the result is that if I don't use emuvariable64uefi, Nvidia driver doesn't load.

 

so my question is: is emuvariable64uefi needed for Sierra?

I'm pretty sure that I did in the past month clean instal of Sierra without using it!!

Link to comment
Share on other sites

hi guys. 

want to share with you a strange thing.

i have a maximus VIII gene + 6700k + 980ti and I used to install Sierra on that hack without using emuvariable64uefi.

yesterday I flash the new bios than I did I clean install and the result is that if I don't use emuvariable64uefi, Nvidia driver doesn't load.

 

so my question is: is emuvariable64uefi needed for Sierra?

I'm pretty sure that I did in the past month clean instal of Sierra without using it!!

For my part, I do not use it

post-1181448-0-01565800-1485078888_thumb.png

Link to comment
Share on other sites

hi guys. 

want to share with you a strange thing.

i have a maximus VIII gene + 6700k + 980ti and I used to install Sierra on that hack without using emuvariable64uefi.

yesterday I flash the new bios than I did I clean install and the result is that if I don't use emuvariable64uefi, Nvidia driver doesn't load.

 

so my question is: is emuvariable64uefi needed for Sierra?

I'm pretty sure that I did in the past month clean instal of Sierra without using it!!

 

Asus changed 3xxx BIOSes and brake nvram, same here for Z170 Pro Gaming BIOS 3016.

Link to comment
Share on other sites

hi guys. 

want to share with you a strange thing.

i have a maximus VIII gene + 6700k + 980ti and I used to install Sierra on that hack without using emuvariable64uefi.

yesterday I flash the new bios than I did I clean install and the result is that if I don't use emuvariable64uefi, Nvidia driver doesn't load.

 

so my question is: is emuvariable64uefi needed for Sierra?

I'm pretty sure that I did in the past month clean instal of Sierra without using it!!

For my GA-Z170X there are rules:

if BIOS F5 then emuvariable64uefi is not needed

if BIOS F20 then needed else graphics card will not light.

Link to comment
Share on other sites

Hi.

Could someone explain what's changed in Clover r3978? (https://sourceforge.net/p/cloverefiboot/code/3978/)

It seems that we introduce some new kernel patches. But in the latest 10.12.3 build 16D32 I don't get these datas...

Edit: I can still get NO data in the kernel of 10.12.2 build 16C68.

Edit 2:

  Get nothing in the kernel of 10.12.1      build 16B2657.

  Get nothing in the kernel of 10.12         build 16A323.

  Get nothing in the kernel of 10.12 GM  build 16A320.

  Get nothing in the kernel of 10.12 PB4 build 16A284a.

  Get nothing in the kernel of 10.12 PB1 build 16A238m.

  Get nothing in the kernel of 10.12 DP1 build 16A201w.

 

So. What these patches will do?

IMHO. These could be NOP a jmp in KBESieDebugSearchEXT and KBESieDevelSearchEXT, and changed an offset that we shall jump to in KBESieDebugSearchSIP, KBESieDevelSearchSIP.

Also. It seems that the replacement for KBESieDebugSearchEXT and KBESieDevelSearchEXT is wrong. It NOP a short jmp (e9 09 00 00 00) but just replace with two NOPs. (90 90 00 00 00). This could be a problematic if KBESieDebugSearchEXT and KBESieDevelSearchEXT can be found.

If these ones really make a difference and then we should change the 'e9 09 00 00 00' above to '90 90 90 90 90' (fill the complete short jmp with nops). Or we can let the jmp jump to the next offset, change to 'e9 00 00 00 00'.

Edit: There's a little weird... I can even get nothing in the kernel of 10.11.6 build 15G31...

 

Edit: It seems that KBESieDebugSearchEXT == KBESieDevelSearchEXTKBESieDebugSearchSIP == KBESieDevelSearchSIP?!?!

TBH the new patches really make a difference???

 

Thanks in advance.

 

PMheart

Link to comment
Share on other sites

Those patches are not for Developer Beta kernels. They are for kernel.debug.

Yes, those patches are not ready for regular use.

Thanks Slice for your excellent explanations!

But... What is the new code for?

Messed. How can we get a debugging kernel in an official way?

Edited by PMheart
Link to comment
Share on other sites

Those patches are not for Developer Beta kernels. They are for kernel.debug.

Yes, those patches are not ready for regular use.

Can we see debug log in console app like el capitan if we use this patch?

 

Thank you

 

나의 LG-F410S 의 Tapatalk에서 보냄

Link to comment
Share on other sites

Can we see debug log in console app like el capitan if we use this patch?

 

Thank you

 

나의 LG-F410S 의 Tapatalk에서 보냄

No...

Firstly. The patch does nothing.

Secondly. The API for IOLog changed... All the kernel logs should be viewed via `log`, not /var/log/asl anymore.

Link to comment
Share on other sites

Hiding from GUI doesn't hide from IORegistryExplorer

attachicon.gifСнимок экрана 2017-01-24 в 23.15.14.png

maybe they are not understood, I do not see recovery hd from IORegistryExplorer ( i mean on hd sierra ) 

<key>GUI</key>
<dict>
<key>Hide</key>
<array>
<string>D28BC5EA-D1BE-4317-80A9-0A94E24D7647</string>

This is a UUID of Recovery HD from El Capitain

 

 

??? Where is Recovery Hd UUID of Sierra?

iMac di magnifico.zip

Link to comment
Share on other sites

ok, the time to compile Clover with this:

 

UINT8   KBESieSearchEXT[]        = { 0xE8, 0x25, 0x00, 0x00, 0x00, 0xEB, 0x05, 0xE8, 0x9E, 0x05, 0x00, 0x00 };

UINT8   KBESieReplaceEXT[]       = { 0xE8, 0x25, 0x00, 0x00, 0x00, 0x90, 0x90, 0xE8, 0x9E, 0x05, 0x00, 0x00 }

 

//UINT8   KBESieSearchEXT[]        = { 0xE8, 0x25, 0x00, 0x00, 0x00, 0xEB, 0x05, 0xE8, 0x7E, 0x05, 0x00, 0x00 };

//UINT8   KBESieReplaceEXT[]       = { 0xE8, 0x25, 0x00, 0x00, 0x00, 0x90, 0x90, 0xE8, 0x7E, 0x05, 0x00, 0x00 };

 

2 minutes..


Warning: this will fail to boot extensions in 10.12, 10.12.1, 10.12.2 and 10.12.3 from Clover dir. You should try to boot only 10.12.4 from usb. If works later will be udjusted

Clover_v2.3k_r3984_10.12.4_only.pkg.zip

Edited by Micky1979
added a test build
  • Like 3
Link to comment
Share on other sites

OK, let's try this :D !


Works :thumbsup_anim: !

 

 

 

 

0:100  0:100  MemLog inited, TSC freq: 2593991663
0:100  0:000 
0:100  0:000  Now is 24.1.2017,  22:23:7 (GMT)
0:100  0:000  Starting Clover revision: 3984 on INSYDE Corp. EFI
0:100  0:000  Build with: [Args: -mc --no-usb -D NO_GRUB_DRIVERS_EMBEDDED -D CHECK_FLAGS -t XCODE5 | -D DISABLE_USB_SUPPORT -D NO_GRUB_DRIVERS_EMBEDDED -D CHECK_FLAGS -D USE_BIOS_BLOCKIO -D USE_LOW_EBDA -a X64 -b RELEASE -t XCODE5 -n 5 | OS: 10.12.2 | XCODE: 8.0]
0:100  0:000  SelfDevicePath=PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000) @985C4118
0:100  0:000  SelfDirPath = \EFI\BOOT
0:100  0:000  === [ Get Smbios ] ========================================
0:105  0:004  Type 16 Index = 0
0:105  0:000  Total Memory Slots Count = 4
0:105  0:000  Type 17 Index = 0
0:105  0:000  SmbiosTable.Type17->Speed = 1600MHz
0:105  0:000  SmbiosTable.Type17->Size = 4096MB
0:105  0:000  SmbiosTable.Type17->Bank/Device = BANK 0 DIMM0
0:105  0:000  SmbiosTable.Type17->Vendor = Kingston
0:105  0:000  SmbiosTable.Type17->SerialNumber = 2B25EC78
0:105  0:000  SmbiosTable.Type17->PartNumber = ACR16D3LS1KFG/4G 
0:105  0:000  Type 17 Index = 1
0:105  0:000  SmbiosTable.Type17->Speed = 1600MHz
0:105  0:000  SmbiosTable.Type17->Size = 2048MB
0:105  0:000  SmbiosTable.Type17->Bank/Device = BANK 1 DIMM1
0:105  0:000  SmbiosTable.Type17->Vendor = Unknown
0:105  0:000  SmbiosTable.Type17->SerialNumber = 4820BFE8
0:105  0:000  SmbiosTable.Type17->PartNumber = HMT425S6AFR6A-PB 
0:105  0:000  Type 17 Index = 2
0:105  0:000  SmbiosTable.Type17->Speed = 1600MHz
0:105  0:000  SmbiosTable.Type17->Size = 4096MB
0:105  0:000  SmbiosTable.Type17->Bank/Device = BANK 2 DIMM1
0:105  0:000  SmbiosTable.Type17->Vendor = Kingston
0:105  0:000  SmbiosTable.Type17->SerialNumber = 2A25F078
0:105  0:000  SmbiosTable.Type17->PartNumber = ACR16D3LS1KFG/4G 
0:105  0:000  Type 17 Index = 3
0:105  0:000  Ignoring insane frequency value 0MHz
0:105  0:000  SmbiosTable.Type17->Speed = 0MHz
0:105  0:000  SmbiosTable.Type17->Size = 0MB
0:105  0:000  SmbiosTable.Type17->Bank/Device = BANK 3 DIMM3
0:105  0:000  SmbiosTable.Type17->Vendor = <null string>
0:105  0:000  SmbiosTable.Type17->SerialNumber = <null string>
0:105  0:000  SmbiosTable.Type17->PartNumber = <null string>
0:105  0:000  Boot status=0
0:105  0:000  Running on: 'Aspire V3-772G' with board 'VA70_HW'
0:105  0:000  === [ GetCPUProperties ] ==================================
0:105  0:000  CPU Vendor = 756E6547 Model=306C3
0:105  0:000   The CPU supported SSE4.1
0:105  0:000  got cores from CPUID_1 = 0
0:105  0:000  The CPU supported turbo
0:105  0:000  BrandString = Intel(R) Core(TM) i5-4210M CPU @ 2.60GHz
0:105  0:000  MSR 0xE2 before patch 1E008405
0:105  0:000  MSR 0xE2 is locked, PM patches will be turned on
0:105  0:000  MSR 0xE4              00021814
0:105  0:000  MSR 0xCE              00080838_F3011A00
0:105  0:000  non-usable FLEX_RATIO = 10000
0:105  0:000  corrected FLEX_RATIO = 0
0:105  0:000  MSR 0x1B0             00000000
0:105  0:000  FSBFrequency=100MHz DMIvalue=100000kHz
0:105  0:000  Corrected FSBFrequency=100MHz
0:105  0:000  Vendor/Model/Stepping: 0x756E6547/0x3C/0x3
0:105  0:000  Family/ExtFamily: 0x6/0x0
0:105  0:000  MaxDiv/MinDiv: 26.0/8
0:105  0:000  Turbo: 31/31/31/32
0:105  0:000  Features: 0xBFEBFBFF
0:105  0:000  Threads: 4
0:105  0:000  Cores: 2
0:105  0:000  FSB: 100 MHz
0:105  0:000  CPU: 2600 MHz
0:105  0:000  TSC: 2600 MHz
0:105  0:000  PIS: 400 MHz
0:105  0:000  === [ GetDevices ] ========================================
0:105  0:000  PCI (00|00:00.00) : 8086 0C04 class=060000
0:105  0:000  PCI (00|00:01.00) : 8086 0C01 class=060400
0:105  0:000  PCI (00|01:00.00) : 10DE 1391 class=030200
0:105  0:000  PCI (00|00:02.00) : 8086 0416 class=030000
0:105  0:000   - GFX: Model=Intel HD Graphics 4600 (Intel)
0:105  0:000  PCI (00|00:03.00) : 8086 0C0C class=040300
0:105  0:000  PCI (00|00:14.00) : 8086 8C31 class=0C0330
0:105  0:000  PCI (00|00:16.00) : 8086 8C3A class=078000
0:105  0:000  PCI (00|00:1A.00) : 8086 8C2D class=0C0320
0:105  0:000  PCI (00|00:1B.00) : 8086 8C20 class=040300
0:105  0:000  PCI (00|00:1C.00) : 8086 8C10 class=060400
0:105  0:000  PCI (00|07:00.00) : 10EC 5209 class=FF0000
0:105  0:000  PCI (00|00:1C.02) : 8086 8C14 class=060400
0:105  0:000  PCI (00|0D:00.00) : 168C 002B class=028000
0:105  0:000   - WIFI: Vendor=Atheros
0:105  0:000  PCI (00|00:1C.03) : 8086 8C16 class=060400
0:105  0:000  PCI (00|0E:00.00) : 14E4 1692 class=020000
0:105  0:000   - LAN: 0 Vendor=Broadcom
0:105  0:000  PCI (00|00:1D.00) : 8086 8C26 class=0C0320
0:105  0:000  PCI (00|00:1F.00) : 8086 8C49 class=060100
0:105  0:000  PCI (00|00:1F.02) : 8086 8C03 class=010601
0:105  0:000  PCI (00|00:1F.03) : 8086 8C22 class=0C0500
0:105  0:000  PCI (00|00:1F.06) : FFFF FFFF class=FFFFFF
0:105  0:000  === [ GetDefaultSettings ] ================================
0:105  0:000  Clover load options size = 0 bytes
0:158  0:053  EFI\CLOVER\OEM\Aspire V3-772G\config.plist loaded: Success
0:158  0:000  === [ GetListOfThemes ] ===================================
0:171  0:012  - [00]: bluemac
0:191  0:019  - [01]: yosemitelogin
0:220  0:029  === [ Found config plists ] ===============================
0:225  0:004  - config.plist
0:225  0:000  === [ GetEarlyUserSettings ] ==============================
0:225  0:000  timeout set to 5
0:225  0:000  Custom boot CUSTOM_BOOT_DISABLED (0x0)
0:225  0:000  KextsToPatch: 15 requested
0:225  0:000   - [00]: AppleIntelFramebufferAzul (Haswell IGPU : PAPV Desactivation) :: MatchOS: 10.11.x, 10.12.x :: BinPatch :: data len: 7
0:225  0:000   - patch disabled at config
0:225  0:000   - [01]: AppleIntelFramebufferAzul (Haswell IGPU : PAPV PSafeForceWake) :: MatchOS: 10.11.x :: BinPatch :: data len: 7
0:225  0:000   - patch disabled at config
0:225  0:000   - [02]: AppleIntelFramebufferAzul (HDMI-audio, port 0204, 0x0a260005 0x0a260006) :: BinPatch :: data len: 12
0:225  0:000   - [03]: AppleIntelFramebufferAzul (HDMI-audio, port 0204(12), 0x0a260005 0x0a260006) :: BinPatch :: data len: 12
0:225  0:000   - [04]: AppleIntelFramebufferAzul (Haswell IGPU : PAVP Error Simulation) :: MatchOS: 10.11.x :: BinPatch :: data len: 12
0:225  0:000   - patch disabled at config
0:225  0:000   - [05]: AppleIntelFramebufferAzul (HDMI-audio, port 0105(12), 0x0a260005 0x0a260006, 0x0d220003, 0x0a2e000a, 0x0a26000a) :: BinPatch :: data len: 12
0:225  0:000   - [06]: AppleIntelFramebufferAzul (HDMI-audio, port 0105, 0x0a260005 0x0a260006, 0x0d220003, 0x0a2e000a, 0x0a26000a) :: BinPatch :: data len: 12
0:225  0:000   - [07]: AppleIntelFramebufferAzul (Haswell IGPU : PAPV Error Simulation) :: MatchOS: 10.12.x :: BinPatch :: data len: 12
0:225  0:000   - patch disabled at config
0:225  0:000   - [08]: AppleIntelFramebufferAzul (Isolate IntelAccelerator HD4600 (10.11.6 & 10.12)) :: MatchOS: 10.12.x :: BinPatch :: data len: 7
0:225  0:000   - patch disabled at config
0:225  0:000   - [09]: IOGraphicsFamily (Boot Graphics macOS 10.12) :: MatchOS: 10.12.x :: BinPatch :: data len: 5
0:225  0:000   - [10]: AppleIntelFramebufferAzul (0x0a260006 9MB cursor bytes patch) :: BinPatch :: data len: 20
0:225  0:000   - [11]: AppleIntelFramebufferAzul (Haswell IGPU : Ignore PAVP Callbacks 2/2) :: MatchOS: 10.11.x, 10.12.x :: BinPatch :: data len: 9
0:225  0:000   - patch disabled at config
0:225  0:000   - [12]: AppleIntelFramebufferAzul (Haswell IGPU : PAPV PSafeForceWake) :: MatchOS: 10.12.x :: BinPatch :: data len: 9
0:225  0:000   - patch disabled at config
0:225  0:000   - [13]: AppleIntelFramebufferAzul (Haswell IGPU : Ignore PAVP Callbacks 1/2) :: MatchOS: 10.11.x, 10.12.x :: BinPatch :: data len: 8
0:225  0:000   - patch disabled at config
0:225  0:000   - [14]: IOGraphicsFamily (Boot graphics glitch, 10.10.x/10.11.x (credit lisai9093, cecekpawon)) :: MatchOS: 10.11.x :: BinPatch :: data len: 5
0:225  0:000  Default theme: yosemitelogin
0:225  0:000  Error in Early settings0: Not Found
0:225  0:000  === [ LoadDrivers ] =======================================
0:227  0:002  Loading EmuVariableUefi-64.efi  status=Success
0:237  0:009  EmuVariableUefi Initialize: VariableCommonInitialize = Success, orig services stored, install gEmuVariableControlProtocolGuid = Success
0:237  0:000  Loading AppleImageCodec-64.efi  status=Success
0:244  0:006  Loading AppleKeyAggregator-64.efi  status=Success
0:248  0:003  Loading AppleUITheme-64.efi  status=Success
0:248  0:000  Loading HFSPlus.efi  status=Success
0:255  0:006   - driver needs connecting
0:255  0:000  Loading VBoxExt4-64.efi  status=Success
0:259  0:003   - driver needs connecting
0:259  0:000  Loading DataHubDxe-64.efi  status=Success
0:259  0:000  Loading PartitionDxe-64.efi  status=Success
0:263  0:004   - driver needs connecting
0:263  0:000  Loading FirmwareVolume-64.efi  status=Success
0:263  0:000  Loading FSInject-64.efi  status=Success
0:271  0:008  Loading OsxAptioFix2Drv-64.efi  status=Success
0:271  0:000  Loading OsxFatBinaryDrv-64.efi  status=Success
0:271  0:000  Loading SMCHelper-64.efi  status=Success
0:272  0:000  3 drivers needs connecting ...
0:272  0:000  PlatformDriverOverrideProtocol not found. Installing ... Success
0:272  0:000  Partition driver loaded: CD disconnect Success
0:272  0:000  HFS+ driver loaded
0:272  0:000  Searching for invalid DiskIo BY_DRIVER connects: not found, all ok
1:016  0:744  EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success
1:020  0:004  === [ InitScreen ] ========================================
1:020  0:000  SetScreenResolution: 1920x1080 - already set
1:020  0:000  Console modes reported: 6, available modes:
1:020  0:000   - [01]: 80x25
1:020  0:000   - [03]: 240x56
1:020  0:000   - [04]: 100x31
1:020  0:000   - [05]: 128x40 (current mode)
1:020  0:000   - [06]: 160x53
1:020  0:000  SetScreenResolution: 1920x1080 - already set
1:058  0:038  reinit: self device path=PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000)
1:067  0:008  === [ GetMacAddress ] =====================================
1:067  0:000  MAC address of LAN #0= 60:02:92:31:FE:EE:
1:067  0:000  === [ ScanSPD ] ===========================================
1:067  0:000  SMBus device : 8086 8C22 class=0C0500 status=Success
1:067  0:000  SMBus CmdReg: 0x3
1:067  0:000  Scanning SMBus [8086:8C22], mmio: 0xD3619004, ioport: 0x5040, hostc: 0x1
1:067  0:000  Slots to scan [8]...
1:068  0:000  SPD[0]: Type 11 @0x50
1:086  0:018  DDR speed 1600MHz
1:086  0:000  Slot: 0 Type 24 4096MB 1600MHz Vendor=Kingston PartNo=ACR16D3LS1KFG4G SerialNo=020B02050E0C0708
1:086  0:000  SPD[1]: Type 11 @0x51
1:105  0:018  DDR speed 1600MHz
1:105  0:000  Slot: 1 Type 24 2048MB 1600MHz Vendor=Hynix Semiconductor PartNo=HMT425S6AFR6A-PBN0 SerialNo=040802000B0F0E08
1:105  0:000  SPD[2]: Type 11 @0x52
1:123  0:018  DDR speed 1600MHz
1:123  0:000  Slot: 2 Type 24 4096MB 1600MHz Vendor=Kingston PartNo=ACR16D3LS1KFG4G SerialNo=020A02050F000708
1:124  0:000  === [ GetAcpiTablesList ] =================================
1:136  0:012  Get Acpi Tables List from RSDT:
1:136  0:000   - [00]: FACP  ACRPRDCT len=268
1:136  0:000   - [01]: ECDT  ACRPRDCT len=193
1:136  0:000   - [02]: UEFI  ACRPRDCT len=566
1:136  0:000   - [03]: FPDT  ACRPRDCT len=68
1:136  0:000   - [04]: MSDM  ACRPRDCT len=85
1:136  0:000   - [05]: SSDT  ACRPRDCT len=1336
1:136  0:000   - [06]: SSDT  ACRPRDCT len=2746
1:136  0:000   - [07]: ASF!  ACRPRDCT len=165
1:136  0:000   - [08]: HPET  ACRPRDCT len=56
1:136  0:000   - [09]: APIC  ACRPRDCT len=140
1:136  0:000   - [10]: MCFG  ACRPRDCT len=60
1:136  0:000   - [11]: SSDT  ACRPRDCT len=5028
1:136  0:000   - [12]: SSDT  ACRPRDCT len=370
1:136  0:000   - [13]: BOOT  ACRPRDCT len=40
1:136  0:000   - [14]: ASPT  ACRPRDCT len=52
1:136  0:000   - [15]: DBGP  ACRPRDCT len=52
1:136  0:000   - [16]: SSDT  ACRPRDCT len=13138
1:136  0:000   - [17]: SSDT  ACRPRDCT len=15378
1:136  0:000   - [18]: BGRT  ACRPRDCT len=56
1:136  0:000  Calibrated TSC frequency =2593991663 =2593MHz
1:136  0:000  === [ GetUserSettings ] ===================================
1:136  0:000  USB FixOwnership: yes
1:136  0:000  Dropping 1 tables:
1:136  0:000   - [00]: Drop table  signature="DMAR" (52414D44)
1:136  0:000           - set table: 52414D44,                0 to drop: no
1:136  0:000   - final DSDT Fix mask=90000000
1:136  0:000  PatchesDSDT: 2 requested
1:136  0:000   - [00]: (EHC2 to EH02) lenToFind: 4, lenToReplace: 4
1:136  0:000   - [01]: (EHC1 to EH01) lenToFind: 4, lenToReplace: 4
1:136  0:000  EnableC6: yes
1:137  0:000  ChassisType: 0x8
1:148  0:011  === [ ScanVolumes ] =======================================
1:148  0:000  Found 21 volumes with blockIO
1:148  0:000  - [00]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)
1:150  0:002          Result of bootcode detection: bootable unknown (legacy)
1:150  0:000          USB volume
1:150  0:000          USB volume
1:150  0:000  - [01]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000)
1:152  0:001          Result of bootcode detection: bootable Clover (clover)
1:152  0:000          USB volume
1:152  0:000          USB volume
1:152  0:000          This is SelfVolume !!
1:152  0:000  - [02]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(2,GPT,AC62F2A2-A56B-431F-A727-CE400911A24C,0x64028,0xEEA890)
1:154  0:002          USB volume
1:154  0:000          USB volume
1:154  0:000  - [03]: Volume: PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(3,GPT,5C68B6DE-5A9F-4CF4-BAE5-91AAED35094E,0xF8E8B8,0xE07720)
1:157  0:002          USB volume
1:157  0:000          USB volume
1:157  0:000  - [04]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)
1:179  0:021  - [05]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)
1:205  0:025          Result of bootcode detection: bootable unknown (legacy)
1:205  0:000  - [06]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,811462BF-53E8-486B-B0EF-B731B958BE04,0x28,0x64000)
1:205  0:000          Result of bootcode detection: bootable unknown (legacy)
1:205  0:000  - [07]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(2,GPT,EF0511AA-79F4-4BA8-9F35-742D2D7DA2DA,0x64800,0x8000)
1:205  0:000  - [08]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(3,GPT,6CC218F5-CC65-4CF8-A646-A8AB51ACE6A2,0x6C800,0x116A54D6)
1:205  0:000          Result of bootcode detection: bootable Windows (vista,win)
1:205  0:000  - [09]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(4,GPT,9C2E570F-D523-4766-BF06-0DA755978723,0x11712000,0xF7000)
1:205  0:000          Result of bootcode detection: bootable Windows (vista,win)
1:205  0:000  - [10]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,A69F85CD-009F-4B9B-93DC-37B4981EC926,0x11809950,0x13BE5138)
1:206  0:000  - [11]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x2,0x0,0x0)
1:206  0:000          Found optical drive
1:206  0:000  - [12]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,BC243A15-1EAD-4A5F-8493-8A8CFFC0C220,0x28,0x64000)
1:206  0:000          Result of bootcode detection: bootable Clover (clover)
1:206  0:000  - [13]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)
1:211  0:005  - [14]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,AACD393E-72A8-40BD-BE70-2C6FFD508BC7,0x116D3A30,0x135F20)
1:230  0:018  - [15]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(4,GPT,41322905-8114-4F54-8F88-1866E6A31DBB,0x1180A000,0xE8D4A50)
1:235  0:005  - [16]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(5,GPT,B6DB79B8-D831-4F31-87FB-AD7DA731274D,0x2011EA50,0x2D5A908)
1:255  0:019  - [17]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(6,GPT,04BC2424-2F8A-44BD-A19A-39B92FF53E18,0x22E79358,0x135F20)
1:268  0:013  - [18]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(7,GPT,BB45C30A-0BDC-4C7D-882F-D382D26550CD,0x22FAF278,0x4B6D855)
1:284  0:015  - [19]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(8,GPT,953BFBC4-2F04-4FF7-BF03-D4B96782AFDC,0x27B1D000,0xEE6800)
1:297  0:013  - [20]: Volume: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(9,GPT,975CEF3C-888E-4685-973B-2170F234DD26,0x28A03800,0x11982000)
1:306  0:008          Result of bootcode detection: bootable Windows (vista,win)
1:390  0:084  Loading nvram.plist from Vol 'Macintosh HD' - loaded, size=6422
1:413  0:022  === [ PutNvramPlistToRtVars ] =============================
1:413  0:000   Adding Key: Clover.KeepBackupLimit: Size = 1, Data: 30
1:413  0:000   Adding Key: Clover.LogEveryBoot: Size = 3, Data: 59 65 73
1:413  0:000   Adding Key: Clover.MountEFI: Size = 36, Data: 42 43 32 34 33 41 31 35 2D 31 45 41 44 2D 34 41 35 46 2D 38 34 39 33 2D 38 41 38 43 46 46 43 30 43 32 32 30
1:413  0:000   Adding Key: LocationServicesEnabled: Size = 1, Data: 01
1:413  0:000   Adding Key: SystemAudioVolume: Size = 1, Data: 40
1:413  0:000   Adding Key: SystemAudioVolumeDB: Size = 1, Data: 00
1:413  0:000   Adding Key: backlight-level: Size = 2, Data: D8 0A
1:413  0:000   Adding Key: bootercfg: Size = 2, Data: 00 00
1:413  0:000   Adding Key: csr-active-config: Size = 4, Data: 03 00 00 00
1:413  0:000   Adding Key: efi-apple-payload0: 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 42 43 32 34 33 41 31 35 2D 31 45 41 44 2D 34 41 35 46 2D 38 34 39 33 2D 38 41 38 43 46 46 43 30 43 32 32 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 4D 55 4C 54 49 55 50 44 41 54 45 52 5C 53 6D 63 46 6C 61 73 68 65 72 2E 65 66 69 3C 2F 73 74 72 69 6E 67 3E 3C 2F 64 69 63 74 3E 3C 2F 61 72 72 61 79 3E
1:413  0:000   Adding Key: efi-apple-payload0-data: Size = 174, Data: 02 01 0C 00 D0 41 03 0A 00 00 00 00 01 01 06 00 02 1F 03 12 0A 00 05 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 15 3A 24 BC AD 1E 5F 4A 84 93 8A 8C FF C0 C2 20 02 02 04 04 64 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 4D 00 55 00 4C 00 54 00 49 00 55 00 50 00 44 00 41 00 54 00 45 00 52 00 5C 00 53 00 6D 00 63 00 46 00 6C 00 61 00 73 00 68 00 65 00 72 00 2E 00 65 00 66 00 69 00 00 00 7F FF 04 00
1:413  0:000   Adding Key: efi-apple-payload1: Size = 426, 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 42 43 32 34 33 41 31 35 2D 31 45 41 44 2D 34 41 35 46 2D 38 34 39 33 2D 38 41 38 43 46 46 43 30 43 32 32 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 4D 55 4C 54 49 55 50 44 41 54 45 52 5C 4D 61 63 2D 31 38 39 41 33 44 34 46 39 37 35 44 35 46 46 43 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
1:413  0:000   Adding Key: efi-apple-payload1-data: Size = 194, Data: 02 01 0C 00 D0 41 03 0A 00 00 00 00 01 01 06 00 02 1F 03 12 0A 00 05 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 15 3A 24 BC AD 1E 5F 4A 84 93 8A 8C FF C0 C2 20 02 02 04 04 78 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 4D 00 55 00 4C 00 54 00 49 00 55 00 50 00 44 00 41 00 54 00 45 00 52 00 5C 00 4D 00 61 00 63 00 2D 00 31 00 38 00 39 00 41 00 33 00 44 00 34 00 46 00 39 00 37 00 35 00 44 00 35 00 46 00 46 00 43 00 2E 00 73 00 6D 00 63 00 00 00 7F FF 04 00
1:413  0:000   Adding Key: efi-apple-payload2: 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 42 43 32 34 33 41 31 35 2D 31 45 41 44 2D 34 41 35 46 2D 38 34 39 33 2D 38 41 38 43 46 46 43 30 43 32 32 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 4D 55 4C 54 49 55 50 44 41 54 45 52 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
1:413  0:000   Adding Key: efi-apple-payload2-data: Size = 178, Data: 02 01 0C 00 D0 41 03 0A 00 00 00 00 01 01 06 00 02 1F 03 12 0A 00 05 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 15 3A 24 BC AD 1E 5F 4A 84 93 8A 8C FF C0 C2 20 02 02 04 04 68 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 4D 00 55 00 4C 00 54 00 49 00 55 00 50 00 44 00 41 00 54 00 45 00 52 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
1:413  0:000   Adding Key: efi-apple-payload3: Size = 420, 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 42 43 32 34 33 41 31 35 2D 31 45 41 44 2D 34 41 35 46 2D 38 34 39 33 2D 38 41 38 43 46 46 43 30 43 32 32 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 4D 55 4C 54 49 55 50 44 41 54 45 52 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
1:413  0:000   Adding Key: efi-apple-payload3-data: Size = 182, Data: 02 01 0C 00 D0 41 03 0A 00 00 00 00 01 01 06 00 02 1F 03 12 0A 00 05 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 15 3A 24 BC AD 1E 5F 4A 84 93 8A 8C FF C0 C2 20 02 02 04 04 6C 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 4D 00 55 00 4C 00 54 00 49 00 55 00 50 00 44 00 41 00 54 00 45 00 52 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
1:413  0:000   Adding Key: efi-apple-payload4: Size = 426, 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 42 43 32 34 33 41 31 35 2D 31 45 41 44 2D 34 41 35 46 2D 38 34 39 33 2D 38 41 38 43 46 46 43 30 43 32 32 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 4D 55 4C 54 49 55 50 44 41 54 45 52 5C 4D 61 63 2D 31 38 39 41 33 44 34 46 39 37 35 44 35 46 46 43 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
1:414  0:000   Adding Key: efi-apple-payload4-data: Size = 194, Data: 02 01 0C 00 D0 41 03 0A 00 00 00 00 01 01 06 00 02 1F 03 12 0A 00 05 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 15 3A 24 BC AD 1E 5F 4A 84 93 8A 8C FF C0 C2 20 02 02 04 04 78 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 4D 00 55 00 4C 00 54 00 49 00 55 00 50 00 44 00 41 00 54 00 45 00 52 00 5C 00 4D 00 61 00 63 00 2D 00 31 00 38 00 39 00 41 00 33 00 44 00 34 00 46 00 39 00 37 00 35 00 44 00 35 00 46 00 46 00 43 00 2E 00 65 00 70 00 6D 00 00 00 7F FF 04 00
1:414  0:000   Adding Key: fmm-computer-name: Size = 15, Data: 4D 61 63 42 6F 6F 6B 20 4F 70 74 69 6D 75 73
1:414  0:000   Adding Key: fmm-mobileme-token-FMM: Size = 580, Data: 62 70 6C 69 73 74 30 30 D9 01 02 03 04 05 06 07 08 09 0A 0B 16 17 18 19 1A 1B 1C 56 75 73 65 72 69 64 5F 10 13 64 61 74 61 63 6C 61 73 73 50 72 6F 70 65 72 74 69 65 73 59 61 75 74 68 54 6F 6B 65 6E 58 70 65 72 73 6F 6E 49 44 58 75 73 65 72 6E 61 6D 65 57 61 64 64 54 69 6D 65 5F 10 12 65 6E 61 62 6C 65 64 44 61 74 61 63 6C 61 73 73 65 73 54 67 75 69 64 58 75 73 65 72 49 6E 66 6F 10 00 D1 0C 0D 5F 10 21 63 6F 6D 2E 61 70 70 6C 65 2E 44 61 74 61 63 6C 61 73 73 2E 44 65 76 69 63 65 4C 6F 63 61 74 6F 72 D4 0E 0F 10 11 12 13 14 15 56 61 70 73 45 6E 76 58 68 6F 73 74 6E 61 6D 65 5D 61 75 74 68 4D 65 63 68 61 6E 69 73 6D 56 73 63 68 65 6D 65 5A 50 72 6F 64 75 63 74 69 6F 6E 5F 10 13 70 30 32 2D 66 6D 69 70 2E 69 63 6C 6F 75 64 2E 63 6F 6D 55 74 6F 6B 65 6E 55 68 74 74 70 73 5F 10 28 41 51 41 41 41 41 42 58 67 43 4A 5F 77 51 36 71 6D 52 50 32 41 70 30 6B 71 70 6A 4B 65 70 70 38 4A 70 54 76 52 54 59 7E 58 35 33 33 30 33 39 36 35 5E 76 62 6F 79 65 72 40 6D 61 63 2E 63 6F 6D 23 41 D5 E0 08 AC CD 8B B9 A1 0C 5F 10 24 46 46 46 46 45 45 45 45 2D 44 44 44 44 2D 43 43 43 43 2D 42 42 42 42 2D 41 41 41 41 30 30 30 30 30 30 30 30 D3 1D 1E 1F 20 21 22 5F 10 15 49 6E 55 73 65 4F 77 6E 65 72 44 69 73 70 6C 61 79 4E 61 6D 65 5F 10 13 49 6E 55 73 65 4F 77 6E 65 72 46 69 72 73 74 4E 61 6D 65 5F 10 12 49 6E 55 73 65 4F 77 6E 65 72 4C 61 73 74 4E 61 6D 65 5D 56 69 6E 63 65 6E 74 20 42 6F 79 65 72 57 56 69 6E 63 65 6E 74 55 42 6F 79 65 72 00 08 00 1B 00 22 00 38 00 42 00 4B 00 54 00 5C 00 71 00 76 00 7F 00 81 00 84 00 A8 00 B1 00 B8 00 C1 00 CF 00 D6 00 E1 00 F7 00 FD 01 03 01 2E 01 37 01 46 01 4F 01 51 01 78 01 7F 01 97 01 AD 01 C2 01 D0 01 D8 00 00 00 00 00 00 02 01 00 00 00 00 00 00 00 23 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 DE
1:414  0:000   Adding Key: prev-lang:kbd: Size = 4, Data: 66 72 3A 30
1:414  0:000   Adding Key: security-mode: String: Size = 4, Val = 'none'
1:414  0:000  === [ InitTheme ] =========================================
1:414  0:000  Using theme 'yosemitelogin' (EFI\CLOVER\themes\yosemitelogin)
1:414  0:000  OS main and drive as badge
1:418  0:004  Loading font from ThemeDir: Success
1:419  0:000  Choosing theme yosemitelogin
1:419  0:000  after NVRAM boot-args=-v
1:419  0:000  === [ Dump SMC keys from NVRAM ] ==========================
1:419  0:000  found AppleSMC protocol
1:419  0:000     fakesmc-key-$Adr-ui32:00 00 03 00
1:419  0:000     fakesmc-key-$Num-ui8:01
1:419  0:000     fakesmc-key-RMde-char:41
1:419  0:000     fakesmc-key-RPlt-ch8*:6A 34 34 00 00 00 00 00
1:419  0:000     fakesmc-key-RBr -ch8*:6A 34 34 00 00 00 00 00
1:419  0:000     fakesmc-key-EPCI-ui32:07 B0 F0 00
1:419  0:000     fakesmc-key-REV -ch8*:02 16 0F 00 00 58
1:419  0:000     fakesmc-key-BEMB-flag:01
1:419  0:000     fakesmc-key-BATP-flag:00
1:419  0:000     fakesmc-key-BNum-ui8:01
1:419  0:000     fakesmc-key-BBIN-ui8:01
1:419  0:000     fakesmc-key-MSTc-ui8:00
1:419  0:000     fakesmc-key-MSAc-ui16:00 00
1:419  0:000     fakesmc-key-MSLD-ui8:00
1:419  0:000     fakesmc-key-MSWr-ui8:00
1:419  0:000     fakesmc-key-MSFW-ui8:01 00
1:419  0:000     fakesmc-key-MSPS-ui16:00 03
1:419  0:000     fakesmc-key-#KEY-ui32:00 00 00 12
1:419  0:000  === [ AddCustomEntries ] ==================================
1:419  0:000  Custom entry 0 FullTitle:"Mint Kernel" Path:"\EFI\grub\grubx64.efi" Type:4 Flags:0x0 matching Volume:"BB45C30A-0BDC-4C7D-882F-D382D26550CD"
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.11 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(2,GPT,AC62F2A2-A56B-431F-A727-CE400911A24C,0x64028,0xEEA890)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.12 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(3,GPT,5C68B6DE-5A9F-4CF4-BAE5-91AAED35094E,0xF8E8B8,0xE07720)) ... skipped because media is ignored
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,811462BF-53E8-486B-B0EF-B731B958BE04,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Time Machine" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,A69F85CD-009F-4B9B-93DC-37B4981EC926,0x11809950,0x13BE5138)) ... skipped
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,BC243A15-1EAD-4A5F-8493-8A8CFFC0C220,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,AACD393E-72A8-40BD-BE70-2C6FFD508BC7,0x116D3A30,0x135F20)) ... skipped
1:419  0:000      Checking volume "MacStuff" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(4,GPT,41322905-8114-4F54-8F88-1866E6A31DBB,0x1180A000,0xE8D4A50)) ... skipped
1:419  0:000      Checking volume "El Capitan" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(5,GPT,B6DB79B8-D831-4F31-87FB-AD7DA731274D,0x2011EA50,0x2D5A908)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(6,GPT,04BC2424-2F8A-44BD-A19A-39B92FF53E18,0x22E79358,0x135F20)) ... skipped
1:419  0:000      Checking volume "Mint" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(7,GPT,BB45C30A-0BDC-4C7D-882F-D382D26550CD,0x22FAF278,0x4B6D855)) ... skipped because path does not exist
1:419  0:000  Custom entry 0 FullTitle:"Mint Kernel" Path:"\EFI\Gentoo\grubx64.efi" Type:4 Flags:0x0 matching Volume:"BB45C30A-0BDC-4C7D-882F-D382D26550CD"
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.11 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(2,GPT,AC62F2A2-A56B-431F-A727-CE400911A24C,0x64028,0xEEA890)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.12 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(3,GPT,5C68B6DE-5A9F-4CF4-BAE5-91AAED35094E,0xF8E8B8,0xE07720)) ... skipped because media is ignored
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,811462BF-53E8-486B-B0EF-B731B958BE04,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Time Machine" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,A69F85CD-009F-4B9B-93DC-37B4981EC926,0x11809950,0x13BE5138)) ... skipped
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,BC243A15-1EAD-4A5F-8493-8A8CFFC0C220,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,AACD393E-72A8-40BD-BE70-2C6FFD508BC7,0x116D3A30,0x135F20)) ... skipped
1:419  0:000      Checking volume "MacStuff" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(4,GPT,41322905-8114-4F54-8F88-1866E6A31DBB,0x1180A000,0xE8D4A50)) ... skipped
1:419  0:000      Checking volume "El Capitan" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(5,GPT,B6DB79B8-D831-4F31-87FB-AD7DA731274D,0x2011EA50,0x2D5A908)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(6,GPT,04BC2424-2F8A-44BD-A19A-39B92FF53E18,0x22E79358,0x135F20)) ... skipped
1:419  0:000      Checking volume "Mint" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(7,GPT,BB45C30A-0BDC-4C7D-882F-D382D26550CD,0x22FAF278,0x4B6D855)) ... skipped because path does not exist
1:419  0:000  Custom entry 0 FullTitle:"Mint Kernel" Path:"\EFI\Gentoo\kernelx64.efi" Type:4 Flags:0x0 matching Volume:"BB45C30A-0BDC-4C7D-882F-D382D26550CD"
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.11 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(2,GPT,AC62F2A2-A56B-431F-A727-CE400911A24C,0x64028,0xEEA890)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.12 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(3,GPT,5C68B6DE-5A9F-4CF4-BAE5-91AAED35094E,0xF8E8B8,0xE07720)) ... skipped because media is ignored
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,811462BF-53E8-486B-B0EF-B731B958BE04,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Time Machine" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,A69F85CD-009F-4B9B-93DC-37B4981EC926,0x11809950,0x13BE5138)) ... skipped
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,BC243A15-1EAD-4A5F-8493-8A8CFFC0C220,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,AACD393E-72A8-40BD-BE70-2C6FFD508BC7,0x116D3A30,0x135F20)) ... skipped
1:419  0:000      Checking volume "MacStuff" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(4,GPT,41322905-8114-4F54-8F88-1866E6A31DBB,0x1180A000,0xE8D4A50)) ... skipped
1:419  0:000      Checking volume "El Capitan" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(5,GPT,B6DB79B8-D831-4F31-87FB-AD7DA731274D,0x2011EA50,0x2D5A908)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(6,GPT,04BC2424-2F8A-44BD-A19A-39B92FF53E18,0x22E79358,0x135F20)) ... skipped
1:419  0:000      Checking volume "Mint" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(7,GPT,BB45C30A-0BDC-4C7D-882F-D382D26550CD,0x22FAF278,0x4B6D855)) ... skipped because path does not exist
1:419  0:000  Custom entry 0 FullTitle:"Mint Kernel" Path:"\EFI\RedHat\grubx64.efi" Type:4 Flags:0x0 matching Volume:"BB45C30A-0BDC-4C7D-882F-D382D26550CD"
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.11 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(2,GPT,AC62F2A2-A56B-431F-A727-CE400911A24C,0x64028,0xEEA890)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.12 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(3,GPT,5C68B6DE-5A9F-4CF4-BAE5-91AAED35094E,0xF8E8B8,0xE07720)) ... skipped because media is ignored
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,811462BF-53E8-486B-B0EF-B731B958BE04,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Time Machine" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,A69F85CD-009F-4B9B-93DC-37B4981EC926,0x11809950,0x13BE5138)) ... skipped
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,BC243A15-1EAD-4A5F-8493-8A8CFFC0C220,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,AACD393E-72A8-40BD-BE70-2C6FFD508BC7,0x116D3A30,0x135F20)) ... skipped
1:419  0:000      Checking volume "MacStuff" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(4,GPT,41322905-8114-4F54-8F88-1866E6A31DBB,0x1180A000,0xE8D4A50)) ... skipped
1:419  0:000      Checking volume "El Capitan" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(5,GPT,B6DB79B8-D831-4F31-87FB-AD7DA731274D,0x2011EA50,0x2D5A908)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(6,GPT,04BC2424-2F8A-44BD-A19A-39B92FF53E18,0x22E79358,0x135F20)) ... skipped
1:419  0:000      Checking volume "Mint" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(7,GPT,BB45C30A-0BDC-4C7D-882F-D382D26550CD,0x22FAF278,0x4B6D855)) ... skipped because path does not exist
1:419  0:000  Custom entry 0 FullTitle:"Mint Kernel" Path:"\EFI\debian\grubx64.efi" Type:4 Flags:0x0 matching Volume:"BB45C30A-0BDC-4C7D-882F-D382D26550CD"
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.11 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(2,GPT,AC62F2A2-A56B-431F-A727-CE400911A24C,0x64028,0xEEA890)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.12 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(3,GPT,5C68B6DE-5A9F-4CF4-BAE5-91AAED35094E,0xF8E8B8,0xE07720)) ... skipped because media is ignored
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,811462BF-53E8-486B-B0EF-B731B958BE04,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Time Machine" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,A69F85CD-009F-4B9B-93DC-37B4981EC926,0x11809950,0x13BE5138)) ... skipped
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,BC243A15-1EAD-4A5F-8493-8A8CFFC0C220,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,AACD393E-72A8-40BD-BE70-2C6FFD508BC7,0x116D3A30,0x135F20)) ... skipped
1:419  0:000      Checking volume "MacStuff" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(4,GPT,41322905-8114-4F54-8F88-1866E6A31DBB,0x1180A000,0xE8D4A50)) ... skipped
1:419  0:000      Checking volume "El Capitan" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(5,GPT,B6DB79B8-D831-4F31-87FB-AD7DA731274D,0x2011EA50,0x2D5A908)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(6,GPT,04BC2424-2F8A-44BD-A19A-39B92FF53E18,0x22E79358,0x135F20)) ... skipped
1:419  0:000      Checking volume "Mint" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(7,GPT,BB45C30A-0BDC-4C7D-882F-D382D26550CD,0x22FAF278,0x4B6D855)) ... skipped because path does not exist
1:419  0:000  Custom entry 0 FullTitle:"Mint Kernel" Path:"\EFI\kali\grubx64.efi" Type:4 Flags:0x0 matching Volume:"BB45C30A-0BDC-4C7D-882F-D382D26550CD"
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.11 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(2,GPT,AC62F2A2-A56B-431F-A727-CE400911A24C,0x64028,0xEEA890)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.12 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(3,GPT,5C68B6DE-5A9F-4CF4-BAE5-91AAED35094E,0xF8E8B8,0xE07720)) ... skipped because media is ignored
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,811462BF-53E8-486B-B0EF-B731B958BE04,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Time Machine" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,A69F85CD-009F-4B9B-93DC-37B4981EC926,0x11809950,0x13BE5138)) ... skipped
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,BC243A15-1EAD-4A5F-8493-8A8CFFC0C220,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,AACD393E-72A8-40BD-BE70-2C6FFD508BC7,0x116D3A30,0x135F20)) ... skipped
1:419  0:000      Checking volume "MacStuff" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(4,GPT,41322905-8114-4F54-8F88-1866E6A31DBB,0x1180A000,0xE8D4A50)) ... skipped
1:419  0:000      Checking volume "El Capitan" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(5,GPT,B6DB79B8-D831-4F31-87FB-AD7DA731274D,0x2011EA50,0x2D5A908)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(6,GPT,04BC2424-2F8A-44BD-A19A-39B92FF53E18,0x22E79358,0x135F20)) ... skipped
1:419  0:000      Checking volume "Mint" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(7,GPT,BB45C30A-0BDC-4C7D-882F-D382D26550CD,0x22FAF278,0x4B6D855)) ... skipped because path does not exist
1:419  0:000  Custom entry 0 FullTitle:"Mint Kernel" Path:"\EFI\ubuntu\grubx64.efi" Type:4 Flags:0x0 matching Volume:"BB45C30A-0BDC-4C7D-882F-D382D26550CD"
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.11 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(2,GPT,AC62F2A2-A56B-431F-A727-CE400911A24C,0x64028,0xEEA890)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.12 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(3,GPT,5C68B6DE-5A9F-4CF4-BAE5-91AAED35094E,0xF8E8B8,0xE07720)) ... skipped because media is ignored
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,811462BF-53E8-486B-B0EF-B731B958BE04,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Time Machine" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,A69F85CD-009F-4B9B-93DC-37B4981EC926,0x11809950,0x13BE5138)) ... skipped
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,BC243A15-1EAD-4A5F-8493-8A8CFFC0C220,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,AACD393E-72A8-40BD-BE70-2C6FFD508BC7,0x116D3A30,0x135F20)) ... skipped
1:419  0:000      Checking volume "MacStuff" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(4,GPT,41322905-8114-4F54-8F88-1866E6A31DBB,0x1180A000,0xE8D4A50)) ... skipped
1:419  0:000      Checking volume "El Capitan" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(5,GPT,B6DB79B8-D831-4F31-87FB-AD7DA731274D,0x2011EA50,0x2D5A908)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(6,GPT,04BC2424-2F8A-44BD-A19A-39B92FF53E18,0x22E79358,0x135F20)) ... skipped
1:419  0:000      Checking volume "Mint" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(7,GPT,BB45C30A-0BDC-4C7D-882F-D382D26550CD,0x22FAF278,0x4B6D855)) ... skipped because path does not exist
1:419  0:000  Custom entry 0 FullTitle:"Mint Kernel" Path:"\EFI\kubuntu\grubx64.efi" Type:4 Flags:0x0 matching Volume:"BB45C30A-0BDC-4C7D-882F-D382D26550CD"
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.11 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(2,GPT,AC62F2A2-A56B-431F-A727-CE400911A24C,0x64028,0xEEA890)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.12 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(3,GPT,5C68B6DE-5A9F-4CF4-BAE5-91AAED35094E,0xF8E8B8,0xE07720)) ... skipped because media is ignored
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,811462BF-53E8-486B-B0EF-B731B958BE04,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Time Machine" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,A69F85CD-009F-4B9B-93DC-37B4981EC926,0x11809950,0x13BE5138)) ... skipped
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,BC243A15-1EAD-4A5F-8493-8A8CFFC0C220,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,AACD393E-72A8-40BD-BE70-2C6FFD508BC7,0x116D3A30,0x135F20)) ... skipped
1:419  0:000      Checking volume "MacStuff" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(4,GPT,41322905-8114-4F54-8F88-1866E6A31DBB,0x1180A000,0xE8D4A50)) ... skipped
1:419  0:000      Checking volume "El Capitan" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(5,GPT,B6DB79B8-D831-4F31-87FB-AD7DA731274D,0x2011EA50,0x2D5A908)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(6,GPT,04BC2424-2F8A-44BD-A19A-39B92FF53E18,0x22E79358,0x135F20)) ... skipped
1:419  0:000      Checking volume "Mint" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(7,GPT,BB45C30A-0BDC-4C7D-882F-D382D26550CD,0x22FAF278,0x4B6D855)) ... skipped because path does not exist
1:419  0:000  Custom entry 0 FullTitle:"Mint Kernel" Path:"\EFI\LinuxMint\grubx64.efi" Type:4 Flags:0x0 matching Volume:"BB45C30A-0BDC-4C7D-882F-D382D26550CD"
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.11 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(2,GPT,AC62F2A2-A56B-431F-A727-CE400911A24C,0x64028,0xEEA890)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.12 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(3,GPT,5C68B6DE-5A9F-4CF4-BAE5-91AAED35094E,0xF8E8B8,0xE07720)) ... skipped because media is ignored
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,811462BF-53E8-486B-B0EF-B731B958BE04,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Time Machine" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,A69F85CD-009F-4B9B-93DC-37B4981EC926,0x11809950,0x13BE5138)) ... skipped
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,BC243A15-1EAD-4A5F-8493-8A8CFFC0C220,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,AACD393E-72A8-40BD-BE70-2C6FFD508BC7,0x116D3A30,0x135F20)) ... skipped
1:419  0:000      Checking volume "MacStuff" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(4,GPT,41322905-8114-4F54-8F88-1866E6A31DBB,0x1180A000,0xE8D4A50)) ... skipped
1:419  0:000      Checking volume "El Capitan" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(5,GPT,B6DB79B8-D831-4F31-87FB-AD7DA731274D,0x2011EA50,0x2D5A908)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(6,GPT,04BC2424-2F8A-44BD-A19A-39B92FF53E18,0x22E79358,0x135F20)) ... skipped
1:419  0:000      Checking volume "Mint" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(7,GPT,BB45C30A-0BDC-4C7D-882F-D382D26550CD,0x22FAF278,0x4B6D855)) ... skipped because path does not exist
1:419  0:000  Custom entry 0 FullTitle:"Mint Kernel" Path:"\EFI\Fedora\grubx64.efi" Type:4 Flags:0x0 matching Volume:"BB45C30A-0BDC-4C7D-882F-D382D26550CD"
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.11 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(2,GPT,AC62F2A2-A56B-431F-A727-CE400911A24C,0x64028,0xEEA890)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.12 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(3,GPT,5C68B6DE-5A9F-4CF4-BAE5-91AAED35094E,0xF8E8B8,0xE07720)) ... skipped because media is ignored
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,811462BF-53E8-486B-B0EF-B731B958BE04,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Time Machine" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,A69F85CD-009F-4B9B-93DC-37B4981EC926,0x11809950,0x13BE5138)) ... skipped
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,BC243A15-1EAD-4A5F-8493-8A8CFFC0C220,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,AACD393E-72A8-40BD-BE70-2C6FFD508BC7,0x116D3A30,0x135F20)) ... skipped
1:419  0:000      Checking volume "MacStuff" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(4,GPT,41322905-8114-4F54-8F88-1866E6A31DBB,0x1180A000,0xE8D4A50)) ... skipped
1:419  0:000      Checking volume "El Capitan" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(5,GPT,B6DB79B8-D831-4F31-87FB-AD7DA731274D,0x2011EA50,0x2D5A908)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(6,GPT,04BC2424-2F8A-44BD-A19A-39B92FF53E18,0x22E79358,0x135F20)) ... skipped
1:419  0:000      Checking volume "Mint" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(7,GPT,BB45C30A-0BDC-4C7D-882F-D382D26550CD,0x22FAF278,0x4B6D855)) ... skipped because path does not exist
1:419  0:000  Custom entry 0 FullTitle:"Mint Kernel" Path:"\EFI\opensuse\grubx64.efi" Type:4 Flags:0x0 matching Volume:"BB45C30A-0BDC-4C7D-882F-D382D26550CD"
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.11 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(2,GPT,AC62F2A2-A56B-431F-A727-CE400911A24C,0x64028,0xEEA890)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.12 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(3,GPT,5C68B6DE-5A9F-4CF4-BAE5-91AAED35094E,0xF8E8B8,0xE07720)) ... skipped because media is ignored
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,811462BF-53E8-486B-B0EF-B731B958BE04,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Time Machine" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,A69F85CD-009F-4B9B-93DC-37B4981EC926,0x11809950,0x13BE5138)) ... skipped
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,BC243A15-1EAD-4A5F-8493-8A8CFFC0C220,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,AACD393E-72A8-40BD-BE70-2C6FFD508BC7,0x116D3A30,0x135F20)) ... skipped
1:419  0:000      Checking volume "MacStuff" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(4,GPT,41322905-8114-4F54-8F88-1866E6A31DBB,0x1180A000,0xE8D4A50)) ... skipped
1:419  0:000      Checking volume "El Capitan" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(5,GPT,B6DB79B8-D831-4F31-87FB-AD7DA731274D,0x2011EA50,0x2D5A908)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(6,GPT,04BC2424-2F8A-44BD-A19A-39B92FF53E18,0x22E79358,0x135F20)) ... skipped
1:419  0:000      Checking volume "Mint" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(7,GPT,BB45C30A-0BDC-4C7D-882F-D382D26550CD,0x22FAF278,0x4B6D855)) ... skipped because path does not exist
1:419  0:000  Custom entry 0 FullTitle:"Mint Kernel" Path:"\EFI\arch\grubx64.efi" Type:4 Flags:0x0 matching Volume:"BB45C30A-0BDC-4C7D-882F-D382D26550CD"
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.11 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(2,GPT,AC62F2A2-A56B-431F-A727-CE400911A24C,0x64028,0xEEA890)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.12 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(3,GPT,5C68B6DE-5A9F-4CF4-BAE5-91AAED35094E,0xF8E8B8,0xE07720)) ... skipped because media is ignored
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,811462BF-53E8-486B-B0EF-B731B958BE04,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Time Machine" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,A69F85CD-009F-4B9B-93DC-37B4981EC926,0x11809950,0x13BE5138)) ... skipped
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,BC243A15-1EAD-4A5F-8493-8A8CFFC0C220,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,AACD393E-72A8-40BD-BE70-2C6FFD508BC7,0x116D3A30,0x135F20)) ... skipped
1:419  0:000      Checking volume "MacStuff" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(4,GPT,41322905-8114-4F54-8F88-1866E6A31DBB,0x1180A000,0xE8D4A50)) ... skipped
1:419  0:000      Checking volume "El Capitan" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(5,GPT,B6DB79B8-D831-4F31-87FB-AD7DA731274D,0x2011EA50,0x2D5A908)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(6,GPT,04BC2424-2F8A-44BD-A19A-39B92FF53E18,0x22E79358,0x135F20)) ... skipped
1:419  0:000      Checking volume "Mint" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(7,GPT,BB45C30A-0BDC-4C7D-882F-D382D26550CD,0x22FAF278,0x4B6D855)) ... skipped because path does not exist
1:419  0:000  Custom entry 0 FullTitle:"Mint Kernel" Path:"\EFI\arch_grub\grubx64.efi" Type:4 Flags:0x0 matching Volume:"BB45C30A-0BDC-4C7D-882F-D382D26550CD"
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.11 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(2,GPT,AC62F2A2-A56B-431F-A727-CE400911A24C,0x64028,0xEEA890)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.12 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(3,GPT,5C68B6DE-5A9F-4CF4-BAE5-91AAED35094E,0xF8E8B8,0xE07720)) ... skipped because media is ignored
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,811462BF-53E8-486B-B0EF-B731B958BE04,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Time Machine" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,A69F85CD-009F-4B9B-93DC-37B4981EC926,0x11809950,0x13BE5138)) ... skipped
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,BC243A15-1EAD-4A5F-8493-8A8CFFC0C220,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,AACD393E-72A8-40BD-BE70-2C6FFD508BC7,0x116D3A30,0x135F20)) ... skipped
1:419  0:000      Checking volume "MacStuff" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(4,GPT,41322905-8114-4F54-8F88-1866E6A31DBB,0x1180A000,0xE8D4A50)) ... skipped
1:419  0:000      Checking volume "El Capitan" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(5,GPT,B6DB79B8-D831-4F31-87FB-AD7DA731274D,0x2011EA50,0x2D5A908)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(6,GPT,04BC2424-2F8A-44BD-A19A-39B92FF53E18,0x22E79358,0x135F20)) ... skipped
1:419  0:000      Checking volume "Mint" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(7,GPT,BB45C30A-0BDC-4C7D-882F-D382D26550CD,0x22FAF278,0x4B6D855)) ... skipped because path does not exist
1:419  0:000  Custom entry 0 FullTitle:"Mint Kernel" Path:"\EFI\SuSe\elilo.efi" Type:4 Flags:0x0 matching Volume:"BB45C30A-0BDC-4C7D-882F-D382D26550CD"
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.11 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(2,GPT,AC62F2A2-A56B-431F-A727-CE400911A24C,0x64028,0xEEA890)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.12 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(3,GPT,5C68B6DE-5A9F-4CF4-BAE5-91AAED35094E,0xF8E8B8,0xE07720)) ... skipped because media is ignored
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,811462BF-53E8-486B-B0EF-B731B958BE04,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Time Machine" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,A69F85CD-009F-4B9B-93DC-37B4981EC926,0x11809950,0x13BE5138)) ... skipped
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,BC243A15-1EAD-4A5F-8493-8A8CFFC0C220,0x28,0x64000)) ... skipped
1:419  0:000      Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,AACD393E-72A8-40BD-BE70-2C6FFD508BC7,0x116D3A30,0x135F20)) ... skipped
1:419  0:000      Checking volume "MacStuff" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(4,GPT,41322905-8114-4F54-8F88-1866E6A31DBB,0x1180A000,0xE8D4A50)) ... skipped
1:419  0:000      Checking volume "El Capitan" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(5,GPT,B6DB79B8-D831-4F31-87FB-AD7DA731274D,0x2011EA50,0x2D5A908)) ... skipped
1:419  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(6,GPT,04BC2424-2F8A-44BD-A19A-39B92FF53E18,0x22E79358,0x135F20)) ... skipped
1:419  0:000      Checking volume "Mint" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(7,GPT,BB45C30A-0BDC-4C7D-882F-D382D26550CD,0x22FAF278,0x4B6D855)) ... skipped because path does not exist
1:419  0:000  Custom entry 1 skipped because it is hidden.
1:419  0:000  Custom entry 1 skipped because it is hidden.
1:419  0:000  Custom entry 1 skipped because it is hidden.
1:419  0:000  Custom entry 1 skipped because it is hidden.
1:419  0:000  Custom entry 1 skipped because it is hidden.
1:419  0:000  Custom entry 1 skipped because it is hidden.
1:419  0:000  Custom entry 1 skipped because it is hidden.
1:419  0:000  Custom entry 1 skipped because it is hidden.
1:419  0:000  Custom entry 1 skipped because it is hidden.
1:419  0:000  Custom entry 1 skipped because it is hidden.
1:419  0:000  Custom entry 1 skipped because it is hidden.
1:419  0:000  Custom entry 1 skipped because it is hidden.
1:419  0:000  Custom entry 1 skipped because it is hidden.
1:419  0:000  Custom entry 1 skipped because it is hidden.
1:419  0:000  Custom entry 2 FullTitle:"Windows 10" Path:"\EFI\Microsoft\Boot\bootmgfw.efi" Options:"-s -h" Type:7 Flags:0x0 matching Volume:"811462BF-53E8-486B-B0EF-B731B958BE04"
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.11 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(2,GPT,AC62F2A2-A56B-431F-A727-CE400911A24C,0x64028,0xEEA890)) ... skipped because media is ignored
1:419  0:000      Checking volume "OS X 10.12 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(3,GPT,5C68B6DE-5A9F-4CF4-BAE5-91AAED35094E,0xF8E8B8,0xE07720)) ... skipped because media is ignored
1:419  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,811462BF-53E8-486B-B0EF-B731B958BE04,0x28,0x64000)) ... match!
1:444  0:025  not png, try icns
1:460  0:015  not png, try icns
1:460  0:000  Custom settings: <null string>.plist will  be applied
1:460  0:000      Checking volume "Time Machine" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,A69F85CD-009F-4B9B-93DC-37B4981EC926,0x11809950,0x13BE5138)) ... skipped
1:460  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,BC243A15-1EAD-4A5F-8493-8A8CFFC0C220,0x28,0x64000)) ... skipped
1:460  0:000      Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)) ... skipped
1:460  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,AACD393E-72A8-40BD-BE70-2C6FFD508BC7,0x116D3A30,0x135F20)) ... skipped
1:460  0:000      Checking volume "MacStuff" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(4,GPT,41322905-8114-4F54-8F88-1866E6A31DBB,0x1180A000,0xE8D4A50)) ... skipped
1:460  0:000      Checking volume "El Capitan" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(5,GPT,B6DB79B8-D831-4F31-87FB-AD7DA731274D,0x2011EA50,0x2D5A908)) ... skipped
1:460  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(6,GPT,04BC2424-2F8A-44BD-A19A-39B92FF53E18,0x22E79358,0x135F20)) ... skipped
1:460  0:000      Checking volume "Mint" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(7,GPT,BB45C30A-0BDC-4C7D-882F-D382D26550CD,0x22FAF278,0x4B6D855)) ... skipped
1:460  0:000  Custom entry 3 FullTitle:"macOS Sierra" Path:"\System\Library\CoreServices\boot.efi" Type:1 Flags:0x2 matching Volume:"B499D161-4F74-42F8-B24C-481D7CAD99F9"
1:460  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000)) ... skipped because media is ignored
1:460  0:000      Checking volume "OS X 10.11 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(2,GPT,AC62F2A2-A56B-431F-A727-CE400911A24C,0x64028,0xEEA890)) ... skipped because media is ignored
1:460  0:000      Checking volume "OS X 10.12 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(3,GPT,5C68B6DE-5A9F-4CF4-BAE5-91AAED35094E,0xF8E8B8,0xE07720)) ... skipped because media is ignored
1:460  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,811462BF-53E8-486B-B0EF-B731B958BE04,0x28,0x64000)) ... skipped
1:460  0:000      Checking volume "Time Machine" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,A69F85CD-009F-4B9B-93DC-37B4981EC926,0x11809950,0x13BE5138)) ... skipped
1:460  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,BC243A15-1EAD-4A5F-8493-8A8CFFC0C220,0x28,0x64000)) ... skipped
1:460  0:000      Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)) ... match!
1:552  0:092      Check if volume Is Hibernated:
1:552  0:000      Check sleep image 'by signature':
1:634  0:081      read prefs \Library\Preferences\com.apple.PowerManagement.plist status=Success
1:634  0:000      using default sleep image name = \private\var\vm\sleepimage
1:657  0:022      Reading first 512 bytes of sleepimage ...
1:663  0:006      OurBlockIoRead: Lba=563340, Offset=AC668000 (BlockSize=512)
1:663  0:000      sig lion: 44003100
1:663  0:000      sig snow: 474F1E00
1:663  0:000      no valid sleep image offset was found
1:671  0:007      OurBlockIoRead: Lba=562FA0, Offset=AC5F4000 (BlockSize=512)
1:671  0:000      sig lion: 72006F00
1:671  0:000      sig snow: BF322300
1:671  0:000      no valid sleep image offset was found
1:676  0:005      OurBlockIoRead: Lba=3C21C8, Offset=78439000 (BlockSize=512)
1:676  0:000      sig lion: 0
1:676  0:000      sig snow: 0
1:676  0:000      no valid sleep image offset was found
1:688  0:011      OurBlockIoRead: Lba=3C2208, Offset=78441000 (BlockSize=512)
1:688  0:000      sig lion: 37003200
1:688  0:000      sig snow: 41004300
1:688  0:000      no valid sleep image offset was found
1:688  0:000      Reading completed -> Success
1:688  0:000       sleepimage offset could not be acquired
1:688  0:000      hibernated: no - sign
1:711  0:023  not png, try icns
1:715  0:004  not png, try icns
1:715  0:000  Custom settings: <null string>.plist will  be applied
1:715  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,AACD393E-72A8-40BD-BE70-2C6FFD508BC7,0x116D3A30,0x135F20)) ... skipped
1:715  0:000      Checking volume "MacStuff" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(4,GPT,41322905-8114-4F54-8F88-1866E6A31DBB,0x1180A000,0xE8D4A50)) ... skipped
1:715  0:000      Checking volume "El Capitan" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(5,GPT,B6DB79B8-D831-4F31-87FB-AD7DA731274D,0x2011EA50,0x2D5A908)) ... skipped
1:715  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(6,GPT,04BC2424-2F8A-44BD-A19A-39B92FF53E18,0x22E79358,0x135F20)) ... skipped
1:715  0:000      Checking volume "Mint" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(7,GPT,BB45C30A-0BDC-4C7D-882F-D382D26550CD,0x22FAF278,0x4B6D855)) ... skipped
1:715  0:000  Custom entry 4 FullTitle:"OS X El Capitan" Path:"\System\Library\CoreServices\boot.efi" Type:1 Flags:0x2 matching Volume:"B6DB79B8-D831-4F31-87FB-AD7DA731274D"
1:715  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(1,GPT,D82EF277-3DFD-4E6C-A1B9-955351A54FEA,0x28,0x64000)) ... skipped because media is ignored
1:715  0:000      Checking volume "OS X 10.11 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(2,GPT,AC62F2A2-A56B-431F-A727-CE400911A24C,0x64028,0xEEA890)) ... skipped because media is ignored
1:715  0:000      Checking volume "OS X 10.12 Install Disk" (PciRoot(0x0)\Pci(0x1D,0x0)\USB(0x0,0x0)\USB(0x1,0x0)\HD(3,GPT,5C68B6DE-5A9F-4CF4-BAE5-91AAED35094E,0xF8E8B8,0xE07720)) ... skipped because media is ignored
1:715  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,811462BF-53E8-486B-B0EF-B731B958BE04,0x28,0x64000)) ... skipped
1:715  0:000      Checking volume "Time Machine" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(5,GPT,A69F85CD-009F-4B9B-93DC-37B4981EC926,0x11809950,0x13BE5138)) ... skipped
1:715  0:000      Checking volume "EFI" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(1,GPT,BC243A15-1EAD-4A5F-8493-8A8CFFC0C220,0x28,0x64000)) ... skipped
1:715  0:000      Checking volume "Macintosh HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)) ... skipped
1:715  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(3,GPT,AACD393E-72A8-40BD-BE70-2C6FFD508BC7,0x116D3A30,0x135F20)) ... skipped
1:715  0:000      Checking volume "MacStuff" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(4,GPT,41322905-8114-4F54-8F88-1866E6A31DBB,0x1180A000,0xE8D4A50)) ... skipped
1:715  0:000      Checking volume "El Capitan" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(5,GPT,B6DB79B8-D831-4F31-87FB-AD7DA731274D,0x2011EA50,0x2D5A908)) ... match!
1:808  0:092      Check if volume Is Hibernated:
1:808  0:000      Check sleep image 'by signature':
1:860  0:052      read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success
1:860  0:000      SleepImage name from pref: ImageVolume = 'El Capitan', ImageName = '\private\var\vm\sleepimage'
1:895  0:034      Reading first 512 bytes of sleepimage ...
1:907  0:011      OurBlockIoRead: Lba=2118C3B8, Offset=4231877000 (BlockSize=512)
1:907  0:000      sig lion: 4044D
1:907  0:000      sig snow: 706F6873
1:907  0:000      no valid sleep image offset was found
1:907  0:000      Reading completed -> Success
1:907  0:000       sleepimage offset could not be acquired
1:907  0:000      hibernated: no - sign
1:921  0:014  not png, try icns
1:921  0:000  Custom settings: <null string>.plist will  be applied
1:921  0:000      Checking volume "Recovery HD" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(6,GPT,04BC2424-2F8A-44BD-A19A-39B92FF53E18,0x22E79358,0x135F20)) ... skipped
1:921  0:000      Checking volume "Mint" (PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(7,GPT,BB45C30A-0BDC-4C7D-882F-D382D26550CD,0x22FAF278,0x4B6D855)) ... skipped
1:921  0:000  Custom entry 5 skipped because it is hidden.
1:921  0:000  Custom entry 6 skipped because it is hidden.
1:921  0:000  === [ ScanLoader ] ========================================
1:921  0:000  - [01]: 'EFI'
1:932  0:010  not png, try icns
1:935  0:003  not png, try icns
1:939  0:003  not png, try icns
1:942  0:003  not png, try icns
1:946  0:003  not png, try icns
1:950  0:003  not png, try icns
1:960  0:010  not png, try icns
1:964  0:003  not png, try icns
1:967  0:003  not png, try icns
1:971  0:003  not png, try icns
1:974  0:003  not png, try icns
1:978  0:003  not png, try icns
1:982  0:003  not png, try icns
1:985  0:003  not png, try icns
2:014  0:028  - [02]: 'OS X 10.11 Install Disk'
2:019  0:005          AddLoaderEntry for Volume Name=OS X 10.11 Install Disk
2:019  0:000      Not match custom entry 1: Volume: not match, VolumeType: not match, Type: not match
2:019  0:000      Not match custom entry 5: Volume: not match, VolumeType: not match, Type: not match
2:019  0:000      Not match custom entry 6: Volume: not match, VolumeType: not match, Type: not match
2:026  0:007      Check if volume Is Hibernated:
2:026  0:000      Check sleep image 'by signature':
2:037  0:010      using default sleep image name = \private\var\vm\sleepimage
2:048  0:010      sleepimage not found -> Not Found
2:048  0:000      hibernated: no - sign
2:052  0:003  not png, try icns
2:059  0:007  not png, try icns
2:070  0:011  not png, try icns
2:074  0:003  not png, try icns
2:078  0:003  not png, try icns
2:081  0:003  not png, try icns
2:085  0:003  not png, try icns
2:088  0:003  not png, try icns
2:089  0:000  not png, try icns
2:092  0:003  not png, try icns
2:096  0:003  not png, try icns
2:099  0:003  not png, try icns
2:103  0:003  not png, try icns
2:107  0:003  not png, try icns
2:110  0:003  not png, try icns
2:114  0:003  not png, try icns
2:114  0:000  - [03]: 'OS X 10.12 Install Disk'
2:119  0:005          AddLoaderEntry for Volume Name=OS X 10.12 Install Disk
2:119  0:000      Not match custom entry 1: Volume: not match, VolumeType: not match, Type: not match
2:119  0:000      Not match custom entry 5: Volume: not match, VolumeType: not match, Type: not match
2:119  0:000      Not match custom entry 6: Volume: not match, VolumeType: not match, Type: not match
2:128  0:008      Check if volume Is Hibernated:
2:128  0:000      Check sleep image 'by signature':
2:135  0:007      using default sleep image name = \private\var\vm\sleepimage
2:140  0:005      sleepimage not found -> Not Found
2:140  0:000      hibernated: no - sign
2:159  0:018  not png, try icns
2:164  0:004  not png, try icns
2:167  0:003  not png, try icns
2:171  0:003  not png, try icns
2:174  0:003  not png, try icns
2:178  0:003  not png, try icns
2:182  0:003  not png, try icns
2:189  0:007  not png, try icns
2:192  0:003  not png, try icns
2:196  0:003  not png, try icns
2:199  0:003  not png, try icns
2:203  0:003  not png, try icns
2:207  0:003  not png, try icns
2:210  0:003  not png, try icns
2:214  0:003  not png, try icns
2:214  0:000  - [06]: 'EFI'
2:331  0:116          AddLoaderEntry for Volume Name=EFI
2:331  0:000       skipped because path `PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0x0,0x0)\HD(1,GPT,811462BF-53E8-486B-B0EF-B731B958BE04,0x28,0x64000)\EFI\microsoft\Boot\bootmgfw.efi` already exists for another entry!
2:334  0:003  not png, try icns
2:337  0:003  not png, try icns
2:341  0:003  not png, try icns
2:345  0:003  not png, try icns
2:348  0:003  not png, try icns
2:352  0:003  not png, try icns
2:352  0:000  not png, try icns
2:352  0:000          AddLoaderEntry for Volume Name=EFI
2:352  0:000      Skipped because matching custom entry 1!
2:356  0:003  not png, try icns
2:359  0:003  not png, try icns
2:363  0:003  not png, try icns
2:366  0:003  not png, try icns
2:370  0:003  not png, try icns
2:374  0:003  not png, try icns
2:377  0:003  not png, try icns
2:377  0:000  - [10]: 'Time Machine'
2:381  0:003  not png, try icns
2:385  0:003  not png, try icns
2:388  0:003  not png, try icns
2:392  0:003  not png, try icns
2:396  0:003  not png, try icns
2:399  0:003  not png, try icns
2:399  0:000  not png, try icns
2:403  0:003  not png, try icns
2:407  0:003  not png, try icns
2:410  0:003  not png, try icns
2:414  0:003  not png, try icns
2:418  0:003  not png, try icns
2:421  0:003  not png, try icns
2:425  0:003  not png, try icns
2:425  0:000  - [12]: 'EFI'
2:428  0:003  not png, try icns
2:432  0:003  not png, try icns
2:436  0:003  not png, try icns
2:439  0:003  not png, try icns
2:443  0:003  not png, try icns
2:446  0:003  not png, try icns
2:447  0:000  not png, try icns
2:450  0:003  not png, try icns
2:454  0:003  not png, try icns
2:457  0:003  not png, try icns
2:461  0:003  not png, try icns
2:464  0:003  not png, try icns
2:468  0:003  not png, try icns
2:472  0:003  not png, try icns
2:472  0:000  - [13]: 'Macintosh HD'
2:472  0:000          AddLoaderEntry for Volume Name=Macintosh HD
2:472  0:000       skipped because path `PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)\System\Library\CoreServices\boot.efi` already exists for another entry!
2:476  0:003  not png, try icns
2:479  0:003  not png, try icns
2:483  0:003  not png, try icns
2:486  0:003  not png, try icns
2:490  0:003  not png, try icns
2:494  0:003  not png, try icns
2:494  0:000  not png, try icns
2:497  0:003  not png, try icns
2:501  0:003  not png, try icns
2:505  0:003  not png, try icns
2:508  0:003  not png, try icns
2:512  0:003  not png, try icns
2:516  0:003  not png, try icns
2:519  0:003  not png, try icns
2:519  0:000  - [14]: 'Recovery HD'
2:533  0:013          AddLoaderEntry for Volume Name=Recovery HD
2:533  0:000      Not match custom entry 1: Volume: not match, VolumeType: match, Type: not match
2:533  0:000      Skipped because matching custom entry 5!
2:537  0:003  not png, try icns
2:540  0:003  not png, try icns
2:544  0:003  not png, try icns
2:548  0:003  not png, try icns
2:551  0:003  not png, try icns
2:555  0:003  not png, try icns
2:555  0:000  not png, try icns
2:558  0:003  not png, try icns
2:562  0:003  not png, try icns
2:566  0:003  not png, try icns
2:569  0:003  not png, try icns
2:573  0:003  not png, try icns
2:576  0:003  not png, try icns
2:580  0:003  not png, try icns
2:580  0:000  - [15]: 'MacStuff'
2:584  0:003  not png, try icns
2:588  0:003  not png, try icns
2:591  0:003  not png, try icns
2:595  0:003  not png, try icns
2:598  0:003  not png, try icns
2:602  0:003  not png, try icns
2:602  0:000  not png, try icns
2:606  0:003  not png, try icns
2:609  0:003  not png, try icns
2:613  0:003  not png, try icns
2:617  0:003  not png, try icns
2:620  0:003  not png, try icns
2:624  0:003  not png, try icns
2:627  0:003  not png, try icns
2:627  0:000  - [16]: 'El Capitan'
2:628  0:000          AddLoaderEntry for Volume Name=El Capitan
2:628  0:000       skipped because path `PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(5,GPT,B6DB79B8-D831-4F31-87FB-AD7DA731274D,0x2011EA50,0x2D5A908)\System\Library\CoreServices\boot.efi` already exists for another entry!
2:632  0:003  not png, try icns
2:635  0:003  not png, try icns
2:639  0:003  not png, try icns
2:642  0:003  not png, try icns
2:646  0:003  not png, try icns
2:649  0:003  not png, try icns
2:650  0:000  not png, try icns
2:653  0:003  not png, try icns
2:657  0:003  not png, try icns
2:660  0:003  not png, try icns
2:664  0:003  not png, try icns
2:668  0:003  not png, try icns
2:671  0:003  not png, try icns
2:675  0:003  not png, try icns
2:675  0:000  - [17]: 'Recovery HD'
2:693  0:017          AddLoaderEntry for Volume Name=Recovery HD
2:693  0:000      Not match custom entry 1: Volume: not match, VolumeType: match, Type: not match
2:693  0:000      Not match custom entry 5: Volume: not match, VolumeType: match, Type: match
2:693  0:000      Skipped because matching custom entry 6!
2:696  0:003  not png, try icns
2:700  0:003  not png, try icns
2:704  0:003  not png, try icns
2:707  0:003  not png, try icns
2:711  0:003  not png, try icns
2:714  0:003  not png, try icns
2:714  0:000  not png, try icns
2:718  0:003  not png, try icns
2:722  0:003  not png, try icns
2:725  0:003  not png, try icns
2:729  0:003  not png, try icns
2:732  0:003  not png, try icns
2:736  0:003  not png, try icns
2:740  0:003  not png, try icns
2:740  0:000  - [18]: 'Mint'
2:743  0:003  not png, try icns
2:747  0:003  not png, try icns
2:750  0:003  not png, try icns
2:754  0:003  not png, try icns
2:758  0:003  not png, try icns
2:761  0:003  not png, try icns
2:761  0:000  not png, try icns
2:765  0:003  not png, try icns
2:769  0:003  not png, try icns
2:772  0:003  not png, try icns
2:776  0:003  not png, try icns
2:779  0:003  not png, try icns
2:783  0:003  not png, try icns
2:787  0:003  not png, try icns
2:841  0:054          AddLoaderEntry for Volume Name=Mint
2:841  0:000      Not match custom entry 1: Volume: not match, VolumeType: match, Type: not match
2:841  0:000      Not match custom entry 5: Volume: not match, VolumeType: match, Type: not match
2:841  0:000      Not match custom entry 6: Volume: not match, VolumeType: match, Type: not match
2:892  0:051  not png, try icns
2:896  0:003  not png, try icns
2:896  0:000  === [ AddCustomTool ] =====================================
2:904  0:007  found tool \EFI\CLOVER\tools\Shell64U.efi
2:904  0:000  Checking EFI partition Volume 1 for Clover
2:904  0:000   Found Clover
2:904  0:000  EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored
2:908  0:004  EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success
2:912  0:004  === [ GetEfiBootDeviceFromNvram ] =========================
2:912  0:000   - efi-boot-device-data: PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)
2:912  0:000    - Volume: 'PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)'
2:912  0:000    - LoaderPath: '<null string>'
2:912  0:000    - Guid = B499D161-4F74-42F8-B24C-481D7CAD99F9
2:912  0:000  === [ FindStartupDiskVolume ] =============================
2:912  0:000    - Volume: partition = PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x5,0x0,0x0)\HD(2,GPT,B499D161-4F74-42F8-B24C-481D7CAD99F9,0x64028,0x1166FA08)
2:912  0:000     - searching for that partition
2:912  0:000      - found entry 1. 'macOS Sierra', Volume 'Macintosh HD'
2:912  0:000  Boot redirected to Entry 1. 'macOS Sierra'
2:912  0:000  EmuVariable UninstallEmulation: CloseEvent = Success, original var services restored
2:912  0:000  DefaultIndex=1 and MainMenu.EntryCount=12
2:999  0:086  SelectionSmallFileName != NULL
2:999  0:000  SelectionBigFileName != NULL
3:005  0:005  GUI ready
7:402  4:396   enter menu with LoadOptions: -v
7:402  0:000   and with FlagsBits = 0x2
13:728  6:326   exit menu with LoadOptions: -v
13:728  0:000   boot with args: -v
13:769  0:040  selections ready
35:087  21:318  selections ready
36:931  1:843  BootVariable of the entry is empty
36:931  0:000  === [ StartLoader ] =======================================
36:931  0:000  Finally: Bus=99768kHz CPU=2594MHz
36:931  0:000  Loading boot.efi  status=Success
37:028  0:097  GetOSVersion: 10.12.4 (16E144f)
37:028  0:000  CSR_CFG: CSR_ALLOW_UNTRUSTED_KEXTS | CSR_ALLOW_UNRESTRICTED_FS
37:028  0:000  Filtering KextPatches:
37:028  0:000   - [00]: AppleIntelFramebufferAzul (Haswell IGPU : PAPV Desactivation) :: BinPatch :: [OS: 10.12.4 | MatchOS: 10.11.x, 10.12.x | MatchBuild: All] ==> disabled by user
37:028  0:000   - [01]: AppleIntelFramebufferAzul (Haswell IGPU : PAPV PSafeForceWake) :: BinPatch :: [OS: 10.12.4 | MatchOS: 10.11.x | MatchBuild: All] ==> disabled by user
37:028  0:000   - [02]: AppleIntelFramebufferAzul (HDMI-audio, port 0204, 0x0a260005 0x0a260006) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
37:028  0:000   - [03]: AppleIntelFramebufferAzul (HDMI-audio, port 0204(12), 0x0a260005 0x0a260006) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
37:028  0:000   - [04]: AppleIntelFramebufferAzul (Haswell IGPU : PAVP Error Simulation) :: BinPatch :: [OS: 10.12.4 | MatchOS: 10.11.x | MatchBuild: All] ==> disabled by user
37:028  0:000   - [05]: AppleIntelFramebufferAzul (HDMI-audio, port 0105(12), 0x0a260005 0x0a260006, 0x0d220003, 0x0a2e000a, 0x0a26000a) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
37:028  0:000   - [06]: AppleIntelFramebufferAzul (HDMI-audio, port 0105, 0x0a260005 0x0a260006, 0x0d220003, 0x0a2e000a, 0x0a26000a) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
37:028  0:000   - [07]: AppleIntelFramebufferAzul (Haswell IGPU : PAPV Error Simulation) :: BinPatch :: [OS: 10.12.4 | MatchOS: 10.12.x | MatchBuild: All] ==> disabled by user
37:028  0:000   - [08]: AppleIntelFramebufferAzul (Isolate IntelAccelerator HD4600 (10.11.6 & 10.12)) :: BinPatch :: [OS: 10.12.4 | MatchOS: 10.12.x | MatchBuild: All] ==> disabled by user
37:028  0:000   - [09]: IOGraphicsFamily (Boot Graphics macOS 10.12) :: BinPatch :: [OS: 10.12.4 | MatchOS: 10.12.x | MatchBuild: All] ==> allowed
37:028  0:000   - [10]: AppleIntelFramebufferAzul (0x0a260006 9MB cursor bytes patch) :: BinPatch :: [OS: 10.12.4 | MatchOS: All | MatchBuild: All] ==> allowed
37:028  0:000   - [11]: AppleIntelFramebufferAzul (Haswell IGPU : Ignore PAVP Callbacks 2/2) :: BinPatch :: [OS: 10.12.4 | MatchOS: 10.11.x, 10.12.x | MatchBuild: All] ==> disabled by user
37:028  0:000   - [12]: AppleIntelFramebufferAzul (Haswell IGPU : PAPV PSafeForceWake) :: BinPatch :: [OS: 10.12.4 | MatchOS: 10.12.x | MatchBuild: All] ==> disabled by user
37:028  0:000   - [13]: AppleIntelFramebufferAzul (Haswell IGPU : Ignore PAVP Callbacks 1/2) :: BinPatch :: [OS: 10.12.4 | MatchOS: 10.11.x, 10.12.x | MatchBuild: All] ==> disabled by user
37:028  0:000   - [14]: IOGraphicsFamily (Boot graphics glitch, 10.10.x/10.11.x (credit lisai9093, cecekpawon)) :: BinPatch :: [OS: 10.12.4 | MatchOS: 10.11.x | MatchBuild: All] ==> not allowed
37:028  0:000  EmuVariable InstallEmulation: orig vars copied, emu.var.services installed, CreateEvent VirtualAddressChange = Success, CreateEvent ExitBootServices = Success, set Status=Success
37:033  0:004  === [ PatchSmbios ] =======================================
37:033  0:000  insert table 9 for dev 0:0
37:033  0:000  insert table 9 for dev 0:0
37:033  0:000  Channels: 2
37:033  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
37:033  0:000  SMBIOS Type 17 Index = 0 => 0 0:
37:033  0:000  BANK0 DIMM0 1600MHz 4096MB
37:033  0:000  SMBIOS Type 17 Index = 1 => 2 2:
37:033  0:000  BANK1 DIMM0 1600MHz 4096MB
37:033  0:000  SMBIOS Type 17 Index = 2 => 1 1:
37:033  0:000  BANK0 DIMM1 1600MHz 2048MB
37:033  0:000  mTotalSystemMemory = 10240
37:033  0:000  NumberOfMemoryDevices = 3
37:033  0:000  Type20[0]->End = 0x3FFFFF, Type17[0] = 0x1000
37:033  0:000  Type20[1]->End = 0x1FFFFF, Type17[1] = 0x3000
37:033  0:000  Type20[2]->End = 0x3FFFFF, Type17[2] = 0x5800
37:033  0:000  === [ PatchACPI ] =========================================
37:033  0:000  RSDT 0x9AFFE124
37:033  0:000  FADT from RSDT: 0x9AFF5000
37:033  0:000  XSDT 0x9AFFE210
37:033  0:000  FADT from XSDT: 0x9AFF5000
37:033  0:000  Xsdt reallocation done
37:033  0:000  old FADT length=10C
37:033  0:000  Found OperationRegion(GNVS, SystemMemory, 9AFB1A98, ...)
37:033  0:000  Found OperationRegion(OGNS, SystemMemory, 9AFB0018, ...)
37:033  0:000  Found OperationRegion(MCHT, SystemMemory, FED10000, ...)
37:033  0:000  Found OperationRegion(RCRB, SystemMemory, FED1C000, ...)
37:033  0:000  Found OperationRegion(MCA1, SystemMemory, 9FA10000, ...)
37:033  0:000  Found OperationRegion(MCA1, SystemMemory, 9FA10000, ...)
37:033  0:000  Found OperationRegion(MDBG, SystemMemory, 9AFAD018, ...)
37:033  0:000  Found OperationRegion(ECW1, SystemMemory, FF000380, ...)
37:033  0:000  Found OperationRegion(ECW2, SystemMemory, FF000700, ...)
37:033  0:000  Found OperationRegion(ECWB, SystemMemory, FF000700, ...)
37:033  0:000  Found OperationRegion(ECBD, SystemMemory, FF000700, ...)
37:033  0:000  Found OperationRegion(ECBD, SystemMemory, FF000700, ...)
37:033  0:000  Found OperationRegion(ECBD, SystemMemory, FF000700, ...)
37:033  0:000  Found OperationRegion(ECBD, SystemMemory, FF000700, ...)
37:036  0:003  DSDT found in Clover volume OEM folder: EFI\CLOVER\OEM\Aspire V3-772G\ACPI\patched\DSDT.aml
37:044  0:007  Apply DsdtFixMask=0x90000000 new way
37:044  0:000     drop _DSM mask=0x0000
37:044  0:000  === [ FixBiosDsdt ] =======================================
37:044  0:000  VideoCard devID=0x4168086
37:044  0:000  DisplayADR1[0] = 0x20000, DisplayADR2[0] = 0xFFFE
37:044  0:000  Audio HDA (addr:0x30000) setting specified layout-id=28 (0x1C)
37:044  0:000  USBADR[0] = 0x140000 and PCIe = 0xFFFE
37:044  0:000  USBADR[1] = 0x1A0000 and PCIe = 0xFFFE
37:044  0:000  Audio HDA (addr:0x1B0000) setting specified layout-id=28 (0x1C)
37:044  0:000  Found Airport Atheros at 0x1C0002, 0x0, DeviceID=0x002B
37:044  0:000  USBADR[2] = 0x1D0000 and PCIe = 0xFFFE
37:044  0:000  Patching DSDT:
37:044  0:000   - [EHC2 to EH02]: pattern 45484332, patched at: [ (626E) (F) (10) (13D1) ]
37:044  0:000   OK
37:044  0:000   - [EHC1 to EH01]: pattern 45484331, patched at: [ (6233) (F) (10) (F90) ]
37:044  0:000   OK
37:044  0:000  first CPU found at 5DA9 offset 5DAC
37:044  0:000  score candidate at 5DA5
37:044  0:000  score inserted in acpi_cpu_score _PR_
37:044  0:000  Found ACPI CPU: CPU0 | CPU1 | CPU2 | CPU3 | CPU4 | CPU5 | CPU6 | CPU7 , within the score: _PR_
37:045  0:000  Found PCIROOTUID = 0
37:045  0:000    indirect name=SRCB
37:045  0:000    indirect name=SRMB
37:045  0:000    indirect name=SRMB
37:045  0:000  === [ ACPIDropTables ] ====================================
37:045  0:000  === [ DropSSDT ] ==========================================
37:045  0:000  Drop tables from Xsdt, SIGN=SSDT TableID= Length=0
37:045  0:000   Xsdt has tables count=19
37:045  0:000   Table: SSDT  ACRPRDCT  1336 dropped
37:045  0:000   Table: SSDT  ACRPRDCT  2746 dropped
37:045  0:000   Table: SSDT  ACRPRDCT  5028 dropped
37:045  0:000   Table: SSDT  ACRPRDCT  370 dropped
37:045  0:000   Table: SSDT  ACRPRDCT  13138 dropped
37:045  0:000   Table: SSDT  ACRPRDCT  15378 dropped
37:045  0:000  corrected XSDT length=140
37:045  0:000  === [ ACPIPatchedAML ] ====================================
37:045  0:000  Start: Processing Patched AML(s): Sorted
37:045  0:000  Inserting table[0]:SSDT-1.aml from EFI\CLOVER\OEM\Aspire V3-772G\ACPI\patched ... Success
37:045  0:000  Inserting table[1]:SSDT-2.aml from EFI\CLOVER\OEM\Aspire V3-772G\ACPI\patched ... Success
37:048  0:003  Inserting table[2]:SSDT.aml from EFI\CLOVER\OEM\Aspire V3-772G\ACPI\patched ... Success
37:048  0:000  End: Processing Patched AML(s)
37:048  0:000  CPUBase=0 and ApicCPUBase=1 ApicCPUNum=8
37:048  0:000  === [ RestSetup macOS ] ===================================
37:048  0:000  EdidDiscovered size=128
37:048  0:000  000  |  00  FF  FF  FF  FF  FF  FF  00  0D  AE
37:048  0:000  010  |  35  17  00  00  00  00  32  16  01  04
37:048  0:000  020  |  95  26  15  78  02  D4  95  A3  55  50
37:048  0:000  030  |  9D  27  0F  50  54  00  00  00  01  01
37:048  0:000  040  |  01  01  01  01  01  01  01  01  01  01
37:048  0:000  050  |  01  01  01  01  B4  3B  80  4A  71  38
37:048  0:000  060  |  34  40  30  20  35  00  7E  D7  10  00
37:048  0:000  070  |  00  18  00  00  00  FE  00  4E  31  37
37:048  0:000  080  |  33  48  47  45  2D  45  31  31  0A  20
37:048  0:000  090  |  00  00  00  FE  00  43  4D  4E  0A  20
37:048  0:000  100  |  20  20  20  20  20  20  20  20  00  00
37:048  0:000  110  |  00  FE  00  4E  31  37  33  48  47  45
37:048  0:000  120  |  2D  45  31  31  0A  20  00  E0
37:048  0:000  Intel GFX injection not set
37:048  0:000   setting specified layout-id=28 (0x1C)
37:048  0:000   setting specified layout-id=28 (0x1C)
37:049  0:000  stringlength = 2600
37:049  0:000  CurrentMode: Width=1920 Height=1080
37:049  0:000  Beginning FSInjection
FSInjectionInstall ...
- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: 985AAF18
FSInjectionInstall ...
- Our FSI_SIMPLE_FILE_SYSTEM_PROTOCOL installed on handle: 985AAF18
37:053  0:004  Preparing kexts injection for arch=x86_64 from EFI\CLOVER\OEM\Aspire V3-772G\kexts\Other
37:053  0:000    Extra kext: EFI\CLOVER\OEM\Aspire V3-772G\kexts\Other\ACPIBatteryManager.kext
37:060  0:007    Extra kext: EFI\CLOVER\OEM\Aspire V3-772G\kexts\Other\FakeSMC.kext
37:079  0:018      Extra PlugIn kext: EFI\CLOVER\OEM\Aspire V3-772G\kexts\Other\FakeSMC.kext\Contents\PlugIns\ACPISensors.kext
37:086  0:007      Extra PlugIn kext: EFI\CLOVER\OEM\Aspire V3-772G\kexts\Other\FakeSMC.kext\Contents\PlugIns\CPUSensors.kext
37:086  0:000      Extra PlugIn kext: EFI\CLOVER\OEM\Aspire V3-772G\kexts\Other\FakeSMC.kext\Contents\PlugIns\GPUSensors.kext
37:099  0:012      Extra PlugIn kext: EFI\CLOVER\OEM\Aspire V3-772G\kexts\Other\FakeSMC.kext\Contents\PlugIns\LPCSensors.kext
37:120  0:021    Extra kext: EFI\CLOVER\OEM\Aspire V3-772G\kexts\Other\ApplePS2ElanTouchpad.kext
37:131  0:011      Extra PlugIn kext: EFI\CLOVER\OEM\Aspire V3-772G\kexts\Other\ApplePS2ElanTouchpad.kext\Contents\PlugIns\ApplePS2Controller.kext
37:139  0:007      Extra PlugIn kext: EFI\CLOVER\OEM\Aspire V3-772G\kexts\Other\ApplePS2ElanTouchpad.kext\Contents\PlugIns\ApplePS2Keyboard.kext
37:143  0:003    Extra kext: EFI\CLOVER\OEM\Aspire V3-772G\kexts\Other\BCM5722D.kext
37:150  0:007    Extra kext: EFI\CLOVER\OEM\Aspire V3-772G\kexts\Other\FakePCIID.kext
37:154  0:003    Extra kext: EFI\CLOVER\OEM\Aspire V3-772G\kexts\Other\FakePCIID_Intel_HD_Graphics.kext
37:157  0:003    Extra kext: EFI\CLOVER\OEM\Aspire V3-772G\kexts\Other\FakePCIID_Intel_HDMI_Audio.kext
37:157  0:000    Extra kext: EFI\CLOVER\OEM\Aspire V3-772G\kexts\Other\FakePCIID_XHCIMux.kext
37:161  0:003  Preparing kexts injection for arch=x86_64 from EFI\CLOVER\OEM\Aspire V3-772G\kexts\10.12
37:161  0:000    Extra kext: EFI\CLOVER\OEM\Aspire V3-772G\kexts\10.12\USB_Injector.kext
37:163  0:002  SetStartupDiskVolume:
37:163  0:000    * Volume: 'Macintosh HD'
37:163  0:000    * LoaderPath: '<null string>'
37:163  0:000    * DevPath: Macintosh HD
37:163  0:000    * GUID = B499D161-4F74-42F8-B24C-481D7CAD99F9
37:163  0:000    * efi-boot-device: <array><dict><key>IOMatch</key><dict><key>IOProviderClass</key><string>IOMedia</string><key>IOPropertyMatch</key><dict><key>UUID</key><string>B499D161-4F74-42F8-B24C-481D7CAD99F9</string></dict></dict></dict></array>
37:163  0:000  Custom boot screen not used because entry has unset use graphics

 

 

 

 

 

 

MacBook-Optimus:~ polyzargone$ kextstat | grep -v com.apple
Index Refs Address            Size       Wired      Name (Version) UUID <Linked Against>
   24    0 0xffffff7f82b42000 0x9000     0x9000     org.rehabman.driver.AppleSmartBatteryManager (1.60.5) 75A24811-F4EB-3665-AD7F-E46DF06E538C <11 4 3>
   25    3 0xffffff7f82b4e000 0x19000    0x19000    org.netkas.driver.FakeSMC (1410) 5536724F-16D4-33C2-AA7A-F592EACA7DD5 <11 7 5 4 3 1>
   26    0 0xffffff7f82b67000 0x5000     0x5000     org.hwsensors.driver.CPUSensors (1410) 89AB8FDB-1A2C-30A8-B6CE-CB85C92F4B7D <25 7 5 4 3>
   38    2 0xffffff7f82b6f000 0xa000     0xa000     org.emlydinesh.driver.ApplePS2Controller (3.3) C4EBF74A-94A7-3B65-AA79-EDC75569DEDD <11 7 5 4 3 1>
   42    0 0xffffff7f82b79000 0x8000     0x8000     org.hwsensors.driver.ACPISensors (1410) B7BC7084-E304-345A-8CEE-75A0375AE4DA <25 11 7 5 4 3>
   44    1 0xffffff7f82b87000 0x7000     0x7000     org.rehabman.driver.FakePCIID (1.2.4) C513C42A-2375-3C7B-ADD2-F5DD835DF283 <12 7 5 4 3 1>
   52    0 0xffffff7f82b8e000 0x13000    0x13000    org.hwsensors.driver.LPCSensors (1410) 4A526B40-A4F0-369C-A67C-2DD8FEE6640D <25 12 11 7 5 4 3>
   55    0 0xffffff7f82ba1000 0x3000     0x3000     org.rehabman.driver.FakePCIID.XHCIMux (1.2.4) D0E14B13-055E-3D25-9998-6A5D3589FDE8 <44 12 7 5 4 3 1>
   58    1 0xffffff7f82ba6000 0x9000     0x9000     org.emlydinesh.driver.ApplePS2Keyboard (3.3) 1B7F716C-AD62-3567-AC17-C369A14E7391 <39 38 15 7 6 5 4 3 1>
   59    0 0xffffff7f82baf000 0xd000     0xd000     org.emlydinesh.driver.ApplePS2ElanTouchpad (3.3) 1E26FA2F-10CA-31F4-84F5-2E1CED3D5D8C <58 39 38 15 7 6 5 4 3 1>
   60    0 0xffffff7f82bc0000 0x7000     0x7000     my.name.adlan.BCM5722D (2.3.5) 35CAC9FA-244E-38B0-90CC-5A2A76EADED7 <49 12 5 4 3 1>
   88    0 0xffffff7f80c13000 0x4000     0x4000     com.intel.driver.EnergyDriver (2.0) 6EC99BBD-0CA2-3CA6-B252-DE46782936C3 <7 5 4 3>
  133    3 0xffffff7f82bc7000 0x61000    0x61000    org.virtualbox.kext.VBoxDrv (5.1.8) 5E658E50-8E9F-3C41-A0CF-35413499F851 <7 5 4 3 1>
  138    0 0xffffff7f82c28000 0x8000     0x8000     org.virtualbox.kext.VBoxUSB (5.1.8) 336C42A1-3D5B-3D4A-A535-F9C101390928 <137 133 70 7 5 4 3 1>
  140    0 0xffffff7f82b81000 0x5000     0x5000     org.virtualbox.kext.VBoxNetFlt (5.1.8) C61BE191-8013-3FD6-B857-D3D70CCBAFFE <133 7 5 4 3 1>
  141    0 0xffffff7f82c30000 0x6000     0x6000     org.virtualbox.kext.VBoxNetAdp (5.1.8) 7138B176-755C-3575-8604-36282508E401 <133 5 4 1>
  142    0 0xffffff7f82c36000 0x17000    0x17000    com.tuxera.filesystems.tufsfs.fusefs_txantfs (2015.11.5) D961CF7D-F98C-EE44-3AA8-175397F81CB3 <7 5 4 3 1>

 

 

  • Like 1
Link to comment
Share on other sites

No sorry :rolleyes: ... I want to know if you can test different Sierra's versions (e.g. 10.12.4 and 10.12.3 ?). Or anyone else, I'm making a new build to test..

El Capitan should work as before  :P

 

(sorry I'm lazy because I'm on bad with my lappy on the bedside table ...ha ha)

 

Will try with this:kext_inject.c.zip

Link to comment
Share on other sites

×
×
  • Create New...