Jump to content

Clover General discussion


ErmaC
29,866 posts in this topic

Recommended Posts

@cuthead - Seems like a lot of your issues (which are not on-topic of Clover) are from misunderstanding of ESP. The EFI System Partition (ESP) is not just a regular FAT or FAT32 partition. But it is a special partition that is usually automatically FAT32 formatted. Please read up on what ESP is all about. (read overview section). Note: There are 2 tools -  fdisk (for MBR) and gpt (for GPT/GUID) that will list out the table information to show the partitions types. 

 

Generally i use this approach:

on MBR disks, I find it simpler to have the /EFI folder as part of the OS filesystem, since the disk will not have an ESP partition by default. 

on GPT disks, since an ESP is created by default, then clover can be installed in the ESP vs OS partition. 

 

example 2 disks

disk0 is GPT with ESP - 4 partitions: ESP, OS X, Recovery HD, Windows

disk1 is MBR (no ESP) - 3 partitions: Windows (0x07), Windows (0x07), OS X (xAF)

 

$ sudo gpt -r show disk0

       start        size  index  contents

           0           1         PMBR

           1           1         Pri GPT header

           2          32         Pri GPT table

          34           6         

          40      409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B

      409640  1362786480      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC

  1363196120     1269544      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC

  1364465664   100681728      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7

  1465147392        1743         

  1465149135          32         Sec GPT table

  1465149167           1         Sec GPT header

 

 

$ sudo fdisk -d /dev/disk1

2048,100681728,0x07,*,0,32,33,1023,254,63

100683776,100681728,0x07,-,1023,254,63,1023,254,63

201365504,1263779840,0xAF,-,1023,254,63,1023,254,63

0,0,0x00,-,0,0,0,0,0,0

 

as Joe75 mentions, Clover can support your situation. 

Thank you,now I know ESP

Link to comment
Share on other sites

Confirmed: Devices/Audio/Inject/1 solves the problem.

 

Saw this for the first time yesterday (2x, 3x w/magnifico) on 2953/1150. No problem with any previous version of Clover. Did the algorithm change recently? 

 

This codec detection was developed in SnowLeo/Lion times when we used to have 887 layout if for 887 codec, 885 layout id for 885 codec and so on. It was automatically injecting those layout ids for such codecs, if they are detected.

 

But those time are over and this detection seems useless now. I think this can be safely removed.

Link to comment
Share on other sites

HI, 
 
I've tried to install yosemite in my mavericks hackintosh, after 2 days working on it, everything seems to be ok.
The only problem is that clover spends more than 1 minute to start (to show the GUI).
 
My computer is a hp sr5618es, http://uae.souq.com/ae-en/compaq-presario-sr5618es-desktop-pc-112646/i/
 
Partial of debug.log

0:100  0:100  MemLog inited, TSC freq: 2666634824
0:100  0:000  LegacyRegion2: Chipset/proc: 0x29C08086
0:100  0:000   Intel Series 4 and similar (PAM 0x90-0x96)
0:100  0:000   Test PAM1=(0x41=90, 0x5a=00, 0x81=00, 0x91=11) at chipset 29C08086
0:100  0:000  , Install = Success
0:122  0:021  BiosVideoDriverBindingStart!
0:122  0:000  BiosVideoCheckForVbe
0:122  0:000  EdidOverride not found
0:312  0:190   Edid1-
0:375  0:063   Edid0+
0:375  0:000   found Detail Timing 1920x1080
0:394  0:018     0 640x480 attr=3BF - ok, edid+, 640x480, working, highest, pref=0
0:394  0:000     1 800x600 attr=3BF - ok, edid+, 800x600, working, highest, pref=1
0:395  0:000     2 1024x768 attr=3BF - ok, edid+, 1024x768, working, highest, pref=2
0:396  0:000     3 1280x1024 attr=3BF - ok, edid+, working, highest, pref=3
0:400  0:003     4 1600x1200 attr=3BF - ok, edid+, working, highest, pref=4
0:400  0:000  BV new mode: 4 1600x1200
0:807  0:407   SetMode pref 4 (4) = Success
50:111  49:304  
50:111  0:000  Now is 20.10.2014,  5:58:7 (GMT+2047)
50:111  0:000  Starting Clover rev 2953 on CLOVER EFI
50:111  0:000  SelfDevicePath=PcieRoot(0x0)\Pci(0x1D,0x7)\USB(0x5,0x0)\HD(1,GPT,F80029AE-BF5E-467C-B912-FA337B1B9A8E,0x28,0x64000) @CF004E98

Complete debug.log attached.

 

Thanks

 

 

debug.txt

Link to comment
Share on other sites

A question please.

Now I have these options

attachicon.gif20141021114623-1.jpg

and i want to delete or hide these two.

attachicon.gif11.jpg

 

The names is

boot OS X install yosemite ...bla bla

boot clover from efi

 

here is my config.plist

 

attachicon.gifconfig.plist.zip

 

Thanks Guys.

 

Slice answered me about that problem.

 

For the icon with the wrench you'll need to either delete /EFI/BOOT/BOOTX64.EFI or hide it as explained in Slice's post.

 

For the other icon with the Apple I think you need to hide the partition by it's name in config.plist as shown in the same post.

  • Like 1
Link to comment
Share on other sites

I found a permission error on yosemite /library/logs/cloverEFI.

 

I made a fresh install, but i can't see the logs on console. the directory didn't have the right permission. changing permission everyone from none to read solve the problem. 

 

i believe it could be done by the installer or clover itself. the default permission won't work on a fresh yosemite install.

Link to comment
Share on other sites

Hi, guys

 

I wonder why, not all of the kexts dropped in EFI/CLOVER/kexts/10.10 are injected by Clover?

I've tried putting them in EFI/CLOVER/OEM too, with no luck, it only inject FakeSMC.kext, GenericUSBXHCI.kext and ALEXEthernet.kext, but not, AppleHDA.kext + HDAEnabler1.kext combo, WIFI, etc.

In the case of AppleHDA, the original was deleted from /S/L/E and I always rebuild kextcaches and permissions.

I use kext-dev-mode=1 too, but the only way I can get them working is putting them in /S/L/E.

 

Some help?

Link to comment
Share on other sites

What does your logs? 

is the same as mine?

Not correct

Device_id of ALC1150 is 10ec0900, valid layout-ids are 1 or 2

Use:

1. config.plist/Devices/Audio/Inject/1 (or 2)

 

8:016  0:001  HDA Controller [8086:8C20] :: PciRoot(0x0)\Pci(0x1B,0x0) => setting specified layout-id=2 (0x2)

 

Clover 2953

1. codec detection is not working for 1150

2. config.plist/Devices/Audio/ResetHDA/Inject is not working for 1150

 

Edit: corrected debug log entry

Link to comment
Share on other sites

I can see from that log that the "Yosi HDi” partition has 2 boot.efi files:

Loader entry created for '. . . \System\Library\CoreServices\boot.efi'
Loader entry created for '. . . \.IABootFiles\boot.efi'

The second one was most likely created by the Yosemite installer — I have it on my USB installer —, so I believe you can delete or rename it once the installation is finished.

 

The other one is a legacy entry for Clover:

2:773  0:002  Scanning legacy ...
2:784  0:005   2: 'EFI' (clover) add legacy
2:794  0:009   added 'Boot Clover from EFI' OSType=3 Icon=clover

Just add “Clover” or “EFI” to the hide list and it should go away.

  • Like 1
Link to comment
Share on other sites

clover boot process will proceed as follows:

Legacy BIOS: BIOS->MBR->PBR->boot->CLOVERX64.EFI-> ... system, namely boot.efi->mach_kernel->Login

PBR can load the file boot means PBR can see HFS+ filesystem,right?

