

andrek
Members-
Content count
65 -
Joined
-
Last visited
About andrek
-
Rank
InsanelyMac Protégé
Profile Information
-
Gender
Male
-
-
-
-
-
Could anyone please check the system log whether spamming (...) notify name "com.apple.system.thermalpressurelevel" has been registered xxx times - this may be a leak has been fixed? edit: It's fixed.
-
Yeah, I know that. I was wondering if it was just me or if it's a common occurrence. Apparently I'm not alone.
-
Yup, works just fine. Haven't noticed any changes comparing to the previous build so far except for the system.log flooding with these messages.
-
Anyone noticing these messages in the log with Safari open? This is the latest (14D105g) build. 16.03.2015 20:50:40,674 com.apple.WebKit.WebContent[1251]: notify name "com.apple.system.thermalpressurelevel" has been registered 160 times - this may be a leak
-
-
-
-
-
createinstallmedia is back so preparing an usb installation stick should be fairly easy again
-
-
louialy reacted to a post in a topic: Patched AppleHDA.kext for codecs IDT 92HD81B1X5, 92HD91BXX, 92HD87B1/3, 92HD87B2/4, 92HD87XX etc.
-
-
I can confirm kext injection for 10.10 working in 2695! I have successfully installed Yosemite on my ProBook. Thanks!
-
Marchrius, unfortunately - still the "OsxAptipFixDrv: Error - requested memory exceeds our allocated relocation block" error. I guess it's up to Clover UEFI now. Thanks for the help though! I'll play with it more tomorrow. And just in case, here's 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>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Debug</key> <false/> <key>DropOEM_DSM</key> <false/> <key>ReuseFFFF</key> <false/> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>CpuPm</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>Cpu0Ist</string> </dict> </array> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>Generate</key> <dict> <key>CStates</key> <true/> <key>PStates</key> <true/> </dict> </dict> </dict> <key>Boot</key> <dict> <key>Legacy</key> <string>LegacyBiosDefault</string> <key>Log</key> <false/> <key>NeverHibernate</key> <true/> <key>Secure</key> <false/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>Yes</string> <key>Arguments</key> <string>kext-dev-mode=1</string> </dict> <key>Devices</key> <dict> <key>USB</key> <dict> <key>FixOwnership</key> <false/> <key>Inject</key> <false/> </dict> <key>UseIntelHDMI</key> <false/> </dict> <key>GUI</key> <dict> <key>Custom</key> <dict> <key>Entries</key> <array> <dict> <key>Disabled</key> <true/> <key>FullTitle</key> <string>UEFI Internal</string> <key>Hidden</key> <false/> <key>Type</key> <string>Other</string> </dict> </array> </dict> <key>Mouse</key> <dict> <key>Enabled</key> <false/> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Legacy</key> <false/> <key>Tool</key> <false/> </dict> <key>Theme</key> <string>Mavs Style S</string> </dict> <key>Graphics</key> <dict> <key>DualLink</key> <integer>0</integer> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <true/> <key>NVidia</key> <false/> </dict> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>AsusAICPUPM</key> <true/> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>04/22/11</string> <key>BiosVendor</key> <string>Apple Computer, Inc.</string> <key>BiosVersion</key> <string>MBP81.88Z.0047.B0E.1104221557</string> <key>Board-ID</key> <string>Mac-94245B3640C91C81</string> <key>BoardManufacturer</key> <string>Apple Computer, Inc.</string> <key>BoardType</key> <integer>10</integer> <key>ChassisAssetTag</key> <string>MacBook-Aluminum</string> <key>ChassisManufacturer</key> <string>Apple Computer, Inc.</string> <key>ChassisType</key> <integer>8</integer> <key>Family</key> <string>MacBook Pro</string> <key>Manufacturer</key> <string>Apple Computer, Inc.</string> <key>Mobile</key> <true/> <key>ProductName</key> <string>MacBookPro8,1</string> <key>SerialNumber</key> <string>C02H8AS5DH2G</string> <key>Trust</key> <false/> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Detect</string> </dict> </dict> </plist>
-
Here's what I've been trying to do: I can't do anything in the single user mode of 10.10 because the PS2 keyboard drivers are not being loaded and I have no USB keyboard available right now, so I'm trying to generate kernelcache for 10.10 whilst on my 10.9 system, using the instructions you have written. But, as said before, it omits FakeSMC and VoodooPS2Controller kexts due to lack of proper signing apparently (I use RehabMan's FakeSMC fork for ProBooks).
-
Yep, figured it out already and it has done its job, but... This is true unfortunately, it now indicates that AKEL.kext is not authentic.
-
How can I view the contents of kernelcache file? Also, I've tried adding those kexts to the excludelist using KextExcludeListUpdater (sudo KextExcludeListUpdater -f /Volumes/Install/System/Library/Extensions/VoodooPS2Controller.kext -k /Volumes/Install/System/Library/Extensions/AppleKextExcludeList.kext - is this the right syntax?) but it didn't make any difference.
-
Thanks Marchrius! I'm getting these errors though: And these kexts are pretty much essential for me. Is there any way to solve this? (also, it's kextcache, not kextcahce (typo)).
-
Yes, I'm using this particular version of Clover right now and unfortunately it does not inject kexts properly yet (even with kexts in CLOVER/kexts/Other folder, as per suggestions). I'm going to give this kernelcache a try, thanks! edit: Clover fails to boot the OS,
-
My laptop's keyboard doesn't seem to be working upon entering single user mode, I get to the bash prompt but I can't type in anything. So I guess I have to either wait for a new Clover release that will support injecting VoodooPS2Controller kext *or* use an external USB keyboard, right?
-
OS X Mavericks 10.9.4 Released to Developers
andrek replied to mnfesq's topic in New Releases and Updates
It was released for registered mac developers, not on the open beta seed program. -
New Safari 7.0.3 on board and it already feels snappier. No problems whatsoever with the update, AICPUPM seems to be fixed.