1684 replies to this topic
#681
Posted 08 December 2012 - 07:04 PM
Compiled version 926 and my system its automaticly become imac 13.1
Edit:
Booting stop after loading boot.efi with message "This version of OSX not supported on this platform" Reason : MAC-00b6............
My cpu its 3770k Ivy Bridge but its running on sandy bridge motherboard p67 chipset.
Edit:
Booting stop after loading boot.efi with message "This version of OSX not supported on this platform" Reason : MAC-00b6............
My cpu its 3770k Ivy Bridge but its running on sandy bridge motherboard p67 chipset.
#682
Posted 08 December 2012 - 07:15 PM
xpamamadeus, on 08 December 2012 - 07:04 PM, said:
Compiled version 926 and my system its automaticly become imac 13.1
Booting stop after loading boot.efi with message "OSX cannot run on this platform"
My cpu its 3770k Ivy Bridge but its running on sandy bridge motherboard p67 chipset.
Booting stop after loading boot.efi with message "OSX cannot run on this platform"
My cpu its 3770k Ivy Bridge but its running on sandy bridge motherboard p67 chipset.
You compile with clover grow ?
#683
Posted 08 December 2012 - 07:23 PM
#684
Posted 08 December 2012 - 07:40 PM
#685
Posted 09 December 2012 - 12:01 AM
@Developers
Here are the ACPI Tables, System Information "About This Mac", and IOReg Exports from Apple's entire 2012 Mac lineup. Well almost I don't think the iMac13,2 has shipped yet, and my local Apple Store doesn't have all of the Mac Mini's on display like the Server model.
The Mac's Included in this archive:
iMac13,1
MacBookAir5,1
MacBookAir5,2
MacBookPro9,1
MacBookPro9,2
MacBookPro10,1
MacBookPro10,2
Macmini6,2
MacPro5,1
Again these are the 2012 Mac Models, including the Mac Pro with CPU spec bump. Hopefully we will see some of this information implemented into the next few Clover builds.
Download <---- This information is no longer corrupted fixed 12/9/2012
Thanks for all your hard work guys/girls!
-Mrengles
Here are the ACPI Tables, System Information "About This Mac", and IOReg Exports from Apple's entire 2012 Mac lineup. Well almost I don't think the iMac13,2 has shipped yet, and my local Apple Store doesn't have all of the Mac Mini's on display like the Server model.
The Mac's Included in this archive:
iMac13,1
MacBookAir5,1
MacBookAir5,2
MacBookPro9,1
MacBookPro9,2
MacBookPro10,1
MacBookPro10,2
Macmini6,2
MacPro5,1
Again these are the 2012 Mac Models, including the Mac Pro with CPU spec bump. Hopefully we will see some of this information implemented into the next few Clover builds.
Thanks for all your hard work guys/girls!
-Mrengles
#686
Posted 09 December 2012 - 04:55 AM
Hello World,
I finally got Clover to boot. I had to use slide=0. @mrengles Thank you for pointing me in the right direction.
I am still having trouble getting my definitions for SMBIOS to load properly. When I boot with clover it boots as a iMAC 11,1
here is my config.plist.
Can anyone please help me figure this out. Thanks in advance.
On another note anyone have the SMBios for the 2012 macmini or imac ?
I finally got Clover to boot. I had to use slide=0. @mrengles Thank you for pointing me in the right direction.
I am still having trouble getting my definitions for SMBIOS to load properly. When I boot with clover it boots as a iMAC 11,1
here is my config.plist.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>SystemParameters</key> <dict> <key>boot-args</key> <string>-v npci=0x2000 slide=0</string> <key>prev-lang:kbd</key> <string>en:0</string> <key>InjectSystemID</key> <string>Yes</string> <key>LegacyBoot</key> <string>PBR</string> </dict> <key>Pointer</key> <dict> <key>Speed</key> <string>8</string> </dict> <key>Graphics</key> <dict> <key>GraphicsInjector</key> <string>Yes</string> <key>FBName</key> <string>Duckweed</string> <key>LoadVBios</key> <string>No</string> <key>VideoPorts</key> <string>4</string> </dict> <key>PatchVBiosBytes</key> <dict> <key>Find</key> <data>gAeoAqAF</data> <key>Replace</key> <data>gAeoAjgE</data> </dict> </dict> <key>SMBIOS</key> <dict> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>MM51.88Z.0077.B0F.1110201309</string> <key>BiosReleaseDate</key> <string>10/20/11</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>ProductName</key> <string>Macmini5,1</string> <key>Version</key> <string>1.0</string> <key>Family</key> <string>Mac mini</string> <key>SerialNumber</key> <string>C02JP339DJD0</string> <key>SmUUID</key> <string>00000000-0000-X000-X000-XXXXXXXXXXXX</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardSerialNumber</key> <string>C02032101R5DC771H</string> <key>Board-ID</key> <string>Mac-F42C88C8</string> <key>BoardVersion</key> <string>Proto1</string> <key>Mobile</key> <string>No</string> <key>LocationInChassis</key> <string>Part Component</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisAssetTag</key> <string>Z77xDeluxeV1</string> <key>FirmwareFeatures</key> <string>0xX000XXXX</string> </dict> </dict> </dict> </plist>
Can anyone please help me figure this out. Thanks in advance.
On another note anyone have the SMBios for the 2012 macmini or imac ?
#687
Posted 09 December 2012 - 09:00 AM
antipop2323, on 01 December 2012 - 10:11 AM, said:
Hey all, I just skimmed through this entire thread and wanted to relate some of my experiences UEFI booting Clover on a P8Z77-V Pro, particularly regarding wake from sleep.
Using a DSDT I created w/ only simple HDEF fix I wake to black screen (works fine in Cham)
NO DSDT, wakes fine but only w/ power button (no usb peripherals/bluetooth)
With:
<key>PCI</key>
<dict>
...
<key>USBInjection</key>
<string>No</string>
</dict>
Can wake from peripherals/bluetooth BUT restarts after 30 seconds
(tried shiecldk's OsxAptioFixDrv-64.efi files but still restarts after 30 seconds)
So that's where I'm at, can wake fine but only w/ power button, OR w/ peripherals and restart after 30 seconds or so. For the record, my usb devices do work fine after waking.
Also, my mouse doesn't work properly within the bootloader when UEFI booting, I think somewhere back towards the beginning of the thread dmazar said it's due to OsxAptioFixDrv-64.efi... Basically it actually works, it just doesn't refresh its position when I move the mouse. However, if I right click the mouse it jumps to the place that I moved it to, so I can quasi use it by guessing and right clicking to refresh its position lol.
Anyways, everything else seems to be working in an orderly fashion, speedstepping, restart, shutdown etc.
Using a DSDT I created w/ only simple HDEF fix I wake to black screen (works fine in Cham)
NO DSDT, wakes fine but only w/ power button (no usb peripherals/bluetooth)
With:
<key>PCI</key>
<dict>
...
<key>USBInjection</key>
<string>No</string>
</dict>
Can wake from peripherals/bluetooth BUT restarts after 30 seconds
(tried shiecldk's OsxAptioFixDrv-64.efi files but still restarts after 30 seconds)
So that's where I'm at, can wake fine but only w/ power button, OR w/ peripherals and restart after 30 seconds or so. For the record, my usb devices do work fine after waking.
Also, my mouse doesn't work properly within the bootloader when UEFI booting, I think somewhere back towards the beginning of the thread dmazar said it's due to OsxAptioFixDrv-64.efi... Basically it actually works, it just doesn't refresh its position when I move the mouse. However, if I right click the mouse it jumps to the place that I moved it to, so I can quasi use it by guessing and right clicking to refresh its position lol.
Anyways, everything else seems to be working in an orderly fashion, speedstepping, restart, shutdown etc.
As we have discussed elsewhere I have similar issues to you regarding sleep/wake. Fortunately for me its a non-issue as I rarely use sleep anyway and the speed stepping is very efficient using the right profiles - that said it would be great if it did work and with ErmaCs Chameleon it worked fine.
We both have similar Asus Boards and I imagene that you are using the latest BIOS (modded or unmoved?) 1708. I have tried and seen no differences with the BIOS USB and changing any settings there. I use the BIOS defaults for USB disabling the ASMedia USB hubs.
I have tried a DSDT fix but that did not work and just really slowed things down to an extent it was not worth keeping.
I have also tried various FixDsdtMasks some suggested here cause immediate KP on boot. Safest using 0X0001 (minimal) for me.
Interesting - thanks for your input.
Liquid Ice, on 09 December 2012 - 04:55 AM, said:
Hello World,
I finally got Clover to boot. I had to use slide=0. @mrengles Thank you for pointing me in the right direction.
I am still having trouble getting my definitions for SMBIOS to load properly. When I boot with clover it boots as a iMAC 11,1
here is my config.plist.
Can anyone please help me figure this out. Thanks in advance.
On another note anyone have the SMBios for the 2012 macmini or imac ?
I finally got Clover to boot. I had to use slide=0. @mrengles Thank you for pointing me in the right direction.
I am still having trouble getting my definitions for SMBIOS to load properly. When I boot with clover it boots as a iMAC 11,1
here is my config.plist.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>SystemParameters</key> <dict> <key>boot-args</key> <string>-v npci=0x2000 slide=0</string> <key>prev-lang:kbd</key> <string>en:0</string> <key>InjectSystemID</key> <string>Yes</string> <key>LegacyBoot</key> <string>PBR</string> </dict> <key>Pointer</key> <dict> <key>Speed</key> <string>8</string> </dict> <key>Graphics</key> <dict> <key>GraphicsInjector</key> <string>Yes</string> <key>FBName</key> <string>Duckweed</string> <key>LoadVBios</key> <string>No</string> <key>VideoPorts</key> <string>4</string> </dict> <key>PatchVBiosBytes</key> <dict> <key>Find</key> <data>gAeoAqAF</data> <key>Replace</key> <data>gAeoAjgE</data> </dict> </dict> <key>SMBIOS</key> <dict> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>MM51.88Z.0077.B0F.1110201309</string> <key>BiosReleaseDate</key> <string>10/20/11</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>ProductName</key> <string>Macmini5,1</string> <key>Version</key> <string>1.0</string> <key>Family</key> <string>Mac mini</string> <key>SerialNumber</key> <string>C02JP339DJD0</string> <key>SmUUID</key> <string>00000000-0000-X000-X000-XXXXXXXXXXXX</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardSerialNumber</key> <string>C02032101R5DC771H</string> <key>Board-ID</key> <string>Mac-F42C88C8</string> <key>BoardVersion</key> <string>Proto1</string> <key>Mobile</key> <string>No</string> <key>LocationInChassis</key> <string>Part Component</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisAssetTag</key> <string>Z77xDeluxeV1</string> <key>FirmwareFeatures</key> <string>0xX000XXXX</string> </dict> </dict> </dict> </plist>
Can anyone please help me figure this out. Thanks in advance.
On another note anyone have the SMBios for the 2012 macmini or imac ?
Hi - the config.plist is a very common issues. When you install Clover it creates a basic config.plist in the root of the EFI directory and often another in the OEM directory, which it appears is always favourite for Clover to boot from. You have two option. 1. Delete the OEM version of config.plist and keep everything in the EFI root. Or 2. create a sensible name for your motherboard within the OEM directly and use that. Having the two can be confusing both to the user and Clover.
Regarding the new late 2012 imac and machines - you will likely have to wait for 10.8.3 to see those used, and provided by Apple, but you could mod one if you know what you are doing but the AppleTyMCEDriver might be a problem for some.
Good Luck.
#688
Posted 09 December 2012 - 11:23 AM
mrengles, on 09 December 2012 - 12:01 AM, said:
@Developers
Here are the ACPI Tables, System Information "About This Mac", and IOReg Exports from Apple's entire 2012 Mac lineup. Well almost I don't think the iMac13,2 has shipped yet, and my local Apple Store doesn't have all of the Mac Mini's on display like the Server model.
The Mac's Included in this archive:
iMac13,1
MacBookAir5,1
MacBookAir5,2
MacBookPro9,1
MacBookPro9,2
MacBookPro10,1
MacBookPro10,2
Macmini6,2
MacPro5,1
Again these are the 2012 Mac Models, including the Mac Pro with CPU spec bump. Hopefully we will see some of this information implemented into the next few Clover builds.
Download
Thanks for all your hard work guys/girls!
-Mrengles
Here are the ACPI Tables, System Information "About This Mac", and IOReg Exports from Apple's entire 2012 Mac lineup. Well almost I don't think the iMac13,2 has shipped yet, and my local Apple Store doesn't have all of the Mac Mini's on display like the Server model.
The Mac's Included in this archive:
iMac13,1
MacBookAir5,1
MacBookAir5,2
MacBookPro9,1
MacBookPro9,2
MacBookPro10,1
MacBookPro10,2
Macmini6,2
MacPro5,1
Again these are the 2012 Mac Models, including the Mac Pro with CPU spec bump. Hopefully we will see some of this information implemented into the next few Clover builds.
Download
Thanks for all your hard work guys/girls!
-Mrengles
Thanks for providing but unfortunately the IOREGS are corrupted and can't be opened
#689
Posted 09 December 2012 - 05:36 PM
#690
Posted 09 December 2012 - 05:44 PM
Check you didn't use IORegistryExplorer v3 as I've seen that problem before using that. v2 is best.
#691
Posted 09 December 2012 - 06:37 PM
Can someone post a copy of IOReg? The version I have corrupts the export regardless of what computer it's coming from I don't know what version I have.
I'm going to head back out to the store soon.
It was v3
@blackosx
Can you also post just a copy of the SMC utility inside darling dumper?
How would I use it?
I'm going to head back out to the store soon.
blackosx, on 09 December 2012 - 05:44 PM, said:
Check you didn't use IORegistryExplorer v3 as I've seen that problem before using that. v2 is best.
It was v3
@blackosx
Can you also post just a copy of the SMC utility inside darling dumper?
How would I use it?
#692
Posted 09 December 2012 - 06:57 PM
#693
Posted 09 December 2012 - 07:34 PM
#694
Posted 09 December 2012 - 07:46 PM
You can direct the output to file. For example:
I look forward to seeing the dumps
./SMC_util2 -l > ~/Desktop/SMCdump.txt
I look forward to seeing the dumps
#695
Posted 09 December 2012 - 07:51 PM
#696
Posted 09 December 2012 - 07:51 PM
Folks, is it possible to get my Airport Extreme PCI card to show up as built in by use of a DSDT edit?
Following this guide (With my on board LAN disabled) I can't connect to Apple iCloud or App Store. I think this is because IOBuiltIn is showing as False and needs to be True!
I should say this is for use with my Clover install stick hence posting it here and I don't think "EthernetBuiltIn" will help or is even an option here?
Following this guide (With my on board LAN disabled) I can't connect to Apple iCloud or App Store. I think this is because IOBuiltIn is showing as False and needs to be True!
I should say this is for use with my Clover install stick hence posting it here and I don't think "EthernetBuiltIn" will help or is even an option here?
#697
Posted 09 December 2012 - 08:54 PM
I've got all the IOReg, and SMC exports/dumps. This time they are working, I checked for corruption before I left the Apple Store. I'll upload when I get home.
Thanks for the help blackosx!
I know why the Devs need the SMBios info, for displaying the correct information in "About This Mac" when booting with Clover. What are the SMC keys needed for? How does this help Development?
-Mrengles
Thanks for the help blackosx!
I know why the Devs need the SMBios info, for displaying the correct information in "About This Mac" when booting with Clover. What are the SMC keys needed for? How does this help Development?
-Mrengles
#698
Posted 09 December 2012 - 09:17 PM
Hi!
I've installed Clover rev923 and it boots fine, but I was wondering what logfiles I should look for (or enable) to find out why I'm stuck with a grey screen after login?
(It didn't crash - I can still move my mouse after login and I hear audio when plugging in a USB device.)
Neither boot.log nor system.log were very helpful so far...
Any ideas would be greatly appreciated... thanks!
PS: I use a x230 with i5-3320 and hd4000 / ivy bridge system.
I've installed Clover rev923 and it boots fine, but I was wondering what logfiles I should look for (or enable) to find out why I'm stuck with a grey screen after login?
(It didn't crash - I can still move my mouse after login and I hear audio when plugging in a USB device.)
Neither boot.log nor system.log were very helpful so far...
Any ideas would be greatly appreciated... thanks!
PS: I use a x230 with i5-3320 and hd4000 / ivy bridge system.
#699
Posted 09 December 2012 - 10:44 PM
mrengles, on 09 December 2012 - 12:01 AM, said:
@Developers
Here are the ACPI Tables, System Information "About This Mac", and IOReg Exports from Apple's entire 2012 Mac lineup. Well almost I don't think the iMac13,2 has shipped yet, and my local Apple Store doesn't have all of the Mac Mini's on display like the Server model.
The Mac's Included in this archive:
iMac13,1
MacBookAir5,1
MacBookAir5,2
MacBookPro9,1
MacBookPro9,2
MacBookPro10,1
MacBookPro10,2
Macmini6,2
MacPro5,1
Again these are the 2012 Mac Models, including the Mac Pro with CPU spec bump. Hopefully we will see some of this information implemented into the next few Clover builds.
Download
Thanks for all your hard work guys/girls!
-Mrengles
Here are the ACPI Tables, System Information "About This Mac", and IOReg Exports from Apple's entire 2012 Mac lineup. Well almost I don't think the iMac13,2 has shipped yet, and my local Apple Store doesn't have all of the Mac Mini's on display like the Server model.
The Mac's Included in this archive:
iMac13,1
MacBookAir5,1
MacBookAir5,2
MacBookPro9,1
MacBookPro9,2
MacBookPro10,1
MacBookPro10,2
Macmini6,2
MacPro5,1
Again these are the 2012 Mac Models, including the Mac Pro with CPU spec bump. Hopefully we will see some of this information implemented into the next few Clover builds.
Thanks for all your hard work guys/girls!
-Mrengles
Here's the updated information. The IOReg exports are no longer corrupted, and i've added SMC dumps for each Mac Model.
Download ACPI+IOReg+SMC_2012_Macs.zip
Enjoy!
Mrengles
PS. Please keep in mind, that some of the IOReg exports might not be from the same exact Mac as the System Information exports, because I couldn't use the same exact computers when I went back the second time to get this information (Kids and there FaceBook). The IOReg exports and the SMC Keys are however from the same exact Mac.
I hope that's not too confusing, it shouldn't make a difference anyway.
Again, Thank you Clover Devs!
#700
Posted 10 December 2012 - 12:25 AM
Be careful Robert - they have video cameras, it would be better to wait for people who have purchased the machines and volunteer the info which is already available on the net, otherwise you could be made an example of.
Also tagged with one or more of these keywords: Bootloader, EFI, Clover
| Topic | Stats | Last Post Info | ||
|---|---|---|---|---|
|
International →
Italiano →
Mountain Lion 10.8 →
Desktop →
aiuto...re-istallazione bootloader hackintosh!Started by gios163, 13 Apr 2013 |
|
|
|
|
OSx86 Project →
Post-Installation →
OSx86 10.8 (Mountain Lion) →
iMessage problems and UEFI CloverStarted by jwmann, 08 Apr 2013 |
|
|
|
|
OSx86 Project →
OSx86 Installation →
OSx86 10.8 (Mountain Lion) →
Can't boot. Can I reinstall bootloader or even OS X without starting over?Started by sshanky, 05 Apr 2013 |
|
|
|
|
International →
Deutsch →
Hardware/Installation →
Clover Boot0: ErrorStarted by TimmePfeife, 03 Apr 2013 |
|
|
|
|
OSx86 Project →
Post-Installation →
OSx86 10.8 (Mountain Lion) →
BIOS to UEFI Pros and ConsStarted by jwmann, 25 Mar 2013 |
|
|



Sign In
Create Account