Link to comment
Share on other sites

M.B.: Asus P5G41T-M

BIOS: AMI v02.61

CPU: 3.2 GHz Pentium Dual-Core (E6700)

Memory: 8GB DDR3

Video: GeForce GTS 250 1024 MB

OS: 10.9.5

Clover Version: r2953

Hard Drives: 2 x IDE, 2 x SATA

 

I currently have Chameleon (2.2svn) working O.K, but would like to upgrade to Clover.

 

My system has 2 IDE drives and 2 SATA drives. Mavericks is installed on one of the SATA drives (a SSD). In the BIOS my normal drive order is for the 2 IDE drives to be first, followed by the 2 SATA drives. Chameleon is installed on the Mavericks SATA drive.

 

I have installed Clover on a USB drive. If I use “CloverEFI 64-bits SATA” I get a either a VERY long delay before the GUI appears (over 30 minutes!) and then most of my partitions are shown (one is missing), or it just hangs forever. If I unplug the IDE drives the delay goes down to about 35 seconds, and the SATA partitions are then shown. If I disable Legacy Scan, with both IDE and SATA drives connected, then the delay is about 60 seconds (instead of 30 minutes), but only the SATA partitions are shown (there should be one OSX partition shown from the IDE drives).

 

If I use “CloverEFI 64-bits BiosBlockIO” then the delay to the GUI is minimal (a few seconds), but the partitions that are shown are only from the first 2 drives (as set in the BIOS). If I change the drive order (in the BIOS) I can get any of my partitions to show up, including those on the IDE drives, but only if they are on the first 2 drives. I seems like Clover stops scanning drives after the first 2. For my current multi-boot system to keep working I need for my Mavericks drive to be the 4th one, but at present it will only show up quickly in the GUI if I make it either the first or second drive and use BiosBlockIO.

 

So, the 64-bit driver is slow, and rarely shows any partitions from my IDE drives, and the BIOSBlockIO driver is fast but only shows partitions from my 1st 2 drives.

 

Do you have any suggestions as to how I can get partitions on my 4th drive to show up quickly and reliably in the GUI?

 

Thanks for any help you can provide.

 

 

RoseMan

 

Link to comment
Share on other sites

...hi, i have yosemite installed, using clover from my install usb stick...got most hardware working, but, my usb ports are not showing as highspeed(usb2) as they did in mavericks using chameleon...I'm including my boot log...just in case someone wants to look

