Contribute
Register

HP ProBook 4540s [Working File]

Status
Not open for further replies.
Joined
Feb 17, 2011
Messages
127
Motherboard
HP ProBook 4540s
CPU
Intel Core i5 3 i5-3210M / 2.5 GHz
Graphics
Intel HD 4000 Graphics | Native Mode: 1366 x 768(p) (59.989Hz
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. Android
  2. iOS
Dear HP ProBook 4540s user and all devs

Please submit the tested and working files (kexts, DSDT, plist, patches) for HP ProBook 4540s here

thanks
 
org.chameleon.Boot.plist

Code:
<?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>EnableHDMIAudio</key>
	<string>Yes</string>
	<key>EthernetBuiltIn</key>
	<string>Yes</string>
	<key>ForceWake</key>
	<string>Yes</string>
	<key>GenerateCStates</key>
	<string>Yes</string>
	<key>GeneratePStates</key>
	<string>Yes</string>
	<key>Graphics Mode</key>
	<string>1366x768x32@60</string>
	<key>GraphicsEnabler</key>
	<string>No</string>
	<key>Kernel</key>
	<string>mach_kernel</string>
	<key>Legacy Logo</key>
	<string>Yes</string>
	<key>SystemType</key>
	<string>2</string>
	<key>Timeout</key>
	<string>2</string>
	<key>USBBusFix</key>
	<string>Yes</string>
	<key>UseKernelCache</key>
	<string>Yes</string>
	<key>Wake</key>
	<string>Yes</string>
	<key>device-properties</key>
	<string>7f0000000100000001000000730000000200000002010c00d041030a000000000101060000027fff04002c0000004100410050004c002c00690067002d0070006c006100740066006f0072006d002d006900640000000800000003006601140000006800640061002d0067006600780000000d0000006f6e626f6172642d31</string>
</dict>
</plist>
 

Attachments

  • org.chameleon.Boot.plist
    1.1 KB · Views: 780
smbios.plist

Code:
<?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>SMbiosdate</key>
	<string>21/03/12</string>
	<key>SMbiosvendor</key>
	<string>Apple Inc.</string>
	<key>SMbiosversion</key>
	<string>MBP91.88Z.00D3.B00.1203211536</string>
	<key>SMboardproduct</key>
	<string>Mac-4B7AC7E43945597E</string>
	<key>SMfamily</key>
	<string>MacBook Pro</string>
	<key>SMmanufacturer</key>
	<string>Apple Inc.</string>
	<key>SMproductname</key>
	<string>MacBookPro9,1</string>
	<key>SMserial</key>
	<string>C02JYA0CF1G4</string>
	<key>SMsystemversion</key>
	<string>1.0</string>
</dict>
</plist>
 

Attachments

  • smbios.plist
    699 bytes · Views: 950
Updated fix for “Still waiting for root device” on OS X 10.8.2 Mountain Lion

Here is the updated fix for 10.8.2′s version of IOAHCIFamily.kext. Don’t copy-paste everything into the Terminal at once, do it one line at a time. Pasting the whole code at once will result in the second half of the commands being used as your password at the first sudo command.

The following commands place a backup of the unmodified binary before patching it.
Updated fix for “Still waiting for root device” on OS X 10.8.2 Mountain Lion

Code:
cd /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS
sudo mv IOAHCIBlockStorage IOAHCIBlockStorage.orig
sudo cp IOAHCIBlockStorage.orig IOAHCIBlockStorage
sudo /usr/bin/perl -pi -e 's|\x8b\x4a\x00\x00\xeb\x03|\x8b\x4a\x00\x00\xe8\x01|g' IOAHCIBlockStorage
sudo /usr/bin/perl -pi -e 's|\x74\x0e\x48\x8d\x3d\x72\x92\x00\x00|\xbf\xc8\x00\x00\x00\x90\x90\x90\x90|g' IOAHCIBlockStorage
sudo touch /System/Library/Extensions

from Vahan's Blog http://blog.yerkanian.com/2012/09/2...-for-root-device-on-os-x-10-8-2-mountain-lion
 
VoodoHDA
 

Attachments

  • VoodooHDA.kext.zip
    160.3 KB · Views: 713
There's already a 4540s thread?
 
it wont help much if ppl start posting files then on the and too much files and confusion, you need a depository where JUST working files for EVERY one are available.
 
There's already a 4540s thread?

My Idea is to share the only share the working file here this thread not meant or discussion. Yes There's already a 4540s thread for discussion.

it wont help much if ppl start posting files then on the and too much files and confusion, you need a depository where JUST working files for EVERY one are available.

There are lots of work going on for 4530s and not any for 4540s. hardware are different in 4540s then 4530. if the owner of 4540s post tested files what really work on the 4540s will Really help others getting the running their hakintosh.

Version for testing are not welcome, only post confirm tested files.

I need DSDT and working AppleHDA files which support 10.8.2. Any one who have that can help me and help others,
 
Status
Not open for further replies.
Back
Top