Biso007 Posted September 26, 2012 Share Posted September 26, 2012 I 'm trying to install ML on HP Elitebook 8460p laptop: - Core i7 2640M 2.8 GHz (Sandy Bridge) - Intel HD 3000 (ID: x0126) I use USB drive as a booting device but it stops before going into the graphical display I think (see image). Any advice will be appreciated. TIA Link to comment Share on other sites More sharing options...
Biso007 Posted September 26, 2012 Author Share Posted September 26, 2012 Sorry forgot to mention that the booting stops while installing. So I don't have OSX partition yet. or you mean to change the FakeSMC kext on the USB drive itself ? Link to comment Share on other sites More sharing options...
artur_pt Posted September 26, 2012 Share Posted September 26, 2012 hello delete in the installer in system/library/extensions appleintelhd*.kext boot -f GraphicsEnabler=No good hack 1 Link to comment Share on other sites More sharing options...
TheRacerMaster Posted September 26, 2012 Share Posted September 26, 2012 You don't have to delete the Intel HD graphics kexts. Make sure you are using a MacBookPro8,1 smbios.plist, as without it the Intel HD graphics kexts won't load and you'll get stuck at boot. 1 Link to comment Share on other sites More sharing options...
iFIRE Posted September 29, 2012 Share Posted September 29, 2012 Create a bootable usb with [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url], boot from it and install [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url], you're good to go. man, you have read this and this., warning you can be banned of the Forun!!!! Link to comment Share on other sites More sharing options...
pokenguyen Posted September 29, 2012 Share Posted September 29, 2012 man, you have read this and this., warning you can be banned of the Forun!!!! Sorry, I deleted my post, thank you for pointing me out. Link to comment Share on other sites More sharing options...
fuetzi Posted September 30, 2012 Share Posted September 30, 2012 I have the same notebook. Did you run ML with the internal Monitor? ML runs at me only on a external Monitor. Link to comment Share on other sites More sharing options...
Biso007 Posted October 10, 2012 Author Share Posted October 10, 2012 hello delete in the installer in system/library/extensions appleintelhd*.kext boot -f GraphicsEnabler=No good hack Thx that made the trick .. and adding to it that AppleACPIPS2Nub and ApplePS2Controller kexts must be in the installer S/L/E folder or no input can be made. Problem now after getting ML to run is that I have Windows 7 Enterprise on the same HDD and can't make the OSX partition to boot from HDD. I still have to use USB to boot OSX even though the partition is set to be primary and active. I didn't face such issue with Windows 7 Pro Edit: solved by manually installing boot1h file to the OSX partition Link to comment Share on other sites More sharing options...
pokenguyen Posted October 10, 2012 Share Posted October 10, 2012 Boot to ML by USB then reinstall Chameleon, reboot and you have a boot menu. Does your trackpad woks well with multi touch? My trackpad works like a mouse with horizontal scrolling. Link to comment Share on other sites More sharing options...
Biso007 Posted October 15, 2012 Author Share Posted October 15, 2012 I solved the dual boot issue by manually install boot1h file to the OSX partition .. normal installation of Chameleon won't fix it. as for the trackpad, it works only like a mouse with no scrolling. Main issues right now are: - the integrated wireless Centrino chip N6205 is not recognized at all. - the internal HSPA hs2340 modem ... it's recognized and associated with AppleCDCACMData.kext but it doesn't connect [Solved]. - Add: only internal display is working as HD3000 doesn't have VGA output (Enabling VGA port breaks the QE/CI) Edit: to use the internal HSPA modem: - Unarchive and put the attached scripts in /library/modem scripts - in Network Preferences, select the Advanced tab of the HP hs2340 modem. - Select the vendor as Other and select one of the scripts (CID 3 worked for me). - Go back to the main page and type the APN in the Telephone number field. - Apply and connect. Any advice for the rest of points will be appreciated. TIA Archive.zip Link to comment Share on other sites More sharing options...
pokenguyen Posted October 15, 2012 Share Posted October 15, 2012 I solved the dual boot issue by manually install boot1h file to the OSX partition .. normal installation of Chameleon won't fix it. as for the trackpad, it works only like a mouse with no scrolling. Main issues right now are: - the integrated wireless Centrino chip N6205 is not recognized at all. - the internal HSPA hs2340 modem ... it's recognized and associated with AppleCDCACMData.kext but it doesn't connect. Any advice will be appreciated. TIA Try this kext for trackpad. The kexts is created by RehabMan, I editted it to work with 8460p keyboard. He is helping me to make the trackpoint works, and repair trackpad after sleeping. Remove all your ps2 devices and install my kexts. Function keys work without Fn key, press F3 for 3 seconds to put your machine to sleep, F8 to turn the trackpad on/off, scroll to play/pause, insert to play next, I'm trying to make pause button to play previous. What's your Audio and battery kexts? 8460pTrackpad.zip Link to comment Share on other sites More sharing options...
RehabMan Posted October 15, 2012 Share Posted October 15, 2012 Try this kext for trackpad. The kexts is created by RehabMan, I editted it to work with 8460p keyboard. He is helping me to make the trackpoint works, and repair trackpad after sleeping. Remove all your ps2 devices and install my kexts. Function keys work without Fn key, press F3 for 3 seconds to put your machine to sleep, F8 to turn the trackpad on/off, scroll to play/pause, insert to play next, I'm trying to make pause button to play previous. What's your Audio and battery kexts? Just so everybody knows where these are coming from, I think it is better to just refer to the github repo: https://github.com/R...-PS2-Controller From there you can browse source, read wiki, get updates, see my other projects, etc. To other devs out there: I have started adding an entry to my Info.plist that describes where the source for each one of my kexts lives. I think this is a good practice, satisfies APSL/GPL guidelines for open source distribution, is in the spirit of open source, and lets people know where the source is for a particular binary distributed, re-distributed, copied, etc... So, for example, the entry in VoodooPS2Controller.kext/Contents/Info.plist looks like this: <key>Source Code</key> <string>https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller</string> I'm hopeful that more devs will do the same. Link to comment Share on other sites More sharing options...
Biso007 Posted October 21, 2012 Author Share Posted October 21, 2012 I have the same notebook. Did you run ML with the internal Monitor? ML runs at me only on a external Monitor. Seems you are using a patched SNBGraphicsFB kext with enabled VGA port ... in that case the internal display will not work. I 'm still searching for a solution to enable the VGA output w/o breaking the QE/CI. Link to comment Share on other sites More sharing options...
Ritz Carltn Posted January 16, 2013 Share Posted January 16, 2013 I think you guys try Clover boot loader as followings. http://www.insanelymac.com/forum/topic/255283-elitebook-8540p-retail-installation/page__hl__+8540p#entry1841832 Link to comment Share on other sites More sharing options...
jakebour Posted December 13, 2013 Share Posted December 13, 2013 Hey guys, anyone care to point me to information on how to get sleep to work on this 8460p? I can only get nullcpu to boot. Trying to find info on self patching of appleintelcpupowerman is dang near impossible. Do we have to rely on someone ale to do it and then download it? What gives! Link to comment Share on other sites More sharing options...
pokenguyen Posted December 13, 2013 Share Posted December 13, 2013 We already have 8460p fully supported with ProbookInstaller. I advise you should do a clean install of Mountain Lion/Mavericks and install only Probook Installer. For wifi, find a HP brand Broadcom 43224 card. It's the only supported card in this laptop. Link to comment Share on other sites More sharing options...
jakebour Posted December 13, 2013 Share Posted December 13, 2013 Wow, thank you much pokenguyen! I would not have thought the pro book supported as many other models as it does because of how it is named for the "4x30 pro book" but there it is in the release notes. Thank you very much for guidance! Link to comment Share on other sites More sharing options...
Recommended Posts