0:100 0:100 MemLog inited, TSC freq: 2659985635
0:100 0:000 LegacyRegion2: Chipset/proc: 0x2E108086
0:100 0:000 Intel Series 4 and similar (PAM 0x90-0x96)
0:100 0:000 Test PAM1=(0x41=90, 0x5a=00, 0x81=00, 0x91=11) at chipset 2E108086
0:100 0:000 , Install = Success
0:125 0:025 BiosVideoDriverBindingStart!
0:125 0:000 BiosVideoCheckForVbe
0:125 0:000 EdidOverride not found
0:160 0:034 Edid1+
0:160 0:000 found Detail Timing 1680x1050
0:194 0:034 Edid0+
0:194 0:000 found Detail Timing 1680x1050
0:194 0:000 ... already present
0:285 0:090 0 1152x864 attr=BB - ok, edid-
0:293 0:008 1 1280x960 attr=BB - ok, edid+, working, highest, pref=1
0:296 0:002 2 640x480 attr=BB - ok, edid+, 640x480, working
0:299 0:002 3 800x600 attr=BB - ok, edid+, 800x600, working
0:302 0:002 4 1024x768 attr=BB - ok, edid+, 1024x768, working
0:304 0:002 5 1280x1024 attr=BB - ok, edid+, working, highest, pref=5
0:314 0:009 6 1400x1050 attr=BB - ok, edid-
0:350 0:036 BV new mode: 5 1280x1024
0:483 0:132 SetMode pref 5 (5) = Success
4:009 3:525
4:009 0:000 Now is 21.10.2014, 20:24:35 (GMT+2047)
4:009 0:000 Starting Clover rev 2953 on CLOVER EFI
4:009 0:000 SelfDevicePath=PcieRoot(0x0)\Pci(0x1A,0x7)\USB(0x0,0x0)\HD(1,GPT,2E31BEAC-942A-49C9-9EEF-59FC0C0E9157,0x28,0x64000) @DE514F98
4:009 0:000 SelfDirPath = \EFI\CLOVER
4:009 0:000 Total Memory Slots Count = 4
4:009 0:000 Type 17 Index = 0
4:009 0:000 Table has error information, checking
4:009 0:000 SmbiosTable.Type17->Speed = 1067
4:009 0:000 SmbiosTable.Type17->Size = 4096
4:009 0:000 Type 17 Index = 1
4:009 0:000 Table has error information, checking
4:009 0:000 SmbiosTable.Type17->Speed = 1067
4:009 0:000 SmbiosTable.Type17->Size = 4096
4:009 0:000 Type 17 Index = 2
4:009 0:000 Table has error information, checking
4:009 0:000 SmbiosTable.Type17->Speed = 1067
4:009 0:000 SmbiosTable.Type17->Size = 2048
4:009 0:000 Type 17 Index = 3
4:009 0:000 Table has error information, checking
4:009 0:000 SmbiosTable.Type17->Speed = 1067
4:009 0:000 SmbiosTable.Type17->Size = 2048
4:009 0:000 Boot status=0
4:009 0:000 Clover revision: 2953 running on ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
4:009 0:000 ... with board LENOVO
4:009 0:000 Clover load options size = 0 bytes
4:037 0:027 Using OEM config.plist at path: EFI\CLOVER\config.plist
4:038 0:000 EFI\CLOVER\config.plist loaded: Success
4:054 0:015 Found theme BGM
4:126 0:072 Loading early settings
4:126 0:000 Custom boot CUSTOM_BOOT_DISABLED (0x0)
4:126 0:000 Default theme: BGM
4:126 0:000 LoadDrivers() start
4:170 0:043 Loading FSInject-64.efi
4:170 0:000 LoadDrivers() end
4:170 0:000 Console modes reported: 4, available modes:
4:170 0:000 Mode 1: 80x25
4:170 0:000 Mode 2: 80x50
4:170 0:000 Mode 3: 100x31
4:170 0:000 Mode 4: 160x53 (current mode)
4:170 0:000 SetScreenResolution: 1280x1024 - already set
4:170 0:000 reinit: self device path=PcieRoot(0x0)\Pci(0x1A,0x7)\USB(0x0,0x0)\HD(1,GPT,2E31BEAC-942A-49C9-9EEF-59FC0C0E9157,0x28,0x64000)
4:170 0:000 new SelfHandle=DE514F98
4:170 0:000 CPU Vendor = 756E6547 Model=1067A
4:170 0:000 The CPU not supported turbo
4:170 0:000 BrandString = Intel® Core2 Quad CPU Q9400 @ 2.66GHz
4:170 0:000 MSR dumps:
4:170 0:000 @0x00CD=80000A04
4:170 0:000 @0x0198=616082106000821
4:170 0:000 FSBFrequency=450MHz DMIvalue=333330kHz
4:170 0:000 Corrected FSBFrequency=333MHz
4:170 0:000 Vendor/Model/Stepping: 0x756E6547/0x17/0xA
4:170 0:000 Family/ExtFamily: 0x6/0x0
4:170 0:000 MaxDiv/MinDiv: 8.0/6
4:170 0:000 Turbo: 9/0/0/0
4:170 0:000 Features: 0xBFEBFBFF
4:170 0:000 Threads: 4
4:170 0:000 Cores: 1
4:170 0:000 FSB: 333 MHz
4:170 0:000 CPU: 3600 MHz
4:170 0:000 TSC: 3600 MHz
4:170 0:000 PIS: 1333 MHz
4:170 0:000 PCI (00|00:00.00) : 8086 2E10 class=060000
4:170 0:000 PCI (00|00:01.00) : 8086 2E11 class=060400
4:170 0:000 PCI (00|01:00.00) : 1002 6759 class=030000
4:170 0:000 Found Radeon model=AMD Radeon HD 6570 Series
4:170 0:000 PCI (00|01:00.01) : 1002 AA90 class=040300
4:170 0:000 PCI (00|00:03.00) : 8086 2E14 class=078000
4:170 0:000 PCI (00|00:03.02) : 8086 2E16 class=010185
4:170 0:000 PCI (00|00:03.03) : 8086 2E17 class=070002
4:170 0:000 PCI (00|00:19.00) : 8086 10DE class=020000
4:170 0:000 PCI (00|00:1A.00) : 8086 3A67 class=0C0300
4:170 0:000 PCI (00|00:1A.01) : 8086 3A68 class=0C0300
4:170 0:000 PCI (00|00:1A.02) : 8086 3A69 class=0C0300
4:170 0:000 PCI (00|00:1A.07) : 8086 3A6C class=0C0320
4:170 0:000 PCI (00|00:1B.00) : 8086 3A6E class=040300
4:170 0:000 PCI (00|00:1D.00) : 8086 3A64 class=0C0300
4:170 0:000 PCI (00|00:1D.01) : 8086 3A65 class=0C0300
4:171 0:000 PCI (00|00:1D.02) : 8086 3A66 class=0C0300
4:171 0:000 PCI (00|00:1D.07) : 8086 3A6A class=0C0320
4:171 0:000 PCI (00|00:1E.00) : 8086 244E class=060401
4:171 0:000 PCI (00|00:1F.00) : 8086 3A14 class=060100
4:171 0:000 PCI (00|00:1F.02) : 8086 3A02 class=010601
4:171 0:000 PCI (00|00:1F.03) : 8086 3A60 class=0C0500
4:171 0:000 ScanSPD() start
4:171 0:000 SMBus CmdReg: 0x1
4:171 0:000 Scanning SMBus [8086:3A60], mmio: 0xFC32B004, ioport: 0x1C20, hostc: 0x1
4:188 0:016 SPD[0]: Type 11 @0x50
4:199 0:010 Not using XMP because it is not present
4:199 0:000 DDR speed 1333MHz
4:199 0:000 Slot: 0 Type 24 4096MB 1333MHz Vendor=OCZ PartNo=OCZ3G1333ULV4G SerialNo=0000000000000000
4:216 0:016 SPD[1]: Type 11 @0x51
4:225 0:009 Not using XMP because it is not present
4:225 0:000 DDR speed 1333MHz
4:225 0:000 Slot: 1 Type 24 4096MB 1333MHz Vendor=Micron Technology PartNo=16JTF51264AZ-1G4H1H1 SerialNo=0301030303010B0F
4:242 0:016 SPD[2]: Type 11 @0x52
4:252 0:009 Not using XMP because it is not present
4:252 0:000 DDR speed 1333MHz
4:252 0:000 Slot: 2 Type 24 2048MB 1333MHz Vendor=Micron Technology PartNo=8JTF25664AZ-1G4D1D1 SerialNo=020902030004090A
4:268 0:016 SPD[3]: Type 11 @0x53
4:279 0:010 Not using XMP because it is not present
4:279 0:000 DDR speed 1333MHz
4:279 0:000 Slot: 3 Type 24 2048MB 1333MHz Vendor=Samsung PartNo=M378B5773CH0-CH9 SerialNo=09030603010B0F08
4:297 0:017 SPD[5]: Type 82 @0x55
4:432 0:135 ScanSPD() end
4:432 0:000 Get Acpi Tables List from RSDT:
4:432 0:000 Found table: FACP TC-5C len=132
4:432 0:000 Found table: TCPA TC-5C len=50
4:432 0:000 Found table: _MAR TC-5C len=48
4:432 0:000 Found table: SLIC TC-5C len=374
4:432 0:000 Found table: MCFG TC-5C len=60
4:432 0:000 Found table: HPET TC-5C len=56
4:432 0:000 Found table: APIC TC-5C len=132
4:432 0:000 Found table: BOOT TC-5C len=40
4:432 0:000 Found table: ASF! TC-5C len=119
4:432 0:000 Found table: SSDT TC-5C len=607
4:432 0:000 Found table: SSDT TC-5C len=166
4:432 0:000 Found table: SSDT TC-5C len=166
4:432 0:000 Found table: SSDT TC-5C len=166
4:432 0:000 Found table: SSDT TC-5C len=166
4:432 0:000 Found table: SSDT TC-5C len=166
4:432 0:000 Found table: SSDT TC-5C len=166
4:432 0:000 Found table: SSDT TC-5C len=166
4:432 0:000 Found table: SSDT TC-5C len=5058
4:432 0:000 Calibrated TSC frequency =2659985635 =2659MHz
4:432 0:000 Loading main settings
4:432 0:000 Error in Second part of settings0: Not Found
4:432 0:000 Oem smbios.plist not found at path: EFI\CLOVER\smbios.plist
4:432 0:000 smbios.plist not found, not overriding config.plist
4:432 0:000 found 10 volumes with blockIO
4:432 0:000 0. Volume:
4:432 0:000 PcieRoot(0x0)\Pci(0x1A,0x7)\USB(0x0,0x0)
4:447 0:014 Result of bootcode detection: bootable ()
4:447 0:000 USB volume
4:447 0:000 Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID =
4:447 0:000 1. Volume:
4:447 0:000 PcieRoot(0x0)\Pci(0x1A,0x7)\USB(0x0,0x0)\HD(1,GPT,2E31BEAC-942A-49C9-9EEF-59FC0C0E9157,0x28,0x64000)
4:461 0:014 Result of bootcode detection: bootable Clover (clover)
4:461 0:000 USB volume
4:461 0:000 Volume 'EFI', LegacyOS 'Clover', LegacyIcon(s) 'clover', GUID = 2E31BEAC-942A-49C9-9EEF-59FC0C0E9157
4:461 0:000 This is SelfVolume !!
4:461 0:000 2. Volume:
4:461 0:000 PcieRoot(0x0)\Pci(0x1A,0x7)\USB(0x0,0x0)\HD(2,GPT,18569132-C0F0-40E9-9408-C627202DAF02,0x64028,0xCB5F58)
4:472 0:011 USB volume
4:473 0:000 Volume 'OS X Install USB', LegacyOS '', LegacyIcon(s) '', GUID = 18569132-C0F0-40E9-9408-C627202DAF02
4:473 0:000 3. Volume:
4:473 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0x0,0x0)
4:498 0:025 Result of bootcode detection: bootable ()
4:498 0:000 Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID =
4:498 0:000 4. Volume:
4:498 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)
4:498 0:000 found optical drive
4:498 0:000 Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID =
4:498 0:000 5. Volume:
4:498 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0x0,0x0)\HD(1,MBR,0x991A693D,0x800,0x32000)
4:505 0:006 Result of bootcode detection: bootable Windows (vista,win)
4:505 0:000 Volume 'Legacy HD1', LegacyOS 'Windows', LegacyIcon(s) 'vista,win', GUID =
4:505 0:000 6. Volume:
4:505 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0x0,0x0)\HD(2,MBR,0x991A693D,0x32800,0x1F1A0000)
4:516 0:011 Result of bootcode detection: bootable ()
4:516 0:000 Volume 'OS X', LegacyOS '', LegacyIcon(s) '', GUID =
4:516 0:000 7. Volume:
4:516 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0x0,0x0)\HD(3,MBR,0x991A693D,0x1F1D556E,0x18A9F824)
4:519 0:002 Result of bootcode detection: bootable Windows (vista,win)
4:519 0:000 Volume 'Legacy HD3', LegacyOS 'Windows', LegacyIcon(s) 'vista,win', GUID =
4:519 0:000 8. Volume:
4:519 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0x0,0x0)\HD(4,MBR,0x991A693D,0x37C74D92,0x2710A6E)
4:521 0:002 Volume 'Legacy HD4', LegacyOS '', LegacyIcon(s) 'legacy', GUID =
4:521 0:000 9. Volume:
4:521 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0x0,0x0)\HD(4,MBR,0x991A693D,0x37C74D92,0x2710A6E)\HD(1,MBR,0x00000000,0x37C75800,0x2710000)
4:524 0:002 Volume 'Yosemite', LegacyOS '', LegacyIcon(s) '', GUID =
4:524 0:000 Searching volumes for latest nvram.plist ...
4:524 0:000 1. Volume 'EFI', GUID = 2E31BEAC-942A-49C9-9EEF-59FC0C0E9157 - no nvram.plist - skipping!
4:524 0:000 2. Volume 'OS X Install USB', GUID = 18569132-C0F0-40E9-9408-C627202DAF02 - no nvram.plist - skipping!
4:524 0:000 6. Volume 'OS X', GUID = - not GPT - no nvram.plist - skipping!
4:532 0:008 9. Volume 'Yosemite', GUID = - not GPT - no nvram.plist - skipping!
4:562 0:029 nvram.plist not found!
4:562 0:000 PutNvramPlistToRtVars: nvram.plist not found
4:562 0:000 Invalidating BuiltinIcons...
4:562 0:000 Using theme 'BGM' (EFI\CLOVER\themes\BGM)
4:562 0:000 OS main and drive as badge
4:572 0:009 font GoB_PTMono_10W_Bevel3.png loaded from themedir
4:572 0:000 Font loaded: ImageWidth=176 ImageHeight=288
4:572 0:000 Font 2 prepared WxH=11x18 CharWidth=10
4:572 0:000 Choosing theme BGM
4:572 0:000 Custom entries start
4:572 0:000 Custom entry 0 skipped because it is hidden.
4:572 0:000 Custom entries finish
4:572 0:000 Scanning loaders...
4:572 0:000 0: 'Whole Disc Boot' no file system
4:572 0:000 1: 'EFI'
4:812 0:239 Skipped because matching custom entry 0!
4:812 0:000 2: 'OS X Install USB'
4:841 0:029 Not match custom entry 0: Path: not match, Type: not match
4:897 0:055 Check if volume Is Hibernated:
4:897 0:000 Check sleep image 'by signature':
4:949 0:051 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found
4:949 0:000 using default sleep image name = \private\var\vm\sleepimage
5:012 0:063 sleepimage not found -> Not Found
5:012 0:000 hibernated: no - sign
5:050 0:037 Loader entry created for 'PcieRoot(0x0)\Pci(0x1A,0x7)\USB(0x0,0x0)\HD(2,GPT,18569132-C0F0-40E9-9408-C627202DAF02,0x64028,0xCB5F58)\System\Library\CoreServices\boot.efi'
5:126 0:075 3: 'Whole Disc Boot' no file system
5:126 0:000 4: 'Whole Disc Boot' no file system
5:126 0:000 5: 'Legacy HD1' no file system
5:126 0:000 6: 'OS X'
5:180 0:053 Not match custom entry 0: Path: not match, Type: not match
5:221 0:040 Check if volume Is Hibernated:
5:221 0:000 Check sleep image 'by signature':
5:307 0:086 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success
5:307 0:000 SleepImage name from pref: ImageVolume = 'OS X', ImageName = '\private\var\vm\sleepimage'
5:326 0:018 sleepimage not found -> Not Found
5:326 0:000 hibernated: no - sign
5:385 0:058 Icon 17 (icons\vol_internal_hfs.icns) not found
5:385 0:000 Theme path EFI\CLOVER\themes\BGM, ThemeDir=DDDB1520
5:388 0:003 Loader entry created for 'PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0x0,0x0)\HD(2,MBR,0x991A693D,0x32800,0x1F1A0000)\System\Library\CoreServices\boot.efi'
5:439 0:050 7: 'Legacy HD3' no file system
5:439 0:000 8: 'Legacy HD4' no file system
5:439 0:000 9: 'Yosemite'
5:473 0:033 Not match custom entry 0: Path: not match, Type: not match
5:505 0:032 Check if volume Is Hibernated:
5:506 0:000 Check sleep image 'by signature':
5:567 0:061 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success
5:567 0:000 SleepImage name from pref: ImageVolume = 'Yosemite', ImageName = '\private\var\vm\sleepimage'
5:588 0:020 sleepimage not found -> Not Found
5:588 0:000 hibernated: no - sign
5:618 0:030 Loader entry created for 'PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0x0,0x0)\HD(4,MBR,0x991A693D,0x37C74D92,0x2710A6E)\HD(1,MBR,0x00000000,0x37C75800,0x2710000)\System\Library\CoreServices\boot.efi'
5:666 0:047 Custom legacy start
5:666 0:000 Custom legacy end
5:666 0:000 Scanning legacy ...
5:666 0:000 0: 'Whole Disc Boot' (legacy) not legacy
5:666 0:000 1: 'EFI' (clover) add legacy
5:669 0:003 added 'Boot Clover from EFI' OSType=3 Icon=clover
5:669 0:000 2: 'OS X Install USB' () not legacy
5:669 0:000 3: 'Whole Disc Boot' (legacy) not legacy
5:669 0:000 4: 'Whole Disc Boot' (legacy) not legacy
5:669 0:000 5: 'Legacy HD1' (vista,win) add legacy
5:678 0:009 added 'Boot Windows from Legacy HD1' OSType=2 Icon=vista,win
5:678 0:000 6: 'OS X' () not legacy
5:678 0:000 7: 'Legacy HD3' (vista,win) add legacy
5:682 0:003 added 'Boot Windows from Legacy HD3' OSType=2 Icon=vista,win
5:682 0:000 8: 'Legacy HD4' (legacy) not legacy
5:682 0:000 9: 'Yosemite' () not legacy
5:682 0:000 Custom tool start
5:682 0:000 Custom tool end
5:682 0:000 found tool \EFI\CLOVER\tools\Shell64.efi
5:682 0:000 Checking EFI partition Volume 1 for Clover
5:682 0:000 Found Clover
5:683 0:000 Use anime=Anim_9_Boot_Sequence frames=64
5:686 0:002 GetEfiBootDeviceFromNvram: efi-boot-device-data not found
5:686 0:000 EfiBootVolume not found
5:686 0:000 Default boot entry not found
5:686 0:000 DefaultIndex=-1 and MainMenu.EntryCount=12
5:686 0:000 Use anime=Anim_1_Logo frames=49
6:429 0:743 found 49 frames of the anime
7:016 0:586 Found Mouse device:
7:017 0:000 GUI ready
33:340 26:323 Use anime=Anim_4_Options frames=64
33:340 0:000 Use anime=Anim_14_Themes frames=64
33:340 0:000 Use anime=Anim_11_Tables frames=64
33:340 0:000 adding to menu SSDT (54445353) TC-5C (20202043352D4354) L=5058(0x13C2)
33:340 0:000 adding to menu SSDT (54445353) TC-5C (20202043352D4354) L=166(0xA6)
33:340 0:000 adding to menu SSDT (54445353) TC-5C (20202043352D4354) L=166(0xA6)
33:340 0:000 adding to menu SSDT (54445353) TC-5C (20202043352D4354) L=166(0xA6)
33:340 0:000 adding to menu SSDT (54445353) TC-5C (20202043352D4354) L=166(0xA6)
33:340 0:000 adding to menu SSDT (54445353) TC-5C (20202043352D4354) L=166(0xA6)
33:340 0:000 adding to menu SSDT (54445353) TC-5C (20202043352D4354) L=166(0xA6)
33:340 0:000 adding to menu SSDT (54445353) TC-5C (20202043352D4354) L=166(0xA6)
33:340 0:000 adding to menu SSDT (54445353) TC-5C (20202043352D4354) L=607(0x25F)
33:340 0:000 adding to menu ASF! (21465341) TC-5C (20202043352D4354) L=119(0x77)
33:340 0:000 adding to menu BOOT (544F4F42) TC-5C (20202043352D4354) L=40(0x28)
33:340 0:000 adding to menu APIC (43495041) TC-5C (20202043352D4354) L=132(0x84)
33:340 0:000 adding to menu HPET (54455048) TC-5C (20202043352D4354) L=56(0x38)
33:340 0:000 adding to menu MCFG (4746434D) TC-5C (20202043352D4354) L=60(0x3C)
33:340 0:000 adding to menu SLIC (43494C53) TC-5C (20202043352D4354) L=374(0x176)
33:340 0:000 adding to menu _MAR (52414D5F) TC-5C (20202043352D4354) L=48(0x30)
33:340 0:000 adding to menu TCPA (41504354) TC-5C (20202043352D4354) L=50(0x32)
33:340 0:000 adding to menu FACP (50434146) TC-5C (20202043352D4354) L=132(0x84)
33:340 0:000 Use anime=Anim_8_DSDT frames=64
33:341 0:000 Use anime=Anim_10_SMBIOS frames=64
33:341 0:000 Use anime=Anim_13_PCI_Devices frames=64
33:341 0:000 Use anime=Anim_6_CPU frames=64
33:342 0:000 Use anime=Anim_5_Graphics frames=64
33:342 0:000 Use anime=Anim_7_Binaries frames=64
33:426 0:083 found 64 frames of the anime
71:873 38:447 EDITED: kext-dev-mode=1
77:318 5:444 found 64 frames of the anime
91:049 13:731 found 64 frames of the anime
98:764 7:715 EDITED: [ ]
118:215 19:450 reinit: self device path=PcieRoot(0x0)\Pci(0x1A,0x7)\USB(0x0,0x0)\HD(1,GPT,2E31BEAC-942A-49C9-9EEF-59FC0C0E9157,0x28,0x64000)
118:215 0:000 new SelfHandle=DE514F98
118:215 0:000 found 10 volumes with blockIO
118:215 0:000 0. Volume:
118:215 0:000 PcieRoot(0x0)\Pci(0x1A,0x7)\USB(0x0,0x0)
118:229 0:014 Result of bootcode detection: bootable ()
118:229 0:000 USB volume
118:229 0:000 Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID =
118:229 0:000 1. Volume:
118:230 0:000 PcieRoot(0x0)\Pci(0x1A,0x7)\USB(0x0,0x0)\HD(1,GPT,2E31BEAC-942A-49C9-9EEF-59FC0C0E9157,0x28,0x64000)
118:241 0:011 Result of bootcode detection: bootable Clover (clover)
118:241 0:000 USB volume
118:241 0:000 Volume 'EFI', LegacyOS 'Clover', LegacyIcon(s) 'clover', GUID = 2E31BEAC-942A-49C9-9EEF-59FC0C0E9157
118:241 0:000 This is SelfVolume !!
118:241 0:000 2. Volume:
118:241 0:000 PcieRoot(0x0)\Pci(0x1A,0x7)\USB(0x0,0x0)\HD(2,GPT,18569132-C0F0-40E9-9408-C627202DAF02,0x64028,0xCB5F58)
118:255 0:014 USB volume
118:255 0:000 Volume 'OS X Install USB', LegacyOS '', LegacyIcon(s) '', GUID = 18569132-C0F0-40E9-9408-C627202DAF02
118:255 0:000 3. Volume:
118:255 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0x0,0x0)
118:271 0:015 Result of bootcode detection: bootable ()
118:271 0:000 Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID =
118:271 0:000 4. Volume:
118:271 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x1,0x0,0x0)
118:271 0:000 found optical drive
118:271 0:000 Volume 'Whole Disc Boot', LegacyOS '', LegacyIcon(s) 'legacy', GUID =
118:271 0:000 5. Volume:
118:271 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0x0,0x0)\HD(1,MBR,0x991A693D,0x800,0x32000)
118:277 0:006 Result of bootcode detection: bootable Windows (vista,win)
118:277 0:000 Volume 'Legacy HD1', LegacyOS 'Windows', LegacyIcon(s) 'vista,win', GUID =
118:277 0:000 6. Volume:
118:277 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0x0,0x0)\HD(2,MBR,0x991A693D,0x32800,0x1F1A0000)
118:289 0:011 Result of bootcode detection: bootable ()
118:289 0:000 Volume 'OS X', LegacyOS '', LegacyIcon(s) '', GUID =
118:289 0:000 7. Volume:
118:289 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0x0,0x0)\HD(3,MBR,0x991A693D,0x1F1D556E,0x18A9F824)
118:310 0:020 Result of bootcode detection: bootable Windows (vista,win)
118:310 0:000 Volume 'Legacy HD3', LegacyOS 'Windows', LegacyIcon(s) 'vista,win', GUID =
118:310 0:000 8. Volume:
118:310 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0x0,0x0)\HD(4,MBR,0x991A693D,0x37C74D92,0x2710A6E)
118:330 0:020 Volume 'Legacy HD4', LegacyOS '', LegacyIcon(s) 'legacy', GUID =
118:330 0:000 9. Volume:
118:330 0:000 PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0x0,0x0)\HD(4,MBR,0x991A693D,0x37C74D92,0x2710A6E)\HD(1,MBR,0x00000000,0x37C75800,0x2710000)
118:337 0:007 Volume 'Yosemite', LegacyOS '', LegacyIcon(s) '', GUID =
118:337 0:000 Choosing theme BGM
118:338 0:000 Custom entries start
118:338 0:000 Custom entry 0 skipped because it is hidden.
118:338 0:000 Custom entries finish
118:338 0:000 Scanning loaders...
118:338 0:000 0: 'Whole Disc Boot' no file system
118:338 0:000 1: 'EFI'
118:474 0:135 Skipped because matching custom entry 0!
118:474 0:000 2: 'OS X Install USB'
118:477 0:003 Not match custom entry 0: Path: not match, Type: not match
118:479 0:001 Check if volume Is Hibernated:
118:479 0:000 Check sleep image 'by signature':
118:479 0:000 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Not Found
118:479 0:000 using default sleep image name = \private\var\vm\sleepimage
118:480 0:000 sleepimage not found -> Not Found
118:480 0:000 hibernated: no - sign
118:512 0:032 Loader entry created for 'PcieRoot(0x0)\Pci(0x1A,0x7)\USB(0x0,0x0)\HD(2,GPT,18569132-C0F0-40E9-9408-C627202DAF02,0x64028,0xCB5F58)\System\Library\CoreServices\boot.efi'
118:591 0:078 3: 'Whole Disc Boot' no file system
118:591 0:000 4: 'Whole Disc Boot' no file system
118:591 0:000 5: 'Legacy HD1' no file system
118:591 0:000 6: 'OS X'
118:592 0:001 Not match custom entry 0: Path: not match, Type: not match
118:594 0:001 Check if volume Is Hibernated:
118:594 0:000 Check sleep image 'by signature':
118:598 0:003 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success
118:598 0:000 SleepImage name from pref: ImageVolume = 'OS X', ImageName = '\private\var\vm\sleepimage'
118:599 0:000 sleepimage not found -> Not Found
118:599 0:000 hibernated: no - sign
118:604 0:005 Loader entry created for 'PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0x0,0x0)\HD(2,MBR,0x991A693D,0x32800,0x1F1A0000)\System\Library\CoreServices\boot.efi'
118:653 0:048 7: 'Legacy HD3' no file system
118:653 0:000 8: 'Legacy HD4' no file system
118:653 0:000 9: 'Yosemite'
118:654 0:001 Not match custom entry 0: Path: not match, Type: not match
118:658 0:003 Check if volume Is Hibernated:
118:658 0:000 Check sleep image 'by signature':
118:659 0:000 read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success
118:659 0:000 SleepImage name from pref: ImageVolume = 'Yosemite', ImageName = '\private\var\vm\sleepimage'
118:659 0:000 sleepimage not found -> Not Found
118:659 0:000 hibernated: no - sign
118:664 0:004 Loader entry created for 'PcieRoot(0x0)\Pci(0x1F,0x2)\Sata(0x3,0x0,0x0)\HD(4,MBR,0x991A693D,0x37C74D92,0x2710A6E)\HD(1,MBR,0x00000000,0x37C75800,0x2710000)\System\Library\CoreServices\boot.efi'
118:711 0:047 Custom legacy start
118:711 0:000 Custom legacy end
118:711 0:000 Scanning legacy ...
118:711 0:000 0: 'Whole Disc Boot' (legacy) not legacy
118:711 0:000 1: 'EFI' (clover) add legacy
118:717 0:006 added 'Boot Clover from EFI' OSType=3 Icon=clover
118:717 0:000 2: 'OS X Install USB' () not legacy
118:717 0:000 3: 'Whole Disc Boot' (legacy) not legacy
118:717 0:000 4: 'Whole Disc Boot' (legacy) not legacy
118:717 0:000 5: 'Legacy HD1' (vista,win) add legacy
118:721 0:003 added 'Boot Windows from Legacy HD1' OSType=2 Icon=vista,win
118:721 0:000 6: 'OS X' () not legacy
118:721 0:000 7: 'Legacy HD3' (vista,win) add legacy
118:724 0:003 added 'Boot Windows from Legacy HD3' OSType=2 Icon=vista,win
118:724 0:000 8: 'Legacy HD4' (legacy) not legacy
118:724 0:000 9: 'Yosemite' () not legacy
118:724 0:000 Custom tool start
118:724 0:000 Custom tool end
118:724 0:000 found tool \EFI\CLOVER\tools\Shell64.efi
118:724 0:000 Checking EFI partition Volume 1 for Clover
118:724 0:000 Found Clover
118:724 0:000 Use anime=Anim_9_Boot_Sequence frames=64
118:724 0:000 GetEfiBootDeviceFromNvram: efi-boot-device-data not found
118:724 0:000 EfiBootVolume not found
118:724 0:000 Default boot entry not found
118:724 0:000 DefaultIndex=-1 and MainMenu.EntryCount=12
118:724 0:000 Use anime=Anim_1_Logo frames=49
124:195 5:470 BootOption of the entry is empty
124:195 0:000 StartLoader() start
124:195 0:000 Finally: Bus=332498kHz CPU=2659MHz
124:195 0:000 Kernel and Kext Patches:
124:195 0:000 Allowed: y
124:195 0:000 Debug: n
124:195 0:000 KernelCpu: n
124:195 0:000 Lapic: n
124:195 0:000 AICPUPM: n
124:195 0:000 AppleRTC: y
124:195 0:000 KernelPm: n
124:195 0:000 FakeCPUID: 0x0
124:195 0:000 ATIController: 6000
124:195 0:000 ATIDataLength: 48
124:195 0:000 0 Kexts to load
124:195 0:000 0 Kexts to patch
124:195 0:000 Loading boot.efi
124:284 0:088 insert table 9 for dev 0:0
124:284 0:000 insert table 9 for dev 19:0
124:288 0:003 Trusting SMBIOS...
124:288 0:000 Channels: 2
124:288 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
124:288 0:000 partNum=000000000000000000000000000000000000
124:288 0:000 SMBIOS Type 17 Index = 0 => 0 0:
124:288 0:000 BANK0 DIMM0 1333MHz 4096MB
124:288 0:000 mTotalSystemMemory = 4096
124:288 0:000 partNum=000000000000000000000000000000000000
124:288 0:000 SMBIOS Type 17 Index = 1 => 2 2:
124:288 0:000 BANK1 DIMM0 1333MHz 2048MB
124:288 0:000 mTotalSystemMemory = 6144
124:288 0:000 partNum=000000000000000000000000000000000000
124:288 0:000 SMBIOS Type 17 Index = 2 => 1 1:
124:288 0:000 BANK0 DIMM1 1333MHz 4096MB
124:288 0:000 mTotalSystemMemory = 10240
124:288 0:000 partNum=000000000000000000000000000000000000
124:288 0:000 SMBIOS Type 17 Index = 3 => 3 3:
124:288 0:000 BANK1 DIMM1 1333MHz 2048MB
124:288 0:000 mTotalSystemMemory = 12288
124:288 0:000 NumberOfMemoryDevices = 4
124:288 0:000 Type20[0]->End = 0x3FFFFF, Type17[0] = 0x1000
124:288 0:000 Type20[1]->End = 0x7FFFFF, Type17[2] = 0x3800
124:288 0:000 Type20[2]->End = 0x9FFFFF, Type17[3] = 0x6800
124:288 0:000 Table 131 is present, CPUType=14
124:288 0:000 Change to: 402
124:288 0:000 RSDT 0xDFE9D7E7
124:288 0:000 FADT from RSDT: 0xDFEAAB19
124:288 0:000 XSDT 0xDFE9D853
124:288 0:000 FADT from XSDT: 0xDFEAABCF
124:288 0:000 Xsdt reallocation done
124:288 0:000 old FADT length=F4
124:288 0:000 Found OperationRegion(MNVS, SystemMemory, DFECDFBC, ...)
124:288 0:000 Found OperationRegion(SMI1, SystemMemory, DFEADDBC, ...)
124:288 0:000 Found OperationRegion(IGDM, SystemMemory, FEF00000, ...)
124:288 0:000 Found OperationRegion(TCG1, SystemMemory, DFEABD5D, ...)
124:288 0:000 Found OperationRegion(Z004, SystemMemory, FFFFFF00, ...)
124:288 0:000 Found OperationRegion(RCRB, SystemMemory, FED1C000, ...)
124:288 0:000 Found OperationRegion(OSTY, SystemMemory, DFEADE4C, ...)
124:301 0:013 DSDT len = 0x9718 new len = 0xA9FB
124:301 0:000 Apply DsdtFixMask=0x00000000 old way
124:301 0:000 drop _DSM mask=0xFFFF
124:301 0:000 ========= Auto patch DSDT Starting ========
124:302 0:000 VideoCard devID=0x67591002
124:302 0:000 DisplayADR1[0] = 0x10000, DisplayADR2[0] = 0x0
124:302 0:000 USBADR[0] = 0x1A0000 and PCIe = 0xFFFE
124:302 0:000 USBADR[1] = 0x1A0001 and PCIe = 0xFFFE
124:302 0:000 USBADR[2] = 0x1A0002 and PCIe = 0xFFFE
124:302 0:000 USBADR[3] = 0x1A0007 and PCIe = 0xFFFE
124:316 0:014 USBADR[4] = 0x1D0000 and PCIe = 0xFFFE
124:316 0:000 USBADR[5] = 0x1D0001 and PCIe = 0xFFFE
124:316 0:000 USBADR[6] = 0x1D0002 and PCIe = 0xFFFE
124:316 0:000 USBADR[7] = 0x1D0007 and PCIe = 0xFFFE
124:316 0:000 first CPU found at AD2 offset AD5
124:316 0:000 score candidate at ACE
124:316 0:000 score inserted in acpi_cpu_score _PR_
124:316 0:000 Found ACPI CPU: CPU0 And CPU1 And CPU2 And CPU3 And CPU4 And CPU5 And CPU6 And CPU7
within the score: _PR_
124:317 0:000 ========= Auto patch DSDT Finished ========
124:317 0:000 Patch table: SSDT TC-5C
124:317 0:000 SSDT len = 0x25F
124:317 0:000 Patch table: SSDT TC-5C
124:317 0:000 SSDT len = 0xA6
124:317 0:000 Patch table: SSDT TC-5C
124:317 0:000 SSDT len = 0xA6
124:317 0:000 Patch table: SSDT TC-5C
124:317 0:000 SSDT len = 0xA6
124:317 0:000 Patch table: SSDT TC-5C
124:317 0:000 SSDT len = 0xA6
124:317 0:000 Patch table: SSDT TC-5C
124:317 0:000 SSDT len = 0xA6
124:317 0:000 Patch table: SSDT TC-5C
124:317 0:000 SSDT len = 0xA6
124:317 0:000 Patch table: SSDT TC-5C
124:317 0:000 SSDT len = 0xA6
124:317 0:000 Patch table: SSDT TC-5C
124:317 0:000 SSDT len = 0x13C2
124:317 0:000 Drop tables from Xsdt, SIGN=XXXX TableID= Length=0
124:317 0:000 Xsdt has tables count=18
124:317 0:000 corrected XSDT length=180
124:318 0:000 CPUBase=0 and ApicCPUBase=0 ApicCPUNum=4
124:318 0:000 EdidDiscovered size=128
124:318 0:000 00 | 00 FF FF FF FF FF FF 00 22 F0 A9 26 01 01 01 01
124:318 0:000 16 | 2E 11 01 03 80 2F 1E 78 EE B5 35 A5 56 4A 9A 25
124:318 0:000 32 | 10 50 54 A5 6B 80 71 00 81 40 81 80 95 00 A9 00
124:318 0:000 48 | B3 00 01 01 01 01 21 39 90 30 62 1A 27 40 68 B0
124:318 0:000 64 | 36 00 D9 28 11 00 00 1C 00 00 00 FD 00 30 4C 18
124:318 0:000 80 | 53 10 00 0A 20 20 20 20 20 20 00 00 00 FC 00 48
124:318 0:000 96 | 50 20 77 32 32 30 37 0A 20 20 20 20 00 00 00 FF
124:318 0:000 112 | 00 43 4E 44 37 34 36 30 34 42 4B 0A 20 20 01 E9
124:318 0:000 Framebuffer @0xE0000000 MMIO @0xFC200000 I/O Port @0x00002000 ROM Addr @0x00000000
124:318 0:000 ATI card POSTed,
124:318 0:000 Set VRAM for Cedar=1024Mb
124:318 0:000 ATI: get_vram_size returned 0x40000000
124:349 0:031 Loaded ROM len=65536
124:350 0:000 Calculated ROM len=65536
124:350 0:000 VideoBIOS read from file
124:350 0:000 ATI Radeon EVERGREEN family
124:350 0:000 Users config name Ipomoea
124:350 0:000 (AtiPorts) Nr of ports set to: 3
124:353 0:003 ATI Turks AMD Radeon HD 6570 Series 1024MB (Ipomoea) [1002:6759] (subsys [1043:0403]):: PcieRoot(0x0)\Pci(0x1,0x0)\Pci(0x0,0x0)
124:353 0:000 LAN Controller [8086:10DE] :: PcieRoot(0x0)\Pci(0x19,0x0)
124:353 0:000 HDA Controller [8086:3A6E] :: PcieRoot(0x0)\Pci(0x1B,0x0) => codec not detected
124:368 0:014 stringlength = 135156
124:387 0:018 CurrentMode: Width=1280 Height=1024
124:387 0:000 FSInjection: using kexts path: 'EFI\CLOVER\kexts\10.10'
124:388 0:001 Preparing kexts injection for arch=x86_64 from EFI\CLOVER\kexts\10.10
124:401 0:012 Custom boot is disabled
124:401 0:000 Closing log

 

 

                            post-11772-0-42678500-1413940738_thumb.png

 

...using  AHCIPortInjector  and   IOAHCIBlockStorageInjector in /S/L/E

 

...once i have this , I'll install clover to hdd...first time with clover...so go easy on me... :smoke:

  • Like 1
Link to comment
Share on other sites

clover boot process will proceed as follows:

Legacy BIOS: BIOS->MBR->PBR->boot->CLOVERX64.EFI-> ... system, namely boot.efi->mach_kernel->Login

PBR can load the file boot means PBR can see HFS+ filesystem,right?

Yes. To do this PBR must be filled by boot1h2. It presents in official iso and in package. Installer will automatically choose it if the target is HFS+.

Caution! boot1h from Chameleon package is wrong and not works with Clover. The reason is max file size 440 for chameleon and 483 for clover.

Link to comment
Share on other sites

Yes. To do this PBR must be filled by boot1h2. It presents in official iso and in package. Installer will automatically choose it if the target is HFS+.

Caution! boot1h from Chameleon package is wrong and not works with Clover. The reason is max file size 440 for chameleon and 483 for clover.

Thank you Slice,I understand.

Link to comment
Share on other sites

 

 

 

Did you check out these keys? http://clover-wiki.zetam.org/Configuration/Devices#USB

...this is what i see during boot if i inject usb.

 

2014-10-21 12:43:26.000 PM kernel[0]: USBF:    1.483    EHCI controller unable to take control from BIOS

2014-10-21 12:43:26.000 PM kernel[0]: USBF:    1.483    AppleUSBEHCI:: unable to obtain ownership: 0xe00002be

2014-10-21 12:43:26.000 PM kernel[0]: USBF:    1.484    AppleUSBEHCI::UIMInitialize - Error occurred (0xe00002be)

2014-10-21 12:43:26.000 PM kernel[0]: USBF:    1.485    EHCI controller unable to take control from BIOS

2014-10-21 12:43:26.000 PM kernel[0]: USBF:    1.485    AppleUSBEHCI:: unable to obtain ownership: 0xe00002be

2014-10-21 12:43:26.000 PM kernel[0]: USBF:    1.485    AppleUSBEHCI::UIMInitialize - Error occurred (0xe00002be)

2014-10-21 12:43:26.000 PM kernel[0]: USBF:    1.740    EHCI controller unable to take control from BIOS

2014-10-21 12:43:26.000 PM kernel[0]: USBF:    1.740    AppleUSBEHCI:: unable to obtain ownership: 0xe00002be

2014-10-21 12:43:26.000 PM kernel[0]: USBF:    1.740    AppleUSBEHCI::UIMInitialize - Error occurred (0xe00002be)

2014-10-21 12:43:26.000 PM kernel[0]: USBF:    1.741    EHCI controller unable to take control from BIOS

2014-10-21 12:43:26.000 PM kernel[0]: USBF:    1.741    AppleUSBEHCI:: unable to obtain ownership: 0xe00002be

2014-10-21 12:43:26.000 PM kernel[0]: USBF:    1.741    AppleUSBEHCI::UIMInitialize - Error occurred (0xe00002be)

 

Link to comment
Share on other sites

problems starting with clover,

 

System

-P35-ds3p bios F12 (NON UEFI BOARD!)

-E6750

-GTX260 core 216

-6GB DDR

 

I successfully installed Yosemite and when starting my device with chameleon everything works

 

in chameleon i have to set these flags to be able to boot with my graphics card -GraphicsEnabler=Yes -PCIRootUID=1 

 

Now i installed Clover to EFI partition on my HDD i configured the config file to the best of my knowledge and when booting 

i see the clover start screen with my bootable drives

 

1 when i select my osx partition i just get a black screen and then nothing

 

2 when i select my osx partition with -v it starts loading end then it restarts my pc

 

3 when i select my osx partition with -v and nv_disable=1 i will get to desktop but its painfully slow and the graphics are just awful

 

can somebody help me in the right direction to get my graphics card drivers/acceleration to work?

 

thanks 

Link to comment
Share on other sites

  1. I already tried Clover BiosBlockIO (boot7 instead of boot6) - result was no drives recognized at all, no SATA, no USB.  With boot6, USB are recognized, SATA not.
  2. The device class for this SATA RAID chip is indeed 0104.
  3. I tried to enabled logging (Log = true), but no log file was generated.  The boot filesystem is jHFS+ on a USB stick.  I made chmod 0777 on the entire EFI subtree to make sure it's writable - still, no debug.log generated.  Maybe the HFS device driver does not have file write capability?
  4. I gave up and returned to Chameleon.

Hello!

There are two ways.

1. Using Clover BiosBlockIO. As I understand you are using legacy boot because in case of UEFI boot RAID depends only on UEFI BIOS.

2. Debug/trace the issue.

Clover has a check for RAID


  if (IS_PCI_IDE (&PciData) || IS_PCI_SATADPA (&PciData) || IS_PCI_RAID(&PciData)) {
    return EFI_SUCCESS;
  }
...

#define IS_PCI_RAID(_p)               IS_CLASS2 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE_RAID)

...

 

 

 The class is 0104. May be you have other one? Or other misleading?

The first step will be reading your debug.log.

  • Like 1
Link to comment
Share on other sites

I use UEFI boot, and also get 2 recovery HD partitions with the same ID.

 

my config hide the correct one (Recovery HD), but the other one shows at Clover gui with the same name as boot partition (yes, i see two OSX Yosemite icons on GUI):

 

0:898  0:000   6: 'EFI'

0:932  0:033      skipped because path `PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(1,GPT,F06CCEBB-38DA-4EED-B9EF-D34BDB69DF59,0x28,0x64000)\EFI\BOOT\BOOTX64.efi` is self path!
0:932  0:000   7: 'OSX'
0:933  0:001      skipped because path `PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,1123CE55-2728-4381-8E58-353D0015F3D7,0x64028,0x1BD8A540)\System\Library\CoreServices\boot.efi` already exists for another entry!
0:969  0:035   8: 'Recovery HD'
0:970  0:001      skipped because path `PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,275996D0-2CCF-4D1B-A381-0F7A6F162953,0x1BDEE568,0x135F20)\System\Library\CoreServices\boot.efi` already exists for another entry!
0:971  0:000      Skipped because matching custom entry 1!
 
 
The problem is GUID 275996D0-2CCF-4D1B-A381-0F7A6F162953, it was found twice, one as Recovery HD (with is hidden by config.plist) and the other as regular OSX boot, with I cant hide.
 
BlockIO found this:
 
0:786  0:000   7. Volume:
0:786  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(2,GPT,1123CE55-2728-4381-8E58-353D0015F3D7,0x64028,0x1BD8A540)
0:787  0:000    Result of bootcode detection: bootable <null string> (<null string>)
0:787  0:000    Volume 'OSX', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 1123CE55-2728-4381-8E58-353D0015F3D7
0:787  0:000   8. Volume:
0:787  0:000    PciRoot(0x0)\Pci(0x1F,0x2)\Sata(0x0,0xFFFF,0x0)\HD(3,GPT,275996D0-2CCF-4D1B-A381-0F7A6F162953,0x1BDEE568,0x135F20)
0:788  0:000    Volume 'Recovery HD', LegacyOS '', LegacyIcon(s) '<null string>', GUID = 275996D0-2CCF-4D1B-A381-0F7A6F162953
Link to comment
Share on other sites

 

  1. I already tried Clover BiosBlockIO (boot7 instead of boot6) - result was no drives recognized at all, no SATA, no USB.  With boot6, USB are recognized, SATA not.
  2. The device class for this SATA RAID chip is indeed 0104.
  3. I tried to enabled logging (Log = true), but no log file was generated.  The boot filesystem is jHFS+ on a USB stick.  I made chmod 0777 on the entire EFI subtree to make sure it's writable - still, no debug.log generated.  Maybe the HFS device driver does not have file write capability?
  4. I gave up and returned to Chameleon.

 

Yes, HFS driver has no write capability. You may have success if you make USB flash drive with two partitions: FAT32 and HFS+. Install Clover to the first one and OSX installation place into second.

Other way if you make USB stick with only FAT32 partition, without OSX just to have Clover on it and get debug.log.

  • Like 1
Link to comment
Share on other sites

The AppleACPIPlataform.kext that's shipped with Yosemite causes a bug in Gigabyte 6 and x58 series motherboards. Mine is a GA-H67MA-USB3-B3.

The bug appears as a "PCI configuration begin" hang during boot.

No boot flag fixes this issue (like npci=0x2000 or 0x3000, PCIRootUID=1 or 0).

So, I've found in TonyMacx86 site that this is a new bug introduced with the new version of AppleACPIPlataform.kext shipped with Yosemite.
The solution is to simply replace the 10.10 kext with a 10.9.5 kext.

I've made a backup of AppleACPIPlataform.kext from 10.10 and installed the 10.9.5 kext. The problem has been fixed.

I was trying to inject the 10.9.5 kext with Clover without having to mess with /S/L/E, but since there's already an AppleACPIPlataform.kext in /S/L/E, I can't inject the same kext with Clover.

One solution that doesn't involve changing the kext in /S/L/E would be to patch it. The problem is that I don't know what are the differences between AppleACPIPlataform.kext 10.10 and 10.9.5 versions, so I don't know what string I should patch.

Anyone with experience in patching kexts by using Clover knows if it's possible to patch 10.10 AppleACPIPlataform.kext to work like the 10.9.5 version?

AppleACPIPlataform (10.10 and 10.9.5 versions).zip

Link to comment
Share on other sites

.... :blush: I see my issue is an old one..see here http://www.insanelymac.com/forum/topic/117029-usb-20-for-leopard-1057/ and here http://www.insanelymac.com/forum/topic/138303-usb-trouble-but-not-usb-trouble/ ...I may try only rolling back IOUSBFamily.kext from yosemite to mavericks version as it worked/does work on that system...

edit: perhaps not...i see this in the plist of appleusbehci.kext this:

 

    <key>IOKitPersonalities</key>
    <dict>
        <key>AppleUSBEHCI</key>
        <dict>
            <key>CFBundleIdentifier</key>
            <string>com.apple.driver.AppleUSBEHCI</string>
            <key>IOClass</key>
            <string>AppleUSBEHCI</string>
            <key>IOPCIClassMatch</key>
            <string>0x0c032000</string>
            <key>IOPCIPauseCompatible</key>
            <true/>
            <key>IOPCITunnelCompatible</key>
            <true/>
            <key>IOProviderClass</key>
            <string>IOPCIDevice</string>
            <key>IOUserClientClass</key>
            <string>IOUSBControllerUserClient</string>
        </dict>
    </dict>

...while the version of mavericks contains this:

<key>IOKitPersonalities</key>
    <dict/> blank...    bundle name and executable file are also different...

...so I apologize for posting here in clover as this may be a yosemite issue... :smoke:

 

...was neither...it was my bad syntax in writing the config file parameters....all good now...

 

                                               post-11772-0-19089700-1414008621_thumb.png

 

...and here is my config file incomplete probably..but this problem is solved...

config.plist.zip

Edited by RobertX
Link to comment
Share on other sites

×
×
  • Create New...